chore: update to go 1.24.4 and bump dependencies

k8s dependencies to v0.33.2

chore: upgrade tools versions to latest available

chore: update-generated

chore: update custom-metrics-apiserver to current master

chore: remove deprecated code

Signed-off-by: Jayapriya Pai <janantha@redhat.com>
This commit is contained in:
Jayapriya Pai 2025-05-17 11:04:51 +05:30
parent 01919d0ef1
commit 1b9e052008
No known key found for this signature in database
GPG key ID: BDE02C05CA465F3C
7 changed files with 957 additions and 510 deletions

View file

@ -19,9 +19,9 @@ set -o errexit
set -o nounset
# Tool versions
K8S_VERSION=${KUBERNETES_VERSION:-v1.30.0} # cf https://hub.docker.com/r/kindest/node/tags
KIND_VERSION=${KIND_VERSION:-v0.23.0} # cf https://github.com/kubernetes-sigs/kind/releases
PROM_OPERATOR_VERSION=${PROM_OPERATOR_VERSION:-v0.73.2} # cf https://github.com/prometheus-operator/prometheus-operator/releases
K8S_VERSION=${KUBERNETES_VERSION:-v1.33.1} # cf https://hub.docker.com/r/kindest/node/tags
KIND_VERSION=${KIND_VERSION:-v0.29.0} # cf https://github.com/kubernetes-sigs/kind/releases
PROM_OPERATOR_VERSION=${PROM_OPERATOR_VERSION:-v0.83.0} # cf https://github.com/prometheus-operator/prometheus-operator/releases
# Variables; set to empty if unbound/empty
REGISTRY=${REGISTRY:-}