Compare commits
14 Commits
Author | SHA1 | Date | |
---|---|---|---|
3581ebbe98 | |||
58acda5d4e | |||
2ec5e23067 | |||
28fc8b3c65 | |||
c29bad5daa | |||
210267648b | |||
8ebe209077 | |||
519a6d0662 | |||
97f333d79c | |||
c7259d10da | |||
e79f72bac7 | |||
66a039d203 | |||
d73d1d60bb | |||
0553945e3b |
2
.cz.yaml
2
.cz.yaml
@ -4,4 +4,4 @@ commitizen:
|
||||
name: cz_conventional_commits
|
||||
tag_format: $major.$minor.$patch$prerelease
|
||||
update_changelog_on_bump: true
|
||||
version: 0.10.0rc0
|
||||
version: 0.11.0rc0
|
||||
|
20
CHANGELOG.md
20
CHANGELOG.md
@ -1,3 +1,23 @@
|
||||
## 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)
|
||||
|
||||
### Features
|
||||
|
||||
- **ansible-roles**: [c7259d10](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/c7259d10da7e0b002758c95a899b4f88c0405459) - updated submodule ansible-roles [ [!176](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/176) ]
|
||||
- **ansible_playbooks**: [66a039d2](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/66a039d203b89888afdddaecef033a7d85d36083) - updated submodule ansible_playbooks [ [!175](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/175) ]
|
||||
- **ansible_playbooks**: [0553945e](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/0553945e3bf6cd2ebbffcb6ef4554fe4b94f764e) - updated submodule ansible_playbooks [ [!174](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/174) ]
|
||||
|
||||
## 0.10.0rc0 (2023-12-20)
|
||||
|
||||
### Features
|
||||
|
@ -86,6 +86,7 @@ RUN ansible-galaxy collection install \
|
||||
awx.awx==23.5.0 \
|
||||
# ansible.posix.authorized_key for SSH
|
||||
ansible.posix==1.5.4 \
|
||||
ansible.utils==3.0.0 \
|
||||
community.dns==2.6.4 \
|
||||
# docker managment
|
||||
community.docker==3.4.11 \
|
||||
|
Submodule includes/etc/ansible/playbooks updated: c5d5eb4919...e78fbab1f9
Submodule includes/etc/ansible/roles updated: 012e6155cf...90f2159411
@ -1,7 +1,7 @@
|
||||
ansible-core==2.16.1
|
||||
ansible-lint==6.15.0
|
||||
ansible-runner==2.3.4
|
||||
|
||||
awxkit==23.5.1
|
||||
# Required for community.general.gitlab_*
|
||||
python_gitlab==3.14.0
|
||||
# community.postgresql
|
||||
@ -9,4 +9,6 @@ psycopg2==2.9.9
|
||||
# community.mysql
|
||||
PyMySQL==1.1.0
|
||||
|
||||
dnspython
|
||||
dnspython
|
||||
|
||||
xmltodict==0.13.0
|
Reference in New Issue
Block a user