From 8eebdca9e936b1abc831e239a054271165e08211 Mon Sep 17 00:00:00 2001 From: nfc_bot Date: Fri, 1 Dec 2023 06:07:57 +0000 Subject: [PATCH 1/8] 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 --- includes/etc/ansible/roles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/etc/ansible/roles b/includes/etc/ansible/roles index 7b2fcb3..d0ca397 160000 --- a/includes/etc/ansible/roles +++ b/includes/etc/ansible/roles @@ -1 +1 @@ -Subproject commit 7b2fcb3ee16e4b098313e940063ded73eb2b1a4b +Subproject commit d0ca3972af6b9416411db32f9f49ea66075c19c7 From ffc9e0c5768f5f4dd6d28216989a1e8540c9538f Mon Sep 17 00:00:00 2001 From: nfc_bot Date: Sat, 2 Dec 2023 08:17:18 +0000 Subject: [PATCH 2/8] 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 --- includes/etc/ansible/roles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/etc/ansible/roles b/includes/etc/ansible/roles index d0ca397..fe7841d 160000 --- a/includes/etc/ansible/roles +++ b/includes/etc/ansible/roles @@ -1 +1 @@ -Subproject commit d0ca3972af6b9416411db32f9f49ea66075c19c7 +Subproject commit fe7841dff582c6bf11d0f4832839535e60e3ca66 From 31c4327064f06767d8f032c2d27fd9420e718cf5 Mon Sep 17 00:00:00 2001 From: nfc_bot Date: Tue, 5 Dec 2023 02:10:45 +0000 Subject: [PATCH 3/8] 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 --- includes/etc/ansible/playbooks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/etc/ansible/playbooks b/includes/etc/ansible/playbooks index ac45d08..dbf2aa7 160000 --- a/includes/etc/ansible/playbooks +++ b/includes/etc/ansible/playbooks @@ -1 +1 @@ -Subproject commit ac45d0837cb598fe933c7ab505f6f7bf64ea306d +Subproject commit dbf2aa759618767121877a76179a7fd6ba3fe785 From 5bddf0e0a365718b1ecb51c660a43ee9eef6d725 Mon Sep 17 00:00:00 2001 From: nfc_bot Date: Tue, 5 Dec 2023 02:33:53 +0000 Subject: [PATCH 4/8] 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 --- includes/etc/ansible/playbooks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/etc/ansible/playbooks b/includes/etc/ansible/playbooks index dbf2aa7..7acd7e3 160000 --- a/includes/etc/ansible/playbooks +++ b/includes/etc/ansible/playbooks @@ -1 +1 @@ -Subproject commit dbf2aa759618767121877a76179a7fd6ba3fe785 +Subproject commit 7acd7e385d6b351a32acf95e773f801754625a15 From 4ba258aff4ac16b22b26742c619c270551e9c205 Mon Sep 17 00:00:00 2001 From: Jon Date: Tue, 5 Dec 2023 12:37:51 +0930 Subject: [PATCH 5/8] feat(ansible): upgrade to 2.16.0 !128 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 94a925b..83e1069 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -ansible-core==2.14.5 +ansible-core==2.16.0 ansible-lint==6.15.0 ansible-runner==2.3.4 From 1e6282dcdbce9117bc2f3b88e830182fa50aaf97 Mon Sep 17 00:00:00 2001 From: Jon Date: Tue, 5 Dec 2023 13:10:55 +0930 Subject: [PATCH 6/8] build(build_cache): update build cache image to python:3.11-slim-bookworm !129 closes #10 --- dockerfile-build_cache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile-build_cache b/dockerfile-build_cache index 53c99ca..2dc4e4e 100644 --- a/dockerfile-build_cache +++ b/dockerfile-build_cache @@ -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_API_V4_URL From 7fafa8f1c9a12c346562503bb26607f7ade8740a Mon Sep 17 00:00:00 2001 From: Jon Date: Tue, 5 Dec 2023 13:31:45 +0930 Subject: [PATCH 7/8] fix(build_cache): add pycopg missing build dep !131 --- dockerfile-build_cache | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dockerfile-build_cache b/dockerfile-build_cache index 2dc4e4e..9f947e4 100644 --- a/dockerfile-build_cache +++ b/dockerfile-build_cache @@ -47,7 +47,8 @@ RUN export DEBIAN_FRONTEND=noninteractive \ libffi-dev \ python3-dev \ cargo \ - pkg-config || true + pkg-config \ + libpq-dev || true RUN pip install --upgrade pip From 16cec6c21b627d6b09d1b78de6263756f28ba1da Mon Sep 17 00:00:00 2001 From: Jon Date: Tue, 5 Dec 2023 13:38:57 +0930 Subject: [PATCH 8/8] fix(build_cache): add pycopg missing build dep !132 --- dockerfile-build_cache | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dockerfile-build_cache b/dockerfile-build_cache index 9f947e4..e35d9a6 100644 --- a/dockerfile-build_cache +++ b/dockerfile-build_cache @@ -15,7 +15,8 @@ RUN apt update \ && apt install --reinstall -yq \ git \ curl \ - rustc cargo || true + rustc cargo \ + libpq-dev || true RUN mkdir -p /tmp/python_modules /tmp/python_builds