Compare commits
13 Commits
Author | SHA1 | Date | |
---|---|---|---|
4d2c6b976e | |||
3ba335620c | |||
592978c5f4 | |||
c445849126 | |||
f64a45d921 | |||
65fc530c8a | |||
5288a657cc | |||
d71ee25c24 | |||
7f403ca0ce | |||
ea4df74a49 | |||
e59644a6c2 | |||
3b54c1dfdd | |||
940daba84b |
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.16.0
|
||||
version: 0.18.0
|
||||
|
31
CHANGELOG.md
31
CHANGELOG.md
@ -1,3 +1,34 @@
|
||||
## 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)
|
||||
|
||||
### Features
|
||||
|
||||
- **collection**: [f64a45d9](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/f64a45d921deeb4ffd7858e8cdd91f6f6756165b) - bump nofusscomputing.kubernetes 1.7.2 -> 1.8.1-a2 [ [!254](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/254) ]
|
||||
|
||||
## 0.17.1 (2024-05-02)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- **collection**: [5288a657](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/5288a657cc43429a5a59ae3cfefca754ba421bbb) - add nofusscomputing.netbox [ [!254](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/254) ]
|
||||
- **collection**: [d71ee25c](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/d71ee25c2450567217f529e143723b05ac5cd6e0) - add nofusscomputing.glpi [ [!254](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/254) ]
|
||||
|
||||
## 0.17.0 (2024-04-25)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- **submodule**: [3b54c1df](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/3b54c1dfdd60c74e59e61bbd1eceff556300a449) - update to commit that exists [ [!252](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/252) ]
|
||||
- **kubernetes**: [940daba8](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/940daba84b197fb0bda82222637a2374d8a8301f) - update nofusscomputing.kubernetes 1.7.1 -> 1.7.2 [ [!247](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/247) ]
|
||||
|
||||
### Features
|
||||
|
||||
- **ansible-roles**: [e59644a6](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/e59644a6c21beee0ea18b1858e8cf75a365acd6e) - updated submodule ansible-roles [ [!253](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/253) ]
|
||||
|
||||
## 0.16.0 (2024-04-24)
|
||||
|
||||
### Bug Fixes
|
||||
|
@ -147,4 +147,6 @@ RUN ansible-galaxy collection install \
|
||||
netbox.netbox==3.17.0 \
|
||||
theforeman.foreman==4.0.0; \
|
||||
ansible-galaxy collection install --pre \
|
||||
nofusscomputing.kubernetes==1.7.1
|
||||
nofusscomputing.glpi==0.1.0-a1 \
|
||||
nofusscomputing.kubernetes==1.9.0 \
|
||||
nofusscomputing.netbox==0.4.0
|
||||
|
Submodule includes/etc/ansible/playbooks updated: d33a223f02...44b0ca4d86
Submodule includes/etc/ansible/roles updated: 33197d244e...dc12408a01
@ -1,4 +1,4 @@
|
||||
ansible-core==2.16.1
|
||||
ansible-core==2.16.6
|
||||
ansible-lint==6.15.0
|
||||
ansible-runner==2.3.4
|
||||
awxkit==23.9.0
|
||||
|
Reference in New Issue
Block a user