Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hardcode use_tuf_autoupdater in startup settings so that v1.5.3 can use it #1648

Merged

Conversation

RebeccaMahany
Copy link
Contributor

v1.5.3 still needs this flag, so it should not be removed from the startup settings. Instead, hardcode it to always be set.

@RebeccaMahany RebeccaMahany marked this pull request as ready for review March 12, 2024 15:14
@RebeccaMahany RebeccaMahany added this pull request to the merge queue Mar 12, 2024
Merged via the queue into kolide:main with commit ac0c687 Mar 12, 2024
30 checks passed
@RebeccaMahany RebeccaMahany deleted the becca/resurrect-use_tuf_autoupdater branch March 12, 2024 15:30
@@ -61,6 +61,7 @@ func (s *startupSettingsWriter) setFlags() error {
for flag, getter := range s.storedFlags {
updatedFlags[flag.String()] = getter()
}
updatedFlags["use_tuf_autoupdater"] = "enabled" // Hardcode for backwards compatibility
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might be worth a comment about what version this is for. I can imagine wanting to drop it in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants