16 Commits
0.6.0 ... 0.7.0

Author SHA1 Message Date
b5674fd6f0 build(version): bump version 0.6.0 → 0.7.0 2023-12-05 04:36:55 +00:00
Jon
f925ca03b6 Merge branch 'build-cache-upgrades' into 'development'
fix(build_cache): add pycopg missing build dep

See merge request nofusscomputing/projects/ansible/execution_environment!132
2023-12-05 04:25:31 +00:00
Jon
16cec6c21b fix(build_cache): add pycopg missing build dep
!132
2023-12-05 13:44:06 +09:30
Jon
dab236e8ec Merge branch 'build-cache-upgrades' into 'development'
fix(build_cache): add pycopg missing build dep

See merge request nofusscomputing/projects/ansible/execution_environment!131
2023-12-05 04:06:19 +00:00
Jon
7fafa8f1c9 fix(build_cache): add pycopg missing build dep
!131
2023-12-05 13:32:05 +09:30
Jon
f3871ff9b4 Merge branch 'build-cache-upgrades' into 'development'
build(build_cache): update build cache image to python:3.11-slim-bookworm

Closes #10

See merge request nofusscomputing/projects/ansible/execution_environment!129
2023-12-05 03:42:55 +00:00
Jon
1e6282dcdb build(build_cache): update build cache image to python:3.11-slim-bookworm
!129 closes #10
2023-12-05 13:11:35 +09:30
Jon
6cf729c478 Merge branch 'ansible-upgrade' into 'development'
feat(ansible): upgrade to 2.16.0

See merge request nofusscomputing/projects/ansible/execution_environment!128
2023-12-05 03:08:42 +00:00
Jon
4ba258aff4 feat(ansible): upgrade to 2.16.0
!128
2023-12-05 12:37:51 +09:30
18e7faba7d Merge branch 'automated-tasks' into 'development'
chore(ansible_playbooks): Automated update of git sub-module

See merge request nofusscomputing/projects/ansible/execution_environment!127
2023-12-05 02:43:22 +00:00
5bddf0e0a3 feat(ansible_playbooks): updated submodule ansible_playbooks
Automation Data:
{
    "branch": "development",
    "current_commit": "dbf2aa759618767121877a76179a7fd6ba3fe785)",
    "name": "ansible_playbooks",
    "path": "/builds/nofusscomputing/projects/ansible/execution_environment/_automation_/includes/etc/ansible/playbooks",
    "remote_head": "7acd7e385d6b351a32acf95e773f801754625a15)",
    "remote_name": "origin",
    "url": "https://gitlab.com/nofusscomputing/projects/ansible/ansible_playbooks.git"
}

Changes: Submodule path includes/etc/ansible/playbooks: checked out 7acd7e385d6b351a32acf95e773f801754625a15

MR !127
2023-12-05 02:33:53 +00:00
31c4327064 feat(ansible_playbooks): updated submodule ansible_playbooks
Automation Data:
{
    "branch": "development",
    "current_commit": "ac45d0837cb598fe933c7ab505f6f7bf64ea306d)",
    "name": "ansible_playbooks",
    "path": "/builds/nofusscomputing/projects/ansible/execution_environment/_automation_/includes/etc/ansible/playbooks",
    "remote_head": "dbf2aa759618767121877a76179a7fd6ba3fe785)",
    "remote_name": "origin",
    "url": "https://gitlab.com/nofusscomputing/projects/ansible/ansible_playbooks.git"
}

Changes: Submodule path includes/etc/ansible/playbooks: checked out dbf2aa759618767121877a76179a7fd6ba3fe785

MR !127
2023-12-05 02:10:45 +00:00
202f96e099 Merge branch 'automated-tasks' into 'development'
chore(ansible-roles): Automated update of git sub-module

See merge request nofusscomputing/projects/ansible/execution_environment!126
2023-12-02 08:26:24 +00:00
ffc9e0c576 feat(ansible-roles): updated submodule ansible-roles
Automation Data:
{
    "branch": "development",
    "current_commit": "d0ca3972af6b9416411db32f9f49ea66075c19c7)",
    "name": "ansible-roles",
    "path": "/builds/nofusscomputing/projects/ansible/execution_environment/_automation_/includes/etc/ansible/roles",
    "remote_head": "fe7841dff582c6bf11d0f4832839535e60e3ca66)",
    "remote_name": "origin",
    "url": "https://gitlab.com/nofusscomputing/projects/ansible/ansible-roles.git"
}

Changes: Submodule path includes/etc/ansible/roles: checked out fe7841dff582c6bf11d0f4832839535e60e3ca66

MR !126
2023-12-02 08:17:18 +00:00
473eeb8198 Merge branch 'automated-tasks' into 'development'
chore(ansible-roles): Automated update of git sub-module

See merge request nofusscomputing/projects/ansible/execution_environment!125
2023-12-01 06:18:40 +00:00
8eebdca9e9 feat(ansible-roles): updated submodule ansible-roles
Automation Data:
{
    "branch": "development",
    "current_commit": "7b2fcb3ee16e4b098313e940063ded73eb2b1a4b)",
    "name": "ansible-roles",
    "path": "/builds/nofusscomputing/projects/ansible/execution_environment/_automation_/includes/etc/ansible/roles",
    "remote_head": "d0ca3972af6b9416411db32f9f49ea66075c19c7)",
    "remote_name": "origin",
    "url": "https://gitlab.com/nofusscomputing/projects/ansible/ansible-roles.git"
}

Changes: Submodule path includes/etc/ansible/roles: checked out d0ca3972af6b9416411db32f9f49ea66075c19c7

MR !125
2023-12-01 06:07:57 +00:00
6 changed files with 24 additions and 7 deletions

View File

@ -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.6.0 version: 0.7.0

View File

@ -1,3 +1,18 @@
## 0.7.0 (2023-12-05)
### Bug Fixes
- **build_cache**: [16cec6c2](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/16cec6c21b627d6b09d1b78de6263756f28ba1da) - add pycopg missing build dep [ [!132](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/132) ]
- **build_cache**: [7fafa8f1](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/7fafa8f1c9a12c346562503bb26607f7ade8740a) - add pycopg missing build dep [ [!131](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/131) ]
### Features
- **ansible**: [4ba258af](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/4ba258aff4ac16b22b26742c619c270551e9c205) - upgrade to 2.16.0 [ [!128](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/128) ]
- **ansible_playbooks**: [5bddf0e0](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/5bddf0e0a365718b1ecb51c660a43ee9eef6d725) - updated submodule ansible_playbooks [ [!127](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/127) ]
- **ansible_playbooks**: [31c43270](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/31c4327064f06767d8f032c2d27fd9420e718cf5) - updated submodule ansible_playbooks [ [!127](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/127) ]
- **ansible-roles**: [ffc9e0c5](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/ffc9e0c5768f5f4dd6d28216989a1e8540c9538f) - updated submodule ansible-roles [ [!126](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/126) ]
- **ansible-roles**: [8eebdca9](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/8eebdca9e936b1abc831e239a054271165e08211) - updated submodule ansible-roles [ [!125](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/125) ]
## 0.6.0 (2023-11-30) ## 0.6.0 (2023-11-30)
### Features ### Features

View File

@ -1,4 +1,4 @@
FROM --platform=$TARGETPLATFORM python:3.11-bullseye as wheelbuild FROM --platform=$TARGETPLATFORM python:3.11-slim-bookworm as wheelbuild
ARG CI_JOB_TOKEN ARG CI_JOB_TOKEN
ARG CI_API_V4_URL ARG CI_API_V4_URL
@ -15,7 +15,8 @@ RUN apt update \
&& apt install --reinstall -yq \ && apt install --reinstall -yq \
git \ git \
curl \ curl \
rustc cargo || true rustc cargo \
libpq-dev || true
RUN mkdir -p /tmp/python_modules /tmp/python_builds RUN mkdir -p /tmp/python_modules /tmp/python_builds
@ -47,7 +48,8 @@ RUN export DEBIAN_FRONTEND=noninteractive \
libffi-dev \ libffi-dev \
python3-dev \ python3-dev \
cargo \ cargo \
pkg-config || true pkg-config \
libpq-dev || true
RUN pip install --upgrade pip RUN pip install --upgrade pip

View File

@ -1,4 +1,4 @@
ansible-core==2.14.5 ansible-core==2.16.0
ansible-lint==6.15.0 ansible-lint==6.15.0
ansible-runner==2.3.4 ansible-runner==2.3.4