3 Commits
0.7.0 ... 0.7.1

Author SHA1 Message Date
c277ea7753 build(version): bump version 0.7.0 → 0.7.1 2023-12-05 06:10:08 +00:00
Jon
f7f57ea479 Merge branch 'build-cache-upgrades' into 'development'
fix(galaxy): specify versions as newest version is not installed

See merge request nofusscomputing/projects/ansible/execution_environment!133
2023-12-05 05:31:53 +00:00
Jon
e5ea61d58f fix(galaxy): specify versions as newest version is not installed
!133
2023-12-05 14:52:25 +09:30
3 changed files with 14 additions and 8 deletions

View File

@ -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.7.0 version: 0.7.1

View File

@ -1,3 +1,9 @@
## 0.7.1 (2023-12-05)
### Bug Fixes
- **galaxy**: [e5ea61d5](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/e5ea61d58f0b1a8336709652d00e643e8833d785) - specify versions as newest version is not installed [ [!133](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/133) ]
## 0.7.0 (2023-12-05) ## 0.7.0 (2023-12-05)
### Bug Fixes ### Bug Fixes

View File

@ -83,13 +83,13 @@ RUN pip install --index-url https://gitlab.com/api/v4/projects/45741845/packages
RUN ansible-galaxy collection install \ RUN ansible-galaxy collection install \
awx.awx \ awx.awx==23.5.0 \
# ansible.posix.authorized_key for SSH # ansible.posix.authorized_key for SSH
ansible.posix \ ansible.posix==1.5.4 \
community.dns \ community.dns==2.6.4 \
# docker managment # docker managment
community.docker \ community.docker==3.4.11 \
# community.general.gitlab_* # community.general.gitlab_*
community.general \ community.general==8.1.0 \
community.mysql \ community.mysql==3.8.0 \
kubernetes.core kubernetes.core==3.0.0