From 11210b7f0bb17beeb280356c655e52697d970091 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 30 Apr 2024 00:01:29 +0000 Subject: [PATCH 01/32] chore: Update AMI for debian 11 (x86_64) in agent-uninstall-clean-all... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario Made with ❤️️ by updatecli --- .../agent-uninstall-clean-all/molecule.yml.template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/molecule/agent-uninstall-clean-all/molecule.yml.template b/molecule/agent-uninstall-clean-all/molecule.yml.template index d7bc7cc25..5d8770fee 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-0fd320e6b2de9e34a + image: ami-0348ec3f61ecf5a8a instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} @@ -45,11 +45,11 @@ platforms: instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} -# - name: ubuntu-1804-x86_64 -# image: ami-055744c75048d8296 -# instance_type: ${INSTANCE_TYPE_X86} -# region: ${REGION} -# vpc_subnet_id: ${VPC_SUBNET_ID} + # - name: ubuntu-1804-x86_64 + # image: ami-055744c75048d8296 + # instance_type: ${INSTANCE_TYPE_X86} + # region: ${REGION} + # vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2004-x86_64 image: ami-06f8dce63a6b60467 instance_type: ${INSTANCE_TYPE_X86} From 893e0ff025a636039775615d43f156a5b8625d75 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 30 Apr 2024 00:01:34 +0000 Subject: [PATCH 02/32] chore: Update AMI for debian 11 (x86_64) in agent-smoke-kmodule scenario MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- molecule/agent-smoke-kmodule/molecule.yml.template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/molecule/agent-smoke-kmodule/molecule.yml.template b/molecule/agent-smoke-kmodule/molecule.yml.template index a70d89352..a6800ba71 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-0fd320e6b2de9e34a + image: ami-0348ec3f61ecf5a8a instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} @@ -45,11 +45,11 @@ platforms: instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} -# - name: ubuntu-1804-x86_64 -# image: ami-055744c75048d8296 -# instance_type: ${INSTANCE_TYPE_X86} -# region: ${REGION} -# vpc_subnet_id: ${VPC_SUBNET_ID} + # - name: ubuntu-1804-x86_64 + # image: ami-055744c75048d8296 + # instance_type: ${INSTANCE_TYPE_X86} + # region: ${REGION} + # vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2004-x86_64 image: ami-06f8dce63a6b60467 instance_type: ${INSTANCE_TYPE_X86} From abe915bf417756a095efafcedb6f84d2f148d652 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 30 Apr 2024 00:01:38 +0000 Subject: [PATCH 03/32] chore: Update AMI for debian 11 (x86_64) in agent-smoke-legacy-ebpf s... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... cenario Made with ❤️️ by updatecli --- .../agent-smoke-legacy-ebpf/molecule.yml.template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template index 8b1d7c922..99e8c1763 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-0fd320e6b2de9e34a + image: ami-0348ec3f61ecf5a8a instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} @@ -45,11 +45,11 @@ platforms: instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} -# - name: ubuntu-1804-x86_64 -# image: ami-055744c75048d8296 -# instance_type: ${INSTANCE_TYPE_X86} -# region: ${REGION} -# vpc_subnet_id: ${VPC_SUBNET_ID} + # - name: ubuntu-1804-x86_64 + # image: ami-055744c75048d8296 + # instance_type: ${INSTANCE_TYPE_X86} + # region: ${REGION} + # vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2004-x86_64 image: ami-06f8dce63a6b60467 instance_type: ${INSTANCE_TYPE_X86} From 56a208c14120672067c74b59e988842aafec0059 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 30 Apr 2024 00:01:42 +0000 Subject: [PATCH 04/32] chore: Update AMI for debian 11 (x86_64) in agent-smoke-universal-ebp... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... f scenario Made with ❤️️ by updatecli --- molecule/agent-smoke-universal-ebpf/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-universal-ebpf/molecule.yml.template b/molecule/agent-smoke-universal-ebpf/molecule.yml.template index bb146c7bf..40fc1521e 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -31,7 +31,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: debian-11-x86_64 - image: ami-0fd320e6b2de9e34a + image: ami-0348ec3f61ecf5a8a instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From ef75eba0c529d477f44310b87c6cb554e101e984 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 8 May 2024 00:01:29 +0000 Subject: [PATCH 05/32] chore: Update AMI for debian 11 (x86_64) in agent-uninstall-clean-all... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario Made with ❤️️ by updatecli --- molecule/agent-uninstall-clean-all/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-uninstall-clean-all/molecule.yml.template b/molecule/agent-uninstall-clean-all/molecule.yml.template index 5d8770fee..d81ef31f6 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-0348ec3f61ecf5a8a + image: ami-041e541d4e97f8f15 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From fa580c9f67bab4f7324a31f65b64eeba5c02ecb3 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 8 May 2024 00:01:34 +0000 Subject: [PATCH 06/32] chore: Update AMI for debian 11 (x86_64) in agent-smoke-kmodule scenario MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- molecule/agent-smoke-kmodule/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-kmodule/molecule.yml.template b/molecule/agent-smoke-kmodule/molecule.yml.template index a6800ba71..97a94dd6a 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-0348ec3f61ecf5a8a + image: ami-041e541d4e97f8f15 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 1e46b1b37b3719b0be9ea0a6ae562e04f1b29099 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 8 May 2024 00:01:39 +0000 Subject: [PATCH 07/32] chore: Update AMI for debian 11 (x86_64) in agent-smoke-legacy-ebpf s... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... cenario Made with ❤️️ by updatecli --- molecule/agent-smoke-legacy-ebpf/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template index 99e8c1763..4ab5b1999 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-0348ec3f61ecf5a8a + image: ami-041e541d4e97f8f15 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 959cf1a52bfd94fd45ec3c5339300b4d5a08c17d Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 8 May 2024 00:01:46 +0000 Subject: [PATCH 08/32] chore: Update AMI for debian 11 (x86_64) in agent-smoke-universal-ebp... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... f scenario Made with ❤️️ by updatecli --- molecule/agent-smoke-universal-ebpf/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-universal-ebpf/molecule.yml.template b/molecule/agent-smoke-universal-ebpf/molecule.yml.template index 40fc1521e..c270481a9 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -31,7 +31,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: debian-11-x86_64 - image: ami-0348ec3f61ecf5a8a + image: ami-041e541d4e97f8f15 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From aef04c89481653b7b45309c2be78bfed01189408 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 5 Jun 2024 00:01:36 +0000 Subject: [PATCH 09/32] chore: Update AMI for debian 11 (x86_64) in agent-smoke-legacy-ebpf s... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... cenario Made with ❤️️ by updatecli --- molecule/agent-smoke-legacy-ebpf/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template index 4ab5b1999..8ebe9db73 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-041e541d4e97f8f15 + image: ami-06453a2b07ac2b455 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 91725564c67121f2d16f31c8404bc6265e5ccb16 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 5 Jun 2024 00:01:43 +0000 Subject: [PATCH 10/32] chore: Update AMI for debian 11 (x86_64) in agent-smoke-kmodule scenario MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- molecule/agent-smoke-kmodule/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-kmodule/molecule.yml.template b/molecule/agent-smoke-kmodule/molecule.yml.template index 97a94dd6a..27ecbbe54 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-041e541d4e97f8f15 + image: ami-06453a2b07ac2b455 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From a26fc9af9a50ca97a03c967b97d1f4d63a8a2fbc Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 5 Jun 2024 00:01:48 +0000 Subject: [PATCH 11/32] chore: Update AMI for debian 11 (x86_64) in agent-uninstall-clean-all... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario Made with ❤️️ by updatecli --- molecule/agent-uninstall-clean-all/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-uninstall-clean-all/molecule.yml.template b/molecule/agent-uninstall-clean-all/molecule.yml.template index d81ef31f6..a567fa561 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-041e541d4e97f8f15 + image: ami-06453a2b07ac2b455 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From e7c41ecbeb12c2e7273393cc44a150d5c7dc58cb Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 5 Jun 2024 00:01:54 +0000 Subject: [PATCH 12/32] chore: Update AMI for debian 11 (x86_64) in agent-smoke-universal-ebp... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... f scenario Made with ❤️️ by updatecli --- molecule/agent-smoke-universal-ebpf/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-universal-ebpf/molecule.yml.template b/molecule/agent-smoke-universal-ebpf/molecule.yml.template index c270481a9..d7d9f65a5 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -31,7 +31,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: debian-11-x86_64 - image: ami-041e541d4e97f8f15 + image: ami-06453a2b07ac2b455 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 4d788c333506dff6e36eab9a4bafd62b561306b1 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 3 Jul 2024 00:01:42 +0000 Subject: [PATCH 13/32] chore: Update AMI for debian 11 (x86_64) in agent-smoke-universal-ebp... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... f scenario Made with ❤️️ by updatecli --- molecule/agent-smoke-universal-ebpf/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-universal-ebpf/molecule.yml.template b/molecule/agent-smoke-universal-ebpf/molecule.yml.template index d7d9f65a5..51a02c2a7 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -31,7 +31,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: debian-11-x86_64 - image: ami-06453a2b07ac2b455 + image: ami-02c8937502882c420 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From b18cf8df7b04802fb618fe51a72361a36a032e46 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 3 Jul 2024 00:01:47 +0000 Subject: [PATCH 14/32] chore: Update AMI for debian 11 (x86_64) in agent-smoke-kmodule scenario MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- molecule/agent-smoke-kmodule/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-kmodule/molecule.yml.template b/molecule/agent-smoke-kmodule/molecule.yml.template index 27ecbbe54..c29345358 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-06453a2b07ac2b455 + image: ami-02c8937502882c420 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 92b5d150faf09f004546abee8e12d79ada8fc3a6 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 3 Jul 2024 00:01:53 +0000 Subject: [PATCH 15/32] chore: Update AMI for debian 11 (x86_64) in agent-uninstall-clean-all... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario Made with ❤️️ by updatecli --- molecule/agent-uninstall-clean-all/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-uninstall-clean-all/molecule.yml.template b/molecule/agent-uninstall-clean-all/molecule.yml.template index a567fa561..17d0c13a8 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-06453a2b07ac2b455 + image: ami-02c8937502882c420 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 50b47a2408ce3222958659b27c90e7f31ac6cdd5 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 3 Jul 2024 00:01:59 +0000 Subject: [PATCH 16/32] chore: Update AMI for debian 11 (x86_64) in agent-smoke-legacy-ebpf s... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... cenario Made with ❤️️ by updatecli --- molecule/agent-smoke-legacy-ebpf/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template index 8ebe9db73..de01d4e32 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-06453a2b07ac2b455 + image: ami-02c8937502882c420 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 21100b29bf55e20b6635b4eb746bae7967c09791 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 18 Jul 2024 00:01:40 +0000 Subject: [PATCH 17/32] chore: Update AMI for debian 11 (x86_64) in agent-smoke-universal-ebp... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... f scenario Made with ❤️️ by updatecli --- molecule/agent-smoke-universal-ebpf/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-universal-ebpf/molecule.yml.template b/molecule/agent-smoke-universal-ebpf/molecule.yml.template index 51a02c2a7..e935d5069 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -31,7 +31,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: debian-11-x86_64 - image: ami-02c8937502882c420 + image: ami-0d0546f4bf2c155f8 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 4a2dd86a75fa7b109cf0e2203e20c2c247492dd1 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 18 Jul 2024 00:01:43 +0000 Subject: [PATCH 18/32] chore: Update AMI for debian 11 (x86_64) in agent-smoke-kmodule scenario MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- molecule/agent-smoke-kmodule/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-kmodule/molecule.yml.template b/molecule/agent-smoke-kmodule/molecule.yml.template index c29345358..ebd61f4b4 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-02c8937502882c420 + image: ami-0d0546f4bf2c155f8 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 9ae9526a6457a79d848763f08bad6b1f790ec085 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 18 Jul 2024 00:01:47 +0000 Subject: [PATCH 19/32] chore: Update AMI for debian 11 (x86_64) in agent-uninstall-clean-all... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario Made with ❤️️ by updatecli --- molecule/agent-uninstall-clean-all/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-uninstall-clean-all/molecule.yml.template b/molecule/agent-uninstall-clean-all/molecule.yml.template index 17d0c13a8..6a7df2dbe 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-02c8937502882c420 + image: ami-0d0546f4bf2c155f8 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From f5fe42f95f39ef6bb38835a532672db471b2863c Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 18 Jul 2024 00:01:50 +0000 Subject: [PATCH 20/32] chore: Update AMI for debian 11 (x86_64) in agent-smoke-legacy-ebpf s... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... cenario Made with ❤️️ by updatecli --- molecule/agent-smoke-legacy-ebpf/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template index de01d4e32..9d2972211 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-02c8937502882c420 + image: ami-0d0546f4bf2c155f8 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 26810c5275598656fc5950d121bb56510f200538 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 14 Aug 2024 00:01:53 +0000 Subject: [PATCH 21/32] chore: Update AMI for debian 11 (x86_64) in agent-smoke-kmodule scenario MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- molecule/agent-smoke-kmodule/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-kmodule/molecule.yml.template b/molecule/agent-smoke-kmodule/molecule.yml.template index ebd61f4b4..9a15e3227 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-0d0546f4bf2c155f8 + image: ami-024ac24f7732fd3b0 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 8fe6915ae4bfc713d5fab38b8abc1a0dba8e8680 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 14 Aug 2024 00:01:59 +0000 Subject: [PATCH 22/32] chore: Update AMI for debian 11 (x86_64) in agent-smoke-universal-ebp... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... f scenario Made with ❤️️ by updatecli --- molecule/agent-smoke-universal-ebpf/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-universal-ebpf/molecule.yml.template b/molecule/agent-smoke-universal-ebpf/molecule.yml.template index e935d5069..651ef8792 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -31,7 +31,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: debian-11-x86_64 - image: ami-0d0546f4bf2c155f8 + image: ami-024ac24f7732fd3b0 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 132e7d4d7a96a0bb480980e1e6fdff22d939d085 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 14 Aug 2024 00:02:06 +0000 Subject: [PATCH 23/32] chore: Update AMI for debian 11 (x86_64) in agent-uninstall-clean-all... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario Made with ❤️️ by updatecli --- molecule/agent-uninstall-clean-all/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-uninstall-clean-all/molecule.yml.template b/molecule/agent-uninstall-clean-all/molecule.yml.template index 6a7df2dbe..ab7b7b0ce 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-0d0546f4bf2c155f8 + image: ami-024ac24f7732fd3b0 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 61e221873cb2bf14c524b40c5709edc0d513dddc Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 14 Aug 2024 00:02:12 +0000 Subject: [PATCH 24/32] chore: Update AMI for debian 11 (x86_64) in agent-smoke-legacy-ebpf s... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... cenario Made with ❤️️ by updatecli --- molecule/agent-smoke-legacy-ebpf/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template index 9d2972211..afb17e1ce 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-0d0546f4bf2c155f8 + image: ami-024ac24f7732fd3b0 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From c078cb28ef63260248dd600f0b32546160408152 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 5 Sep 2024 00:01:49 +0000 Subject: [PATCH 25/32] chore: Update AMI for debian 11 (x86_64) in agent-smoke-legacy-ebpf s... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... cenario Made with ❤️️ by updatecli --- molecule/agent-smoke-legacy-ebpf/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template index afb17e1ce..24d83aca0 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-024ac24f7732fd3b0 + image: ami-0edc25b49fef678e2 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 9c4e2fa059770bf3c70a2884b2e30394189afc07 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 5 Sep 2024 00:01:55 +0000 Subject: [PATCH 26/32] chore: Update AMI for debian 11 (x86_64) in agent-smoke-kmodule scenario MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- molecule/agent-smoke-kmodule/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-kmodule/molecule.yml.template b/molecule/agent-smoke-kmodule/molecule.yml.template index 9a15e3227..b9fdfabcd 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-024ac24f7732fd3b0 + image: ami-0edc25b49fef678e2 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 4e615ebc680114b39faf2d6256da6cf96f73b298 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 5 Sep 2024 00:02:02 +0000 Subject: [PATCH 27/32] chore: Update AMI for debian 11 (x86_64) in agent-uninstall-clean-all... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario Made with ❤️️ by updatecli --- molecule/agent-uninstall-clean-all/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-uninstall-clean-all/molecule.yml.template b/molecule/agent-uninstall-clean-all/molecule.yml.template index ab7b7b0ce..d0cdac01e 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-024ac24f7732fd3b0 + image: ami-0edc25b49fef678e2 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From be00aac30d4c0ae18f853d18d8f414feb4d30754 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 5 Sep 2024 00:02:07 +0000 Subject: [PATCH 28/32] chore: Update AMI for debian 11 (x86_64) in agent-smoke-universal-ebp... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... f scenario Made with ❤️️ by updatecli --- molecule/agent-smoke-universal-ebpf/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-universal-ebpf/molecule.yml.template b/molecule/agent-smoke-universal-ebpf/molecule.yml.template index 651ef8792..eebe25f8d 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -31,7 +31,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: debian-11-x86_64 - image: ami-024ac24f7732fd3b0 + image: ami-0edc25b49fef678e2 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 90d7ede32f5832c455397d587b1d6165cc8eb60d Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 8 Oct 2024 00:01:31 +0000 Subject: [PATCH 29/32] chore: Update AMI for debian 11 (x86_64) in agent-smoke-kmodule scenario MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- molecule/agent-smoke-kmodule/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-kmodule/molecule.yml.template b/molecule/agent-smoke-kmodule/molecule.yml.template index b9fdfabcd..7cea55a33 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-0edc25b49fef678e2 + image: ami-0057500c2b673caf5 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 4e7a5c6b0b31fe08053c3698de5f29f0b75f1faa Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 8 Oct 2024 00:01:35 +0000 Subject: [PATCH 30/32] chore: Update AMI for debian 11 (x86_64) in agent-smoke-universal-ebp... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... f scenario Made with ❤️️ by updatecli --- molecule/agent-smoke-universal-ebpf/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-universal-ebpf/molecule.yml.template b/molecule/agent-smoke-universal-ebpf/molecule.yml.template index eebe25f8d..90e8e1ffd 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -31,7 +31,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: debian-11-x86_64 - image: ami-0edc25b49fef678e2 + image: ami-0057500c2b673caf5 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 5a55f236c86e411ed126a6e5b371d12e8aa05d35 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 8 Oct 2024 00:01:39 +0000 Subject: [PATCH 31/32] chore: Update AMI for debian 11 (x86_64) in agent-uninstall-clean-all... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario Made with ❤️️ by updatecli --- molecule/agent-uninstall-clean-all/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-uninstall-clean-all/molecule.yml.template b/molecule/agent-uninstall-clean-all/molecule.yml.template index d0cdac01e..f6f2495d1 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-0edc25b49fef678e2 + image: ami-0057500c2b673caf5 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 702fb778914b7547f4d8102e702a1234cd7f2d10 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 8 Oct 2024 00:01:44 +0000 Subject: [PATCH 32/32] 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}