Skip to content

v5.16.0

Latest
Compare
Choose a tag to compare
@theSuess theSuess released this 15 Jan 14:40
cef6a54

This release adds a bunch of cool features, so be sure to check it out!

Highlights include:

  • Grafana 11.3.0 as the new default version
  • Support for Notification Templates
  • Custom HTTP Headers, which allow for more authentication models and rudimentary multi-org support
  • Fetch TLS secrets from different namespaces

Upgrade instructions

Using Helm

# Upgrade the operator image & deployment
helm upgrade -i grafana-operator oci://ghcr.io/grafana/helm-charts/grafana-operator --version v5.16.0
# Upgrading CRDs
kubectl apply --server-side --force-conflicts -f https://github.com/grafana/grafana-operator/releases/download/v5.16.0/crds.yaml

Using kubectl

# Namespace Scope
kubectl replace -f https://github.com/grafana/grafana-operator/releases/download/v5.16.0/kustomize-namespace_scoped.yaml
# Cluster Scope
kubectl replace -f https://github.com/grafana/grafana-operator/releases/download/v5.16.0/kustomize-cluster_scoped.yaml 

Using kustomize

flux pull artifact oci://ghcr.io/grafana/kustomize/grafana-operator:v5.16.0 --output ./grafana-operator/

Using OLM

Releases are published to operatorhub.io as well as the OpenShift Operator Catalog. Depending on the installation, existing installations will either upgrade automatically or require approval from an administrator.

Changelog:

Features

Fixes

Dependencies

  • chore(deps): bump softprops/action-gh-release from 1 to 2 by @dependabot in #1753
  • chore(deps): bump tj-actions/changed-files from 45.0.3 to 45.0.4 in the gha group by @dependabot in #1752
  • chore(golang): bump version to 1.23.3 by @weisdd in #1759
  • chore(deps): bump the gomod group with 7 updates by @dependabot in #1772
  • chore(deps): bump the gha group with 2 updates by @dependabot in #1784
  • chore(deps): bump the gomod group across 1 directory with 2 updates by @dependabot in #1785
  • chore(deps): bump the gomod group with 5 updates by @dependabot in #1792
  • chore(deps): bump github.com/onsi/ginkgo/v2 from 2.22.0 to 2.22.1 in the gomod group by @dependabot in #1802
  • chore(deps): bump github.com/onsi/gomega from 1.36.1 to 1.36.2 in the gomod group by @dependabot in #1806
  • chore(deps): bump tj-actions/changed-files from 45.0.5 to 45.0.6 in the gha group by @dependabot in #1813
  • chore(deps): bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 in the gomod group by @dependabot in #1812
  • chore(deps): bump sigs.k8s.io/controller-runtime from 0.19.3 to 0.19.4 in the gomod group by @dependabot in #1819

New Contributors

Full Changelog: v5.15.1...v5.16.0