From c5ee0525885043487a76fd03574db525acde6890 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 1 May 2024 00:01:49 +0000 Subject: [PATCH 1/6] chore: Update AMI for debian 10 (x86_64) in agent-uninstall-clean-all... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario Made with ❤️️ by updatecli --- .../agent-uninstall-clean-all/molecule.yml.template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/molecule/agent-uninstall-clean-all/molecule.yml.template b/molecule/agent-uninstall-clean-all/molecule.yml.template index d7bc7cc25..9b2f9bfb9 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -31,7 +31,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: debian-10-x86_64 - image: ami-0e1e938b3f38e7558 + image: ami-0d164bbd0c3b2cbd5 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} @@ -45,11 +45,11 @@ platforms: instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} -# - name: ubuntu-1804-x86_64 -# image: ami-055744c75048d8296 -# instance_type: ${INSTANCE_TYPE_X86} -# region: ${REGION} -# vpc_subnet_id: ${VPC_SUBNET_ID} + # - name: ubuntu-1804-x86_64 + # image: ami-055744c75048d8296 + # instance_type: ${INSTANCE_TYPE_X86} + # region: ${REGION} + # vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2004-x86_64 image: ami-06f8dce63a6b60467 instance_type: ${INSTANCE_TYPE_X86} From 65268ef0d5ecdbfa28b6622da7810b04dbbeccef Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 1 May 2024 00:01:53 +0000 Subject: [PATCH 2/6] chore: Update AMI for debian 10 (x86_64) in agent-smoke-kmodule scenario MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- molecule/agent-smoke-kmodule/molecule.yml.template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/molecule/agent-smoke-kmodule/molecule.yml.template b/molecule/agent-smoke-kmodule/molecule.yml.template index a70d89352..4accdb518 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -31,7 +31,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: debian-10-x86_64 - image: ami-0e1e938b3f38e7558 + image: ami-0d164bbd0c3b2cbd5 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} @@ -45,11 +45,11 @@ platforms: instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} -# - name: ubuntu-1804-x86_64 -# image: ami-055744c75048d8296 -# instance_type: ${INSTANCE_TYPE_X86} -# region: ${REGION} -# vpc_subnet_id: ${VPC_SUBNET_ID} + # - name: ubuntu-1804-x86_64 + # image: ami-055744c75048d8296 + # instance_type: ${INSTANCE_TYPE_X86} + # region: ${REGION} + # vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2004-x86_64 image: ami-06f8dce63a6b60467 instance_type: ${INSTANCE_TYPE_X86} From 8531f2c4e134352547789bc59982969f58e3716f Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 1 May 2024 00:01:57 +0000 Subject: [PATCH 3/6] chore: Update AMI for debian 10 (x86_64) in agent-smoke-legacy-ebpf s... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... cenario Made with ❤️️ by updatecli --- .../agent-smoke-legacy-ebpf/molecule.yml.template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template index 8b1d7c922..d419d39cc 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -31,7 +31,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: debian-10-x86_64 - image: ami-0e1e938b3f38e7558 + image: ami-0d164bbd0c3b2cbd5 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} @@ -45,11 +45,11 @@ platforms: instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} -# - name: ubuntu-1804-x86_64 -# image: ami-055744c75048d8296 -# instance_type: ${INSTANCE_TYPE_X86} -# region: ${REGION} -# vpc_subnet_id: ${VPC_SUBNET_ID} + # - name: ubuntu-1804-x86_64 + # image: ami-055744c75048d8296 + # instance_type: ${INSTANCE_TYPE_X86} + # region: ${REGION} + # vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2004-x86_64 image: ami-06f8dce63a6b60467 instance_type: ${INSTANCE_TYPE_X86} From 81f77f8a7f5d0632156fb8706ea18e14c2f113b7 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 4 Jul 2024 00:01:37 +0000 Subject: [PATCH 4/6] chore: Update AMI for debian 10 (x86_64) in agent-smoke-kmodule scenario MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- molecule/agent-smoke-kmodule/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-kmodule/molecule.yml.template b/molecule/agent-smoke-kmodule/molecule.yml.template index 4accdb518..e13eb3f74 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -31,7 +31,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: debian-10-x86_64 - image: ami-0d164bbd0c3b2cbd5 + image: ami-08040345bc0b30c71 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 16d0f391c0a9b5d5d4f73c352f66bc08c9d95f0f Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 4 Jul 2024 00:01:42 +0000 Subject: [PATCH 5/6] chore: Update AMI for debian 10 (x86_64) in agent-uninstall-clean-all... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario Made with ❤️️ by updatecli --- molecule/agent-uninstall-clean-all/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-uninstall-clean-all/molecule.yml.template b/molecule/agent-uninstall-clean-all/molecule.yml.template index 9b2f9bfb9..9b59233a8 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -31,7 +31,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: debian-10-x86_64 - image: ami-0d164bbd0c3b2cbd5 + image: ami-08040345bc0b30c71 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From e48ed10375fc65ff029c310f20ef7652202275c5 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 4 Jul 2024 00:01:45 +0000 Subject: [PATCH 6/6] chore: Update AMI for debian 10 (x86_64) in agent-smoke-legacy-ebpf s... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... cenario Made with ❤️️ by updatecli --- molecule/agent-smoke-legacy-ebpf/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template index d419d39cc..a499b359d 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -31,7 +31,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: debian-10-x86_64 - image: ami-0d164bbd0c3b2cbd5 + image: ami-08040345bc0b30c71 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID}