Skip to content

Commit

Permalink
Update galaxy version and changelog for release 2.3.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 25, 2024
1 parent ed37e6f commit 74766e4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v2.3.2 (September 24, 2024)

* Change RabbitMQ cluster node names to short hostname https://github.com/itential/nickAtest/pull/43
* Fix RabbitMQ env config template
* Missing replset name https://github.com/itential/nickAtest/pull/71

Full Changelog: https://github.com/itential/nickAtest/compare/v2.3.1...v2.3.2


## v2.3.1 (September 21, 2024)

* Add mongo host to tasks, do not use default https://github.com/itential/nickAtest/pull/69
Expand All @@ -10,6 +19,7 @@
* Missing SSO parameter in authenticationProps https://github.com/itential/nickAtest/pull/58
* Non standard dirs https://github.com/itential/nickAtest/pull/68
* Support non-standard mongo port https://github.com/itential/nickAtest/pull/65
* Update galaxy version and changelog for release 2.3.1 [skip ci]

Full Changelog: https://github.com/itential/nickAtest/compare/v2.3.0...v2.3.1

Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace: itential
name: deployer

# The version of the collection. Must be compatible with semantic versioning
version: 2.3.1
version: 2.3.2

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down

0 comments on commit 74766e4

Please sign in to comment.