From f986b0fffde350c7aead51411afd9626e57f2993 Mon Sep 17 00:00:00 2001 From: nfc_bot Date: Thu, 8 Feb 2024 05:32:06 +0000 Subject: [PATCH 1/3] chore(git): updated submodule website-template Automation Data: { "branch": "development", "current_commit": "2bcc17652babd4027e7245c6367841e2580ec317)", "name": "website-template", "path": "/builds/nofusscomputing/projects/ansible/execution_environment/_automation_/website-template", "remote_head": "f5a82d3604faca56756eec91acee28ff89defd1d)", "remote_name": "origin", "url": "https://gitlab.com/nofusscomputing/infrastructure/website-template.git" } Changes: Submodule path website-template: checked out f5a82d3604faca56756eec91acee28ff89defd1d MR !210 --- website-template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website-template b/website-template index 2bcc176..f5a82d3 160000 --- a/website-template +++ b/website-template @@ -1 +1 @@ -Subproject commit 2bcc17652babd4027e7245c6367841e2580ec317 +Subproject commit f5a82d3604faca56756eec91acee28ff89defd1d From 687b3cb45756b229ae2e4a61245b271000f6399e Mon Sep 17 00:00:00 2001 From: nfc_bot Date: Thu, 8 Feb 2024 05:39:39 +0000 Subject: [PATCH 2/3] feat(ansible_playbooks): updated submodule ansible_playbooks Automation Data: { "branch": "development", "current_commit": "f857e19a7392bca3769b377b3deb90de6493f4a2)", "name": "ansible_playbooks", "path": "/builds/nofusscomputing/projects/ansible/execution_environment/_automation_/includes/etc/ansible/playbooks", "remote_head": "8f8b27a11b40e58371ed9638e930bd01a41e94ab)", "remote_name": "origin", "url": "https://gitlab.com/nofusscomputing/projects/ansible/ansible_playbooks.git" } Changes: Submodule path includes/etc/ansible/playbooks: checked out 8f8b27a11b40e58371ed9638e930bd01a41e94ab MR !211 --- 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 f857e19..8f8b27a 160000 --- a/includes/etc/ansible/playbooks +++ b/includes/etc/ansible/playbooks @@ -1 +1 @@ -Subproject commit f857e19a7392bca3769b377b3deb90de6493f4a2 +Subproject commit 8f8b27a11b40e58371ed9638e930bd01a41e94ab From 513a7344afafbcedf880af011108b71a4c1d7b92 Mon Sep 17 00:00:00 2001 From: Jon Date: Fri, 9 Feb 2024 00:45:12 +0930 Subject: [PATCH 3/3] feat(receptor): update to dev -> v1.4.4 !212 #27 --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index 090af4f..ff09926 100644 --- a/dockerfile +++ b/dockerfile @@ -1,5 +1,5 @@ -FROM --platform=$TARGETPLATFORM quay.io/ansible/receptor:devel as receptor +FROM --platform=$TARGETPLATFORM quay.io/ansible/receptor:v1.4.4 as receptor FROM --platform=$TARGETPLATFORM python:3.11-slim-bookworm