Skip to content

Releases: SpringerPE/cf-grafana-buildpack

v10.3.3

15 Feb 09:55
Compare
Choose a tag to compare

This release includes a version update to grafana 10.3.3 to fix a security issue

v9.3.1

12 Dec 14:53
cf57041
Compare
Choose a tag to compare

What's Changed

Full Changelog: v9.2.4...v9.3.1

v9.2.4

v9.2.0

13 Oct 08:49
995c371
Compare
Choose a tag to compare

Along with new developments for public dashboards and support for Google Analytics 4 properties, Grafana 9.2 offers new ways to connect with support teams about panel issues, a simplified query variable editor for Grafana Loki, improvements to access control, and much more.

https://grafana.com/blog/2022/10/11/grafana-9.2-release-new-grafana-panel-help-options-grafana-oauth-updates-simplified-variable-editor-for-grafana-loki-and-more/?pg=blog&plcmt=body-txt

There are also security fixes included in Grafana 9.2. You can learn more in this Grafana security blog post.

v9.1.6

27 Sep 17:33
Compare
Choose a tag to compare

Fix for the previous release.
This update uses Grafana to 9.1.5 and Cloud SQL Proxy to 1.32.0

v9.1.5

14 Sep 11:40
Compare
Choose a tag to compare

Upgrades Grafana to 9.1.5 and Cloud SQL Proxy to 1.32.0

More info here https://grafana.com/docs/grafana/latest/release-notes/release-notes-9-1-5/ also addresses the following issue grafana/grafana#54566

v9.1.1

31 Aug 15:04
Compare
Choose a tag to compare

Upgrades Grafana to 9.1.1 and Cloud SQL Proxy to 1.31.2

More info here https://grafana.com/blog/2022/08/16/grafana-9.1-release/

v9.0.3

18 Jul 11:24
Compare
Choose a tag to compare

Upgrades Grafana to v9.0.3, AlertManager to 1.2.1 and CloudSQL Proxy to 1.31.1

Full Changelog: v9.0.1...v9.0.3

v9.0.1

28 Jun 11:47
5c55ec8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.4.1...v9.0.1

v8.4.1

18 Feb 16:39
Compare
Choose a tag to compare

We have updated cf-grafana-buildpack to version 8.4.1 (same as grafana version) .
If you are not specifying version in the buildpacks section of cf-manifest then it will point to the latest version (i.e 8.4.1)
and your grafana instance will be automatically updated to 8.4.1. You can specify the version in your buildpack like this

---
applications:
- name: grafana
  buildpacks: 
  - https://github.com/SpringerPE/cf-grafana-buildpack#8.4.1

You can rollback to previous version of cf-grafana-buildpack by specifying the old tag in buildpack section.

If you want to use a different grafana version instead of using the one provided by the buildpack you can overwrite that in runtime.txt file. More Info here

Here’s a taste of what’s new:

  • Share links for playlists 🔗- easily set up playlists on multiple devices and kiosks
  • More bar chart options 📊 - x-axis is now available and you can now color bars with a field property
  • Geomap tooltips 🗺️ - tooltips with data links across multiple layers are now supported
  • $__interval and $__interval_ms in panel titles 👀 - use these global interval variables in panel titles to make it easier to see which intervals have been applied without going into panel edit mode.
  • Accessibility 🧡 - improved keyboard navigation, focus trapping, and screen reader support for general components like tooltips, color pickers, modals, dropdowns, and more.
  • Full-range logs volume :loki: - full-range log volume histogram for the Grafana Loki data source is now enabled by default
  • Enhanced Grafana Alerting features 🔔 - support for mute timings and custom groupings for the Alert Panel - handy for larger orgs using multiple alerts for metrics

Grafana 8.4.1 Release Notes:
https://github.com/grafana/grafana/releases/tag/v8.4.1

Important
You might need to upgrade your plugin versions defined in plugins.txt