From ec406e9a8456cc512c7ed5159b953c9c33cbbbab Mon Sep 17 00:00:00 2001 From: Gianluca Mardente Date: Wed, 10 Jun 2026 11:09:39 +0200 Subject: [PATCH] (chore) Prepare for release v1.11.0 --- Makefile | 4 ++-- hack/tools/go.mod | 2 +- manifest/manifest.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index d6a9a32..edeb943 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Image URL to use all building/pushing image targets IMG ?= controller:latest # KUBEBUILDER_ENVTEST_KUBERNETES_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary. -KUBEBUILDER_ENVTEST_KUBERNETES_VERSION = 1.32.0 +KUBEBUILDER_ENVTEST_KUBERNETES_VERSION = 1.36.0 # Setting SHELL to bash allows bash commands to be executed by recipes. # This is a requirement for 'setup-envtest.sh' in the test target. @@ -15,7 +15,7 @@ IMAGE_NAME ?= dashboard ARCH ?= $(shell go env GOARCH) OS ?= $(shell uname -s | tr A-Z a-z) export CONTROLLER_IMG ?= $(REGISTRY)/$(IMAGE_NAME) -TAG ?= v1.10.0 +TAG ?= v1.11.0 # Directories. TOOLS_DIR := hack/tools diff --git a/hack/tools/go.mod b/hack/tools/go.mod index 7c3dcf9..b502643 100644 --- a/hack/tools/go.mod +++ b/hack/tools/go.mod @@ -1,6 +1,6 @@ module github.com/projectsveltos/dashboard/hack/tools -go 1.26.3 +go 1.26.4 require ( github.com/a8m/envsubst v1.4.3 diff --git a/manifest/manifest.yaml b/manifest/manifest.yaml index 11894fc..936e3cf 100644 --- a/manifest/manifest.yaml +++ b/manifest/manifest.yaml @@ -15,12 +15,12 @@ spec: spec: containers: - name: dashboard - image: docker.io/projectsveltos/dashboard:v1.10.0 + image: docker.io/projectsveltos/dashboard:v1.11.0 ports: - containerPort: 5173 env: - name: VITE_APP_VERSION - value: v1.10.0 + value: v1.11.0 --- apiVersion: v1 kind: Service