Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).


## [v3.0.0](https://github.com/puppetlabs/puppet_operational_dashboards/tree/v3.0.0) (2025-12-08)

## Added
- Change to datasource to allow editable so buckets can be deleted by @CosmicJules in https://github.com/puppetlabs/puppet_operational_dashboards/pull/228
- `metadata.json`: add support for Ubuntu 22.04 by @kenyon in https://github.com/puppetlabs/puppet_operational_dashboards/pull/229
- Update to include firewall data by @MartyEwings in https://github.com/puppetlabs/puppet_operational_dashboards/pull/227

### Changed
- (SUP-6707): Remove Puppet 7 As Supported release by @MartyEwings in https://github.com/puppetlabs/puppet_operational_dashboards/pull/235
- (SUP-6706): Update Grafana to 11.8.6 by @MartyEwings in https://github.com/puppetlabs/puppet_operational_dashboards/pull/237
- (SUP-6200) update plans ingest limit to 90 days by @MartyEwings in https://github.com/puppetlabs/puppet_operational_dashboards/pull/230

### Fixed
- (SUP-6704): Resolve Ubuntu Hiera Yaml formatting problem by @MartyEwings in https://github.com/puppetlabs/puppet_operational_dashboards/pull/236

**Full Changelog**: https://github.com/puppetlabs/puppet_operational_dashboards/compare/v2.4.0...v3.0.0

## [v2.3.0](https://github.com/puppetlabs/puppet_operational_dashboards/tree/v2.3.0) (2024-02-05)

[Full Changelog](https://github.com/puppetlabs/puppet_operational_dashboards/compare/v2.2.0...v2.3.0)
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-puppet_operational_dashboards",
"version": "2.4.0",
"version": "3.0.0",
"author": "Adrian Parreiras Horta",
"summary": "A module for managing the installation and configuration of metrics dashboards for Puppet Infrastructure.",
"license": "Apache-2.0",
Expand Down
Loading