Skip to content

Commit 6ec48e9

Browse files
author
github-actions
committed
Update galaxy version and changelog for release 3.1.1 [skip ci]
1 parent 73a6fff commit 6ec48e9

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Changelog
22

3-
## v3.1.0 (March 28, 2025)
3+
## v3.1.1 (April 07, 2025)
4+
5+
* Add umask to offline pip installs https://github.com/itential/itential.deployer/pull/192
6+
* Fix gateway offline install https://github.com/itential/itential.deployer/pull/193
7+
* Offline install adapter overwrite fix https://github.com/itential/itential.deployer/pull/194
8+
* Remove build packages only when installed with deployer https://github.com/itential/itential.deployer/pull/191
9+
* Remove default encryption key, require this key for execution https://github.com/itential/itential.deployer/pull/195
10+
11+
Full Changelog: https://github.com/itential/itential.deployer/compare/v3.1.0...v3.1.1
12+
13+
14+
## v3.1.0 (March 31, 2025)
415

516
* Add umask to python app dependencies pip install https://github.com/itential/itential.deployer/pull/189
617
* Added support for IAG 4.3 https://github.com/itential/itential.deployer/pull/190
@@ -10,6 +21,7 @@
1021
* Pinning the ansible-lint version https://github.com/itential/itential.deployer/pull/186
1122
* Prometheus al23 https://github.com/itential/itential.deployer/pull/181
1223
* Remove dnf switch-to when installing nodejs https://github.com/itential/itential.deployer/pull/188
24+
* Update galaxy version and changelog for release 3.1.0 [skip ci]
1325
* Use full path to ansible-galaxy when installing collections https://github.com/itential/itential.deployer/pull/183
1426
* Vault al23 https://github.com/itential/itential.deployer/pull/184
1527

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace: itential
88
name: deployer
99

1010
# The version of the collection. Must be compatible with semantic versioning
11-
version: 3.1.0
11+
version: 3.1.1
1212

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

0 commit comments

Comments
 (0)