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.
v14.1.0 (2024-06-20)
Implemented enhancements:
v14.0.0 (2024-06-14)
Breaking changes:
- Drop support for EoL Grafana 8 & 9 #361 (bastelfreak)
- Drop EoL RedHat 7, CentOS 7 & 8 support #359 (bastelfreak)
- Drop EoL Ubuntu 18.04 support #358 (bastelfreak)
- Drop EoL Debian 10 support #357 (bastelfreak)
Implemented enhancements:
- Add Grafana 11 as supported version #355 (sebastianrakel)
- Add Debian 12 support #341 (bastelfreak)
Fixed bugs:
- Create subpaths for provisioning_datasources #362 (sebastianrakel)
Merged pull requests:
- CI: Enhance cleanup script #363 (bastelfreak)
- CI: Run on latest grafana patch versions #360 (bastelfreak)
- Use modern apt keyrings #351 (saz)
v13.2.0 (2024-05-24)
Implemented enhancements:
Fixed bugs:
v13.1.0 (2023-10-31)
Implemented enhancements:
- Add OracleLinux support #340 (bastelfreak)
v13.0.1 (2023-09-15)
Fixed bugs:
- Update Debian repo signing key #335 (mouchymouchy)
v13.0.0 (2023-06-22)
Breaking changes:
- puppetlabs/stdlib: Require 9.x #325 (bastelfreak)
Implemented enhancements:
- Add Ubuntu 22.04 support #329 (bastelfreak)
- Add EL9 support #328 (bastelfreak)
Merged pull requests:
- cleanup .fixtures.yml #326 (bastelfreak)
v12.0.0 (2023-06-14)
Breaking changes:
- puppet/archive: Allow 7.x; puppetlabs/stdlib: Require 9.x #322 (bastelfreak)
- Drop Puppet 6 support #320 (bastelfreak)
v11.2.0 (2023-03-30)
Implemented enhancements:
- Add AlmaLinux 8 support #312 (bastelfreak)
- Add Rocky 8 support #311 (bastelfreak)
Fixed bugs:
Closed issues:
- repository setup: new GPG repository keys #307
- Failure to install Grafana using module on fresh install of Debian 11 #278
Merged pull requests:
- Disable beta packages tests on Debian #316 (smortex)
- Update repo urls #314 (promasu)
- Move static default settings from Hiera to Puppet #309 (smortex)
v11.1.0 (2022-11-02)
Implemented enhancements:
- Refactor
grafana_datasource
and adduid
property #301 (alexjfisher)
Fixed bugs:
Closed issues:
grafana_folder
permissions
not idempotent #304- 'uid' property is not included in datasource provisioning #229
Merged pull requests:
v11.0.0 (2022-08-17)
Breaking changes:
- Disable Arch Linux testing #292 (bastelfreak)
- Remove
address
param fromgrafana_organization
#284 (alexjfisher)
Implemented enhancements:
- Switch documentation to puppet strings #294 (SimonHoenscheid)
- Add support for custom repository URL #291 (SimonHoenscheid)
- Add
organizations
property tografana_user
#286 (alexjfisher) - Fix performance of
grafana_user
#285 (alexjfisher) - Accept
Sensitive
ldap_cfg
#282 (alexjfisher) - Accept
Sensitive
cfg
#280 (alexjfisher)
Fixed bugs:
- Fix
grafana_user
and switch to usingflush
#283 (alexjfisher) - Set grafana.ini owner to root with packages #264 (ekohl)
Merged pull requests:
- Remove outdated
Integer note
from README #281 (alexjfisher)
v10.0.1 (2021-12-02)
Fixed bugs:
- Grafana_datasource no longer idempotent #270
- Add support for HTTP operation PATCH to fix grafana_membership #266 (dgoetz)
Merged pull requests:
- Fix rubocop after disabling BooleanSymbol cop #271 (root-expert)
- Correct type for the example #265 (earthgecko)
v10.0.0 (2021-11-26)
Breaking changes:
Implemented enhancements:
Fixed bugs:
Closed issues:
- grafana_dashboards ov version 9.0.1 does not work with Grafana 6.7.6 #261
v9.0.1 (2021-08-26)
Merged pull requests:
v9.0.0 (2021-08-17)
Breaking changes:
- Support only 6.x/7.x/8.x versions #246 (root-expert)
- bump default grafana version for FreeBSD #240 (olevole)
Implemented enhancements:
- puppetlabs/stdlib: Allow 7.x #244 (bastelfreak)
- puppet/archive: allow 5.x #243 (bastelfreak)
- Allow grafana_team home dashboard to be scoped to a folder #241 (treydock)
Closed issues:
- config class does not restart service #239
- grafana_team resource gives Could not evaluate: Invalid parameter #237
Merged pull requests:
- Update README.md about tested OSes #250 (bastelfreak)
- Use Iterable.find to find a folder #249 (ekohl)
- Add Ubuntu 20.04 support #248 (root-expert)
- Update badges in README.md #245 (bastelfreak)
v8.0.0 (2021-02-20)
Breaking changes:
- Drop EoL Debian 8 support #233 (bastelfreak)
- Drop Eol CentOS 6 support #232 (bastelfreak)
- Mask/redact password and secure_json_data in grafana_datasource; require at least puppet 6.1.0 #221 (nmaludy)
Implemented enhancements:
- Enable Puppet 7 support #234 (bastelfreak)
- Allow multiple puppetsource #224 (jsfrerot)
Fixed bugs:
- Fix
puppet generate types
#227 (smortex) - Ensure all API types have grafana_conn_validator autorequires #226 (treydock)
- Don't manage dashboard path when puppetsource is not set #225 (treydock)
Closed issues:
- Feature Request: Support for Grafana Plugin install by URL #173
- add/change sourceselect option for provisioning_dashboards #130
Merged pull requests:
- Fix types to work with 'puppet generate types' #236 (treydock)
- Rebase plugin from zip patch #235 (XMol)
- Bugfix for teams, update README and acceptance testing #215 (MorningLightMountain713)
v7.0.0 (2020-08-24)
v6.2.0 (2020-08-23)
Breaking changes:
- drop Ubuntu 14.04 support #192 (bastelfreak)
Implemented enhancements:
- add SLES support #220 (tuxmea)
- Support for teams, dashboard permissions and memberships #210 (MorningLightMountain713)
- Add mechanism to make API changes once API is available #208 (treydock)
- Update list of supported operating systems #204 (dhoppe)
- allow connecting to multiple LDAP services #199 (unki)
Fixed bugs:
- Code in maifests/service.pp refers to code from manifests/params.pp #206
- Grafana 5.0.3 Users passwords being set and datasources created on every puppet run #104
- Clean up code, because params.pp has been removed #214 (dhoppe)
Closed issues:
- Grafana folder example doc update #197
Merged pull requests:
- Fix
grafana_user
password
idempotency #211 (alexjfisher) - Support managing folder permissions #207 (treydock)
- #197 Minor Doc correction - grafana_folder #198 (RandellP)
- Do not restart grafana on provisioned dashboard updates #196 (treydock)
- Remove duplicate CONTRIBUTING.md file #193 (dhoppe)
v6.1.0 (2019-10-30)
Implemented enhancements:
- Feature request: add basicAuth for grafana_datasource #43
- Add FreeBSD 12 support #179 (olevole)
- Update grafana_dashboard resource for folders #172 (alexconrey)
- Implement grafana_folder resource type #170 (alexconrey)
- Mark passwords as sensitive #165 (alexjfisher)
Fixed bugs:
- Fix version, because 6.0.0-beta1 does not exist anymore #163 (dhoppe)
- Fix value of variables base_url and real_archive_source #161 (dhoppe)
- Fix value of variable real_package_source #160 (dhoppe)
Closed issues:
- How to create Notification channels #188
- Cannot install puppet/grafana, most recent puppet/archive version is v4.2 #184
- [UBUNTU 14.04] Package not found #85
- Puppet module exposes passwords - current and previous in plane text during puppet runs #82
- using docker install with container_cfg attempts to use incorrect permissions #52
- Hide sensitive data values #45
- Feature request: support auth.proxy config option #40
Merged pull requests:
- Clean up acceptance spec helper #189 (ekohl)
- DOC Add Provisioning with dashboards from grafana.com #185 (mfaure)
- Allow puppet/archive 4.x and puppetlabs/stdlib 6.x #176 (alexjfisher)
- Corrected invalid database config example #169 (Rovanion)
- Use data in modules instead of params.pp #167 (dhoppe)
- Remove Puppet 3 specific syntax #166 (dhoppe)
v6.0.0 (2019-02-14)
Breaking changes:
- modulesync 2.5.1 and drop Puppet 4 #154 (bastelfreak)
Implemented enhancements:
- Add a task for setting the admin user's password #148 (genebean)
- Integration notification channels #144 (jnguiot)
Fixed bugs:
- Update repo_name Enum for new 'beta' repo #155 (JayH5)
- Fix #152 : multi arch send out a notice #153 (elfranne)
- fixes repo url and key #150 (crazymind1337)
Closed issues:
- multi arch send out a notice #152
- Package Repo moved to packages.grafana.com #149
- install_mode archive fails if $data_dir is not manually created #142
Merged pull requests:
- include classes without leading :: #157 (bastelfreak)
- replace deprecated has_key() with
in
#147 (bastelfreak) - archive install_method creates data_dir #143 (othalla)
- Fix folder typos #140 (pfree)
v5.0.0 (2018-10-06)
Breaking changes:
Implemented enhancements:
- removing value restriction on grafana_datasource so any custom plugin can be used #136 (lukebigum)
- add --repo option to grafana_cli plugin install #132 (rwuest)
- Parametrize provisioning file names #128 (kazeborja)
Closed issues:
- Version parameter should default to 'installed' #125
Merged pull requests:
- modulesync 2.1.0 and allow puppet 6.x #137 (bastelfreak)
- allow puppetlabs/stdlib 5.x and puppetlabs/apt 6.x #134 (bastelfreak)
v4.5.0 (2018-07-16)
Implemented enhancements:
- Use provisioning backend for dashboards, providers #103
- Feature: Add grafana provisioning to this module. #120 (drshawnkwang)
Closed issues:
- Any plan to update module to use the grafana provisioning by yaml files ? #122
v4.4.1 (2018-07-04)
Fixed bugs:
- Fix dependency in provisioning plugins #118 (drshawnkwang)
Closed issues:
- grafana plugin install/check breaks catalog run when grafana-server service is not running #79
v4.4.0 (2018-06-21)
Implemented enhancements:
- Manage sysconfig files #115 (ZeroPointEnergy)
Merged pull requests:
- bump archive upper version boundary to <4.0.0 #116 (bastelfreak)
v4.3.0 (2018-06-18)
Implemented enhancements:
Fixed bugs:
- Update release codename from jessie to stretch. #113 (drshawnkwang)
Closed issues:
- puppet-grafana Debian repository should use codename stretch #112
Merged pull requests:
- drop EOL OSs; fix puppet version range #109 (bastelfreak)
- Rely on beaker-hostgenerator for docker nodesets #108 (ekohl)
- switch from topscope facts to $facts hash #102 (bastelfreak)
- Update README.md #99 (cclloyd)
v4.2.0 (2018-03-06)
Implemented enhancements:
- Create organization #71
- Expand organization property for dashboards #94 (brandonrdn)
- Add grafana_api_path to allow for API sub-paths #93 (brandonrdn)
v4.1.1 (2018-02-21)
Fixed bugs:
- grafana_datasource provider with_credentials() returns is_default value #89
- fix datasource provider error #90 (brandonrdn)
v4.1.0 (2018-02-03)
Implemented enhancements:
- (SIMP-4206) Added organization provider and updated datasource provider #86 (heliocentric)
Closed issues:
- "Could not autoload" error in grafana_dashboard with ruby 2.4 on Centos 6 #83
v4.0.3 (2017-12-09)
Closed issues:
- Apt key add gets called every run #77
- Getting rid or changing the url check for grafana datasource url's #75
Merged pull requests:
- Update readme with examples of using datasource and dashboard #80 (devcfgc)
- Removing the datasource url check as it leads to errors with postgres… #76 (Faffnir)
v4.0.2 (2017-10-12)
Implemented enhancements:
- bump archive upper boundary to work with latest versions #73 (bastelfreak)
- add debian 8 and 9 support #72 (bastelfreak)
Merged pull requests:
v4.0.1 (2017-09-22)
Fixed bugs:
- Module doesn't work on Ubuntu Xenial #56
v4.0.0 (2017-09-20)
Breaking changes:
- BREAKING: Switch to Puppet Data Types (ldap_cfg is now undef when disabled) #66 (wyardley)
- BREAKING: Create grafana_plugin resource type and change grafana::plugins #63 (wyardley)
- BREAKING: Update default Grafana version to 4.5.1 and improve acceptance tests #61 (wyardley)
Implemented enhancements:
- grafana_user custom resource #60 (atward)
- Support newer versions of puppetlabs/apt module #53 (ghoneycutt)
- Support custom plugins #44 (bastelfreak)
Fixed bugs:
- gpg key error on CentOS 7 with default params #59
- wget called even if not necessary #54
- Fix typo in provider #58 (atward)
Closed issues:
- install_method 'docker" ignores all other configurations #51
- Usable for Grafana 4.x? #37
- Remove docker dependency #22
Merged pull requests:
- Update README.md #67 (wyardley)
- Get rid of the dependency on 'wget' module in favor of puppet-archive #65 (wyardley)
- Remove licenses from the top of files #64 (wyardley)
- Release 4.0.0 #62 (bastelfreak)
- Always use jessie apt repo when osfamily is Debian. #41 (furhouse)
v3.0.0 (2017-03-29)
Implemented enhancements:
- implement package_ensure param for archlinux #34 (bastelfreak)
Fixed bugs:
Closed issues:
- Configured grafana debian repo should contain current distribution #27
- Error while creating dashboard #25
Merged pull requests:
- Bump version, Update changelog #38 (dhoppe)
- Debian and RedHat based operating systems should use the repository by default #36 (dhoppe)
- Add support for archlinux #32 (bastelfreak)
- Fix grafana_dashboards #31 (c10l)
- supoort jessie for install method repo #28 (roock)
- Use operatinsystemmajrelease fact in repo url #24 (mirekys)
- The puppet 4-only release will start at 3.0.0 #21 (rnelson0)
v2.6.3 (2017-01-18)
v2.6.2 (2017-01-18)
Just a notice: The next release will be a major one without Puppet 3 support! This is the last Release that supports it!
Enhancements
- add two types & provider:
grafana_datasource
&grafana_dashboard
these type allow configuration of the datasource and the dashboard against the API - allow configuration of
repo_name
for all installation methods - be more conservative when installing from docker, while also allowing users to
override our
stable
choice
Fixes
- ensure correct ownership of downloaded artefact
- fix use-before definition of
$version
: bfraser#87
Behind The Scenes
- switch to voxpupuli/archive from camptocamp
Changes since forking from bfraser/puppet-grafana
- Add CONTRIBUTING.MD as well as our issues, spec etc… templates
- update README and other files to point to forked repository
- Rubocop and ruby-lint style-fixes!
- test with puppet > 4.x
Enhancements
- Support for Grafana 2.5. This is just a version bump to reflect that Grafana 2.5 is now installed by default
- PR #58 Sort
cfg
keys soconfig.ini
content is not updated every Puppet run
Fixes
- Issue #52 Version logic moved to
init.pp
so overriding the version of Grafana to install works as intended
Behind The Scenes
- PR #59 More specific version requirements in
metadata.json
due to use ofcontain
function - PR #61 Fixed typos in
metadata.json
Enhancements
- Support for Grafana 2.1
- Issue #40 Support for LDAP integration
- PR #34 Support for 'repo' install method to install packages from packagecloud repositories
- Addition of boolean parameter
manage_package_repo
to control whether the module will manage the package repository when using the 'repo' install method. See README.md for details - PR #39 Ability to ensure a specific package version is installed when using the 'repo' install method
Fixes
- Issue #37 Archive install method: check if user and service are already defined before attempting to define them
- Issue #42 Package versioning for RPM / yum systems
- Issue #45 Fix resource dependency issues when
manage_package_repo
is false
Behind The Scenes
- Use 40 character GPG key ID for packagecloud apt repository
Enhancements
- Support for Grafana 2.0. Users of Grafana 1.x should stick to version 1.x of the Puppet module
- Support 'archive', 'docker' and 'package' install methods
- Ability to supply a hash of parameters to the Docker container when using 'docker' install method
- PR #24 Ability to configure Grafana using configuration hash parameter
cfg
Behind The Scenes
- Update module operatingsystem support, tags, Puppet requirements
- Tests for 'archive' and 'package' install methods
Enhancements
- New parameter for Grafana admin password
Fixes
- Package install method now makes use of install_dir for config.js path
Behind The Scenes
- Add archive module to .fixtures.yml
- Unquote booleans to make lint happy
- Fix license identifier and unbounded dependencies in module metadata
- Allow Travis to fail on Ruby 1.8.7
- More Puppet versions are tested by Travis
Enhancements
- Add max_search_results parameter
- Install Grafana 1.9.0 by default
Documentation
- Add download_url and install_method parameters to README
Behind The Scenes
- Issue #6 Replace gini/archive dependency with camptocamp/archive
- Addition of CHANGELOG
- Style fixes
- Removal of vagrant-wrapper gem
- Fancy badges for build status
Enhancements
- Add default_route parameter to manage start dashboard
Fixes
- Symlink behavior
Behind The Scenes
- Issue #9 Remove stdlib inclusion from manifest
Enhancements
- Support for multiple datasources
- Install Grafana 1.8.1 by default
Behind The Scenes
- Added RSpec tests
- Add stdlib as a module dependency
- Add operating system compatibility
Enhancements
- Added support for InfluxDB
First release on the Puppet Forge
* This Changelog was automatically generated by github_changelog_generator