From d51f17adb7f7f62f0bd52b58373e1c686e46a554 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 1 Jun 2024 00:01:34 +0000 Subject: [PATCH 01/28] chore: Update AMI for alma 8 (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..9240a07b6 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -9,7 +9,7 @@ lint: | yamllint tasks/agent platforms: - name: alma-8-x86_64 - image: ami-0f384fefb431fbea2 + image: ami-06338d230ffc3fc0c 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 5b6782254eb5d2ffaa33d624c330e008681524ef Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 1 Jun 2024 00:01:39 +0000 Subject: [PATCH 02/28] chore: Update AMI for alma 8 (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..9026e8a18 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -9,7 +9,7 @@ lint: | yamllint tasks/agent platforms: - name: alma-8-x86_64 - image: ami-0f384fefb431fbea2 + image: ami-06338d230ffc3fc0c 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 735460a26bd5e2f161542e7469af6d3f0cfeed31 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 1 Jun 2024 00:01:43 +0000 Subject: [PATCH 03/28] chore: Update AMI for alma 8 (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..6cfb1245f 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -9,7 +9,7 @@ lint: | yamllint tasks/agent platforms: - name: alma-8-x86_64 - image: ami-0f384fefb431fbea2 + image: ami-06338d230ffc3fc0c 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 dc3761d8516a9f502fb5e4e7055ffdf0e1cf6d9b Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 1 Jun 2024 00:01:47 +0000 Subject: [PATCH 04/28] chore: Update AMI for alma 8 (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..74b55663d 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -9,7 +9,7 @@ lint: | yamllint tasks/agent platforms: - name: alma-8-x86_64 - image: ami-0f384fefb431fbea2 + image: ami-06338d230ffc3fc0c instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 7dae11797d49b15fe4cb0a0924d23266f4e9ca36 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 21 Aug 2024 00:01:35 +0000 Subject: [PATCH 05/28] chore: Update AMI for alma 8 (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 9026e8a18..d05909bcf 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -9,7 +9,7 @@ lint: | yamllint tasks/agent platforms: - name: alma-8-x86_64 - image: ami-06338d230ffc3fc0c + image: ami-0825c833650fed842 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From f7df8357e8a2674fcc96dd3610fb076d266aa20d Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 21 Aug 2024 00:01:38 +0000 Subject: [PATCH 06/28] chore: Update AMI for alma 8 (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 74b55663d..0206066bd 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -9,7 +9,7 @@ lint: | yamllint tasks/agent platforms: - name: alma-8-x86_64 - image: ami-06338d230ffc3fc0c + image: ami-0825c833650fed842 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From a9b659b7fa7ab83918c907e320b2200a553768cd Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 21 Aug 2024 00:01:42 +0000 Subject: [PATCH 07/28] chore: Update AMI for alma 8 (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 6cfb1245f..02406137d 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -9,7 +9,7 @@ lint: | yamllint tasks/agent platforms: - name: alma-8-x86_64 - image: ami-06338d230ffc3fc0c + image: ami-0825c833650fed842 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From a7b24f1c67684a8f4b651b42fbc2afb579f7ee52 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 21 Aug 2024 00:01:46 +0000 Subject: [PATCH 08/28] chore: Update AMI for alma 8 (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 9240a07b6..0d3b74caa 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -9,7 +9,7 @@ lint: | yamllint tasks/agent platforms: - name: alma-8-x86_64 - image: ami-06338d230ffc3fc0c + image: ami-0825c833650fed842 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From a28360f526029166d90d67d7cbea5bf748d1ea33 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 4 Oct 2025 00:02:14 +0000 Subject: [PATCH 09/28] chore: Update AMI for alma 8 (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 0206066bd..359020994 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -9,7 +9,7 @@ lint: | yamllint tasks/agent platforms: - name: alma-8-x86_64 - image: ami-0825c833650fed842 + image: ami-00f5654d09a6a6700 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From dd667f72bec579f3cebe1c32254b28d5178092f0 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 4 Oct 2025 00:02:19 +0000 Subject: [PATCH 10/28] chore: Update AMI for alma 8 (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 d05909bcf..da030e8dd 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -9,7 +9,7 @@ lint: | yamllint tasks/agent platforms: - name: alma-8-x86_64 - image: ami-0825c833650fed842 + image: ami-00f5654d09a6a6700 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 99ba3142b6e3330c69a0f6342af09cb776011a91 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 4 Oct 2025 00:02:24 +0000 Subject: [PATCH 11/28] chore: Update AMI for alma 8 (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 02406137d..5fe25ec84 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -9,7 +9,7 @@ lint: | yamllint tasks/agent platforms: - name: alma-8-x86_64 - image: ami-0825c833650fed842 + image: ami-00f5654d09a6a6700 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From b3e6c273e464ac5b8682aefa09521530fc762980 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 4 Oct 2025 00:02:29 +0000 Subject: [PATCH 12/28] chore: Update AMI for alma 8 (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 0d3b74caa..a8cc140ba 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -9,7 +9,7 @@ lint: | yamllint tasks/agent platforms: - name: alma-8-x86_64 - image: ami-0825c833650fed842 + image: ami-00f5654d09a6a6700 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 19923dac438ca7710e9ed46bf767031f02e13779 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 29 Oct 2025 00:02:12 +0000 Subject: [PATCH 13/28] chore: Update AMI for alma 8 (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 359020994..a6e1ae0ab 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -9,7 +9,7 @@ lint: | yamllint tasks/agent platforms: - name: alma-8-x86_64 - image: ami-00f5654d09a6a6700 + image: ami-0b5df4ee78b963496 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 64d2e3c02f32779cc8d22ffed676d966cc0959e1 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 29 Oct 2025 00:02:18 +0000 Subject: [PATCH 14/28] chore: Update AMI for alma 8 (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 da030e8dd..3f13cef30 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -9,7 +9,7 @@ lint: | yamllint tasks/agent platforms: - name: alma-8-x86_64 - image: ami-00f5654d09a6a6700 + image: ami-0b5df4ee78b963496 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 70d54ead3a796ad3121f7afa0122fcd0272b03e9 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 29 Oct 2025 00:02:24 +0000 Subject: [PATCH 15/28] chore: Update AMI for alma 8 (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 5fe25ec84..0e19d559e 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -9,7 +9,7 @@ lint: | yamllint tasks/agent platforms: - name: alma-8-x86_64 - image: ami-00f5654d09a6a6700 + image: ami-0b5df4ee78b963496 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 2d07f1032cbc18bb967489b5f4df0ec3cc07d7f7 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 29 Oct 2025 00:02:30 +0000 Subject: [PATCH 16/28] chore: Update AMI for alma 8 (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 a8cc140ba..eed54fd72 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -9,7 +9,7 @@ lint: | yamllint tasks/agent platforms: - name: alma-8-x86_64 - image: ami-00f5654d09a6a6700 + image: ami-0b5df4ee78b963496 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 078e29a4cdcc409fe5563b71931938528122024e Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 2 May 2026 00:15:09 +0000 Subject: [PATCH 17/28] chore: Update AMI for alma 8 (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 eed54fd72..3de1ca318 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -9,7 +9,7 @@ lint: | yamllint tasks/agent platforms: - name: alma-8-x86_64 - image: ami-0b5df4ee78b963496 + image: ami-060750c4ae3d767d0 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 6214a5eb432116657a6e223c71b72fbfe63c7f1f Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 2 May 2026 00:15:14 +0000 Subject: [PATCH 18/28] chore: Update AMI for alma 8 (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 a6e1ae0ab..63050624f 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -9,7 +9,7 @@ lint: | yamllint tasks/agent platforms: - name: alma-8-x86_64 - image: ami-0b5df4ee78b963496 + image: ami-060750c4ae3d767d0 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 86f32fa0db15c31806b7fc6e27729cbb0f17bec6 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 2 May 2026 00:15:18 +0000 Subject: [PATCH 19/28] chore: Update AMI for alma 8 (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 0e19d559e..6730d04f6 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -9,7 +9,7 @@ lint: | yamllint tasks/agent platforms: - name: alma-8-x86_64 - image: ami-0b5df4ee78b963496 + image: ami-060750c4ae3d767d0 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 4b16334f95596bbfe88313228e03e2674340ef71 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 2 May 2026 00:15:24 +0000 Subject: [PATCH 20/28] chore: Update AMI for alma 8 (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 3f13cef30..3fbc7e6e6 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -9,7 +9,7 @@ lint: | yamllint tasks/agent platforms: - name: alma-8-x86_64 - image: ami-0b5df4ee78b963496 + image: ami-060750c4ae3d767d0 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From ea475d214a5da05bbc90d1caf3a471d1b04b0a13 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 9 May 2026 00:17:06 +0000 Subject: [PATCH 21/28] chore: Update AMI for alma 8 (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 3de1ca318..9b8e863db 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -9,7 +9,7 @@ lint: | yamllint tasks/agent platforms: - name: alma-8-x86_64 - image: ami-060750c4ae3d767d0 + image: ami-0aea7646411edfa53 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 84b8fc8289265698c9bc07f97b901237bf3aa96c Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 9 May 2026 00:17:10 +0000 Subject: [PATCH 22/28] chore: Update AMI for alma 8 (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 63050624f..5dd0189fb 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -9,7 +9,7 @@ lint: | yamllint tasks/agent platforms: - name: alma-8-x86_64 - image: ami-060750c4ae3d767d0 + image: ami-0aea7646411edfa53 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 9a60f0c1a986707e4e7faeb482d066aedcd25e06 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 9 May 2026 00:17:14 +0000 Subject: [PATCH 23/28] chore: Update AMI for alma 8 (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 6730d04f6..b27e5d15b 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -9,7 +9,7 @@ lint: | yamllint tasks/agent platforms: - name: alma-8-x86_64 - image: ami-060750c4ae3d767d0 + image: ami-0aea7646411edfa53 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 59f50c97a90da004e6d4ca73d364ba229a6f1117 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 9 May 2026 00:17:18 +0000 Subject: [PATCH 24/28] chore: Update AMI for alma 8 (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 3fbc7e6e6..cce6a4470 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -9,7 +9,7 @@ lint: | yamllint tasks/agent platforms: - name: alma-8-x86_64 - image: ami-060750c4ae3d767d0 + image: ami-0aea7646411edfa53 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 9e42fe809dc3f02563fc8aea71a6d0a74198dcc0 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 19 May 2026 00:21:12 +0000 Subject: [PATCH 25/28] chore: Update AMI for alma 8 (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 9b8e863db..ffb253faa 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -9,7 +9,7 @@ lint: | yamllint tasks/agent platforms: - name: alma-8-x86_64 - image: ami-0aea7646411edfa53 + image: ami-04dddb5e1637a1732 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 6e646d2bbf3516b1478a1938e81d12988100cd2f Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 19 May 2026 00:21:18 +0000 Subject: [PATCH 26/28] chore: Update AMI for alma 8 (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 b27e5d15b..657e8b7dd 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -9,7 +9,7 @@ lint: | yamllint tasks/agent platforms: - name: alma-8-x86_64 - image: ami-0aea7646411edfa53 + image: ami-04dddb5e1637a1732 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 1356233f0c0070eacf5da70f904cce200511970e Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 19 May 2026 00:21:24 +0000 Subject: [PATCH 27/28] chore: Update AMI for alma 8 (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 cce6a4470..9e772a72a 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -9,7 +9,7 @@ lint: | yamllint tasks/agent platforms: - name: alma-8-x86_64 - image: ami-0aea7646411edfa53 + image: ami-04dddb5e1637a1732 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 601dfad09f2134cd876979708d24b3138a8851fb Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 19 May 2026 00:21:31 +0000 Subject: [PATCH 28/28] chore: Update AMI for alma 8 (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 5dd0189fb..48c522595 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -9,7 +9,7 @@ lint: | yamllint tasks/agent platforms: - name: alma-8-x86_64 - image: ami-0aea7646411edfa53 + image: ami-04dddb5e1637a1732 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID}