Add migration for new setting settings.measurement.excluded-settings - #4882
Open
ginglis13 wants to merge 2 commits into
Open
Add migration for new setting settings.measurement.excluded-settings#4882ginglis13 wants to merge 2 commits into
settings.measurement.excluded-settings#4882ginglis13 wants to merge 2 commits into
Conversation
ginglis13
force-pushed
the
measurement-excluded-settings
branch
from
July 16, 2026 16:58
9a5d673 to
e85b6ee
Compare
Contributor
Author
|
^ force push rebases off of new settings-sdk release commit |
ginglis13
force-pushed
the
measurement-excluded-settings
branch
from
July 16, 2026 17:34
e85b6ee to
eff44cb
Compare
ginglis13
force-pushed
the
measurement-excluded-settings
branch
from
July 16, 2026 17:53
eff44cb to
9e392d7
Compare
ginglis13
marked this pull request as ready for review
July 20, 2026 20:02
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue number:
Is half of #4872 (the non-pcrsys changes)
Description of changes:
Add migration for
settings.measurement.excluded-settingsTesting done:
Forward Migration
updog check-update -a --jsonoutput confirmed v1.64.0 was discoverable:aws-ecs-3x86_641.64.0migrate_v1.64.0_measurement-excluded-settingsupdog update -i 1.64.0 -r -noutput:Instance rebooted and came back online at v1.64.0
apiclient get settings.measurementreturned{}with exit code 0{ "os": { "arch": "x86_64", "build_id": "9e392d7b", "pretty_name": "Bottlerocket OS 1.64.0 (aws-ecs-3)", "variant_id": "aws-ecs-3", "version_id": "1.64.0" } }Backward Migration
signpost rollback-to-inactiverebootapiclient get settingstop-level keys:autoscaling, aws, boot, cloudformation, ecs, host-containers, kernel, metrics, motd, network, ntp, oci-defaults, oci-hooks, updates, nomeasurement{ "os": { "arch": "x86_64", "build_id": "d4932ff8", "pretty_name": "Bottlerocket OS 1.63.0 (aws-ecs-3)", "variant_id": "aws-ecs-3", "version_id": "1.63.0" } }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.