ansible-collection-prometheus/changelogs/changelog.yaml

133 lines
7.2 KiB
YAML
Raw Normal View History

---
2023-05-15 23:12:50 +00:00
ancestor:
releases:
0.0.1:
changes:
major_changes:
- Initial Release
release_date: '2023-02-17'
2023-03-02 20:21:52 +00:00
0.0.3:
release_date: '2023-03-02'
2023-03-02 14:15:22 +00:00
0.1.0:
changes:
bugfixes:
- 'fix: Force push git changelogs (https://github.com/prometheus-community/ansible/pull/36)'
- 'fix: Remove unnecessary dependency on jmespath (https://github.com/prometheus-community/ansible/pull/22)'
- 'fix: ansible 2.9 workaround for galaxy install from git (https://github.com/prometheus-community/ansible/pull/37)'
- 'fix: avoid installing changelog tools when testing (https://github.com/prometheus-community/ansible/pull/34)'
- 'fix: grab dependencies from github to avoid galaxy timeouts (https://github.com/prometheus-community/ansible/pull/33)'
2023-03-03 17:08:41 +00:00
minor_changes:
- 'feat: Allow grabbing binaries and checksums from a custom url/mirror (https://github.com/prometheus-community/ansible/pull/28)'
2023-03-02 14:15:22 +00:00
removed_features:
- 'removed: remove lint from molecule to avoid repetition (https://github.com/prometheus-community/ansible/pull/35)'
2023-03-02 14:15:22 +00:00
trivial:
- 'fix: correct workflow triggers and writable permissions (https://github.com/prometheus-community/ansible/pull/32)'
- 'fix: use workflow trigger that gives writable token (https://github.com/prometheus-community/ansible/pull/29)'
- 'fix: writable token in all pull request workflows (https://github.com/prometheus-community/ansible/pull/30)'
2023-03-02 14:15:22 +00:00
release_date: '2023-03-02'
2023-03-03 17:08:41 +00:00
0.1.1:
changes:
trivial:
- 'docs: Add gardar as a maintainer (https://github.com/prometheus-community/ansible/pull/39)'
2023-03-03 17:08:41 +00:00
release_date: '2023-03-03'
2023-03-04 08:03:21 +00:00
0.1.2:
changes:
trivial:
- 'packaging: publish on ansible galaxy on release (https://github.com/prometheus-community/ansible/pull/41)'
2023-03-04 08:03:21 +00:00
release_date: '2023-03-04'
2023-03-04 13:07:27 +00:00
0.1.3:
changes:
trivial:
- 'packaging: Fix publish action version (https://github.com/prometheus-community/ansible/pull/42)'
2023-03-04 13:07:27 +00:00
release_date: '2023-03-04'
2023-03-05 09:59:25 +00:00
0.1.4:
changes:
trivial:
- 'docs: add argument specs to roles (https://github.com/prometheus-community/ansible/pull/27)'
2023-03-05 09:59:25 +00:00
release_date: '2023-03-05'
2023-03-05 12:05:10 +00:00
0.1.5:
changes:
bugfixes:
- 'fix: follow PEP 440 standard for supported ansible versions (https://github.com/prometheus-community/ansible/pull/46)'
- 'fix: various role argument specs (https://github.com/prometheus-community/ansible/pull/50)'
2023-03-06 12:05:51 +00:00
trivial:
- 'docs: Remove references to to previous named ansible collection cloudalchemy
(https://github.com/prometheus-community/ansible/pull/44)'
- 'refactor: move yamllint cfg to standard path (https://github.com/prometheus-community/ansible/pull/47)'
2023-03-05 12:05:10 +00:00
release_date: '2023-03-05'
2023-03-08 10:06:27 +00:00
0.2.0:
2023-03-08 10:45:10 +00:00
changes:
bugfixes:
- 'fix: Fix typo on Install selinux python packages for RedHat family (https://github.com/prometheus-community/ansible/pull/57)'
2023-03-10 01:37:46 +00:00
minor_changes:
- 'feat: add systemd exporter role (https://github.com/prometheus-community/ansible/pull/62)'
2023-03-08 13:06:01 +00:00
removed_features:
- 'removed: community.crypto is only needed when testing (https://github.com/prometheus-community/ansible/pull/56)'
2023-03-08 13:06:01 +00:00
trivial:
- 'refactor: Disable line-length check in arguments_specs (https://github.com/prometheus-community/ansible/pull/58)'
- 'refactor: avoid using command module for systemd version fact (https://github.com/prometheus-community/ansible/pull/52)'
- 'test: fix: 2.12+ test requirements install (https://github.com/prometheus-community/ansible/pull/61)'
2023-03-08 10:06:27 +00:00
release_date: '2023-03-08'
2023-03-13 12:40:36 +00:00
0.2.1:
changes:
2023-03-14 06:57:16 +00:00
bugfixes:
- 'fix: policycoreutils python package name (https://github.com/prometheus-community/ansible/pull/63)'
2023-03-13 12:40:36 +00:00
trivial:
- 'refactor: underscore variable prefix should be reserved... (https://github.com/prometheus-community/ansible/pull/65)'
2023-03-14 06:57:16 +00:00
release_date: '2023-03-13'
0.3.0:
changes:
2023-03-13 18:22:54 +00:00
bugfixes:
- 'fix: policycoreutils python package name (https://github.com/prometheus-community/ansible/pull/63)'
2023-03-14 06:57:16 +00:00
minor_changes:
- 'feat: Add mysqld_exporter role (https://github.com/prometheus-community/ansible/pull/45)'
2023-03-14 06:57:16 +00:00
trivial:
2023-05-15 23:12:50 +00:00
- fix version bumper job (https://github.com/prometheus-community/ansible/pull/67)
- 'refactor: underscore variable prefix should be reserved... (https://github.com/prometheus-community/ansible/pull/65)'
2023-03-14 19:40:13 +00:00
release_date: '2023-03-14'
0.3.1:
changes:
2023-03-17 13:01:43 +00:00
bugfixes:
2023-05-15 23:12:50 +00:00
- "fix: Don't log config deployments (https://github.com/prometheus-community/ansible/pull/73)"
- 'fix: correct quotation of flags in systemd config file (https://github.com/prometheus-community/ansible/pull/71)'
- 'fix: version bumper action (https://github.com/prometheus-community/ansible/pull/75)'
2023-03-21 08:44:52 +00:00
trivial:
- 'docs: Quote value latest to be explicit about the possible value for node_exporter_version
(https://github.com/prometheus-community/ansible/pull/43)'
- 'docs: add workflow for auto generating ansible docs (https://github.com/prometheus-community/ansible/pull/69)'
2023-03-14 06:57:16 +00:00
release_date: '2023-03-14'
2023-03-26 09:53:52 +00:00
0.4.0:
changes:
2023-04-11 14:15:15 +00:00
bugfixes:
- 'fix: meta-runtime now needs minor in version string (https://github.com/prometheus-community/ansible/pull/84)'
2023-04-11 18:43:02 +00:00
minor_changes:
- 'enhancement: add `skip_install` variables to various roles (https://github.com/prometheus-community/ansible/pull/74)'
- 'enhancement: support ansible-vaulted basic auth passwords (https://github.com/prometheus-community/ansible/pull/83)'
2023-04-11 18:43:02 +00:00
trivial:
- 'docs: avoid maintaining variable documentation in many places (https://github.com/prometheus-community/ansible/pull/85)'
2023-03-26 09:53:52 +00:00
release_date: '2023-03-26'
2023-04-26 16:49:37 +00:00
0.4.1:
changes:
bugfixes:
- 'fix: add "become: true" to snmp_exporter handlers (https://github.com/prometheus-community/ansible/pull/99)'
- 'fix: pass token to github api for higher ratelimit (https://github.com/prometheus-community/ansible/pull/91)'
- 'fix: replace eol platforms with current (https://github.com/prometheus-community/ansible/pull/53)'
- 'fix: tags support for included tasks (https://github.com/prometheus-community/ansible/pull/87)'
2023-04-26 16:49:37 +00:00
release_date: '2023-04-26'
2023-05-15 23:12:50 +00:00
0.5.0:
changes:
bugfixes:
- 'fix: add "become: true" to snmp_exporter handlers (https://github.com/prometheus-community/ansible/pull/99)'
2023-05-16 10:03:58 +00:00
- 'fix: node_exporter - Fix Systemd ProtectHome option in service unit (https://github.com/prometheus-community/ansible/pull/94)'
2023-05-15 23:12:50 +00:00
- 'fix: pass token to github api for higher ratelimit (https://github.com/prometheus-community/ansible/pull/91)'
- 'fix: replace eol platforms with current (https://github.com/prometheus-community/ansible/pull/53)'
2023-05-16 10:03:58 +00:00
- 'fix: tags support for included tasks (https://github.com/prometheus-community/ansible/pull/87)'
2023-05-15 23:12:50 +00:00
minor_changes:
- 'minor: Add ansible 2.15 support (https://github.com/prometheus-community/ansible/pull/106)'
release_date: '2023-05-15'
2023-05-16 10:03:58 +00:00
0.5.1:
changes:
bugfixes:
- 'fix: Checkout full branch for version updates (https://github.com/prometheus-community/ansible/pull/108)'
release_date: '2023-05-16'