Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
57eb102843 | |||
83480bb476 | |||
63911dfb3e | |||
e60c11dafe | |||
cd1081744e | |||
b9a0e61136 |
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.8.0
|
||||
version: 0.9.0
|
||||
|
12
CHANGELOG.md
12
CHANGELOG.md
@ -1,3 +1,15 @@
|
||||
## 0.9.0 (2023-12-09)
|
||||
|
||||
### Features
|
||||
|
||||
- **ansible-roles**: [63911dfb](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/63911dfb3e481642465ab4764050dd3f96732d89) - updated submodule ansible-roles
|
||||
|
||||
## 0.8.1 (2023-12-09)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- **collection**: [b9a0e611](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/b9a0e611366d75de0f6d48bda4d91d06898935b1) - add missing postgres [ [!150](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/150) [!18](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/18) ]
|
||||
|
||||
## 0.8.0 (2023-12-08)
|
||||
|
||||
### Features
|
||||
|
@ -92,4 +92,5 @@ RUN ansible-galaxy collection install \
|
||||
# community.general.gitlab_*
|
||||
community.general==8.1.0 \
|
||||
community.mysql==3.8.0 \
|
||||
community.postgresql==3.2.0 \
|
||||
kubernetes.core==3.0.0
|
Submodule includes/etc/ansible/roles updated: e30cac2e44...fcf0d773c5
Reference in New Issue
Block a user