Releases: SpringerPE/cf-grafana-buildpack
v10.3.3
v9.3.1
What's Changed
- [JR/SC/VL] Uprade Grafana to 9.3.1 by @vlameiras in #12
Full Changelog: v9.2.4...v9.3.1
v9.2.4
Upgrades Grafana to v9.2.4 which addresses several CVEs and bugs
https://github.com/grafana/grafana/blob/main/CHANGELOG.md
https://grafana.com/blog/2022/11/08/security-release-new-versions-of-grafana-with-critical-and-moderate-fixes-for-cve-2022-39328-cve-2022-39307-and-cve-2022-39306/
Full Changelog: v9.2.0...v9.2.4
v9.2.0
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.
There are also security fixes included in Grafana 9.2. You can learn more in this Grafana security blog post.
v9.1.6
v9.1.5
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
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
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
What's Changed
- Upgrade Grafana to 9.0.1 . Also upgrades Alertmanager and CloudSQL Proxy by @vlameiras in #9. Check https://grafana.com/docs/grafana/latest/whatsnew/whats-new-in-v9-0/ for more details
- Default versions are defined in parameters.sh by @efasel in #8
New Contributors
- @vlameiras made their first contribution in #9
- @efasel made their first contribution in #8
Full Changelog: v8.4.1...v9.0.1
v8.4.1
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