From 11210b7f0bb17beeb280356c655e52697d970091 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 30 Apr 2024 00:01:29 +0000 Subject: [PATCH 001/116] 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 002/116] 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 003/116] 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 004/116] 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 005/116] 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 006/116] 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 007/116] 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 008/116] 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 009/116] 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 010/116] 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 011/116] 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 012/116] 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 013/116] 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 014/116] 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 015/116] 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 016/116] 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 017/116] 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 018/116] 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 019/116] 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 020/116] 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 021/116] 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 022/116] 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 023/116] 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 024/116] 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 025/116] 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 026/116] 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 027/116] 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 028/116] 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 029/116] 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 030/116] 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 031/116] 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 032/116] 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 033/116] 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 034/116] 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 035/116] 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 036/116] 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 037/116] 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 038/116] 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 039/116] 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 040/116] 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 041/116] 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 042/116] 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 043/116] 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 044/116] 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 045/116] 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 046/116] 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 047/116] 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 048/116] 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 049/116] 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 050/116] 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 051/116] 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 052/116] 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 053/116] 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 054/116] 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 055/116] 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 056/116] 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 057/116] 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 058/116] 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 059/116] 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 060/116] 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 061/116] 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 062/116] 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 063/116] 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 064/116] 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 065/116] 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 066/116] 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 067/116] 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 068/116] 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 069/116] 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 070/116] 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 071/116] 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 072/116] 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 073/116] 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 074/116] 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 075/116] 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 076/116] 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 077/116] 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 078/116] 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 079/116] 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 080/116] 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 081/116] 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 082/116] 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 083/116] 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 084/116] 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} From 0db23ac41ba3e0d571ec41b775e76d730e2397c0 Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 9 Jan 2026 00:02:10 +0000 Subject: [PATCH 085/116] 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 21145e592..750f8684d 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-0d157365e311bdff8 + image: ami-00e773a589501dded instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 6cd0c84c4f618b67d37865113b7b69fddec88b1d Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 9 Jan 2026 00:02:15 +0000 Subject: [PATCH 086/116] 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 00e58362d..fcc305764 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-0d157365e311bdff8 + image: ami-00e773a589501dded instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 6f590a19f1fbe0ed33febbb5209e67799eafde06 Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 9 Jan 2026 00:02:20 +0000 Subject: [PATCH 087/116] 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 d1e80a921..39525fb79 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-0d157365e311bdff8 + image: ami-00e773a589501dded instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 00a52849c7f4149f28493b90f6ccb96653066492 Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 9 Jan 2026 00:02:25 +0000 Subject: [PATCH 088/116] 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 16e90f3a9..90a57a9ac 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-0d157365e311bdff8 + image: ami-00e773a589501dded instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 696dd82a2c28be6e9e62388d68e7e1233780b5bf Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 4 Feb 2026 00:03:32 +0000 Subject: [PATCH 089/116] 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 750f8684d..b2ff91dff 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-00e773a589501dded + image: ami-09bef70fd0768fd0d instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 3838a534bcbbf645fa9cd72efdc5acd58d7522ef Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 4 Feb 2026 00:03:39 +0000 Subject: [PATCH 090/116] 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 fcc305764..456006c93 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-00e773a589501dded + image: ami-09bef70fd0768fd0d instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 96429e9569c1ba477406e73df6c1328488c02546 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 4 Feb 2026 00:03:45 +0000 Subject: [PATCH 091/116] 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 39525fb79..b7a789234 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-00e773a589501dded + image: ami-09bef70fd0768fd0d instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 5e1dffc9f02f36c40cd918822f4a85859f53c72d Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 4 Feb 2026 00:03:51 +0000 Subject: [PATCH 092/116] 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 90a57a9ac..19b0d6b2e 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-00e773a589501dded + image: ami-09bef70fd0768fd0d instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 6b6404e3b4d460dc2bbdc92b056591c0ae4a79eb Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 13 Feb 2026 00:05:23 +0000 Subject: [PATCH 093/116] 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 b7a789234..778b99223 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-09bef70fd0768fd0d + image: ami-0513e1762a1831e15 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 08b391573dc80bb7a1e195d97db5094df19305fe Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 13 Feb 2026 00:05:29 +0000 Subject: [PATCH 094/116] 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 b2ff91dff..381650e1b 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-09bef70fd0768fd0d + image: ami-0513e1762a1831e15 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From ae8ddd6f2beb6b28a883a97251e07089101b8530 Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 13 Feb 2026 00:05:35 +0000 Subject: [PATCH 095/116] 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 19b0d6b2e..7a8b0d9cb 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-09bef70fd0768fd0d + image: ami-0513e1762a1831e15 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 1e84f6777216c88f1972fed52f70aacd0fb1c479 Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 13 Feb 2026 00:05:41 +0000 Subject: [PATCH 096/116] 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 456006c93..f5b3d91a6 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-09bef70fd0768fd0d + image: ami-0513e1762a1831e15 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 07e8cb2be1b35d96f8704b7ebe13466cda884ef2 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 25 Feb 2026 00:05:27 +0000 Subject: [PATCH 097/116] 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 381650e1b..8dbe19d76 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-0513e1762a1831e15 + image: ami-022e26eab59691b97 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From c87be712461f1a135ddad5c50cdca9f4ba7f6ca8 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 25 Feb 2026 00:05:32 +0000 Subject: [PATCH 098/116] 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 f5b3d91a6..4fc5ff022 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-0513e1762a1831e15 + image: ami-022e26eab59691b97 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 1a4891c8773b08805edec6d39199b71310aa6da5 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 25 Feb 2026 00:05:36 +0000 Subject: [PATCH 099/116] 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 778b99223..89b5f95b3 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-0513e1762a1831e15 + image: ami-022e26eab59691b97 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 4a06de9bdba39802e03f6c2dc16c68487dfe04dd Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 25 Feb 2026 00:05:40 +0000 Subject: [PATCH 100/116] 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 7a8b0d9cb..ebb190a44 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-0513e1762a1831e15 + image: ami-022e26eab59691b97 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 345891d780fa8d2de6e5073c1a4f0d11a7beb09b Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 18 Mar 2026 00:05:43 +0000 Subject: [PATCH 101/116] 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 89b5f95b3..58cffb77f 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-022e26eab59691b97 + image: ami-0f8937a75174e18ef instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 3786c2cf80da9e2ef62276cdbe3596ae07636ff8 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 18 Mar 2026 00:05:49 +0000 Subject: [PATCH 102/116] 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 8dbe19d76..dba14fcb2 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-022e26eab59691b97 + image: ami-0f8937a75174e18ef instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 1c6cde130a09d81385993fcac72e0d0fef7cd477 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 18 Mar 2026 00:05:55 +0000 Subject: [PATCH 103/116] 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 ebb190a44..b37d51404 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-022e26eab59691b97 + image: ami-0f8937a75174e18ef instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From f5a86f9dc64ecd822177847ee17a96da12f00dad Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 18 Mar 2026 00:06:02 +0000 Subject: [PATCH 104/116] 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 4fc5ff022..9903841cb 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-022e26eab59691b97 + image: ami-0f8937a75174e18ef instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 1bf7a7f8805ce08137b440ac894de709923d960b Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 21 Apr 2026 00:11:56 +0000 Subject: [PATCH 105/116] 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 b37d51404..a0ba4608d 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-0f8937a75174e18ef + image: ami-01504cf49928e171e instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From b2704b3a75814649cf30f8a8870a8377c1c1c9ff Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 21 Apr 2026 00:12:01 +0000 Subject: [PATCH 106/116] 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 dba14fcb2..8d71eafd2 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-0f8937a75174e18ef + image: ami-01504cf49928e171e instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 8b71a0ba97af539a63989b91b72a57f2f3021f3f Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 21 Apr 2026 00:12:07 +0000 Subject: [PATCH 107/116] 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 58cffb77f..9f6f0e2e3 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-0f8937a75174e18ef + image: ami-01504cf49928e171e instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 53d7a4ba2e46b81e332a37f38eb10fb9283f1155 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 21 Apr 2026 00:12:13 +0000 Subject: [PATCH 108/116] 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 9903841cb..34be436d5 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-0f8937a75174e18ef + image: ami-01504cf49928e171e instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 31886db55c972a4cd79a798136126d5883834cd6 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sun, 3 May 2026 00:13:25 +0000 Subject: [PATCH 109/116] 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 a0ba4608d..423045381 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-01504cf49928e171e + image: ami-05f4ec6da0cd3faa7 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From de538e47da998feaedec4722ce7e1301420befdc Mon Sep 17 00:00:00 2001 From: updatecli Date: Sun, 3 May 2026 00:13:30 +0000 Subject: [PATCH 110/116] 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 8d71eafd2..1ea0d6438 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-01504cf49928e171e + image: ami-05f4ec6da0cd3faa7 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From d94bf77db694124c96ae8eff04cad90a364f6b49 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sun, 3 May 2026 00:13:34 +0000 Subject: [PATCH 111/116] 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 9f6f0e2e3..4e14ba656 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-01504cf49928e171e + image: ami-05f4ec6da0cd3faa7 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 06345259ef94a13b1da40424971853694fafa128 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sun, 3 May 2026 00:13:39 +0000 Subject: [PATCH 112/116] 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 34be436d5..df82d529c 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-01504cf49928e171e + image: ami-05f4ec6da0cd3faa7 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 7cbf755760e6ee0fc5ccf93192179bcadd7a67f4 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sun, 10 May 2026 00:15:09 +0000 Subject: [PATCH 113/116] 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 423045381..5c6cf6db5 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-05f4ec6da0cd3faa7 + image: ami-0f4e21982120a8c3a instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From dee338875f7bd434eb11729c8b7cc74269bf02ed Mon Sep 17 00:00:00 2001 From: updatecli Date: Sun, 10 May 2026 00:15:15 +0000 Subject: [PATCH 114/116] 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 1ea0d6438..a9943c47b 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-05f4ec6da0cd3faa7 + image: ami-0f4e21982120a8c3a instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 9226149862ca1b531b14ca71fe91ac1546478ebe Mon Sep 17 00:00:00 2001 From: updatecli Date: Sun, 10 May 2026 00:15:22 +0000 Subject: [PATCH 115/116] 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 4e14ba656..bfe72cee7 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-05f4ec6da0cd3faa7 + image: ami-0f4e21982120a8c3a instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 0a23aef112cc0639d229c16d2c1be676ee6686f8 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sun, 10 May 2026 00:15:29 +0000 Subject: [PATCH 116/116] 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 df82d529c..91a8e65bc 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-05f4ec6da0cd3faa7 + image: ami-0f4e21982120a8c3a instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID}