Compare commits
7 Commits
Author | SHA1 | Date | |
---|---|---|---|
3581ebbe98 | |||
58acda5d4e | |||
2ec5e23067 | |||
28fc8b3c65 | |||
c29bad5daa | |||
210267648b | |||
8ebe209077 |
2
.cz.yaml
2
.cz.yaml
@ -4,4 +4,4 @@ commitizen:
|
|||||||
name: cz_conventional_commits
|
name: cz_conventional_commits
|
||||||
tag_format: $major.$minor.$patch$prerelease
|
tag_format: $major.$minor.$patch$prerelease
|
||||||
update_changelog_on_bump: true
|
update_changelog_on_bump: true
|
||||||
version: 0.10.0
|
version: 0.11.0rc0
|
||||||
|
12
CHANGELOG.md
12
CHANGELOG.md
@ -1,3 +1,15 @@
|
|||||||
|
## 0.11.0rc0 (2024-01-02)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- **collections**: [2ec5e230](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/2ec5e2306707d4c5c1d0dcc1062afa1ee0f00857) - fix utils version decalaration [ [!179](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/179) ]
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- **image**: [28fc8b3c](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/28fc8b3c658a973e1294e9fb7eb9c53e1e52eaf6) - add awxkit [ [!179](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/179) ]
|
||||||
|
- **image**: [c29bad5d](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/c29bad5daa6ec4242b14e2873ddee34048b4240a) - add ansible module ansible.utils [ [!179](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/179) ]
|
||||||
|
- **ansible_playbooks**: [8ebe2090](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/8ebe20907788b66d6009bc247720a3deea2c60d1) - updated submodule ansible_playbooks [ [!178](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/178) ]
|
||||||
|
|
||||||
## 0.10.0 (2024-01-01)
|
## 0.10.0 (2024-01-01)
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
@ -86,6 +86,7 @@ RUN ansible-galaxy collection install \
|
|||||||
awx.awx==23.5.0 \
|
awx.awx==23.5.0 \
|
||||||
# ansible.posix.authorized_key for SSH
|
# ansible.posix.authorized_key for SSH
|
||||||
ansible.posix==1.5.4 \
|
ansible.posix==1.5.4 \
|
||||||
|
ansible.utils==3.0.0 \
|
||||||
community.dns==2.6.4 \
|
community.dns==2.6.4 \
|
||||||
# docker managment
|
# docker managment
|
||||||
community.docker==3.4.11 \
|
community.docker==3.4.11 \
|
||||||
|
Submodule includes/etc/ansible/playbooks updated: f3a7e4cc0a...e78fbab1f9
@ -1,7 +1,7 @@
|
|||||||
ansible-core==2.16.1
|
ansible-core==2.16.1
|
||||||
ansible-lint==6.15.0
|
ansible-lint==6.15.0
|
||||||
ansible-runner==2.3.4
|
ansible-runner==2.3.4
|
||||||
|
awxkit==23.5.1
|
||||||
# Required for community.general.gitlab_*
|
# Required for community.general.gitlab_*
|
||||||
python_gitlab==3.14.0
|
python_gitlab==3.14.0
|
||||||
# community.postgresql
|
# community.postgresql
|
||||||
@ -10,3 +10,5 @@ psycopg2==2.9.9
|
|||||||
PyMySQL==1.1.0
|
PyMySQL==1.1.0
|
||||||
|
|
||||||
dnspython
|
dnspython
|
||||||
|
|
||||||
|
xmltodict==0.13.0
|
Reference in New Issue
Block a user