From c2388ef2e443a80015df2d403c273d1533e0bcae Mon Sep 17 00:00:00 2001 From: robinlioret <183155435+robinlioret@users.noreply.github.com> Date: Wed, 13 May 2026 02:18:25 +0000 Subject: [PATCH] docs: bump version to v0.0.11 --- .version | 2 +- cmd/main.go | 2 +- config/manager/kustomization.yaml | 2 +- dist/install.yaml | 2 +- doc/docs/get-started.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.version b/.version index 51bbb66..3527dbc 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v0.0.10 +v0.0.11 diff --git a/cmd/main.go b/cmd/main.go index e32aae6..d8ba149 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -89,7 +89,7 @@ func main() { ctrl.SetLogger(zap.New(zap.UseFlagOptions(&opts))) // Version edited by hack/bump-version.sh - setupLog.Info("gate-operator version v0.0.10") + setupLog.Info("gate-operator version v0.0.11") // if the enable-http2 flag is false (the default), http/2 should be disabled // due to its vulnerabilities. More specifically, disabling http/2 will diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 3fa4b1c..2e75759 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: controller newName: ghcr.io/robinlioret/gate-operator - newTag: v0.0.10 + newTag: v0.0.11 diff --git a/dist/install.yaml b/dist/install.yaml index 8bc8d66..96ec9d8 100644 --- a/dist/install.yaml +++ b/dist/install.yaml @@ -1100,7 +1100,7 @@ spec: - --webhook-cert-path=/tmp/k8s-webhook-server/serving-certs command: - /manager - image: ghcr.io/robinlioret/gate-operator:v0.0.10 + image: ghcr.io/robinlioret/gate-operator:v0.0.11 livenessProbe: httpGet: path: /healthz diff --git a/doc/docs/get-started.md b/doc/docs/get-started.md index a6d632b..7a36ff8 100644 --- a/doc/docs/get-started.md +++ b/doc/docs/get-started.md @@ -11,7 +11,7 @@ You'll need to have a valid installation of [Cert-Manager](https://cert-manager. Run the following command: ```shell -kubectl apply -f https://github.com/robinlioret/gate-operator/releases/download/v0.0.10/install.yaml +kubectl apply -f https://github.com/robinlioret/gate-operator/releases/download/v0.0.11/install.yaml ``` ### Using the Helm chart