3 Commits
0.2.1 ... 0.2.2

Author SHA1 Message Date
a613a27d93 build(version): bump version 0.2.1 → 0.2.2 2023-10-16 03:49:39 +00:00
Jon
f30535a4ce Merge branch 'ansible-runner' into 'development'
fix: AWX/Tower requires ansible-runner

See merge request nofusscomputing/projects/ansible/execution_environment!93
2023-10-16 03:46:10 +00:00
Jon
26fb79d44c fix(execution_environment): ansible runner required
this is a dependency so that the EE runs in awx/tower

!93
2023-10-16 13:15:19 +09:30
3 changed files with 8 additions and 1 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.2.1
version: 0.2.2

View File

@ -1,3 +1,9 @@
## 0.2.2 (2023-10-16)
### Bug Fixes
- **execution_environment**: [26fb79d4](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/26fb79d44cc06eb50ec750a5d82bab158af5cd11) - ansible runner required [ [!93](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/93) ]
## 0.2.1 (2023-09-02)
### Bug Fixes

View File

@ -1,5 +1,6 @@
ansible-core==2.14.5
ansible-lint==6.15.0
ansible-runner==2.3.4
# Required for community.general.gitlab_*
python_gitlab==3.14.0