From 4c1be76c3f316296d7f00692ac3f46dd1d0c5575 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 2 May 2024 00:01:35 +0000 Subject: [PATCH 001/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-uninstall-clean-a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ll 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..babf0ed47 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -45,18 +45,18 @@ 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} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0e001c9271cf7f3b9 + image: ami-0cfa2ad4242c3168d instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From fb924f8f1675bcf4b5989d532b24b52fb3452e00 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 2 May 2024 00:01:44 +0000 Subject: [PATCH 002/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-kmodule sce... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... nario 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..e604bf8cd 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -45,18 +45,18 @@ 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} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0e001c9271cf7f3b9 + image: ami-0cfa2ad4242c3168d instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 2c6c92b149eb9a334e4524d9642e743ad6aecc82 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 2 May 2024 00:01:50 +0000 Subject: [PATCH 003/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-legacy-ebpf... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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..3e4577cca 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -45,18 +45,18 @@ 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} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0e001c9271cf7f3b9 + image: ami-0cfa2ad4242c3168d instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From d7a12d3d8c4b98c59ded9f64f08c13c70273f28d Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 2 May 2024 00:01:57 +0000 Subject: [PATCH 004/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-universal-e... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... bpf 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..61f51f84f 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -46,7 +46,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0e001c9271cf7f3b9 + image: ami-0cfa2ad4242c3168d instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 4d87ddd5e50aed6b9e3bc48cd354d0d26f2056a9 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 15 May 2024 00:01:25 +0000 Subject: [PATCH 005/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-uninstall-clean-a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ll 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 babf0ed47..0f73afe7e 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0cfa2ad4242c3168d + image: ami-012485deee5681dc0 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 00c7a76259c0d5becb0283a42f5b185ca36b04f4 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 15 May 2024 00:01:30 +0000 Subject: [PATCH 006/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-kmodule sce... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... nario 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 e604bf8cd..1003e2181 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0cfa2ad4242c3168d + image: ami-012485deee5681dc0 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From df1e082b67c8b86f9de12e5e4bed8c8bb702ce78 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 15 May 2024 00:01:35 +0000 Subject: [PATCH 007/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-legacy-ebpf... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 3e4577cca..20d7a518b 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0cfa2ad4242c3168d + image: ami-012485deee5681dc0 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 53a6dedda6743928113c9b42019dcda1eb7d97d9 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 15 May 2024 00:01:41 +0000 Subject: [PATCH 008/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-universal-e... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... bpf 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 61f51f84f..fabb9045d 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -46,7 +46,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0cfa2ad4242c3168d + image: ami-012485deee5681dc0 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 47a479351873b59d8304c1da630a5225f2474fb3 Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 31 May 2024 00:01:27 +0000 Subject: [PATCH 009/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-legacy-ebpf... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 20d7a518b..d94b7ba91 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-012485deee5681dc0 + image: ami-07543813a68cc4fe9 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 39957890eb7c192434834ad4865bd911102d144b Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 31 May 2024 00:01:31 +0000 Subject: [PATCH 010/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-kmodule sce... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... nario 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 1003e2181..0c5e2bbc7 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-012485deee5681dc0 + image: ami-07543813a68cc4fe9 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 4819fb0cc77661b835f51c35ef0887d3cd2db17d Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 31 May 2024 00:01:35 +0000 Subject: [PATCH 011/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-uninstall-clean-a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ll 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 0f73afe7e..3471e68b1 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-012485deee5681dc0 + image: ami-07543813a68cc4fe9 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 6c8d9afb5a238b51abf73ac46e65cca516f4576a Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 31 May 2024 00:01:38 +0000 Subject: [PATCH 012/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-universal-e... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... bpf 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 fabb9045d..ff94f870e 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -46,7 +46,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-012485deee5681dc0 + image: ami-07543813a68cc4fe9 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From de7488adfa73ad2d90891dbb0363f42c43a9a160 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 12 Jun 2024 00:01:28 +0000 Subject: [PATCH 013/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-legacy-ebpf... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 d94b7ba91..3e4ecf103 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-07543813a68cc4fe9 + image: ami-0975ad60e5054592a instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 10eab15fde305f0f433202cd067ae82164dd1a49 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 12 Jun 2024 00:01:33 +0000 Subject: [PATCH 014/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-kmodule sce... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... nario 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 0c5e2bbc7..ff12053f3 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-07543813a68cc4fe9 + image: ami-0975ad60e5054592a instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 4d6e4b168e0289827d0036eef40e246d1709f419 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 12 Jun 2024 00:01:37 +0000 Subject: [PATCH 015/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-uninstall-clean-a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ll 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 3471e68b1..cfee40fb0 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-07543813a68cc4fe9 + image: ami-0975ad60e5054592a instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 04599b651f05b01d4d75431f5571b5bfa149186e Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 12 Jun 2024 00:01:41 +0000 Subject: [PATCH 016/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-universal-e... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... bpf 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 ff94f870e..74f36069e 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -46,7 +46,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-07543813a68cc4fe9 + image: ami-0975ad60e5054592a instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From b315317f3ce22b94b8e6a2443d344042cdbe92bb Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 15 Jun 2024 00:01:47 +0000 Subject: [PATCH 017/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-legacy-ebpf... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 3e4ecf103..91d1fdfb7 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0975ad60e5054592a + image: ami-0a640b520696dc6a8 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 021214d1e145ad62b839551825727b4d171317a6 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 15 Jun 2024 00:01:52 +0000 Subject: [PATCH 018/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-kmodule sce... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... nario 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 ff12053f3..78eb5ea94 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0975ad60e5054592a + image: ami-0a640b520696dc6a8 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From a365227cfcc4a22be292eaadf10d1a4b6b806aa0 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 15 Jun 2024 00:01:56 +0000 Subject: [PATCH 019/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-uninstall-clean-a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ll 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 cfee40fb0..c1454dd9c 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0975ad60e5054592a + image: ami-0a640b520696dc6a8 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From b9f8acbd80c1a839134ead1ea5928f7d706d347b Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 15 Jun 2024 00:01:59 +0000 Subject: [PATCH 020/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-universal-e... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... bpf 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 74f36069e..ca3509cf2 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -46,7 +46,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0975ad60e5054592a + image: ami-0a640b520696dc6a8 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From a62896b4cb18bdca6019c4ea4685c62df44db7ec Mon Sep 17 00:00:00 2001 From: updatecli Date: Sun, 30 Jun 2024 00:02:00 +0000 Subject: [PATCH 021/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-universal-e... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... bpf 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 ca3509cf2..a09137937 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -46,7 +46,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0a640b520696dc6a8 + image: ami-0111190769c4329ae instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From ae64a7ea2eec7502f55168373354875bb10b7cd3 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sun, 30 Jun 2024 00:02:04 +0000 Subject: [PATCH 022/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-kmodule sce... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... nario 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 78eb5ea94..7fe1c5ce5 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0a640b520696dc6a8 + image: ami-0111190769c4329ae instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From e89d16613ee7f2dc2232967249e75e1dc286b1f4 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sun, 30 Jun 2024 00:02:09 +0000 Subject: [PATCH 023/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-uninstall-clean-a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ll 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 c1454dd9c..714f491c8 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0a640b520696dc6a8 + image: ami-0111190769c4329ae instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From f9613a0d201a8fdc712811ffa46a717c0e828ed1 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sun, 30 Jun 2024 00:02:12 +0000 Subject: [PATCH 024/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-legacy-ebpf... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 91d1fdfb7..230f6df74 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0a640b520696dc6a8 + image: ami-0111190769c4329ae instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 1c10bd477448c090441cebbb9bbefd631d26dc58 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 2 Jul 2024 00:01:42 +0000 Subject: [PATCH 025/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-universal-e... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... bpf 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 a09137937..fd37ec5a6 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -46,7 +46,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0111190769c4329ae + image: ami-0a0e5d9c7acc336f1 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From fa2dd339967e957346a2af2e1377359194b0d61b Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 2 Jul 2024 00:01:46 +0000 Subject: [PATCH 026/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-kmodule sce... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... nario 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 7fe1c5ce5..a5930e7c9 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0111190769c4329ae + image: ami-0a0e5d9c7acc336f1 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 0272f31188b4b964387743c865163871005142b1 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 2 Jul 2024 00:01:52 +0000 Subject: [PATCH 027/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-uninstall-clean-a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ll 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 714f491c8..04bb87141 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0111190769c4329ae + image: ami-0a0e5d9c7acc336f1 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From e685578c06896819015e3d4d436be392cff41ceb Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 2 Jul 2024 00:01:56 +0000 Subject: [PATCH 028/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-legacy-ebpf... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 230f6df74..67673e029 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0111190769c4329ae + image: ami-0a0e5d9c7acc336f1 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 398a2e3c3c0d4bbb780a3edffd6e8fc8e487c772 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sun, 21 Jul 2024 00:01:59 +0000 Subject: [PATCH 029/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-universal-e... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... bpf 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 fd37ec5a6..14b2254e3 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -46,7 +46,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0a0e5d9c7acc336f1 + image: ami-013b3de8a8fa9b39f instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From b929a01cf3df4e3dea8e47d7ba37b14c9aed4009 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sun, 21 Jul 2024 00:02:03 +0000 Subject: [PATCH 030/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-kmodule sce... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... nario 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 a5930e7c9..064c833f7 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0a0e5d9c7acc336f1 + image: ami-013b3de8a8fa9b39f instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 5d2893675f6e6e46e1c1b7e472762a6e4a9bb046 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sun, 21 Jul 2024 00:02:07 +0000 Subject: [PATCH 031/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-uninstall-clean-a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ll 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 04bb87141..d61ad3af0 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0a0e5d9c7acc336f1 + image: ami-013b3de8a8fa9b39f instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 51c4a9c03fb4832a270384f808758207494614b0 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sun, 21 Jul 2024 00:02:11 +0000 Subject: [PATCH 032/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-legacy-ebpf... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 67673e029..b85b3d8c0 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0a0e5d9c7acc336f1 + image: ami-013b3de8a8fa9b39f instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 020c4bd13d85be4b43a3854c7540d7938e38c62e Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 31 Jul 2024 00:01:35 +0000 Subject: [PATCH 033/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-kmodule sce... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... nario 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 064c833f7..8530ae633 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-013b3de8a8fa9b39f + image: ami-087ae2c33ef6846c9 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 0804c42bee7d80109d131c8b147ff0534056e68d Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 31 Jul 2024 00:01:40 +0000 Subject: [PATCH 034/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-universal-e... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... bpf 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 14b2254e3..3796d83a8 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -46,7 +46,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-013b3de8a8fa9b39f + image: ami-087ae2c33ef6846c9 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From bb13ab466f53b55baf20ecd11382a8225163c1f0 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 31 Jul 2024 00:01:44 +0000 Subject: [PATCH 035/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-uninstall-clean-a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ll 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 d61ad3af0..cf93a03cf 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-013b3de8a8fa9b39f + image: ami-087ae2c33ef6846c9 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 45d0af6b5343b399302cf451eba5add75774b695 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 31 Jul 2024 00:01:47 +0000 Subject: [PATCH 036/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-legacy-ebpf... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 b85b3d8c0..8a5ad794d 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-013b3de8a8fa9b39f + image: ami-087ae2c33ef6846c9 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From e82a2bd460791bc29fa1daec01dddbb52d6ed96f Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 2 Aug 2024 00:01:37 +0000 Subject: [PATCH 037/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-kmodule sce... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... nario 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 8530ae633..dd4141903 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-087ae2c33ef6846c9 + image: ami-03e31863b8e1f70a5 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 1a95b795f1c7f8e0b3ed19bc6ff020585f535b88 Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 2 Aug 2024 00:01:44 +0000 Subject: [PATCH 038/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-universal-e... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... bpf 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 3796d83a8..e9c5d57cc 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -46,7 +46,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-087ae2c33ef6846c9 + image: ami-03e31863b8e1f70a5 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 00134ae757f8ccdf714d90d3bc98f94883f06d3f Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 2 Aug 2024 00:01:50 +0000 Subject: [PATCH 039/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-uninstall-clean-a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ll 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 cf93a03cf..293fd5b6c 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-087ae2c33ef6846c9 + image: ami-03e31863b8e1f70a5 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 23c6685041985b5a00f6c069348434088d36a457 Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 2 Aug 2024 00:01:55 +0000 Subject: [PATCH 040/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-legacy-ebpf... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 8a5ad794d..a908e5066 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-087ae2c33ef6846c9 + image: ami-03e31863b8e1f70a5 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 54e381705c2193cef873e67897947dd4e62522a1 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 22 Aug 2024 00:01:45 +0000 Subject: [PATCH 041/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-kmodule sce... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... nario 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 dd4141903..8c04016cf 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-03e31863b8e1f70a5 + image: ami-0ad554caf874569d2 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From d8831eaa5ce9e123849e45f52ccc82a42ae15e05 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 22 Aug 2024 00:01:49 +0000 Subject: [PATCH 042/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-universal-e... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... bpf 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 e9c5d57cc..e97fcff9c 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -46,7 +46,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-03e31863b8e1f70a5 + image: ami-0ad554caf874569d2 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 776c7878e33655fd4ece98302e6d03b8278d5230 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 22 Aug 2024 00:01:53 +0000 Subject: [PATCH 043/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-uninstall-clean-a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ll 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 293fd5b6c..afa81bf9b 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-03e31863b8e1f70a5 + image: ami-0ad554caf874569d2 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 803b3c11ea59387f4bba8265649fa38c9858d0d6 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 22 Aug 2024 00:01:57 +0000 Subject: [PATCH 044/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-legacy-ebpf... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 a908e5066..dd5130e1b 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-03e31863b8e1f70a5 + image: ami-0ad554caf874569d2 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 67c78a988fd8ec7825e6bc24753f8d43ae107d86 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 31 Aug 2024 00:01:55 +0000 Subject: [PATCH 045/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-kmodule sce... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... nario 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 8c04016cf..86060b234 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0ad554caf874569d2 + image: ami-09a1c459d70c72b96 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From e22fee22ee20a7cd59abc8cef21a83cac3773603 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 31 Aug 2024 00:01:59 +0000 Subject: [PATCH 046/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-universal-e... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... bpf 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 e97fcff9c..d456af6e3 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -46,7 +46,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0ad554caf874569d2 + image: ami-09a1c459d70c72b96 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 365f1552e59a2c5a78a5704972ee99e7924b0cad Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 31 Aug 2024 00:02:03 +0000 Subject: [PATCH 047/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-uninstall-clean-a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ll 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 afa81bf9b..7e8355343 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0ad554caf874569d2 + image: ami-09a1c459d70c72b96 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 335b4e00c5a5da87c770bb2bb9d6f219b6899cd1 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 31 Aug 2024 00:02:07 +0000 Subject: [PATCH 048/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-legacy-ebpf... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 dd5130e1b..2e1093345 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0ad554caf874569d2 + image: ami-09a1c459d70c72b96 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 053e4dc05a2d83d11f2333efe906df9c612f7869 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 17 Sep 2024 00:01:22 +0000 Subject: [PATCH 049/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-legacy-ebpf... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 2e1093345..9dff7801a 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-09a1c459d70c72b96 + image: ami-04a98573e58903ee0 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From f27256ff9d3bc2db0f4a17e9eef0dd26f240befb Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 17 Sep 2024 00:01:27 +0000 Subject: [PATCH 050/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-kmodule sce... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... nario 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 86060b234..2d996d34e 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-09a1c459d70c72b96 + image: ami-04a98573e58903ee0 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 56e93fe6ab858ff40df696f087865f0f23c95e98 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 17 Sep 2024 00:01:32 +0000 Subject: [PATCH 051/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-uninstall-clean-a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ll 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 7e8355343..fd8d2a2c4 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-09a1c459d70c72b96 + image: ami-04a98573e58903ee0 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From f1540a0904778b2811dc2fdfbb6cef5c9fb5ae3b Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 17 Sep 2024 00:01:36 +0000 Subject: [PATCH 052/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-universal-e... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... bpf 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 d456af6e3..a975f3fee 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -46,7 +46,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-09a1c459d70c72b96 + image: ami-04a98573e58903ee0 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From fb3df5d244eb47e5598eaf6e86cdc089646127b6 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 25 Sep 2024 00:02:08 +0000 Subject: [PATCH 053/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-kmodule sce... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... nario 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 2d996d34e..d5a96811e 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-04a98573e58903ee0 + image: ami-00defbe1aa228415e instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From d49d59e8a2781d8f51dc6ae801815253fea4c041 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 25 Sep 2024 00:02:12 +0000 Subject: [PATCH 054/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-universal-e... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... bpf 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 a975f3fee..a27d77d33 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -46,7 +46,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-04a98573e58903ee0 + image: ami-00defbe1aa228415e instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From eca447ba4ab7079d47e3c8f1fd751c86c91575a5 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 25 Sep 2024 00:02:16 +0000 Subject: [PATCH 055/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-uninstall-clean-a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ll 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 fd8d2a2c4..77ba1e492 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-04a98573e58903ee0 + image: ami-00defbe1aa228415e instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 662d9e5454c04f959439be1c9a5a4e782012625a Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 25 Sep 2024 00:02:20 +0000 Subject: [PATCH 056/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-legacy-ebpf... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 9dff7801a..e16277da9 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-04a98573e58903ee0 + image: ami-00defbe1aa228415e instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 5e1280af5bc0a8469cb4774c534396939c36928c Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 26 Sep 2024 00:02:05 +0000 Subject: [PATCH 057/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-kmodule sce... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... nario 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 d5a96811e..2ffc234f0 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-00defbe1aa228415e + image: ami-0a21b6ec028435788 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 7c5051d8b4ccd4bd80461afaf925c763ccf7eaaa Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 26 Sep 2024 00:02:09 +0000 Subject: [PATCH 058/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-universal-e... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... bpf 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 a27d77d33..19b81fada 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -46,7 +46,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-00defbe1aa228415e + image: ami-0a21b6ec028435788 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 68dd6a4610149cdbd44cc1552ad13a17865c21d3 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 26 Sep 2024 00:02:13 +0000 Subject: [PATCH 059/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-uninstall-clean-a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ll 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 77ba1e492..1fb258a9e 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-00defbe1aa228415e + image: ami-0a21b6ec028435788 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 779bee6eecf126d39b8fba4809db110c64af0276 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 26 Sep 2024 00:02:18 +0000 Subject: [PATCH 060/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-legacy-ebpf... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 e16277da9..4d07c1a9e 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-00defbe1aa228415e + image: ami-0a21b6ec028435788 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From a8f0d9b3fec482bf56c741f60582ced5b9d35c6c Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 28 Sep 2024 00:01:47 +0000 Subject: [PATCH 061/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-kmodule sce... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... nario 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 2ffc234f0..6e3528acd 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0a21b6ec028435788 + image: ami-005fc0f236362e99f instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 9d7fb16e3de4267f1f8328cadb424c50ee1b2037 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 28 Sep 2024 00:01:52 +0000 Subject: [PATCH 062/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-universal-e... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... bpf 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 19b81fada..5f6a080c1 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -46,7 +46,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0a21b6ec028435788 + image: ami-005fc0f236362e99f instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 143c19fb67baaa9ec3140c3ec79733da544dc775 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 28 Sep 2024 00:01:56 +0000 Subject: [PATCH 063/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-uninstall-clean-a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ll 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 1fb258a9e..1ede09da1 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0a21b6ec028435788 + image: ami-005fc0f236362e99f instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From dc90de7e5e4f243dc2a37a7bc39e8c75266d500d Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 28 Sep 2024 00:02:01 +0000 Subject: [PATCH 064/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-legacy-ebpf... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 4d07c1a9e..942641feb 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0a21b6ec028435788 + image: ami-005fc0f236362e99f instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 76b887aa70609ed74ffab69498fb6e9f1140ce8d Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 15 Nov 2024 00:02:17 +0000 Subject: [PATCH 065/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-kmodule sce... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... nario 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 6e3528acd..3adb1fead 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-005fc0f236362e99f + image: ami-0664c8f94c2a2261b instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 2d4d9b68c035866f0196385df12f703ffdbf8af0 Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 15 Nov 2024 00:02:23 +0000 Subject: [PATCH 066/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-legacy-ebpf... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 942641feb..65862a30a 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-005fc0f236362e99f + image: ami-0664c8f94c2a2261b instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 2b29f72052f76f05e13407b4c538112be8d114b1 Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 15 Nov 2024 00:02:28 +0000 Subject: [PATCH 067/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-uninstall-clean-a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ll 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 1ede09da1..e7c701be0 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-005fc0f236362e99f + image: ami-0664c8f94c2a2261b instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 13d1e19859c3f4fd0666bd707a6f3ee3776aafbb Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 15 Nov 2024 00:02:34 +0000 Subject: [PATCH 068/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-universal-e... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... bpf 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 5f6a080c1..721063e42 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -46,7 +46,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-005fc0f236362e99f + image: ami-0664c8f94c2a2261b instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From b127b456c065565194eee03e5fbb58af5d3d586d Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 21 Nov 2024 00:01:45 +0000 Subject: [PATCH 069/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-kmodule sce... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... nario 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 3adb1fead..34434aa9d 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0664c8f94c2a2261b + image: ami-04552bb4f4dd38925 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 843ea0459142a5e70cb8e12fc2790db0c57c8d11 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 21 Nov 2024 00:01:49 +0000 Subject: [PATCH 070/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-legacy-ebpf... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 65862a30a..c0a13bf69 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0664c8f94c2a2261b + image: ami-04552bb4f4dd38925 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 5248016b89f2adfee34a5fc2c23934025a8c35fe Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 21 Nov 2024 00:01:53 +0000 Subject: [PATCH 071/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-uninstall-clean-a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ll 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 e7c701be0..009f1aa96 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0664c8f94c2a2261b + image: ami-04552bb4f4dd38925 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 4e1adbca46cc21cc3776d8b859588dea34b586b7 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 21 Nov 2024 00:01:57 +0000 Subject: [PATCH 072/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-universal-e... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... bpf 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 721063e42..800465f3c 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -46,7 +46,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0664c8f94c2a2261b + image: ami-04552bb4f4dd38925 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 98d48891844dac8a4db0ac2944e1b21d4bd269e9 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 12 Dec 2024 00:02:04 +0000 Subject: [PATCH 073/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-kmodule sce... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... nario 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 34434aa9d..24e0b7517 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-04552bb4f4dd38925 + image: ami-06d745489a64b315e instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 7c7b3eb110b2a55286b7285707771476dd69716a Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 12 Dec 2024 00:02:10 +0000 Subject: [PATCH 074/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-legacy-ebpf... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 c0a13bf69..14f8f2f1e 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-04552bb4f4dd38925 + image: ami-06d745489a64b315e instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From a3fe76b2a45cca4980fe5b0205835185f009efb5 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 12 Dec 2024 00:02:16 +0000 Subject: [PATCH 075/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-uninstall-clean-a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ll 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 009f1aa96..c991c4ba1 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-04552bb4f4dd38925 + image: ami-06d745489a64b315e instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 42a45b8c438955c8219fd61e547273d634ebabd3 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 12 Dec 2024 00:02:22 +0000 Subject: [PATCH 076/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-universal-e... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... bpf 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 800465f3c..718642c1d 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -46,7 +46,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-04552bb4f4dd38925 + image: ami-06d745489a64b315e instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From b0dd457b94c6b16aa1f321a22ad992076b087a92 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 18 Dec 2024 00:01:54 +0000 Subject: [PATCH 077/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-kmodule sce... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... nario 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 24e0b7517..677c0153f 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-06d745489a64b315e + image: ami-07a63969ac0961461 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 3616d3bbc3a9b22c50a0beb7584365f1ff7dc703 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 18 Dec 2024 00:02:01 +0000 Subject: [PATCH 078/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-legacy-ebpf... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 14f8f2f1e..f8688378d 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-06d745489a64b315e + image: ami-07a63969ac0961461 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 3b4ea0603bb1bf8aa2ddd035b420b22e1a063615 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 18 Dec 2024 00:02:07 +0000 Subject: [PATCH 079/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-uninstall-clean-a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ll 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 c991c4ba1..0681c0d8e 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-06d745489a64b315e + image: ami-07a63969ac0961461 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 196f0ce0637999ef321fba6faf68f4430bb7baea Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 18 Dec 2024 00:02:14 +0000 Subject: [PATCH 080/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-universal-e... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... bpf 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 718642c1d..76d7d1f6b 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -46,7 +46,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-06d745489a64b315e + image: ami-07a63969ac0961461 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 2329fa1947d477749e5e1777e383f2c7e6d694d6 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 9 Jan 2025 00:01:52 +0000 Subject: [PATCH 081/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-legacy-ebpf... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 f8688378d..31af0513e 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-07a63969ac0961461 + image: ami-08353a303889d045d instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 3c91eee3e333c169f42159dc977ea3e93129555b Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 9 Jan 2025 00:01:56 +0000 Subject: [PATCH 082/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-uninstall-clean-a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ll 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 0681c0d8e..1971d86e0 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-07a63969ac0961461 + image: ami-08353a303889d045d instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 49cdf7f4b0ac75af59be81e9b7482afae1c56606 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 9 Jan 2025 00:02:00 +0000 Subject: [PATCH 083/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-universal-e... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... bpf 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 76d7d1f6b..cd49a8eac 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -46,7 +46,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-07a63969ac0961461 + image: ami-08353a303889d045d instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 7d3cb3ee2858c43ff20a42bf10f686b13706c9d8 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 9 Jan 2025 00:02:05 +0000 Subject: [PATCH 084/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-kmodule sce... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... nario 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 677c0153f..e8e42d9e9 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-07a63969ac0961461 + image: ami-08353a303889d045d instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From efd56633421abec30a8f6168bfcab6e676952723 Mon Sep 17 00:00:00 2001 From: updatecli Date: Mon, 13 Jan 2025 00:02:13 +0000 Subject: [PATCH 085/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-legacy-ebpf... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 31af0513e..f49745a4d 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-08353a303889d045d + image: ami-0e1bed4f06a3b463d instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From ded8c0920ad52338baa7e88f82fdd1a87979059e Mon Sep 17 00:00:00 2001 From: updatecli Date: Mon, 13 Jan 2025 00:02:17 +0000 Subject: [PATCH 086/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-uninstall-clean-a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ll 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 1971d86e0..395f0e9b0 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-08353a303889d045d + image: ami-0e1bed4f06a3b463d instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 36457eefcd3860a41ed4be30e3cbd54c2e5c8a5c Mon Sep 17 00:00:00 2001 From: updatecli Date: Mon, 13 Jan 2025 00:02:21 +0000 Subject: [PATCH 087/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-universal-e... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... bpf 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 cd49a8eac..61deb1209 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -46,7 +46,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-08353a303889d045d + image: ami-0e1bed4f06a3b463d instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From e497eaa1e6973cd31e5a96f766416d35dd540845 Mon Sep 17 00:00:00 2001 From: updatecli Date: Mon, 13 Jan 2025 00:02:25 +0000 Subject: [PATCH 088/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-kmodule sce... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... nario 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 e8e42d9e9..d3a4e6f7b 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-08353a303889d045d + image: ami-0e1bed4f06a3b463d instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From f490fd13e1d78f2f4839d2b307f9de532e5b205f Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 15 Feb 2025 00:01:51 +0000 Subject: [PATCH 089/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-legacy-ebpf... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 f49745a4d..3d45e4ba9 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0e1bed4f06a3b463d + image: ami-0c4b8d05558aa0e8d instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 5158bc57987d120b7d0a4fca6f6660db15331aea Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 15 Feb 2025 00:01:57 +0000 Subject: [PATCH 090/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-universal-e... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... bpf 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 61deb1209..e85c868f0 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -46,7 +46,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0e1bed4f06a3b463d + image: ami-0c4b8d05558aa0e8d instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From db79c3c3607741afbae3b229fadb4a401d3161db Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 15 Feb 2025 00:02:03 +0000 Subject: [PATCH 091/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-uninstall-clean-a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ll 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 395f0e9b0..c10d34e72 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0e1bed4f06a3b463d + image: ami-0c4b8d05558aa0e8d instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 811132458d93fe9d86ac6c975b4dfc4f1665c505 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 15 Feb 2025 00:02:08 +0000 Subject: [PATCH 092/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-kmodule sce... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... nario 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 d3a4e6f7b..ed2fb58b5 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0e1bed4f06a3b463d + image: ami-0c4b8d05558aa0e8d instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From ffa15e8dd526d5bda1285bcd166bbc89885659d2 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 20 Feb 2025 00:02:00 +0000 Subject: [PATCH 093/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-legacy-ebpf... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 3d45e4ba9..394c7505e 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0c4b8d05558aa0e8d + image: ami-0f9575d3d509bae0c instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From ee37105e47342e667d074183690687b1fcc49fa0 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 20 Feb 2025 00:02:05 +0000 Subject: [PATCH 094/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-universal-e... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... bpf 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 e85c868f0..2c5c08cc9 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -46,7 +46,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0c4b8d05558aa0e8d + image: ami-0f9575d3d509bae0c instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 1e58ba6194f12301e5062b504d9e137bb34f142e Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 20 Feb 2025 00:02:09 +0000 Subject: [PATCH 095/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-uninstall-clean-a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ll 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 c10d34e72..2b644ddb6 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0c4b8d05558aa0e8d + image: ami-0f9575d3d509bae0c instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 7081c49104a7ae0a72f0908ac8fb6b581749cbe0 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 20 Feb 2025 00:02:13 +0000 Subject: [PATCH 096/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-kmodule sce... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... nario 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 ed2fb58b5..e10c08ea8 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0c4b8d05558aa0e8d + image: ami-0f9575d3d509bae0c instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 03389fab526dab41f6a706c5cece82deb863841e Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 26 Feb 2025 00:01:55 +0000 Subject: [PATCH 097/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-legacy-ebpf... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 394c7505e..8d50c6c0a 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0f9575d3d509bae0c + image: ami-0f4c3b0d7b6bd7d0f instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 6ea38fd43894bc0256c9f29a98ec269150a8cca4 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 26 Feb 2025 00:02:01 +0000 Subject: [PATCH 098/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-universal-e... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... bpf 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 2c5c08cc9..d97afdb87 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -46,7 +46,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0f9575d3d509bae0c + image: ami-0f4c3b0d7b6bd7d0f instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From d6875104c860c8868adc1331c3f593568129b7ba Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 26 Feb 2025 00:02:08 +0000 Subject: [PATCH 099/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-kmodule sce... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... nario 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 e10c08ea8..067ac3149 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0f9575d3d509bae0c + image: ami-0f4c3b0d7b6bd7d0f instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From eddfcf5142d22f7fa2855a7a4e8328a8ff5ddf15 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 26 Feb 2025 00:02:13 +0000 Subject: [PATCH 100/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-uninstall-clean-a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ll 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 2b644ddb6..3f6db18f8 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0f9575d3d509bae0c + image: ami-0f4c3b0d7b6bd7d0f instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From caa06cf867cc9673780282a515ad562b787f1427 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 1 Mar 2025 00:02:28 +0000 Subject: [PATCH 101/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-legacy-ebpf... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 8d50c6c0a..d421c6496 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0f4c3b0d7b6bd7d0f + image: ami-07f9449c0b700566e instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 8d7a2f79969c7455326adaeb7f9094923e5690f0 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 1 Mar 2025 00:02:32 +0000 Subject: [PATCH 102/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-universal-e... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... bpf 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 d97afdb87..f4bfa171a 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -46,7 +46,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0f4c3b0d7b6bd7d0f + image: ami-07f9449c0b700566e instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 73eef04644238af9d3073cc30a92b789f915aa40 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 1 Mar 2025 00:02:37 +0000 Subject: [PATCH 103/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-kmodule sce... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... nario 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 067ac3149..f4a3c0f42 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0f4c3b0d7b6bd7d0f + image: ami-07f9449c0b700566e instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 68a21ae986a3b994d0fa551f3919e2dc311b8b04 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 1 Mar 2025 00:02:41 +0000 Subject: [PATCH 104/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-uninstall-clean-a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ll 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 3f6db18f8..8ef72f06f 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0f4c3b0d7b6bd7d0f + image: ami-07f9449c0b700566e instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 49389ba39cdb7b16ee381719859cc497d2d99f0a Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 6 Mar 2025 00:02:02 +0000 Subject: [PATCH 105/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-legacy-ebpf... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 d421c6496..cb47cee00 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-07f9449c0b700566e + image: ami-0f9de6e2d2f067fca instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From cbeb9e26ff65505893e73e3cf3e4b2d78afaa321 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 6 Mar 2025 00:02:07 +0000 Subject: [PATCH 106/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-universal-e... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... bpf 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 f4bfa171a..f3964930b 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -46,7 +46,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-07f9449c0b700566e + image: ami-0f9de6e2d2f067fca instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 1d2386f33b3ce2202d6914bdae2599b4f06c76e4 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 6 Mar 2025 00:02:12 +0000 Subject: [PATCH 107/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-kmodule sce... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... nario 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 f4a3c0f42..2789dfe7c 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-07f9449c0b700566e + image: ami-0f9de6e2d2f067fca instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From f8b1663809bad30e10ce4a668b3edb10ab699198 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 6 Mar 2025 00:02:17 +0000 Subject: [PATCH 108/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-uninstall-clean-a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ll 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 8ef72f06f..bfc31f755 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-07f9449c0b700566e + image: ami-0f9de6e2d2f067fca instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 144a2fa9085c1c499a83fa177912b2586a436397 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 29 Mar 2025 00:01:56 +0000 Subject: [PATCH 109/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-legacy-ebpf... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 cb47cee00..9d2519a6b 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0f9de6e2d2f067fca + image: ami-0655cec52acf2717b instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From b006068655b975c29d7abae6675db2fc528ebd74 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 29 Mar 2025 00:02:02 +0000 Subject: [PATCH 110/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-universal-e... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... bpf 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 f3964930b..19b2fcf83 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -46,7 +46,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0f9de6e2d2f067fca + image: ami-0655cec52acf2717b instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 0f6426b7382effdf1d22f2cb7824880dcba00dae Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 29 Mar 2025 00:02:09 +0000 Subject: [PATCH 111/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-kmodule sce... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... nario 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 2789dfe7c..12bc4b703 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0f9de6e2d2f067fca + image: ami-0655cec52acf2717b instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From eacf5e5dfba6d9ad0525bf1cd9d87ea3e8d3919c Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 29 Mar 2025 00:02:14 +0000 Subject: [PATCH 112/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-uninstall-clean-a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ll 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 bfc31f755..410511b69 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0f9de6e2d2f067fca + image: ami-0655cec52acf2717b instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From a79425d2f2702b8df14d7b1f96808ba58fd4e60c Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 23 Apr 2025 00:02:26 +0000 Subject: [PATCH 113/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-legacy-ebpf... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 9d2519a6b..395dd4c43 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0655cec52acf2717b + image: ami-0dfe4fcf73fda8053 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From d1fdf04ced3a42488496e692e31628063e72059f Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 23 Apr 2025 00:02:30 +0000 Subject: [PATCH 114/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-universal-e... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... bpf 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 19b2fcf83..2a585a176 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -46,7 +46,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0655cec52acf2717b + image: ami-0dfe4fcf73fda8053 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From ca5275fdee7b500dcccbf3f03103c850f5e2fcac Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 23 Apr 2025 00:02:35 +0000 Subject: [PATCH 115/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-kmodule sce... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... nario 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 12bc4b703..77cb02b3a 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0655cec52acf2717b + image: ami-0dfe4fcf73fda8053 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 7aacbdad04ad81596a4aea4b89f282cafed5da09 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 23 Apr 2025 00:02:40 +0000 Subject: [PATCH 116/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-uninstall-clean-a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ll 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 410511b69..9075c8f1f 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0655cec52acf2717b + image: ami-0dfe4fcf73fda8053 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 8d1b6612ba93f5730adb7574c571c64a2288f676 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 26 Apr 2025 00:02:14 +0000 Subject: [PATCH 117/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-universal-e... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... bpf 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 2a585a176..4de30404a 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -46,7 +46,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0dfe4fcf73fda8053 + image: ami-02029c87fa31fb148 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 59f3e9c5358dfae3c77659111181027555084015 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 26 Apr 2025 00:02:18 +0000 Subject: [PATCH 118/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-uninstall-clean-a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ll 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 9075c8f1f..da6d357b4 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0dfe4fcf73fda8053 + image: ami-02029c87fa31fb148 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 7d1a04463748f5f81e2c84f1484bee99ed81de08 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 26 Apr 2025 00:02:23 +0000 Subject: [PATCH 119/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-legacy-ebpf... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 395dd4c43..fc54de904 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0dfe4fcf73fda8053 + image: ami-02029c87fa31fb148 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 09f54fa2391c6ac71378e58979818dd8119a08f8 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 26 Apr 2025 00:02:26 +0000 Subject: [PATCH 120/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-kmodule sce... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... nario 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 77cb02b3a..699d8144b 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0dfe4fcf73fda8053 + image: ami-02029c87fa31fb148 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 175853ea21633af059f248a7bb82eb157a35c2e0 Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 9 May 2025 00:02:14 +0000 Subject: [PATCH 121/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-legacy-ebpf... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 fc54de904..fc2629e99 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-02029c87fa31fb148 + image: ami-0b529f3487c2c0e7f instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 9fac78a8bba88cce55ad76fdfd70ce3f9552ea22 Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 9 May 2025 00:02:18 +0000 Subject: [PATCH 122/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-kmodule sce... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... nario 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 699d8144b..267fbdc9e 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-02029c87fa31fb148 + image: ami-0b529f3487c2c0e7f instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From c498d1636a40c431e9595384e1123e2371c38d64 Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 9 May 2025 00:02:23 +0000 Subject: [PATCH 123/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-uninstall-clean-a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ll 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 da6d357b4..3a5e13bf0 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-02029c87fa31fb148 + image: ami-0b529f3487c2c0e7f instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 6df7f45d0313ad5c33e797b06e0a5f0f5f663454 Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 9 May 2025 00:02:28 +0000 Subject: [PATCH 124/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-universal-e... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... bpf 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 4de30404a..44b0ec11b 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -46,7 +46,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-02029c87fa31fb148 + image: ami-0b529f3487c2c0e7f instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From cb78401c5473563d2120e5adc801ca8d1dbc33b6 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 17 May 2025 00:02:12 +0000 Subject: [PATCH 125/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-universal-e... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... bpf 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 44b0ec11b..f27fba94b 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -46,7 +46,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0b529f3487c2c0e7f + image: ami-0a7d80731ae1b2435 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 2d152fe5a33e6c61098a4a5f247462b864827766 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 17 May 2025 00:02:17 +0000 Subject: [PATCH 126/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-uninstall-clean-a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ll 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 3a5e13bf0..949727b72 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0b529f3487c2c0e7f + image: ami-0a7d80731ae1b2435 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From e25dc19c8cfb77d00db5d7060fcd52c255f172cd Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 17 May 2025 00:02:21 +0000 Subject: [PATCH 127/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-kmodule sce... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... nario 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 267fbdc9e..5bd8b818e 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0b529f3487c2c0e7f + image: ami-0a7d80731ae1b2435 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 372673d6f238ed9436e0954185fbca83110251fe Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 17 May 2025 00:02:26 +0000 Subject: [PATCH 128/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-legacy-ebpf... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 fc2629e99..51eb8b5c3 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0b529f3487c2c0e7f + image: ami-0a7d80731ae1b2435 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From ceba5d487c89dfe1038bef8e2b123db819a324aa Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 18 Jun 2025 00:02:15 +0000 Subject: [PATCH 129/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-universal-e... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... bpf 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 f27fba94b..86cb2ba0b 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -46,7 +46,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0a7d80731ae1b2435 + image: ami-0d016af584f4febe3 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 419e4648cc5090fd3a3dcc4b90cc1ea0ccf63083 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 18 Jun 2025 00:02:21 +0000 Subject: [PATCH 130/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-legacy-ebpf... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 51eb8b5c3..27a43ca81 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0a7d80731ae1b2435 + image: ami-0d016af584f4febe3 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From e46e31c9881b34096066dc442daa840699043c83 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 18 Jun 2025 00:02:27 +0000 Subject: [PATCH 131/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-kmodule sce... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... nario 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 5bd8b818e..78eec39c2 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0a7d80731ae1b2435 + image: ami-0d016af584f4febe3 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From ccf692452645338fb51bbe239f2cee9dc84312d0 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 18 Jun 2025 00:02:34 +0000 Subject: [PATCH 132/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-uninstall-clean-a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ll 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 949727b72..148511119 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0a7d80731ae1b2435 + image: ami-0d016af584f4febe3 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From b8063068a5f866cfcbb151966b2259ce0da823f0 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 28 Jun 2025 00:02:11 +0000 Subject: [PATCH 133/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-kmodule sce... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... nario 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 78eec39c2..af656024c 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0d016af584f4febe3 + image: ami-05ec1e5f7cfe5ef59 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 8dc6b8326e4bfa8dac5f0404036e1d520bdf1d48 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 28 Jun 2025 00:02:17 +0000 Subject: [PATCH 134/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-uninstall-clean-a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ll 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 148511119..0ae2e4a28 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0d016af584f4febe3 + image: ami-05ec1e5f7cfe5ef59 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 853c6ff8e0a974c683671bb21d6d419aea3cbd9d Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 28 Jun 2025 00:02:25 +0000 Subject: [PATCH 135/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-universal-e... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... bpf 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 86cb2ba0b..7c80c5999 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -46,7 +46,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0d016af584f4febe3 + image: ami-05ec1e5f7cfe5ef59 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 503970448b670eb20d1a894a29aa32dee8b513e3 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 28 Jun 2025 00:02:30 +0000 Subject: [PATCH 136/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-legacy-ebpf... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 27a43ca81..5ec9ee884 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0d016af584f4febe3 + image: ami-05ec1e5f7cfe5ef59 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From b8afc12b46910f3d29f6c12001fd9f8d52797991 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sun, 13 Jul 2025 00:02:29 +0000 Subject: [PATCH 137/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-legacy-ebpf... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 5ec9ee884..15ea81bef 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-05ec1e5f7cfe5ef59 + image: ami-09ac0b140f63d3458 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 8571f64e729cc973b2979970774b7d35b7a97c7e Mon Sep 17 00:00:00 2001 From: updatecli Date: Sun, 13 Jul 2025 00:02:34 +0000 Subject: [PATCH 138/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-universal-e... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... bpf 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 7c80c5999..c276147b1 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -46,7 +46,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-05ec1e5f7cfe5ef59 + image: ami-09ac0b140f63d3458 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 8a9c14177226e841f290973652343c15ffb7a6d3 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sun, 13 Jul 2025 00:02:40 +0000 Subject: [PATCH 139/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-kmodule sce... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... nario 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 af656024c..f688b8fc5 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-05ec1e5f7cfe5ef59 + image: ami-09ac0b140f63d3458 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From c46b1f8b3c1bca7e3e768b099d2c56092a008bf1 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sun, 13 Jul 2025 00:02:45 +0000 Subject: [PATCH 140/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-uninstall-clean-a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ll 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 0ae2e4a28..7bf4cfe6e 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-05ec1e5f7cfe5ef59 + image: ami-09ac0b140f63d3458 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 37849a749a06ab046909054ce3f4e5e791814f9e Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 2 Aug 2025 00:02:23 +0000 Subject: [PATCH 141/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-legacy-ebpf... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 15ea81bef..a17f29042 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-09ac0b140f63d3458 + image: ami-021589336d307b577 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 4260cd363c0d89b33c6797cf9f06deb8e85d525b Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 2 Aug 2025 00:02:27 +0000 Subject: [PATCH 142/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-universal-e... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... bpf 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 c276147b1..f1bddd3f2 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -46,7 +46,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-09ac0b140f63d3458 + image: ami-021589336d307b577 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From db5f1c62f49e080821542622e61ffabc17a3a2d3 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 2 Aug 2025 00:02:31 +0000 Subject: [PATCH 143/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-kmodule sce... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... nario 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 f688b8fc5..8fe70c82e 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-09ac0b140f63d3458 + image: ami-021589336d307b577 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From e01f460f64c69f934e264cdf7d44c705025165f1 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 2 Aug 2025 00:02:35 +0000 Subject: [PATCH 144/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-uninstall-clean-a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ll 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 7bf4cfe6e..ccdafe6f9 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-09ac0b140f63d3458 + image: ami-021589336d307b577 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From c11ba78e104ff291e1b5857a1d699b3e45437862 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 23 Aug 2025 00:01:47 +0000 Subject: [PATCH 145/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-uninstall-clean-a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ll 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 ccdafe6f9..9b2b276ba 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-021589336d307b577 + image: ami-0bbdd8c17ed981ef9 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 6b6b6bd0ff6047542cfa3b757e72530f1e44a4cb Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 23 Aug 2025 00:01:51 +0000 Subject: [PATCH 146/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-kmodule sce... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... nario 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 8fe70c82e..93e3432eb 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-021589336d307b577 + image: ami-0bbdd8c17ed981ef9 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From cc01136cdf021eede2c1d5a9260a5708d8fde509 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 23 Aug 2025 00:01:55 +0000 Subject: [PATCH 147/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-universal-e... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... bpf 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 f1bddd3f2..fd7dde860 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -46,7 +46,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-021589336d307b577 + image: ami-0bbdd8c17ed981ef9 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From b174a5b0858e6ee223d3a1b5e2ddde2854e11521 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 23 Aug 2025 00:02:00 +0000 Subject: [PATCH 148/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-legacy-ebpf... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 a17f29042..c7302cb20 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-021589336d307b577 + image: ami-0bbdd8c17ed981ef9 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From c1b0e35ed17efdaa11153d5b4c796cd63ca25cca Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 12 Sep 2025 00:02:06 +0000 Subject: [PATCH 149/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-uninstall-clean-a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ll 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 9b2b276ba..c9de60a15 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0bbdd8c17ed981ef9 + image: ami-090c309e8ced8ecc2 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From a6daa9e318d518255070aab9053f880556915b8c Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 12 Sep 2025 00:02:11 +0000 Subject: [PATCH 150/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-kmodule sce... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... nario 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 93e3432eb..a6f02c71b 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0bbdd8c17ed981ef9 + image: ami-090c309e8ced8ecc2 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 03437c7020e589d1d61d11838684ead8cc81a788 Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 12 Sep 2025 00:02:15 +0000 Subject: [PATCH 151/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-legacy-ebpf... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 c7302cb20..5f5c55ec8 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0bbdd8c17ed981ef9 + image: ami-090c309e8ced8ecc2 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 0ec070fd2adcfa53b5fa9d9c3d0ae759ebe8d2d1 Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 12 Sep 2025 00:02:19 +0000 Subject: [PATCH 152/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-universal-e... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... bpf 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 fd7dde860..95ceadaec 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -46,7 +46,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0bbdd8c17ed981ef9 + image: ami-090c309e8ced8ecc2 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 100a0c4097385649a5ca4840bdcf017055d08ecc Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 19 Sep 2025 00:02:05 +0000 Subject: [PATCH 153/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-uninstall-clean-a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ll 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 c9de60a15..8f4c37f5c 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-090c309e8ced8ecc2 + image: ami-03c89b290c1f0cf4e instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 9df1bfbd386d82424038c587a29d886842d9ca9c Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 19 Sep 2025 00:02:12 +0000 Subject: [PATCH 154/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-kmodule sce... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... nario 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 a6f02c71b..8270f224c 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-090c309e8ced8ecc2 + image: ami-03c89b290c1f0cf4e instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From e38a826bb7608642b15c2cdcbb1d2e4a0eeb6dc4 Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 19 Sep 2025 00:02:18 +0000 Subject: [PATCH 155/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-legacy-ebpf... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 5f5c55ec8..548d23702 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-090c309e8ced8ecc2 + image: ami-03c89b290c1f0cf4e instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From c96e3861bd81d01cf9d03b20deea7178cf58d870 Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 19 Sep 2025 00:02:24 +0000 Subject: [PATCH 156/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-universal-e... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... bpf 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 95ceadaec..f13e7a47e 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -46,7 +46,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-090c309e8ced8ecc2 + image: ami-03c89b290c1f0cf4e instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 007e59efc7de5e5ba469eec5459f7a4f00e4433f Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 26 Sep 2025 00:02:05 +0000 Subject: [PATCH 157/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-universal-e... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... bpf 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 f13e7a47e..6a3faf659 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -46,7 +46,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-03c89b290c1f0cf4e + image: ami-0a03ce9a6035af491 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 8917ad71a174ade62c4f475055c20edfa1b17690 Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 26 Sep 2025 00:02:10 +0000 Subject: [PATCH 158/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-kmodule sce... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... nario 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 8270f224c..ebb4c186c 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-03c89b290c1f0cf4e + image: ami-0a03ce9a6035af491 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From a5fe9f86027f1eefe61d04072d65ee34917f128d Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 26 Sep 2025 00:02:14 +0000 Subject: [PATCH 159/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-uninstall-clean-a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ll 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 8f4c37f5c..e1e3a2b02 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-03c89b290c1f0cf4e + image: ami-0a03ce9a6035af491 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 582d62b771eefa5314df0fcfcbcfee56634d972a Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 26 Sep 2025 00:02:18 +0000 Subject: [PATCH 160/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-legacy-ebpf... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 548d23702..83c61fc01 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-03c89b290c1f0cf4e + image: ami-0a03ce9a6035af491 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From e1d8ef13094fd88ecca19c32c35af19f7983bfb6 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 2 Oct 2025 00:02:07 +0000 Subject: [PATCH 161/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-universal-e... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... bpf 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 6a3faf659..b16acaf9c 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -46,7 +46,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0a03ce9a6035af491 + image: ami-07a3add10195338ad instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 1445e72e449c28cde1e6b08272bb2f5a405a94e3 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 2 Oct 2025 00:02:13 +0000 Subject: [PATCH 162/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-kmodule sce... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... nario 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 ebb4c186c..a6c918efb 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0a03ce9a6035af491 + image: ami-07a3add10195338ad instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From a4a4b924e056ec53abe066f2babab6e5a1dc2b4d Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 2 Oct 2025 00:02:18 +0000 Subject: [PATCH 163/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-uninstall-clean-a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ll 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 e1e3a2b02..4f726ff92 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0a03ce9a6035af491 + image: ami-07a3add10195338ad instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 869d7f2e688c364516756cd34e40d45b9d7ff99b Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 2 Oct 2025 00:02:24 +0000 Subject: [PATCH 164/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-legacy-ebpf... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 83c61fc01..22ef96519 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0a03ce9a6035af491 + image: ami-07a3add10195338ad instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 0757d78f8de2bad5cd57ede9fd965828b4e8eb3a Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 16 Oct 2025 00:02:05 +0000 Subject: [PATCH 165/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-universal-e... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... bpf 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 b16acaf9c..13dab404e 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -46,7 +46,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-07a3add10195338ad + image: ami-0c398cb65a93047f2 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 01b33c6ae18734f61e4bf1ee46805fc52ab0f257 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 16 Oct 2025 00:02:11 +0000 Subject: [PATCH 166/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-kmodule sce... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... nario 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 a6c918efb..3fae4d7b4 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-07a3add10195338ad + image: ami-0c398cb65a93047f2 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 57eba71958bc4e4cc12e2b5e9b7563205e0b70ae Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 16 Oct 2025 00:02:18 +0000 Subject: [PATCH 167/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-uninstall-clean-a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ll 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 4f726ff92..177d81a5d 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-07a3add10195338ad + image: ami-0c398cb65a93047f2 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From ae54d96571a8678acfd1028fb0e61f0f4e67e314 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 16 Oct 2025 00:02:26 +0000 Subject: [PATCH 168/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-legacy-ebpf... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 22ef96519..899f99da4 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-07a3add10195338ad + image: ami-0c398cb65a93047f2 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 61f16883a67a42a3fb52ab73c1f0fc44c9b41aa4 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 12 Nov 2025 00:02:08 +0000 Subject: [PATCH 169/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-universal-e... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... bpf 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 13dab404e..a168e1e58 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -46,7 +46,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0c398cb65a93047f2 + image: ami-00b13f11600160c10 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 2a47a8f303168f8fd69dc267fdd3b60656a5812d Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 12 Nov 2025 00:02:12 +0000 Subject: [PATCH 170/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-kmodule sce... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... nario 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 3fae4d7b4..d3b57f536 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0c398cb65a93047f2 + image: ami-00b13f11600160c10 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 8d5340353aa9e138465945f7cca1d9af20770923 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 12 Nov 2025 00:02:16 +0000 Subject: [PATCH 171/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-uninstall-clean-a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ll 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 177d81a5d..c4bf2400c 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0c398cb65a93047f2 + image: ami-00b13f11600160c10 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 2dfa183d8a69e83115de12d2ad874b911edb572b Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 12 Nov 2025 00:02:20 +0000 Subject: [PATCH 172/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-legacy-ebpf... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 899f99da4..2b08ea55d 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-0c398cb65a93047f2 + image: ami-00b13f11600160c10 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 9f1c2c48cb88334f653266dd1ca6cf36dd5b048b Mon Sep 17 00:00:00 2001 From: updatecli Date: Sun, 23 Nov 2025 00:02:21 +0000 Subject: [PATCH 173/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-universal-e... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... bpf 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 a168e1e58..fbf15bfbd 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -46,7 +46,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-00b13f11600160c10 + image: ami-03deb8c961063af8c instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From f3bd78613fc8a01f7c85d049f50623e8895c7c33 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sun, 23 Nov 2025 00:02:27 +0000 Subject: [PATCH 174/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-kmodule sce... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... nario 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 d3b57f536..c883bd42d 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-00b13f11600160c10 + image: ami-03deb8c961063af8c instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 0720b6b0c97a24a79549b3cef903e0a7a5259e41 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sun, 23 Nov 2025 00:02:33 +0000 Subject: [PATCH 175/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-uninstall-clean-a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ll 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 c4bf2400c..742dd152c 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-00b13f11600160c10 + image: ami-03deb8c961063af8c instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 0c78bc263bc4e958f4bf327bdd2cb608d6480ba9 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sun, 23 Nov 2025 00:02:39 +0000 Subject: [PATCH 176/176] chore: Update AMI for ubuntu 2204 (x86_64) in agent-smoke-legacy-ebpf... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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 2b08ea55d..98a67e1ae 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-00b13f11600160c10 + image: ami-03deb8c961063af8c instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID}