From 65fbb79e654390e67b5af6da7ed80d03ecf2984e Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 10 May 2024 00:01:39 +0000 Subject: [PATCH 01/24] chore: Update AMI for alma 9 (x86_64) in agent-uninstall-clean-all sc... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... enario Made with ❤️️ by updatecli --- .../agent-uninstall-clean-all/molecule.yml.template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/molecule/agent-uninstall-clean-all/molecule.yml.template b/molecule/agent-uninstall-clean-all/molecule.yml.template index d7bc7cc25..e78554212 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -20,7 +20,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: alma-9-x86_64 - image: ami-097220738e8385b2f + image: ami-09ec283e9acdfa57e instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} @@ -45,11 +45,11 @@ platforms: instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} -# - name: ubuntu-1804-x86_64 -# image: ami-055744c75048d8296 -# instance_type: ${INSTANCE_TYPE_X86} -# region: ${REGION} -# vpc_subnet_id: ${VPC_SUBNET_ID} + # - name: ubuntu-1804-x86_64 + # image: ami-055744c75048d8296 + # instance_type: ${INSTANCE_TYPE_X86} + # region: ${REGION} + # vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2004-x86_64 image: ami-06f8dce63a6b60467 instance_type: ${INSTANCE_TYPE_X86} From fb5c89738c95c34dc58fe7c36c73f445d9f62ece Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 10 May 2024 00:01:45 +0000 Subject: [PATCH 02/24] chore: Update AMI for alma 9 (x86_64) in agent-smoke-kmodule scenario MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- molecule/agent-smoke-kmodule/molecule.yml.template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/molecule/agent-smoke-kmodule/molecule.yml.template b/molecule/agent-smoke-kmodule/molecule.yml.template index a70d89352..3488c9d9b 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -20,7 +20,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: alma-9-x86_64 - image: ami-097220738e8385b2f + image: ami-09ec283e9acdfa57e instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} @@ -45,11 +45,11 @@ platforms: instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} -# - name: ubuntu-1804-x86_64 -# image: ami-055744c75048d8296 -# instance_type: ${INSTANCE_TYPE_X86} -# region: ${REGION} -# vpc_subnet_id: ${VPC_SUBNET_ID} + # - name: ubuntu-1804-x86_64 + # image: ami-055744c75048d8296 + # instance_type: ${INSTANCE_TYPE_X86} + # region: ${REGION} + # vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2004-x86_64 image: ami-06f8dce63a6b60467 instance_type: ${INSTANCE_TYPE_X86} From 4c7e384c328edcccb1e4fcc2386539a5b8a781b1 Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 10 May 2024 00:01:49 +0000 Subject: [PATCH 03/24] chore: Update AMI for alma 9 (x86_64) in agent-smoke-legacy-ebpf scen... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ario Made with ❤️️ by updatecli --- .../agent-smoke-legacy-ebpf/molecule.yml.template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template index 8b1d7c922..dc158e562 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -20,7 +20,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: alma-9-x86_64 - image: ami-097220738e8385b2f + image: ami-09ec283e9acdfa57e instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} @@ -45,11 +45,11 @@ platforms: instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} -# - name: ubuntu-1804-x86_64 -# image: ami-055744c75048d8296 -# instance_type: ${INSTANCE_TYPE_X86} -# region: ${REGION} -# vpc_subnet_id: ${VPC_SUBNET_ID} + # - name: ubuntu-1804-x86_64 + # image: ami-055744c75048d8296 + # instance_type: ${INSTANCE_TYPE_X86} + # region: ${REGION} + # vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2004-x86_64 image: ami-06f8dce63a6b60467 instance_type: ${INSTANCE_TYPE_X86} From 84e0db05b4e84f6418b74c40590e692f76b2306e Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 10 May 2024 00:01:55 +0000 Subject: [PATCH 04/24] chore: Update AMI for alma 9 (x86_64) in agent-smoke-universal-ebpf s... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... cenario Made with ❤️️ by updatecli --- molecule/agent-smoke-universal-ebpf/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-universal-ebpf/molecule.yml.template b/molecule/agent-smoke-universal-ebpf/molecule.yml.template index bb146c7bf..05dc9b508 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -20,7 +20,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: alma-9-x86_64 - image: ami-097220738e8385b2f + image: ami-09ec283e9acdfa57e instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From b5b5f4fc448755217eee7a76b5fa181974fcfbbf Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 6 Aug 2024 00:01:40 +0000 Subject: [PATCH 05/24] chore: Update AMI for alma 9 (x86_64) in agent-smoke-legacy-ebpf scen... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ario Made with ❤️️ by updatecli --- molecule/agent-smoke-legacy-ebpf/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template index dc158e562..6f26dc76d 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -20,7 +20,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: alma-9-x86_64 - image: ami-09ec283e9acdfa57e + image: ami-0c2163c916f8dd3c8 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From abf8162cad60424d78213d9d2b4f9edeae06a611 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 6 Aug 2024 00:01:44 +0000 Subject: [PATCH 06/24] chore: Update AMI for alma 9 (x86_64) in agent-smoke-kmodule scenario MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- molecule/agent-smoke-kmodule/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-kmodule/molecule.yml.template b/molecule/agent-smoke-kmodule/molecule.yml.template index 3488c9d9b..010df243a 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -20,7 +20,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: alma-9-x86_64 - image: ami-09ec283e9acdfa57e + image: ami-0c2163c916f8dd3c8 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 468c02813c3f6cd3b57d64ae13c0017aa4e85069 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 6 Aug 2024 00:01:47 +0000 Subject: [PATCH 07/24] chore: Update AMI for alma 9 (x86_64) in agent-smoke-universal-ebpf s... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... cenario Made with ❤️️ by updatecli --- molecule/agent-smoke-universal-ebpf/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-universal-ebpf/molecule.yml.template b/molecule/agent-smoke-universal-ebpf/molecule.yml.template index 05dc9b508..283fce988 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -20,7 +20,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: alma-9-x86_64 - image: ami-09ec283e9acdfa57e + image: ami-0c2163c916f8dd3c8 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From a0a7fd36b356c3bbc3db2970bf63f1ca379220f4 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 6 Aug 2024 00:01:51 +0000 Subject: [PATCH 08/24] chore: Update AMI for alma 9 (x86_64) in agent-uninstall-clean-all sc... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... enario Made with ❤️️ by updatecli --- molecule/agent-uninstall-clean-all/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-uninstall-clean-all/molecule.yml.template b/molecule/agent-uninstall-clean-all/molecule.yml.template index e78554212..6c7f95d28 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -20,7 +20,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: alma-9-x86_64 - image: ami-09ec283e9acdfa57e + image: ami-0c2163c916f8dd3c8 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From fc061ad99879083b2c4bb918475963c60cd210fb Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 23 Nov 2024 00:02:02 +0000 Subject: [PATCH 09/24] chore: Update AMI for alma 9 (x86_64) in agent-smoke-kmodule scenario MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- molecule/agent-smoke-kmodule/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-kmodule/molecule.yml.template b/molecule/agent-smoke-kmodule/molecule.yml.template index 010df243a..c1caf8221 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -20,7 +20,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: alma-9-x86_64 - image: ami-0c2163c916f8dd3c8 + image: ami-0dcac383e85adfc33 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 15631977b11bd1337726b7c6790f6ae5a8ca21da Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 23 Nov 2024 00:02:06 +0000 Subject: [PATCH 10/24] chore: Update AMI for alma 9 (x86_64) in agent-smoke-legacy-ebpf scen... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ario Made with ❤️️ by updatecli --- molecule/agent-smoke-legacy-ebpf/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template index 6f26dc76d..dfa501627 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -20,7 +20,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: alma-9-x86_64 - image: ami-0c2163c916f8dd3c8 + image: ami-0dcac383e85adfc33 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 4c446ba102e35b8bdf2358254bd8b127abdd3fe1 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 23 Nov 2024 00:02:10 +0000 Subject: [PATCH 11/24] chore: Update AMI for alma 9 (x86_64) in agent-uninstall-clean-all sc... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... enario Made with ❤️️ by updatecli --- molecule/agent-uninstall-clean-all/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-uninstall-clean-all/molecule.yml.template b/molecule/agent-uninstall-clean-all/molecule.yml.template index 6c7f95d28..a67eb5eed 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -20,7 +20,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: alma-9-x86_64 - image: ami-0c2163c916f8dd3c8 + image: ami-0dcac383e85adfc33 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 6827f0737ef3a9a6afb4085873942f360fad8130 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 23 Nov 2024 00:02:15 +0000 Subject: [PATCH 12/24] chore: Update AMI for alma 9 (x86_64) in agent-smoke-universal-ebpf s... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... cenario Made with ❤️️ by updatecli --- molecule/agent-smoke-universal-ebpf/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-universal-ebpf/molecule.yml.template b/molecule/agent-smoke-universal-ebpf/molecule.yml.template index 283fce988..b6254014d 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -20,7 +20,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: alma-9-x86_64 - image: ami-0c2163c916f8dd3c8 + image: ami-0dcac383e85adfc33 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From ba31c679fdfacbfdc840acd9f7bca8fd09666ce2 Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 23 May 2025 00:02:15 +0000 Subject: [PATCH 13/24] chore: Update AMI for alma 9 (x86_64) in agent-smoke-universal-ebpf s... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... cenario Made with ❤️️ by updatecli --- molecule/agent-smoke-universal-ebpf/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-universal-ebpf/molecule.yml.template b/molecule/agent-smoke-universal-ebpf/molecule.yml.template index b6254014d..38fe6a72c 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -20,7 +20,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: alma-9-x86_64 - image: ami-0dcac383e85adfc33 + image: ami-0103658bbcfb80f69 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 16c3ba89746b948a5e379f9501f2681ffcbd027a Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 23 May 2025 00:02:19 +0000 Subject: [PATCH 14/24] chore: Update AMI for alma 9 (x86_64) in agent-uninstall-clean-all sc... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... enario Made with ❤️️ by updatecli --- molecule/agent-uninstall-clean-all/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-uninstall-clean-all/molecule.yml.template b/molecule/agent-uninstall-clean-all/molecule.yml.template index a67eb5eed..6cf2e1073 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -20,7 +20,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: alma-9-x86_64 - image: ami-0dcac383e85adfc33 + image: ami-0103658bbcfb80f69 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 3932b8b683d448e60a753afbe3a649d3bdfee930 Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 23 May 2025 00:02:23 +0000 Subject: [PATCH 15/24] chore: Update AMI for alma 9 (x86_64) in agent-smoke-kmodule scenario MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- molecule/agent-smoke-kmodule/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-kmodule/molecule.yml.template b/molecule/agent-smoke-kmodule/molecule.yml.template index c1caf8221..dce20907a 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -20,7 +20,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: alma-9-x86_64 - image: ami-0dcac383e85adfc33 + image: ami-0103658bbcfb80f69 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From dd5ad7b64c03202e01321dac4e9f47a7e3ead384 Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 23 May 2025 00:02:26 +0000 Subject: [PATCH 16/24] chore: Update AMI for alma 9 (x86_64) in agent-smoke-legacy-ebpf scen... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ario Made with ❤️️ by updatecli --- molecule/agent-smoke-legacy-ebpf/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template index dfa501627..d0079d3a4 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -20,7 +20,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: alma-9-x86_64 - image: ami-0dcac383e85adfc33 + image: ami-0103658bbcfb80f69 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 73fb4d4950084935f6a34376f9c45b4c02131c5a Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 14 Nov 2025 00:02:08 +0000 Subject: [PATCH 17/24] chore: Update AMI for alma 9 (x86_64) in agent-smoke-universal-ebpf s... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... cenario Made with ❤️️ by updatecli --- molecule/agent-smoke-universal-ebpf/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-universal-ebpf/molecule.yml.template b/molecule/agent-smoke-universal-ebpf/molecule.yml.template index 38fe6a72c..def93cc29 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -20,7 +20,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: alma-9-x86_64 - image: ami-0103658bbcfb80f69 + image: ami-0ab32e7d43984bf36 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 967db976a4479d0ef9d42827fab2a8edcb81ecfb Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 14 Nov 2025 00:02:15 +0000 Subject: [PATCH 18/24] chore: Update AMI for alma 9 (x86_64) in agent-smoke-kmodule scenario MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- molecule/agent-smoke-kmodule/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-kmodule/molecule.yml.template b/molecule/agent-smoke-kmodule/molecule.yml.template index dce20907a..62d76d489 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -20,7 +20,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: alma-9-x86_64 - image: ami-0103658bbcfb80f69 + image: ami-0ab32e7d43984bf36 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From d806fa87f71a96d9089c9b6f5342a3cb0e102770 Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 14 Nov 2025 00:02:21 +0000 Subject: [PATCH 19/24] chore: Update AMI for alma 9 (x86_64) in agent-uninstall-clean-all sc... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... enario Made with ❤️️ by updatecli --- molecule/agent-uninstall-clean-all/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-uninstall-clean-all/molecule.yml.template b/molecule/agent-uninstall-clean-all/molecule.yml.template index 6cf2e1073..8d16ad78f 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -20,7 +20,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: alma-9-x86_64 - image: ami-0103658bbcfb80f69 + image: ami-0ab32e7d43984bf36 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 869bb3bbd2adb84e7faa842489c8b537df42dcf4 Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 14 Nov 2025 00:02:26 +0000 Subject: [PATCH 20/24] chore: Update AMI for alma 9 (x86_64) in agent-smoke-legacy-ebpf scen... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ario Made with ❤️️ by updatecli --- molecule/agent-smoke-legacy-ebpf/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template index d0079d3a4..65dc86d30 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -20,7 +20,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: alma-9-x86_64 - image: ami-0103658bbcfb80f69 + image: ami-0ab32e7d43984bf36 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 2721222b5821d0de9e10b657de3fe8ab457f790b Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 19 Nov 2025 00:02:15 +0000 Subject: [PATCH 21/24] chore: Update AMI for alma 9 (x86_64) in agent-smoke-universal-ebpf s... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... cenario Made with ❤️️ by updatecli --- molecule/agent-smoke-universal-ebpf/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-universal-ebpf/molecule.yml.template b/molecule/agent-smoke-universal-ebpf/molecule.yml.template index def93cc29..1f7c1f7b9 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -20,7 +20,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: alma-9-x86_64 - image: ami-0ab32e7d43984bf36 + image: ami-066279af4a501d501 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 77795304d95bd76ca2b1b5bd2a067c872a2eed98 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 19 Nov 2025 00:02:21 +0000 Subject: [PATCH 22/24] chore: Update AMI for alma 9 (x86_64) in agent-smoke-kmodule scenario MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- molecule/agent-smoke-kmodule/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-kmodule/molecule.yml.template b/molecule/agent-smoke-kmodule/molecule.yml.template index 62d76d489..7ce14e191 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -20,7 +20,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: alma-9-x86_64 - image: ami-0ab32e7d43984bf36 + image: ami-066279af4a501d501 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From c1e1276d3e62274110ae8eb161585a4ea2c6e801 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 19 Nov 2025 00:02:27 +0000 Subject: [PATCH 23/24] chore: Update AMI for alma 9 (x86_64) in agent-uninstall-clean-all sc... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... enario Made with ❤️️ by updatecli --- molecule/agent-uninstall-clean-all/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-uninstall-clean-all/molecule.yml.template b/molecule/agent-uninstall-clean-all/molecule.yml.template index 8d16ad78f..a4e65cf95 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -20,7 +20,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: alma-9-x86_64 - image: ami-0ab32e7d43984bf36 + image: ami-066279af4a501d501 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 8b678ed38fe8b292b3708bb586554247e54f16fa Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 19 Nov 2025 00:02:33 +0000 Subject: [PATCH 24/24] chore: Update AMI for alma 9 (x86_64) in agent-smoke-legacy-ebpf scen... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ario Made with ❤️️ by updatecli --- molecule/agent-smoke-legacy-ebpf/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template index 65dc86d30..6f9041bc6 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -20,7 +20,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: alma-9-x86_64 - image: ami-0ab32e7d43984bf36 + image: ami-066279af4a501d501 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID}