Skip to content

Releases: grafana/grafana-operator

v4.3.0

27 Apr 10:01
ebced34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.2.0...v4.3.0

v4.2.0

22 Feb 15:30
c3897e9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.1...v4.2.0

v4.1.1

16 Dec 07:55
199aa6b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.0...v4.1.1

v4.1.0

01 Dec 10:11
9860568
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.2...v4.1.0

v4.0.2

22 Nov 10:29
3a012ee
Compare
Choose a tag to compare

What's Changed

  • Remove goreleaser and update release pipelien name by @NissesSenap in #573
  • Added emptyDirs for provisioning directories by @Bobbins228 in #574
  • feat: IBM s390x build by @pb82 in #553
  • feat: update init container image to 0.0.5 by @pb82 in #582
  • Add environment variables configuring setting dashboard namespaces by @fpetkovski in #579
  • Unit tests for grafanadashboard using require by @NissesSenap in #581
  • Update the operator-sdk to the newest version by @Voigtus in #565
  • add github datasource by @vmanley in #584
  • fix typo by @incidunt in #587
  • #585: changes image to current version in deploy of operator by @Voigtus in #589
  • docs: update readme by @HubertStefanski in #577
  • Fix some nits in api/integreatly/v1alpha1 by @leo8a in #598
  • Create debug.md to help users debug grafana-operator by @NissesSenap in #600
  • fix: add root CA bundle to docker image (#591) by @dan-j in #594
  • Added default_home_dashboard_path by @Bobbins228 in #602
  • #556: Adds example GrafanaDatasource for postgres by @Voigtus in #588
  • Forwardport from grafana-operator v3 the json data field implementation for Alertmanager Datasource. by @Cellebyte in #601
  • Removed minikube instructions by @Bobbins228 in #605
  • fix: add omitempty to dashboard spec json field and generate docs by @HubertStefanski in #606
  • Add architecture labels to CSV by @yselkowitz in #611
  • [bugfix] add sigv4_auth_enabled to grafana config by @paulczar in #609
  • Prepare release of v4.0.2 by @NissesSenap in #616

New Contributors

Full Changelog: v4.0.1...v4.0.2

v4.0.1

19 Oct 10:10
8225cdc
Compare
Choose a tag to compare
  • Bugfix release for 4.0.0
  • Update default Grafana version to 7.5.11, thanks @vmanley
  • Add support for notification channels, thanks @ryanmrodriguez

v3.10.4

05 Oct 09:23
Compare
Choose a tag to compare
  • Supports Kubernetes 1.22+ and OpenShift 4.9+
  • Backport selected features from v4.0.0

v3.10.3

20 Jul 10:09
6ca66a0
Compare
Choose a tag to compare

fix: service DNS name when using spec.client.preferService

NOTE: the above mentioned fix was also added to the v3.10.2 tag. This release is to allow existing users of v3.10.2 to upgrade.

v3.10.2

25 Jun 09:57
15980b9
Compare
Choose a tag to compare
  • fix: service DNS name when using spec.client.preferService
  • update bump base image to ubi-minimal:8.4 to mitigate vulnerabilities

v3.10.1

13 May 09:08
0f72747
Compare
Choose a tag to compare

v3.10.1 Rebuild to mitigate CVE in base image
-Fix: Update cluster_role_grafana_operator.yaml, Thanks @Cellebyte
-Fix: Use FQDNS for docker repository, Thanks @StevenBarre