7 Commits

Author SHA1 Message Date
3581ebbe98 build(version): bump version 0.10.0 → 0.11.0rc0 2024-01-02 09:11:07 +00:00
Jon
58acda5d4e Merge branch 'project-task-111' into 'development'
feat: keycloak config

See merge request nofusscomputing/projects/ansible/execution_environment!179
2024-01-02 07:19:50 +00:00
Jon
2ec5e23067 fix(collections): fix utils version decalaration
!179
2024-01-02 16:40:21 +09:30
Jon
28fc8b3c65 feat(image): add awxkit
used for awx export module

!179
2024-01-02 16:33:34 +09:30
Jon
c29bad5daa feat(image): add ansible module ansible.utils
required for xmltodict function. used within keycloak playbook to fetch saml public cert

!179
2024-01-02 16:33:04 +09:30
210267648b Merge branch 'automated-tasks' into 'development'
chore(ansible_playbooks): Automated update of git sub-module

See merge request nofusscomputing/projects/ansible/execution_environment!178
2024-01-01 10:10:44 +00:00
8ebe209077 feat(ansible_playbooks): updated submodule ansible_playbooks
Automation Data:
{
    "branch": "development",
    "current_commit": "f3a7e4cc0a7199b4f03059b9f39b6d24dc08508c)",
    "name": "ansible_playbooks",
    "path": "/builds/nofusscomputing/projects/ansible/execution_environment/_automation_/includes/etc/ansible/playbooks",
    "remote_head": "e78fbab1f9ce97f20344c1dc1ab644fb629d977f)",
    "remote_name": "origin",
    "url": "https://gitlab.com/nofusscomputing/projects/ansible/ansible_playbooks.git"
}

Changes: Submodule path includes/etc/ansible/playbooks: checked out e78fbab1f9ce97f20344c1dc1ab644fb629d977f

MR !178
2024-01-01 10:01:18 +00:00
5 changed files with 19 additions and 4 deletions

View File

@ -4,4 +4,4 @@ commitizen:
name: cz_conventional_commits
tag_format: $major.$minor.$patch$prerelease
update_changelog_on_bump: true
version: 0.10.0
version: 0.11.0rc0

View File

@ -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)
### Features

View File

@ -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 \

View File

@ -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