From 5245027d65951dfa7b3f26250eac61dbba8ad7a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20S=C3=BC=C3=9F?= Date: Tue, 10 Sep 2024 14:42:38 +0200 Subject: [PATCH] chore: release 5.13.0 --- Makefile | 2 +- README.md | 2 +- deploy/helm/grafana-operator/Chart.yaml | 2 +- deploy/helm/grafana-operator/README.md | 8 ++++---- deploy/helm/grafana-operator/README.md.gotmpl | 2 +- hugo/config.toml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile index 5a7062f8a..9af5aed4a 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # NOTE: this section almost matches outputs out kubebuilder v3.7.0 ### # Current Operator version -VERSION ?= 5.12.0 +VERSION ?= 5.13.0 # BUNDLE_GEN_FLAGS are the flags passed to the operator-sdk generate bundle command BUNDLE_GEN_FLAGS ?= -q --overwrite --version $(VERSION) $(BUNDLE_METADATA_OPTS) diff --git a/README.md b/README.md index 86ec95a7b..2cc2aff62 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Whether you’re running one Grafana instance or many, the Grafana Operator simp Deploy the Grafana Operator easily in your cluster using Helm: ```bash -helm upgrade -i grafana-operator oci://ghcr.io/grafana/helm-charts/grafana-operator --version v5.12.0 +helm upgrade -i grafana-operator oci://ghcr.io/grafana/helm-charts/grafana-operator --version v5.13.0 ``` **Option 2: Kustomize & More** diff --git a/deploy/helm/grafana-operator/Chart.yaml b/deploy/helm/grafana-operator/Chart.yaml index b90c90b52..256b4f28d 100644 --- a/deploy/helm/grafana-operator/Chart.yaml +++ b/deploy/helm/grafana-operator/Chart.yaml @@ -21,4 +21,4 @@ version: 0.3.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v5.12.0" +appVersion: "v5.13.0" diff --git a/deploy/helm/grafana-operator/README.md b/deploy/helm/grafana-operator/README.md index 4b2a5927b..5fe6d75bd 100644 --- a/deploy/helm/grafana-operator/README.md +++ b/deploy/helm/grafana-operator/README.md @@ -7,14 +7,14 @@ linkTitle: "Helm installation" [grafana-operator](https://github.com/grafana/grafana-operator) for Kubernetes to manage Grafana instances and grafana resources. -![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v5.12.0](https://img.shields.io/badge/AppVersion-v5.12.0-informational?style=flat-square) +![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v5.13.0](https://img.shields.io/badge/AppVersion-v5.13.0-informational?style=flat-square) ## Installation This is a OCI helm chart, helm started support OCI in version 3.8.0. ```shell -helm upgrade -i grafana-operator oci://ghcr.io/grafana/helm-charts/grafana-operator --version v5.12.0 +helm upgrade -i grafana-operator oci://ghcr.io/grafana/helm-charts/grafana-operator --version v5.13.0 ``` Sadly helm OCI charts currently don't support searching for available versions of a helm [oci registry](https://github.com/helm/helm/issues/11000). @@ -30,7 +30,7 @@ resource "helm_release" "grafana_kubernetes_operator" { repository = "oci://ghcr.io/grafana/helm-charts" chart = "grafana-operator" verify = false - version = "v5.12.0" + version = "v5.13.0" } ``` @@ -40,7 +40,7 @@ Helm does not provide functionality to update custom resource definitions. This To avoid issues due to outdated or missing definitions, run the following command before updating an existing installation: ```shell -kubectl apply --server-side --force-conflicts -f https://github.com/grafana/grafana-operator/releases/download/v5.12.0/crds.yaml +kubectl apply --server-side --force-conflicts -f https://github.com/grafana/grafana-operator/releases/download/v5.13.0/crds.yaml ``` The `--server-side` and `--force-conflict` flags are required to avoid running into issues with the `kubectl.kubernetes.io/last-applied-configuration` annotation. diff --git a/deploy/helm/grafana-operator/README.md.gotmpl b/deploy/helm/grafana-operator/README.md.gotmpl index 8946c208f..02e05b30a 100644 --- a/deploy/helm/grafana-operator/README.md.gotmpl +++ b/deploy/helm/grafana-operator/README.md.gotmpl @@ -7,7 +7,7 @@ linkTitle: "Helm installation" [grafana-operator](https://github.com/grafana/grafana-operator) for Kubernetes to manage Grafana instances and grafana resources. -{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }} +{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }} ## Installation diff --git a/hugo/config.toml b/hugo/config.toml index 1e092038a..463520313 100644 --- a/hugo/config.toml +++ b/hugo/config.toml @@ -59,7 +59,7 @@ archived_version = false # The version number for the version of the docs represented in this doc set. # Used in the "version-banner" partial to display a version number for the # current doc set. -version = "v5.12.0" +version = "v5.13.0" # A link to latest version of the docs. Used in the "version-banner" partial to # point people to the main doc site.