Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
4d2c6b976e | |||
3ba335620c | |||
592978c5f4 |
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.18.0rc0
|
version: 0.18.0
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
## 0.18.0 (2024-05-03)
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- **collection**: [3ba33562](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/3ba335620cfd878048d0bceeadb45b3b35017012) - bump nofusscomputing.kubernetes 1.8.1-a2 -> 1.9.0 [ [!254](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/254) ]
|
||||||
|
- **python**: [592978c5](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/592978c5f45f920fee4d64d325e73aa548b8454d) - bump ansible-core 2.16.1 -> 2.16.6 [ [!255](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/255) ]
|
||||||
|
|
||||||
## 0.18.0rc0 (2024-05-02)
|
## 0.18.0rc0 (2024-05-02)
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
@ -148,5 +148,5 @@ RUN ansible-galaxy collection install \
|
|||||||
theforeman.foreman==4.0.0; \
|
theforeman.foreman==4.0.0; \
|
||||||
ansible-galaxy collection install --pre \
|
ansible-galaxy collection install --pre \
|
||||||
nofusscomputing.glpi==0.1.0-a1 \
|
nofusscomputing.glpi==0.1.0-a1 \
|
||||||
nofusscomputing.kubernetes==1.8.1-a2 \
|
nofusscomputing.kubernetes==1.9.0 \
|
||||||
nofusscomputing.netbox==0.4.0
|
nofusscomputing.netbox==0.4.0
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
ansible-core==2.16.1
|
ansible-core==2.16.6
|
||||||
ansible-lint==6.15.0
|
ansible-lint==6.15.0
|
||||||
ansible-runner==2.3.4
|
ansible-runner==2.3.4
|
||||||
awxkit==23.9.0
|
awxkit==23.9.0
|
||||||
|
Reference in New Issue
Block a user