Compare commits
23 Commits
Author | SHA1 | Date | |
---|---|---|---|
d461ed82ee | |||
0e146d3a73 | |||
8906e13df6 | |||
788c7c74fc | |||
35a0f86ad4 | |||
d64b161e7f | |||
958b138aca | |||
c37dec363b | |||
7b5809b753 | |||
0d3ee92d49 | |||
36559a4b5d | |||
cae2eb5ff0 | |||
f0dd0604ca | |||
d8d53f42b2 | |||
f74c854162 | |||
e0cca94322 | |||
fb7ecad0a6 | |||
b7547eb7e6 | |||
0de2125d81 | |||
53148ad3c8 | |||
f78886f6ca | |||
c9a6a5c088 | |||
5e08d54094 |
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.5.0
|
version: 0.6.0
|
||||||
|
18
CHANGELOG.md
18
CHANGELOG.md
@ -1,3 +1,21 @@
|
|||||||
|
## 0.6.0 (2023-11-30)
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- **ansible-roles**: [8906e13d](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/8906e13df61f49d036f7c357b2fdb075216c656b) - updated submodule ansible-roles [ [!123](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/123) ]
|
||||||
|
- **ansible-roles**: [35a0f86a](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/35a0f86ad4d46aabdc13f8526349ac1688739042) - updated submodule ansible-roles [ [!122](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/122) ]
|
||||||
|
- **ansible-roles**: [958b138a](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/958b138aca4c1e2cbb66cef191970d433e0c5e79) - updated submodule ansible-roles [ [!121](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/121) ]
|
||||||
|
- **ansible-roles**: [7b5809b7](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/7b5809b75345ff6f4bcba9a6951a60b0831c2be5) - updated submodule ansible-roles [ [!120](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/120) ]
|
||||||
|
- **ansible-roles**: [d8d53f42](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/d8d53f42b296bfca57d075ffd79ec9e09d9da6eb) - updated submodule ansible-roles [ [!118](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/118) ]
|
||||||
|
- **ansible-roles**: [f74c8541](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/f74c8541621adf09c6b81f22224c56db93492f01) - updated submodule ansible-roles
|
||||||
|
- **ansible-roles**: [e0cca943](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/e0cca94322557cf3a572e657bb126ce5b66007f7) - updated submodule ansible-roles
|
||||||
|
- **ansible-roles**: [fb7ecad0](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/fb7ecad0a627aeb9bf9c88a67fa08e0d0bf9e93f) - updated submodule ansible-roles
|
||||||
|
- **ansible-roles**: [b7547eb7](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/b7547eb7e61accc0041c70215d27a613a09f97d7) - updated submodule ansible-roles
|
||||||
|
- **ansible-roles**: [0de2125d](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/0de2125d8172675d47659bda5566789c175a8085) - updated submodule ansible-roles
|
||||||
|
- **ansible-roles**: [53148ad3](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/53148ad3c8656e6913c1828c8899ef22ed795983) - updated submodule ansible-roles
|
||||||
|
- **git**: [c9a6a5c0](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/c9a6a5c0888bf66dd5ff9f14800aecadc20f0c82) - '*' added as git safe.directory [ [!117](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/117) [#18](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/issues/18) [!2](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/2) ]
|
||||||
|
- **ansible_playbooks**: [5e08d540](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/5e08d54094686c1d2a8c6af9911a9f5e4990c8d6) - updated submodule ansible_playbooks
|
||||||
|
|
||||||
## 0.5.0 (2023-11-14)
|
## 0.5.0 (2023-11-14)
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
@ -76,7 +76,8 @@ COPY requirements.txt /tmp/requirements.txt
|
|||||||
COPY --from=receptor /usr/bin/receptor /usr/bin/receptor
|
COPY --from=receptor /usr/bin/receptor /usr/bin/receptor
|
||||||
|
|
||||||
RUN pip install --upgrade pip; \
|
RUN pip install --upgrade pip; \
|
||||||
mkdir -p /var/run/receptor
|
mkdir -p /var/run/receptor; \
|
||||||
|
git config --global --add safe.directory '*'
|
||||||
|
|
||||||
RUN pip install --index-url https://gitlab.com/api/v4/projects/45741845/packages/pypi/simple -r /tmp/requirements.txt
|
RUN pip install --index-url https://gitlab.com/api/v4/projects/45741845/packages/pypi/simple -r /tmp/requirements.txt
|
||||||
|
|
||||||
|
Submodule gitlab-ci updated: 52f4ebda54...bd22ff566c
Submodule includes/etc/ansible/playbooks updated: ef8574a6e4...ac45d0837c
Submodule includes/etc/ansible/roles updated: cacc05eb2a...7b2fcb3ee1
Submodule website-template updated: 992b54805b...59b16501a6
Reference in New Issue
Block a user