From e53edc4fed14acdb9e3667533adb158988e14d5f Mon Sep 17 00:00:00 2001 From: Maher Homsi Date: Wed, 22 Jul 2026 17:19:05 +0000 Subject: [PATCH 1/3] bootstrap-container: update bootstrap container to v0.3.4 Signed-off-by: Maher Homsi --- sources/shared-defaults/aws-bootstrap-container.toml | 2 +- sources/shared-defaults/public-bootstrap-containers.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/shared-defaults/aws-bootstrap-container.toml b/sources/shared-defaults/aws-bootstrap-container.toml index 13249ea74c9..151882ef804 100644 --- a/sources/shared-defaults/aws-bootstrap-container.toml +++ b/sources/shared-defaults/aws-bootstrap-container.toml @@ -1,4 +1,4 @@ [metadata.settings.bootstrap-containers.source.setting-generator] -command = "schnauzer-v2 render --requires 'aws@v1(helpers=[ecr-prefix])' --template '{{ ecr-prefix settings.aws.region }}/bottlerocket-bootstrap:v0.3.3'" +command = "schnauzer-v2 render --requires 'aws@v1(helpers=[ecr-prefix])' --template '{{ ecr-prefix settings.aws.region }}/bottlerocket-bootstrap:v0.3.4'" strength = "weak" depth = 1 diff --git a/sources/shared-defaults/public-bootstrap-containers.toml b/sources/shared-defaults/public-bootstrap-containers.toml index a2c0ce19a6b..21d86efe83b 100644 --- a/sources/shared-defaults/public-bootstrap-containers.toml +++ b/sources/shared-defaults/public-bootstrap-containers.toml @@ -1,4 +1,4 @@ [metadata.settings.bootstrap-containers.source.setting-generator] -command = "schnauzer-v2 render --template 'public.ecr.aws/bottlerocket/bottlerocket-bootstrap:v0.3.3'" +command = "schnauzer-v2 render --template 'public.ecr.aws/bottlerocket/bottlerocket-bootstrap:v0.3.4'" strength = "weak" depth = 1 From 8caa7d9a3d01f7923e25f7e9986ffcbbf997659d Mon Sep 17 00:00:00 2001 From: Maher Homsi Date: Wed, 22 Jul 2026 17:20:05 +0000 Subject: [PATCH 2/3] host-containers: update admin container to v0.21.4 Signed-off-by: Maher Homsi --- sources/shared-defaults/aws-host-containers.toml | 2 +- sources/shared-defaults/public-host-containers.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/shared-defaults/aws-host-containers.toml b/sources/shared-defaults/aws-host-containers.toml index c68aa909011..0ff195130ba 100644 --- a/sources/shared-defaults/aws-host-containers.toml +++ b/sources/shared-defaults/aws-host-containers.toml @@ -3,7 +3,7 @@ enabled = false superpowered = true [metadata.settings.host-containers.admin.source.setting-generator] -command = "schnauzer-v2 render --requires 'aws@v1(helpers=[ecr-prefix])' --template '{{ ecr-prefix settings.aws.region }}/bottlerocket-admin:v0.21.3'" +command = "schnauzer-v2 render --requires 'aws@v1(helpers=[ecr-prefix])' --template '{{ ecr-prefix settings.aws.region }}/bottlerocket-admin:v0.21.4'" strength = "weak" [metadata.settings.host-containers.admin.user-data] diff --git a/sources/shared-defaults/public-host-containers.toml b/sources/shared-defaults/public-host-containers.toml index 5d25fabf469..17bdb270354 100644 --- a/sources/shared-defaults/public-host-containers.toml +++ b/sources/shared-defaults/public-host-containers.toml @@ -8,7 +8,7 @@ enabled = false superpowered = true [metadata.settings.host-containers.admin.source.setting-generator] -command = "schnauzer-v2 render --template 'public.ecr.aws/bottlerocket/bottlerocket-admin:v0.21.3'" +command = "schnauzer-v2 render --template 'public.ecr.aws/bottlerocket/bottlerocket-admin:v0.21.4'" strength = "weak" [settings.host-containers.control] From 0ab95b585dbdfd7b5676f5ce15bb653605357053 Mon Sep 17 00:00:00 2001 From: Maher Homsi Date: Wed, 22 Jul 2026 17:20:47 +0000 Subject: [PATCH 3/3] host-containers: update control container to v0.21.4 Signed-off-by: Maher Homsi --- sources/shared-defaults/aws-host-containers.toml | 2 +- sources/shared-defaults/public-host-containers.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/shared-defaults/aws-host-containers.toml b/sources/shared-defaults/aws-host-containers.toml index 0ff195130ba..26b6aee2491 100644 --- a/sources/shared-defaults/aws-host-containers.toml +++ b/sources/shared-defaults/aws-host-containers.toml @@ -14,5 +14,5 @@ enabled = true superpowered = false [metadata.settings.host-containers.control.source.setting-generator] -command = "schnauzer-v2 render --requires 'aws@v1(helpers=[ecr-prefix])' --template '{{ ecr-prefix settings.aws.region }}/bottlerocket-control:v0.21.3'" +command = "schnauzer-v2 render --requires 'aws@v1(helpers=[ecr-prefix])' --template '{{ ecr-prefix settings.aws.region }}/bottlerocket-control:v0.21.4'" strength = "weak" diff --git a/sources/shared-defaults/public-host-containers.toml b/sources/shared-defaults/public-host-containers.toml index 17bdb270354..b30151aa738 100644 --- a/sources/shared-defaults/public-host-containers.toml +++ b/sources/shared-defaults/public-host-containers.toml @@ -16,5 +16,5 @@ enabled = false superpowered = false [metadata.settings.host-containers.control.source.setting-generator] -command = "schnauzer-v2 render --template 'public.ecr.aws/bottlerocket/bottlerocket-control:v0.21.3'" +command = "schnauzer-v2 render --template 'public.ecr.aws/bottlerocket/bottlerocket-control:v0.21.4'" strength = "weak"