Closed KCSesh closed 2 months ago
Issue number:
Closes #
Description of changes:
Testing done:
v1.21.1
v1.22.0
Before: [ssm-user@control]$ apiclient get os { "os": { "arch": "x86_64", "build_id": "82691b51", "pretty_name": "Bottlerocket OS 1.21.1 (aws-k8s-1.29)", "variant_id": "aws-k8s-1.29", "version_id": "1.21.1" } } After: [ssm-user@control]$ apiclient get os { "os": { "arch": "x86_64", "build_id": "b6430bd5", "pretty_name": "Bottlerocket OS 1.22.0 (aws-k8s-1.29)", "variant_id": "aws-k8s-1.29", "version_id": "1.22.0" } } [ssm-user@control]$ apiclient get settings.host-containers { "settings": { "host-containers": { "admin": { "enabled": true, "source": "328549459982.dkr.ecr.us-west-2.amazonaws.com/bottlerocket-admin:v0.11.11", "superpowered": true, "user-data": "eyJzc2giOnsiYXV0aG9yaXplZC1rZXlzIjpbXX19" }, "control": { "enabled": true, "source": "328549459982.dkr.ecr.us-west-2.amazonaws.com/bottlerocket-control:v0.7.15", "superpowered": false } } } }
Before: [ssm-user@control]$ apiclient get os { "os": { "arch": "x86_64", "build_id": "b6430bd5", "pretty_name": "Bottlerocket OS 1.22.0 (aws-k8s-1.29)", "variant_id": "aws-k8s-1.29", "version_id": "1.22.0" } } After: [ssm-user@control]$ apiclient get os { "os": { "arch": "x86_64", "build_id": "82691b51", "pretty_name": "Bottlerocket OS 1.21.1 (aws-k8s-1.29)", "variant_id": "aws-k8s-1.29", "version_id": "1.21.1" } } [ssm-user@control]$ apiclient get settings.host-containers { "settings": { "host-containers": { "admin": { "enabled": true, "source": "328549459982.dkr.ecr.us-west-2.amazonaws.com/bottlerocket-admin:v0.11.10", "superpowered": true, "user-data": "eyJzc2giOnsiYXV0aG9yaXplZC1rZXlzIjpbXX19" }, "control": { "enabled": true, "source": "328549459982.dkr.ecr.us-west-2.amazonaws.com/bottlerocket-control:v0.7.14", "superpowered": false } } } }
Terms of contribution:
By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.
Issue number:
Closes #
Description of changes:
Testing done:
v1.21.1
tov1.22.0
v1.22.0
fromv1.21.1
Terms of contribution:
By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.