From 9c659f4b62bdc8ca05301f82685e2ad8f79178f2 Mon Sep 17 00:00:00 2001 From: Jon Date: Wed, 13 Mar 2024 20:58:43 +0930 Subject: [PATCH 1/3] feat(collections): update to current head versions !237 --- dockerfile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/dockerfile b/dockerfile index 646e8b3..23c585c 100644 --- a/dockerfile +++ b/dockerfile @@ -86,16 +86,16 @@ RUN pip install --index-url https://gitlab.com/api/v4/projects/45741845/packages RUN ansible-galaxy collection install \ - awx.awx==23.6.0 \ + awx.awx==24.0.0 \ # ansible.posix.authorized_key for SSH ansible.posix==1.5.4 \ - ansible.utils==3.0.0 \ - community.dns==2.7.0 \ + ansible.utils==3.1.0 \ + community.dns==2.8.1 \ # docker managment - community.docker==3.5.0 \ + community.docker==3.8.0 \ # community.general.gitlab_* - community.general==8.2.0 \ - community.mysql==3.8.0 \ - community.postgresql==3.3.0 \ + community.general==8.4.0 \ + community.mysql==3.9.0 \ + community.postgresql==3.4.0 \ kubernetes.core==3.0.0 \ - theforeman.foreman==4.0.0 + theforeman.foreman==4.0.0; From 6e2188936fa84bfe8f43433149ac11eb6766c08b Mon Sep 17 00:00:00 2001 From: Jon Date: Wed, 13 Mar 2024 20:59:59 +0930 Subject: [PATCH 2/3] feat(collection): add nofusscomputing.kubernetes kubernetes.core removed as the nfc collection will install it !237 nofusscomputing/projects/ansible/kubernetes!37 #16 --- dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dockerfile b/dockerfile index 23c585c..baffb48 100644 --- a/dockerfile +++ b/dockerfile @@ -97,5 +97,6 @@ RUN ansible-galaxy collection install \ community.general==8.4.0 \ community.mysql==3.9.0 \ community.postgresql==3.4.0 \ - kubernetes.core==3.0.0 \ - theforeman.foreman==4.0.0; + theforeman.foreman==4.0.0; \ + ansible-galaxy collection install --pre \ + nofusscomputing.kubernetes \ No newline at end of file From f2adbe233fe072c5cd41347f593bde090c0d32cf Mon Sep 17 00:00:00 2001 From: Jon Date: Thu, 14 Mar 2024 22:15:59 +0930 Subject: [PATCH 3/3] feat(python): update awxkit 23.6.0 -> 23.9.0 !237 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cb1a207..46b45ec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ ansible-core==2.16.1 ansible-lint==6.15.0 ansible-runner==2.3.4 -awxkit==23.6.0 +awxkit==23.9.0 # Required for community.general.gitlab_* python_gitlab==4.3.0 # community.postgresql