Skip to content

Releases: grafana/grafana-operator

V5.4.1

12 Sep 09:15
89d647e
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump tj-actions/changed-files from 38.1.3 to 38.2.1 by @dependabot in #1227
  • extended operator resource memory limit by @imedaouidene in #1231
  • Modernize the Readme, make it more readable. by @HubertStefanski in #1232
  • Add target for detecting broken links in documentation by @rodrigc in #1104
  • chore(deps): bump tj-actions/changed-files from 38.2.1 to 39.0.1 by @dependabot in #1238
  • chore(deps): bump sigs.k8s.io/controller-runtime from 0.16.0 to 0.16.1 by @dependabot in #1240
  • chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #1239
  • grafanadatasource make values required by @nissessenap in #1235
  • prepare v5.4.1 by @HubertStefanski in #1243

New Contributors

Full Changelog: v5.4.0...v5.4.1

This release is a patch version to replace broken containerImage references in the v5.4.0 operator manifests, Also contains smaller dependency updates and memory limit increases

v5.4.0

05 Sep 11:43
6be5c9b
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump k8s.io/apimachinery from 0.27.2 to 0.27.3 by @dependabot in #1134
  • chore(deps): bump fluxcd/flux2 from 0.41.2 to 2.0.1 by @dependabot in #1160
  • chore(deps): bump tj-actions/changed-files from 37.4.0 to 37.5.1 by @dependabot in #1185
  • chore(deps): bump github.com/onsi/gomega from 1.27.9 to 1.27.10 by @dependabot in #1184
  • chore(deps): bump k8s.io/apimachinery from 0.27.3 to 0.27.4 by @dependabot in #1183
  • chore(deps): bump tj-actions/changed-files from 37.5.1 to 37.5.2 by @dependabot in #1191
  • chore(deps): bump reviewdog/action-setup from 1.0.5 to 1.0.6 by @dependabot in #1190
  • Bulk Dependency updates by @HubertStefanski in #1187
  • chore(deps): bump sigs.k8s.io/controller-runtime from 0.13.0 to 0.15.1 by @dependabot in #1189
  • chore(deps): bump tj-actions/changed-files from 37.5.2 to 37.6.0 by @dependabot in #1194
  • chore(deps): bump github.com/onsi/gomega from 1.27.8 to 1.27.10 by @dependabot in #1195
  • add example for Google SSO by @ShankyJS in #1196
  • fix secretkeyref omitempty wrong symbol causing invalid crd field generation by @HubertStefanski in #1199
  • [WIP] chore: Update crdoc to pull in these fixes: by @rodrigc in #1198
  • chore(deps): bump tj-actions/changed-files from 37.6.0 to 37.6.1 by @dependabot in #1203
  • chore(deps): bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 by @dependabot in #1202
  • fix: change operator provider to "Community" by @rodrigc in #1209
  • add back subresource on OCP for custom hostname by @davidkarlsen in #1207
  • k8s.io module bulk updates by @HubertStefanski in #1211
  • chore(deps): bump fluxcd/flux2 from 2.0.1 to 2.1.0 by @dependabot in #1214
  • chore(deps): bump tj-actions/changed-files from 37.6.1 to 38.1.3 by @dependabot in #1215
  • chore(deps): bump k8s.io/client-go from 0.28.0 to 0.28.1 by @dependabot in #1219
  • feat: add ability to provide JSONnet project libraries to runtime inside operator by @olejeglejeg in #1212
  • Check remote changes by @pb82 in #1213
  • chore(deps): bump sigs.k8s.io/controller-runtime from 0.15.1 to 0.16.0 by @dependabot in #1217
  • prepare 5.4.0 by @nissessenap in #1228

New Contributors

Full Changelog: v5.3.0...v5.4.0

v5.3.0

24 Jul 16:39
b29547d
Compare
Choose a tag to compare

What's Changed

  • feat: remove cpu limit default by @jrRibeiro in #1163
  • Update allowCrossNamespaceImport docs issue link by @nissessenap in #1165
  • chore(deps): bump github.com/grafana/grafana-api-golang-client from 0.20.1 to 0.23.0 by @dependabot in #1136
  • fix: limit dashboard versions to 20 if not otherwise specified by @pb82 in #1168
  • chore(deps): bump actions/upload-pages-artifact from 1 to 2 by @dependabot in #1166
  • chore(deps): bump tj-actions/changed-files from 37.1.0 to 37.1.2 by @dependabot in #1167
  • feat: allow replacement pattern in data sources by @pb82 in #1172
  • fix: ensure folder permisisions are updated on resync by @JameelB in #1169
  • chore(deps): bump tj-actions/changed-files from 37.1.2 to 37.4.0 by @dependabot in #1179
  • chore(deps): bump github.com/onsi/gomega from 1.27.8 to 1.27.9 by @dependabot in #1178
  • Bump controller-gen to v0.12.0 by @rodrigc in #1159
  • Prepare v5.3.0 by @pb82 in #1180

Full Changelog: v5.2.0...v5.3.0

v5.2.0

12 Jul 12:34
f0f2893
Compare
Choose a tag to compare

What's Changed

  • Fix bad OLM manifests by @nissessenap in #1153
  • feat: use dashboard CR namespace as a default folder title by @weisdd in #1147
  • chore(deps): bump tj-actions/changed-files from 37.0.5 to 37.1.0 by @dependabot in #1150
  • chore: update description of version 5 and version 4 by @rodrigc in #1156
  • feat: [helm] set additional labels by @jrRibeiro in #1154
  • Dashboard from configmap by @pb82 in #1143
  • Add script for starting kind for local development. by @smuda in #1053
  • fix(datasource): fix broken links to k8s documentation by @rodrigc in #1157
  • feat: example showing the use of a sidecar to import dashboards from … by @pb82 in #1145
  • feat: prepare release v5.2.0 by @pb82 in #1162

New Contributors

Full Changelog: v5.1.0...v5.2.0

v5.1.0

10 Jul 08:31
394b8ec
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump tj-actions/changed-files from 36.0.17 to 37.0.3 by @dependabot in #1123
  • chore(deps): bump golangci/golangci-lint-action from 3.5.0 to 3.6.0 by @dependabot in #1113
  • chore(deps): bump github.com/bitly/go-simplejson from 0.5.0 to 0.5.1 by @dependabot in #1100
  • chore(deps): bump github.com/onsi/gomega from 1.27.6 to 1.27.8 by @dependabot in #1093
  • chore(deps): bump github.com/stretchr/testify from 1.8.3 to 1.8.4 by @dependabot in #1101
  • Add postgresql datasource example by @krzwiatrzyk in #1076
  • update Operate First logo by @goern in #1139
  • chore(deps): bump reviewdog/action-setup from 1.0.4 to 1.0.5 by @dependabot in #1132
  • chore(deps): bump github.com/prometheus/client_golang from 1.15.1 to 1.16.0 by @dependabot in #1135
  • chore(deps): bump tj-actions/changed-files from 37.0.3 to 37.0.5 by @dependabot in #1133
  • Fix ConfigMap lookup in Datasource controller by @loganmc10 in #1141
  • fix(datasource): syncDatasources nil dereference by @weisdd in #1140
  • feat(dashboard:jsonnet): support jsonnet external variables for GrafanaDashboard by @olejeglejeg in #1130
  • Prepare 5.1.0 by @nissessenap in #1152

New Contributors

Full Changelog: v5.0.2...v5.1.0

v5.0.2

26 Jun 12:40
d5e2c21
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.1...v5.0.2

v5.0.1

16 Jun 13:04
9321239
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.0...v5.0.1

v5.0.0

09 Jun 09:25
590931c
Compare
Choose a tag to compare

What's Changed

  • fix: goroutine leak in grafana client #1040 by @weisdd in #1066
  • chore(deps): bump k8s.io/apimachinery from 0.27.1 to 0.27.2 by @dependabot in #1062
  • chore(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 by @dependabot in #1061
  • fix: update folder CRD for resyncPeriod in bundle by @weisdd in #1071
  • doc: change references to v5.0.0-rc3 by @rodrigc in #1081
  • doc: Fix GrafanaDataSource example to match current schema by @rodrigc in #1080
  • docs: Fix indentation in yaml for secret by @rodrigc in #1078
  • [docs] blog/script to migrate from v4-v5 by @nissessenap in #1069
  • chore(deps): bump golangci/golangci-lint-action from 3.4.0 to 3.5.0 by @dependabot in #1083
  • chore(deps): bump tj-actions/changed-files from 35.9.2 to 36.0.17 by @dependabot in #1086
  • doc: Try expanding the version variable from hugo in the docs by @rodrigc in #1085
  • chore(deps): bump github.com/prometheus/client_golang from 1.15.0 to 1.15.1 by @dependabot in #1060
  • fix(dashboard): status updates, replacements when the same title & folderID, but different uid by @weisdd in #1077
  • feat/fix(datasource): support for hardcoded uid, multiple fixes by @weisdd in #1070
  • chore(deps): bump github.com/grafana/grafana-api-golang-client from 0.18.4 to 0.20.1 by @dependabot in #1026

New Contributors

Full Changelog: v5.0.0-rc3...v5.0.0

v4.10.1

30 May 06:37
70a9b41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.10.0...v4.10.1

v5.0.0-rc3

23 May 05:40
2332f33
Compare
Choose a tag to compare
v5.0.0-rc3 Pre-release
Pre-release

What's Changed

  • chore(deps): bump k8s.io/apimachinery from 0.26.3 to 0.27.1 by @dependabot in #1002
  • chore(deps): bump reviewdog/action-setup from 1.0.3 to 1.0.4 by @dependabot in #1023
  • feat: do not create route until spec is provided by @pb82 in #1028
  • feat: add support for hardcoded dashboard uid by @weisdd in #1027
  • Remove rbac proxy by @pb82 in #1030
  • fix: ignore folder title case in dashboard controller by @weisdd in #1036
  • fix: crash due to nil labelSelector by @weisdd in #1038
  • Add name to reconciler logs. by @smuda in #1033
  • fix: plugin installation due to read-only file system error by @JameelB in #1043
  • fix: error returned when WATCH_NAMESPACE is not defined by @JameelB in #1044
  • fix: incorrect uid in dashboard exists method by @weisdd in #1051
  • Simplify folder controller schema, change folder uid if needed by @weisdd in #1039
  • feat: add support for raw folder permissions by @weisdd in #1054
  • chore(deps): bump tj-actions/changed-files from 35.9.0 to 35.9.2 by @dependabot in #1029
  • chore(deps): bump github.com/google/go-jsonnet from 0.19.1 to 0.20.0 by @dependabot in #1025
  • feat: advanced secret and configmap refs in data sources by @pb82 in #1055
  • feat: add resync period to grafana folder by @JameelB in #1057
  • Add Enliven Systems as an adopter. by @zzvara in #1063
  • feat: extended status for kubectl by @weisdd in #1058

New Contributors

Full Changelog: v5.0.0-rc2...v5.0.0-rc3