Skip to content

Commit

Permalink
Merge pull request #4410 from koooosh/1.33.x
Browse files Browse the repository at this point in the history
Cherry-pick develop commits onto 1.33.x
  • Loading branch information
koooosh authored Feb 19, 2025
2 parents cffd05a + ea9993b commit cc306b6
Show file tree
Hide file tree
Showing 10 changed files with 56 additions and 108 deletions.
12 changes: 5 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
# v1.33.0 (2025-02-12)
# v1.33.0 (2025-02-26)

## Release Highlights
* Remove aws-k8s-1.24 variants ([#4359])
* Add support for NVIDIA Multi-Instance GPU (MIG) ([#4252])

## OS Changes
* Add support for NVIDIA Multi-Instance GPU (MIG) ([#4306])
* Allow default host containers to be changed without a migration ([#4324])
* Add default managed Bootstrap container ([#4349])
* Correct migrations for public control containers. ([#4388])

## Build Changes
* Update bottlerocket-kernel-kit to 1.1.1 ([#4383], [#4386], [#4394])
* Update bottlerocket-core-kit to 6.0.0 ([#4387])
* Update bottlerocket-kernel-kit to 1.1.2 ([#4383], [#4386], [#4394], [#4408])
* Update bottlerocket-core-kit to 6.0.1 ([#4387], [#4403])

### Twoliter
* Update Twoliter to 0.7.2 ([#4384])
Expand All @@ -21,8 +19,6 @@
### Kubernetes
* Deprecate Kubernetes 1.24 AWS variants ([#4379])

[#4252]: https://github.com/bottlerocket-os/bottlerocket/issues/4252
[#4306]: https://github.com/bottlerocket-os/bottlerocket/pull/4306
[#4324]: https://github.com/bottlerocket-os/bottlerocket/pull/4324
[#4349]: https://github.com/bottlerocket-os/bottlerocket/pull/4349
[#4359]: https://github.com/bottlerocket-os/bottlerocket/issues/4359
Expand All @@ -33,6 +29,8 @@
[#4387]: https://github.com/bottlerocket-os/bottlerocket/pull/4387
[#4388]: https://github.com/bottlerocket-os/bottlerocket/pull/4388
[#4394]: https://github.com/bottlerocket-os/bottlerocket/pull/4394
[#4403]: https://github.com/bottlerocket-os/bottlerocket/pull/4403
[#4408]: https://github.com/bottlerocket-os/bottlerocket/pull/4408

# v1.32.0 (2025-01-24)

Expand Down
1 change: 0 additions & 1 deletion Release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,6 @@ version = "1.33.0"
]
"(1.31.0, 1.32.0)" = []
"(1.32.0, 1.33.0)" = [
"migrate_v1.33.0_kubelet-device-plugins-mig-settings.lz4",
"migrate_v1.33.0_public-control-container-v0-7-19-update.lz4",
"migrate_v1.33.0_public-control-container-v0-7-20-update.lz4",
"migrate_v1.33.0_aws-remove-schnauzer-admin.lz4",
Expand Down
12 changes: 6 additions & 6 deletions Twoliter.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ digest = "HEh3Lx3F6P4OEPnFubF++RMpMW2vlfp/Tc/tGjnBRcM="

[[kit]]
name = "bottlerocket-kernel-kit"
version = "1.1.1"
version = "1.1.2"
vendor = "bottlerocket"
source = "public.ecr.aws/bottlerocket/bottlerocket-kernel-kit:v1.1.1"
digest = "47l4jAJ8NL3dIcHw7Dj10y2Ko+0JowYejNed1Zfas4k="
source = "public.ecr.aws/bottlerocket/bottlerocket-kernel-kit:v1.1.2"
digest = "H0fbTGkbYi+jXUUXhDh5pv7i2umKgnv/vaZ/SN27xN0="

[[kit]]
name = "bottlerocket-core-kit"
version = "6.0.0"
version = "6.0.1"
vendor = "bottlerocket"
source = "public.ecr.aws/bottlerocket/bottlerocket-core-kit:v6.0.0"
digest = "B9i0/BFgLBcwspou8owslnxdLNo+NW0MlhMtdjDQ6Sw="
source = "public.ecr.aws/bottlerocket/bottlerocket-core-kit:v6.0.1"
digest = "SboBRtwOweOq3YUK3omqTYFDFpz0in6AoBVALu+qJa8="
4 changes: 2 additions & 2 deletions Twoliter.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ vendor = "bottlerocket"

[[kit]]
name = "bottlerocket-kernel-kit"
version = "1.1.1"
version = "1.1.2"
vendor = "bottlerocket"

[[kit]]
name = "bottlerocket-core-kit"
version = "6.0.0"
version = "6.0.1"
vendor = "bottlerocket"
77 changes: 35 additions & 42 deletions sources/Cargo.lock

Large diffs are not rendered by default.

13 changes: 6 additions & 7 deletions sources/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ members = [
"settings-migrations/v1.31.0/public-admin-container-v0-11-16",
"settings-migrations/v1.31.0/aws-control-container-v0-7-20",
"settings-migrations/v1.31.0/public-control-container-v0-7-20",
"settings-migrations/v1.33.0/kubelet-device-plugins-mig-settings",
"settings-migrations/v1.33.0/public-control-container-v0-7-19-update",
"settings-migrations/v1.33.0/public-control-container-v0-7-20-update",
"settings-migrations/v1.33.0/aws-remove-schnauzer-admin",
Expand Down Expand Up @@ -165,22 +164,22 @@ version = "0.1.0"

[workspace.dependencies.bottlerocket-modeled-types]
git = "https://github.com/bottlerocket-os/bottlerocket-settings-sdk"
tag = "bottlerocket-settings-models-v0.8.0"
version = "0.8.0"
tag = "bottlerocket-settings-models-v0.7.0"
version = "0.7.0"

[workspace.dependencies.bottlerocket-settings-models]
git = "https://github.com/bottlerocket-os/bottlerocket-settings-sdk"
tag = "bottlerocket-settings-models-v0.8.0"
version = "0.8.0"
tag = "bottlerocket-settings-models-v0.7.0"
version = "0.7.0"

[workspace.dependencies.bottlerocket-settings-plugin]
git = "https://github.com/bottlerocket-os/bottlerocket-settings-sdk"
tag = "bottlerocket-settings-plugin-v0.1.0"
tag = "bottlerocket-settings-models-v0.7.0"
version = "0.1.0"

[workspace.dependencies.settings-extension-oci-defaults]
git = "https://github.com/bottlerocket-os/bottlerocket-settings-sdk"
tag = "bottlerocket-settings-models-v0.8.0"
tag = "bottlerocket-settings-models-v0.7.0"
version = "0.1.0"

[profile.release]
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ image-patterns = [
"*.dkr.ecr.*.amazonaws.com",
"*.dkr.ecr.*.amazonaws.com.cn",
"*.dkr.ecr-fips.*.amazonaws.com",
"*.dkr.ecr.eu-isoe-west-1.cloud.adc-e.uk",
"*.dkr.ecr-fips.eu-isoe-west-1.cloud.adc-e.uk",
"*.dkr.ecr.us-iso-east-1.c2s.ic.gov",
"*.dkr.ecr.us-isob-east-1.sc2s.sgov.gov"
]
6 changes: 0 additions & 6 deletions sources/shared-defaults/nvidia-k8s-device-plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ restart-commands = ["/bin/systemctl try-reload-or-restart nvidia-k8s-device-plug
configuration-files = [
"nvidia-k8s-device-plugin-conf",
"nvidia-k8s-device-plugin-exec-start-conf",
"nvidia-k8s-device-plugin-mig-conf"
]

[configuration-files.nvidia-k8s-device-plugin-conf]
Expand All @@ -15,10 +14,6 @@ template-path = "/usr/share/templates/nvidia-k8s-device-plugin-conf"
path = "/etc/systemd/system/nvidia-k8s-device-plugin.service.d/exec-start.conf"
template-path = "/usr/share/templates/nvidia-k8s-device-plugin-exec-start-conf"

[configuration-files.nvidia-k8s-device-plugin-mig-conf]
path = "/etc/nvidia-migmanager/nvidia-migmanager.toml"
template-path = "/usr/share/templates/nvidia-k8s-device-plugin-mig-conf"

[metadata.settings.kubelet-device-plugins.nvidia]
affected-services = ["nvidia-k8s-device-plugin"]

Expand All @@ -27,4 +22,3 @@ pass-device-specs = true
device-id-strategy="index"
device-list-strategy="volume-mounts"
device-sharing-strategy="none"
device-partitioning-strategy="none"

0 comments on commit cc306b6

Please sign in to comment.