From 7af2c41ded3ca92eebe25408c95278766437856f Mon Sep 17 00:00:00 2001 From: Trey Dockendorf Date: Tue, 5 Mar 2024 08:40:13 -0500 Subject: [PATCH] Release 13.2.0 --- CHANGELOG.md | 12 ++++++++++++ metadata.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3630f078..82dbd7b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. Each new release typically also includes the latest modulesync defaults. These should not affect the functionality of the module. +## [v13.2.0](https://github.com/voxpupuli/puppet-grafana/tree/v13.2.0) (2024-05-24) + +[Full Changelog](https://github.com/voxpupuli/puppet-grafana/compare/v13.1.0...v13.2.0) + +**Implemented enhancements:** + +- Support Grafana 10.x [\#348](https://github.com/voxpupuli/puppet-grafana/pull/348) ([treydock](https://github.com/treydock)) + +**Fixed bugs:** + +- Remove legacy top-scope syntax [\#344](https://github.com/voxpupuli/puppet-grafana/pull/344) ([smortex](https://github.com/smortex)) + ## [v13.1.0](https://github.com/voxpupuli/puppet-grafana/tree/v13.1.0) (2023-10-31) [Full Changelog](https://github.com/voxpupuli/puppet-grafana/compare/v13.0.1...v13.1.0) diff --git a/metadata.json b/metadata.json index ff400804..fecafb92 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-grafana", - "version": "13.1.1-rc0", + "version": "13.2.0", "author": "Vox Pupuli", "summary": "This module provides Grafana, a dashboard and graph editor for Graphite and InfluxDB.", "license": "Apache-2.0",