From 11210b7f0bb17beeb280356c655e52697d970091 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 30 Apr 2024 00:01:29 +0000 Subject: [PATCH 01/84] chore: Update AMI for debian 11 (x86_64) in agent-uninstall-clean-all... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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..5d8770fee 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-0fd320e6b2de9e34a + image: ami-0348ec3f61ecf5a8a 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 893e0ff025a636039775615d43f156a5b8625d75 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 30 Apr 2024 00:01:34 +0000 Subject: [PATCH 02/84] chore: Update AMI for debian 11 (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..a6800ba71 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-0fd320e6b2de9e34a + image: ami-0348ec3f61ecf5a8a 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 abe915bf417756a095efafcedb6f84d2f148d652 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 30 Apr 2024 00:01:38 +0000 Subject: [PATCH 03/84] chore: Update AMI for debian 11 (x86_64) in agent-smoke-legacy-ebpf s... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... cenario 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..99e8c1763 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-0fd320e6b2de9e34a + image: ami-0348ec3f61ecf5a8a 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 56a208c14120672067c74b59e988842aafec0059 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 30 Apr 2024 00:01:42 +0000 Subject: [PATCH 04/84] chore: Update AMI for debian 11 (x86_64) in agent-smoke-universal-ebp... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... f scenario 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..40fc1521e 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -31,7 +31,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: debian-11-x86_64 - image: ami-0fd320e6b2de9e34a + image: ami-0348ec3f61ecf5a8a instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From ef75eba0c529d477f44310b87c6cb554e101e984 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 8 May 2024 00:01:29 +0000 Subject: [PATCH 05/84] chore: Update AMI for debian 11 (x86_64) in agent-uninstall-clean-all... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 5d8770fee..d81ef31f6 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-0348ec3f61ecf5a8a + image: ami-041e541d4e97f8f15 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From fa580c9f67bab4f7324a31f65b64eeba5c02ecb3 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 8 May 2024 00:01:34 +0000 Subject: [PATCH 06/84] chore: Update AMI for debian 11 (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 a6800ba71..97a94dd6a 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-0348ec3f61ecf5a8a + image: ami-041e541d4e97f8f15 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 1e46b1b37b3719b0be9ea0a6ae562e04f1b29099 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 8 May 2024 00:01:39 +0000 Subject: [PATCH 07/84] chore: Update AMI for debian 11 (x86_64) in agent-smoke-legacy-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-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 99e8c1763..4ab5b1999 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-0348ec3f61ecf5a8a + image: ami-041e541d4e97f8f15 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 959cf1a52bfd94fd45ec3c5339300b4d5a08c17d Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 8 May 2024 00:01:46 +0000 Subject: [PATCH 08/84] chore: Update AMI for debian 11 (x86_64) in agent-smoke-universal-ebp... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... f scenario 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 40fc1521e..c270481a9 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -31,7 +31,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: debian-11-x86_64 - image: ami-0348ec3f61ecf5a8a + image: ami-041e541d4e97f8f15 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From aef04c89481653b7b45309c2be78bfed01189408 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 5 Jun 2024 00:01:36 +0000 Subject: [PATCH 09/84] chore: Update AMI for debian 11 (x86_64) in agent-smoke-legacy-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-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 4ab5b1999..8ebe9db73 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-041e541d4e97f8f15 + image: ami-06453a2b07ac2b455 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 91725564c67121f2d16f31c8404bc6265e5ccb16 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 5 Jun 2024 00:01:43 +0000 Subject: [PATCH 10/84] chore: Update AMI for debian 11 (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 97a94dd6a..27ecbbe54 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-041e541d4e97f8f15 + image: ami-06453a2b07ac2b455 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From a26fc9af9a50ca97a03c967b97d1f4d63a8a2fbc Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 5 Jun 2024 00:01:48 +0000 Subject: [PATCH 11/84] chore: Update AMI for debian 11 (x86_64) in agent-uninstall-clean-all... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 d81ef31f6..a567fa561 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-041e541d4e97f8f15 + image: ami-06453a2b07ac2b455 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From e7c41ecbeb12c2e7273393cc44a150d5c7dc58cb Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 5 Jun 2024 00:01:54 +0000 Subject: [PATCH 12/84] chore: Update AMI for debian 11 (x86_64) in agent-smoke-universal-ebp... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... f scenario 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 c270481a9..d7d9f65a5 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -31,7 +31,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: debian-11-x86_64 - image: ami-041e541d4e97f8f15 + image: ami-06453a2b07ac2b455 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 4d788c333506dff6e36eab9a4bafd62b561306b1 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 3 Jul 2024 00:01:42 +0000 Subject: [PATCH 13/84] chore: Update AMI for debian 11 (x86_64) in agent-smoke-universal-ebp... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... f scenario 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 d7d9f65a5..51a02c2a7 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -31,7 +31,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: debian-11-x86_64 - image: ami-06453a2b07ac2b455 + image: ami-02c8937502882c420 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From b18cf8df7b04802fb618fe51a72361a36a032e46 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 3 Jul 2024 00:01:47 +0000 Subject: [PATCH 14/84] chore: Update AMI for debian 11 (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 27ecbbe54..c29345358 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-06453a2b07ac2b455 + image: ami-02c8937502882c420 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 92b5d150faf09f004546abee8e12d79ada8fc3a6 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 3 Jul 2024 00:01:53 +0000 Subject: [PATCH 15/84] chore: Update AMI for debian 11 (x86_64) in agent-uninstall-clean-all... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 a567fa561..17d0c13a8 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-06453a2b07ac2b455 + image: ami-02c8937502882c420 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 50b47a2408ce3222958659b27c90e7f31ac6cdd5 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 3 Jul 2024 00:01:59 +0000 Subject: [PATCH 16/84] chore: Update AMI for debian 11 (x86_64) in agent-smoke-legacy-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-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 8ebe9db73..de01d4e32 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-06453a2b07ac2b455 + image: ami-02c8937502882c420 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 21100b29bf55e20b6635b4eb746bae7967c09791 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 18 Jul 2024 00:01:40 +0000 Subject: [PATCH 17/84] chore: Update AMI for debian 11 (x86_64) in agent-smoke-universal-ebp... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... f scenario 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 51a02c2a7..e935d5069 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -31,7 +31,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: debian-11-x86_64 - image: ami-02c8937502882c420 + image: ami-0d0546f4bf2c155f8 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 4a2dd86a75fa7b109cf0e2203e20c2c247492dd1 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 18 Jul 2024 00:01:43 +0000 Subject: [PATCH 18/84] chore: Update AMI for debian 11 (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 c29345358..ebd61f4b4 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-02c8937502882c420 + image: ami-0d0546f4bf2c155f8 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 9ae9526a6457a79d848763f08bad6b1f790ec085 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 18 Jul 2024 00:01:47 +0000 Subject: [PATCH 19/84] chore: Update AMI for debian 11 (x86_64) in agent-uninstall-clean-all... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 17d0c13a8..6a7df2dbe 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-02c8937502882c420 + image: ami-0d0546f4bf2c155f8 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From f5fe42f95f39ef6bb38835a532672db471b2863c Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 18 Jul 2024 00:01:50 +0000 Subject: [PATCH 20/84] chore: Update AMI for debian 11 (x86_64) in agent-smoke-legacy-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-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 de01d4e32..9d2972211 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-02c8937502882c420 + image: ami-0d0546f4bf2c155f8 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 26810c5275598656fc5950d121bb56510f200538 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 14 Aug 2024 00:01:53 +0000 Subject: [PATCH 21/84] chore: Update AMI for debian 11 (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 ebd61f4b4..9a15e3227 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-0d0546f4bf2c155f8 + image: ami-024ac24f7732fd3b0 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 8fe6915ae4bfc713d5fab38b8abc1a0dba8e8680 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 14 Aug 2024 00:01:59 +0000 Subject: [PATCH 22/84] chore: Update AMI for debian 11 (x86_64) in agent-smoke-universal-ebp... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... f scenario 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 e935d5069..651ef8792 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -31,7 +31,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: debian-11-x86_64 - image: ami-0d0546f4bf2c155f8 + image: ami-024ac24f7732fd3b0 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 132e7d4d7a96a0bb480980e1e6fdff22d939d085 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 14 Aug 2024 00:02:06 +0000 Subject: [PATCH 23/84] chore: Update AMI for debian 11 (x86_64) in agent-uninstall-clean-all... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 6a7df2dbe..ab7b7b0ce 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-0d0546f4bf2c155f8 + image: ami-024ac24f7732fd3b0 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 61e221873cb2bf14c524b40c5709edc0d513dddc Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 14 Aug 2024 00:02:12 +0000 Subject: [PATCH 24/84] chore: Update AMI for debian 11 (x86_64) in agent-smoke-legacy-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-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 9d2972211..afb17e1ce 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-0d0546f4bf2c155f8 + image: ami-024ac24f7732fd3b0 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From c078cb28ef63260248dd600f0b32546160408152 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 5 Sep 2024 00:01:49 +0000 Subject: [PATCH 25/84] chore: Update AMI for debian 11 (x86_64) in agent-smoke-legacy-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-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 afb17e1ce..24d83aca0 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-024ac24f7732fd3b0 + image: ami-0edc25b49fef678e2 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 9c4e2fa059770bf3c70a2884b2e30394189afc07 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 5 Sep 2024 00:01:55 +0000 Subject: [PATCH 26/84] chore: Update AMI for debian 11 (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 9a15e3227..b9fdfabcd 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-024ac24f7732fd3b0 + image: ami-0edc25b49fef678e2 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 4e615ebc680114b39faf2d6256da6cf96f73b298 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 5 Sep 2024 00:02:02 +0000 Subject: [PATCH 27/84] chore: Update AMI for debian 11 (x86_64) in agent-uninstall-clean-all... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 ab7b7b0ce..d0cdac01e 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-024ac24f7732fd3b0 + image: ami-0edc25b49fef678e2 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From be00aac30d4c0ae18f853d18d8f414feb4d30754 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 5 Sep 2024 00:02:07 +0000 Subject: [PATCH 28/84] chore: Update AMI for debian 11 (x86_64) in agent-smoke-universal-ebp... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... f scenario 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 651ef8792..eebe25f8d 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -31,7 +31,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: debian-11-x86_64 - image: ami-024ac24f7732fd3b0 + image: ami-0edc25b49fef678e2 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 90d7ede32f5832c455397d587b1d6165cc8eb60d Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 8 Oct 2024 00:01:31 +0000 Subject: [PATCH 29/84] chore: Update AMI for debian 11 (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 b9fdfabcd..7cea55a33 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-0edc25b49fef678e2 + image: ami-0057500c2b673caf5 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 4e7a5c6b0b31fe08053c3698de5f29f0b75f1faa Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 8 Oct 2024 00:01:35 +0000 Subject: [PATCH 30/84] chore: Update AMI for debian 11 (x86_64) in agent-smoke-universal-ebp... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... f scenario 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 eebe25f8d..90e8e1ffd 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -31,7 +31,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: debian-11-x86_64 - image: ami-0edc25b49fef678e2 + image: ami-0057500c2b673caf5 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 5a55f236c86e411ed126a6e5b371d12e8aa05d35 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 8 Oct 2024 00:01:39 +0000 Subject: [PATCH 31/84] chore: Update AMI for debian 11 (x86_64) in agent-uninstall-clean-all... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 d0cdac01e..f6f2495d1 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-0edc25b49fef678e2 + image: ami-0057500c2b673caf5 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 702fb778914b7547f4d8102e702a1234cd7f2d10 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 8 Oct 2024 00:01:44 +0000 Subject: [PATCH 32/84] chore: Update AMI for debian 11 (x86_64) in agent-smoke-legacy-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-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 24d83aca0..d0a4d215d 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-0edc25b49fef678e2 + image: ami-0057500c2b673caf5 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 74a5664ac7233466c5a67e2a5755cd6ecf7dedf0 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 13 Nov 2024 00:02:05 +0000 Subject: [PATCH 33/84] chore: Update AMI for debian 11 (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 7cea55a33..ba3108e41 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-0057500c2b673caf5 + image: ami-0e9eb872adf500c2f instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 795a1989034f1563ecf5c8371a390ea04f7b654b Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 13 Nov 2024 00:02:10 +0000 Subject: [PATCH 34/84] chore: Update AMI for debian 11 (x86_64) in agent-smoke-legacy-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-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 d0a4d215d..6808d0d2f 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-0057500c2b673caf5 + image: ami-0e9eb872adf500c2f instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From ae798161658f9b219ec9751ca13fdf07b9df9a85 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 13 Nov 2024 00:02:14 +0000 Subject: [PATCH 35/84] chore: Update AMI for debian 11 (x86_64) in agent-uninstall-clean-all... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 f6f2495d1..34f82618d 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-0057500c2b673caf5 + image: ami-0e9eb872adf500c2f instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From ad2cd8705d375484dedde6eda1eff29341aad95c Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 13 Nov 2024 00:02:18 +0000 Subject: [PATCH 36/84] chore: Update AMI for debian 11 (x86_64) in agent-smoke-universal-ebp... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... f scenario 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 90e8e1ffd..cb8c8601f 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -31,7 +31,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: debian-11-x86_64 - image: ami-0057500c2b673caf5 + image: ami-0e9eb872adf500c2f instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From e9cf5b9b795057dedf1aa1282cbb4d4dfc4ed1e3 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 3 Dec 2024 00:02:09 +0000 Subject: [PATCH 37/84] chore: Update AMI for debian 11 (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 ba3108e41..be621dccc 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-0e9eb872adf500c2f + image: ami-053413bdacb39d8dc instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 704667ecc314295d5d2f6d234eda8a6b799ccaa4 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 3 Dec 2024 00:02:14 +0000 Subject: [PATCH 38/84] chore: Update AMI for debian 11 (x86_64) in agent-smoke-legacy-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-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 6808d0d2f..d1ddc017b 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-0e9eb872adf500c2f + image: ami-053413bdacb39d8dc instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From dbd721e9a58be18f7a1affdb99250231be438e13 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 3 Dec 2024 00:02:20 +0000 Subject: [PATCH 39/84] chore: Update AMI for debian 11 (x86_64) in agent-uninstall-clean-all... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 34f82618d..2e1bc4555 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-0e9eb872adf500c2f + image: ami-053413bdacb39d8dc instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 296fc91ab7e29286c7f18cd391b324f8e5d7e3c1 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 3 Dec 2024 00:02:26 +0000 Subject: [PATCH 40/84] chore: Update AMI for debian 11 (x86_64) in agent-smoke-universal-ebp... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... f scenario 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 cb8c8601f..036a41be0 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -31,7 +31,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: debian-11-x86_64 - image: ami-0e9eb872adf500c2f + image: ami-053413bdacb39d8dc instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From a53a96c1b2e335377deab73391aa9167b93a889f Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 4 Mar 2025 00:02:10 +0000 Subject: [PATCH 41/84] chore: Update AMI for debian 11 (x86_64) in agent-smoke-legacy-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-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 d1ddc017b..122a4f4c2 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-053413bdacb39d8dc + image: ami-0facb4427ff2f68d4 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From ed802cb8195c5aa7ea88e8d9e963ce7e7ea3ad43 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 4 Mar 2025 00:02:14 +0000 Subject: [PATCH 42/84] chore: Update AMI for debian 11 (x86_64) in agent-smoke-universal-ebp... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... f scenario 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 036a41be0..948fad3b2 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -31,7 +31,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: debian-11-x86_64 - image: ami-053413bdacb39d8dc + image: ami-0facb4427ff2f68d4 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From d9b2506591b5ef0741f19548dd371ad2b18d77a3 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 4 Mar 2025 00:02:21 +0000 Subject: [PATCH 43/84] chore: Update AMI for debian 11 (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 be621dccc..9f2b606c9 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-053413bdacb39d8dc + image: ami-0facb4427ff2f68d4 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 3018d868871324822272a4bd3c74275f63fcedbc Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 4 Mar 2025 00:02:26 +0000 Subject: [PATCH 44/84] chore: Update AMI for debian 11 (x86_64) in agent-uninstall-clean-all... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 2e1bc4555..ba7254991 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-053413bdacb39d8dc + image: ami-0facb4427ff2f68d4 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From ecf3556e6c62966cd7a0d10563defccedf9bec57 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 3 Apr 2025 00:02:16 +0000 Subject: [PATCH 45/84] chore: Update AMI for debian 11 (x86_64) in agent-smoke-legacy-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-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 122a4f4c2..26d3a303d 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-0facb4427ff2f68d4 + image: ami-000a08b963606bb82 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 6e88429b793c166492d8dc9c4ae5509bab947b01 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 3 Apr 2025 00:02:21 +0000 Subject: [PATCH 46/84] chore: Update AMI for debian 11 (x86_64) in agent-smoke-universal-ebp... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... f scenario 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 948fad3b2..19ac547e5 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -31,7 +31,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: debian-11-x86_64 - image: ami-0facb4427ff2f68d4 + image: ami-000a08b963606bb82 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 01ba87851e09fe7aab844a1a3fae5c134514ebe1 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 3 Apr 2025 00:02:26 +0000 Subject: [PATCH 47/84] chore: Update AMI for debian 11 (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 9f2b606c9..f5d9bdf55 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-0facb4427ff2f68d4 + image: ami-000a08b963606bb82 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 2e8897fbbb8cf326d1ffc56ac1e9f8b4bae787e2 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 3 Apr 2025 00:02:30 +0000 Subject: [PATCH 48/84] chore: Update AMI for debian 11 (x86_64) in agent-uninstall-clean-all... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 ba7254991..e61fc2a3c 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-0facb4427ff2f68d4 + image: ami-000a08b963606bb82 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From ad1e1588e1319e8d47b928d4e3d575c9e118fd10 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 30 Apr 2025 00:02:20 +0000 Subject: [PATCH 49/84] chore: Update AMI for debian 11 (x86_64) in agent-smoke-universal-ebp... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... f scenario 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 19ac547e5..4f9fcd028 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -31,7 +31,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: debian-11-x86_64 - image: ami-000a08b963606bb82 + image: ami-0a6cb6f515be03fbd instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 67bca874b0ccf44ffc07fa793779798719079dbb Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 30 Apr 2025 00:02:28 +0000 Subject: [PATCH 50/84] chore: Update AMI for debian 11 (x86_64) in agent-uninstall-clean-all... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 e61fc2a3c..b3d007d84 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-000a08b963606bb82 + image: ami-0a6cb6f515be03fbd instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 73352c0988b00cb2a9745dcb96eb35d454cfbf60 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 30 Apr 2025 00:02:35 +0000 Subject: [PATCH 51/84] chore: Update AMI for debian 11 (x86_64) in agent-smoke-legacy-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-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 26d3a303d..c5b61b36d 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-000a08b963606bb82 + image: ami-0a6cb6f515be03fbd instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 50c905a39daa7561717da8768da00819cda41d15 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 30 Apr 2025 00:02:42 +0000 Subject: [PATCH 52/84] chore: Update AMI for debian 11 (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 f5d9bdf55..96416a545 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-000a08b963606bb82 + image: ami-0a6cb6f515be03fbd instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 162697dadc792c418dcbd0e57548ad614459c3d2 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 6 May 2025 00:02:31 +0000 Subject: [PATCH 53/84] chore: Update AMI for debian 11 (x86_64) in agent-smoke-universal-ebp... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... f scenario 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 4f9fcd028..4cdd3a653 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -31,7 +31,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: debian-11-x86_64 - image: ami-0a6cb6f515be03fbd + image: ami-0073120ac704a0508 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From a87a52d39b034ff65e3e87750c64fe2961d975ca Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 6 May 2025 00:02:38 +0000 Subject: [PATCH 54/84] chore: Update AMI for debian 11 (x86_64) in agent-uninstall-clean-all... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 b3d007d84..d46ddc22a 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-0a6cb6f515be03fbd + image: ami-0073120ac704a0508 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 3d53b0dced860339537922310d2d757f67204d43 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 6 May 2025 00:02:44 +0000 Subject: [PATCH 55/84] chore: Update AMI for debian 11 (x86_64) in agent-smoke-legacy-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-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 c5b61b36d..07b1efad2 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-0a6cb6f515be03fbd + image: ami-0073120ac704a0508 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 486312b06ff6e4f07ad5a11a0ffc05f03aebf1e0 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 6 May 2025 00:02:50 +0000 Subject: [PATCH 56/84] chore: Update AMI for debian 11 (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 96416a545..7ddc6d570 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-0a6cb6f515be03fbd + image: ami-0073120ac704a0508 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 0e0871baa8142fcfe65ff58f82464738c5a4abd1 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 13 May 2025 00:02:17 +0000 Subject: [PATCH 57/84] chore: Update AMI for debian 11 (x86_64) in agent-smoke-legacy-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-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 07b1efad2..30351e205 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-0073120ac704a0508 + image: ami-03bff4aeb4895d95c instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From bde3586274f370fba6fa06270df01b1cdda28bc7 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 13 May 2025 00:02:24 +0000 Subject: [PATCH 58/84] chore: Update AMI for debian 11 (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 7ddc6d570..549283f86 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-0073120ac704a0508 + image: ami-03bff4aeb4895d95c instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 5b859a7d2c75beaa2ab0a944a10d79a5f1515f80 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 13 May 2025 00:02:30 +0000 Subject: [PATCH 59/84] chore: Update AMI for debian 11 (x86_64) in agent-uninstall-clean-all... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 d46ddc22a..204453c09 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-0073120ac704a0508 + image: ami-03bff4aeb4895d95c instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From bbeb7fa08c9e32821b2df0ad1fdbda34e208dcc7 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 13 May 2025 00:02:37 +0000 Subject: [PATCH 60/84] chore: Update AMI for debian 11 (x86_64) in agent-smoke-universal-ebp... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... f scenario 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 4cdd3a653..05f5cdc2a 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -31,7 +31,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: debian-11-x86_64 - image: ami-0073120ac704a0508 + image: ami-03bff4aeb4895d95c instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 6c3f3ba155118e0cd90ea39b9d7d282f2ff3d6ec Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 24 May 2025 00:02:14 +0000 Subject: [PATCH 61/84] chore: Update AMI for debian 11 (x86_64) in agent-smoke-universal-ebp... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... f scenario 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 05f5cdc2a..f9d53ec43 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -31,7 +31,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: debian-11-x86_64 - image: ami-03bff4aeb4895d95c + image: ami-0e0ab8993071ff55c instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 430fdf168f59a53562f6f6877bff5f5936d2eb35 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 24 May 2025 00:02:18 +0000 Subject: [PATCH 62/84] chore: Update AMI for debian 11 (x86_64) in agent-uninstall-clean-all... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 204453c09..bddc69000 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-03bff4aeb4895d95c + image: ami-0e0ab8993071ff55c instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From e6b865d943c61e2bcd41fc5c94130bc266a563ed Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 24 May 2025 00:02:23 +0000 Subject: [PATCH 63/84] chore: Update AMI for debian 11 (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 549283f86..00e1ea7c5 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-03bff4aeb4895d95c + image: ami-0e0ab8993071ff55c instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 71d9be3dc2ce791364f994241de049131739f5ec Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 24 May 2025 00:02:27 +0000 Subject: [PATCH 64/84] chore: Update AMI for debian 11 (x86_64) in agent-smoke-legacy-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-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 30351e205..e18fb6a99 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-03bff4aeb4895d95c + image: ami-0e0ab8993071ff55c instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 5e9371ebed0e654b8a11f8cd634f187310ef1691 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 29 May 2025 00:02:14 +0000 Subject: [PATCH 65/84] chore: Update AMI for debian 11 (x86_64) in agent-smoke-universal-ebp... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... f scenario 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 f9d53ec43..b6d8cc4af 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -31,7 +31,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: debian-11-x86_64 - image: ami-0e0ab8993071ff55c + image: ami-08aca0cd0ce3d9406 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 44e63bb8715f388ff50a851c9e9cbd9aa113849d Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 29 May 2025 00:02:18 +0000 Subject: [PATCH 66/84] chore: Update AMI for debian 11 (x86_64) in agent-uninstall-clean-all... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 bddc69000..cef07f2d0 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-0e0ab8993071ff55c + image: ami-08aca0cd0ce3d9406 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From ca15a21a2b13e545935f85e81f289993c46956a3 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 29 May 2025 00:02:22 +0000 Subject: [PATCH 67/84] chore: Update AMI for debian 11 (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 00e1ea7c5..b61142635 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-0e0ab8993071ff55c + image: ami-08aca0cd0ce3d9406 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 855532688be9f3c3d4b68adc51485c7be859bae1 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 29 May 2025 00:02:27 +0000 Subject: [PATCH 68/84] chore: Update AMI for debian 11 (x86_64) in agent-smoke-legacy-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-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 e18fb6a99..c49da521c 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-0e0ab8993071ff55c + image: ami-08aca0cd0ce3d9406 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 90c73370534f6ad1d5af84912b851ea1cb5b470d Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 4 Jul 2025 00:02:17 +0000 Subject: [PATCH 69/84] chore: Update AMI for debian 11 (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 b61142635..1392aff3c 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-08aca0cd0ce3d9406 + image: ami-0fe5cdcc0ebf61c87 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From e2a2dff552ad6ccadce2b862acd543878ed2d497 Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 4 Jul 2025 00:02:22 +0000 Subject: [PATCH 70/84] chore: Update AMI for debian 11 (x86_64) in agent-uninstall-clean-all... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 cef07f2d0..a14ab0ab3 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-08aca0cd0ce3d9406 + image: ami-0fe5cdcc0ebf61c87 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 6cf8e0d0f26e36c5364299d38a9c81e6981c1781 Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 4 Jul 2025 00:02:27 +0000 Subject: [PATCH 71/84] chore: Update AMI for debian 11 (x86_64) in agent-smoke-universal-ebp... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... f scenario 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 b6d8cc4af..a7271ce9c 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -31,7 +31,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: debian-11-x86_64 - image: ami-08aca0cd0ce3d9406 + image: ami-0fe5cdcc0ebf61c87 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From cc79354fdb3e5036ec1ec8095ea7efa84a5fc003 Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 4 Jul 2025 00:02:32 +0000 Subject: [PATCH 72/84] chore: Update AMI for debian 11 (x86_64) in agent-smoke-legacy-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-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 c49da521c..201ce139d 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-08aca0cd0ce3d9406 + image: ami-0fe5cdcc0ebf61c87 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From e3a52c6424f8034ccfc17a5c8ef93ebd5ec25f12 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 2 Aug 2025 00:02:27 +0000 Subject: [PATCH 73/84] chore: Update AMI for debian 11 (x86_64) in agent-smoke-legacy-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-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 201ce139d..a85dc9615 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-0fe5cdcc0ebf61c87 + image: ami-0e6612f57082e7ea4 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 4942a346f2ccb70fe48cd8d668dcbda81284e1c4 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 2 Aug 2025 00:02:33 +0000 Subject: [PATCH 74/84] chore: Update AMI for debian 11 (x86_64) in agent-smoke-universal-ebp... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... f scenario 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 a7271ce9c..be68893c8 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -31,7 +31,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: debian-11-x86_64 - image: ami-0fe5cdcc0ebf61c87 + image: ami-0e6612f57082e7ea4 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 5ca957769eea4f8470d565600f6173b34f971d36 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 2 Aug 2025 00:02:40 +0000 Subject: [PATCH 75/84] chore: Update AMI for debian 11 (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 1392aff3c..00887cea4 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-0fe5cdcc0ebf61c87 + image: ami-0e6612f57082e7ea4 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 018b119c9c68c30cfbd3727ade94927d22ec77c9 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 2 Aug 2025 00:02:46 +0000 Subject: [PATCH 76/84] chore: Update AMI for debian 11 (x86_64) in agent-uninstall-clean-all... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 a14ab0ab3..3efc4da4d 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-0fe5cdcc0ebf61c87 + image: ami-0e6612f57082e7ea4 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 59e5dff0dd519bb1c84ce5ec70288021acaacc58 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 7 Oct 2025 00:02:09 +0000 Subject: [PATCH 77/84] chore: Update AMI for debian 11 (x86_64) in agent-smoke-universal-ebp... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... f scenario 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 be68893c8..322fbd895 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -31,7 +31,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: debian-11-x86_64 - image: ami-0e6612f57082e7ea4 + image: ami-0b3ba93e024711eac instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From e10f587367824d4aa61bff9ff1fb127f32a0eae7 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 7 Oct 2025 00:02:16 +0000 Subject: [PATCH 78/84] chore: Update AMI for debian 11 (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 00887cea4..cf5735435 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-0e6612f57082e7ea4 + image: ami-0b3ba93e024711eac instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 25f09debb9cf85357496152c1f0f6934f8dc85b8 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 7 Oct 2025 00:02:22 +0000 Subject: [PATCH 79/84] chore: Update AMI for debian 11 (x86_64) in agent-uninstall-clean-all... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 3efc4da4d..51b845d69 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-0e6612f57082e7ea4 + image: ami-0b3ba93e024711eac instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From a345490aad734079136f5e07f6c02157fbbea2de Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 7 Oct 2025 00:02:28 +0000 Subject: [PATCH 80/84] chore: Update AMI for debian 11 (x86_64) in agent-smoke-legacy-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-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 a85dc9615..7648b737c 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-0e6612f57082e7ea4 + image: ami-0b3ba93e024711eac instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From c27a93c38282362ba1212e740a0298d4141b8874 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 16 Oct 2025 00:02:06 +0000 Subject: [PATCH 81/84] chore: Update AMI for debian 11 (x86_64) in agent-smoke-universal-ebp... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... f scenario 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 322fbd895..21145e592 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -31,7 +31,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: debian-11-x86_64 - image: ami-0b3ba93e024711eac + image: ami-0d157365e311bdff8 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 8f50bdaecd3830fba5fd136d853f1dfa2df3a0c9 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 16 Oct 2025 00:02:13 +0000 Subject: [PATCH 82/84] chore: Update AMI for debian 11 (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 cf5735435..00e58362d 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-0b3ba93e024711eac + image: ami-0d157365e311bdff8 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From c16148443cec9029c1369ada077e85829b65547a Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 16 Oct 2025 00:02:19 +0000 Subject: [PATCH 83/84] chore: Update AMI for debian 11 (x86_64) in agent-uninstall-clean-all... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 51b845d69..d1e80a921 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-0b3ba93e024711eac + image: ami-0d157365e311bdff8 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From a68004d63619438e93b25a697c3536835b3be088 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 16 Oct 2025 00:02:26 +0000 Subject: [PATCH 84/84] chore: Update AMI for debian 11 (x86_64) in agent-smoke-legacy-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-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 7648b737c..16e90f3a9 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-0b3ba93e024711eac + image: ami-0d157365e311bdff8 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID}