diff --git a/CHANGELOG.md b/CHANGELOG.md index ff65e8a..f9c415b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,24 @@ # Changelog +## v2.4.0 (October 23, 2024) + +* Support installation of Itential artifacts using repository URL https://github.com/itential/itential.deployer/pull/87 +* Added tuned to operational packages https://github.com/itential/itential.deployer/pull/84 +* Changlog link fix https://github.com/itential/itential.deployer/pull/83 +* Fix custom adapter symlinks when patching IAP https://github.com/itential/itential.deployer/pull/85 +* Restructure prometheus playbooks and roles https://github.com/itential/itential.deployer/pull/86 +* Separate out Grafana RabbitMQ dashboard definition https://github.com/itential/itential.deployer/pull/89 +* Support auth in MongoDB exporter https://github.com/itential/itential.deployer/pull/88 +* Use rabbitmq_default_mgt_console_port in prometheus role https://github.com/itential/itential.deployer/pull/90 +* Wrong mongo version https://github.com/itential/itential.deployer/pull/82 + +Full Changelog: https://github.com/itential/itential.deployer/compare/v2.3.3...v2.4.0 + + ## v2.3.3 (September 27, 2024) * Fix prometheus redis exporter when auth is enabled https://github.com/itential/itential.deployer/pull/80 +* Update galaxy version and changelog for release 2.3.3 [skip ci] Full Changelog: https://github.com/itential/itential.deployer/compare/v2.3.2...v2.3.3 diff --git a/galaxy.yml b/galaxy.yml index 6abbaf1..27e1fa6 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -8,7 +8,7 @@ namespace: itential name: deployer # The version of the collection. Must be compatible with semantic versioning -version: 2.3.3 +version: 2.4.0 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md