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

remotecfg: bump protocol version, use GET requests #2668

Merged
merged 3 commits into from
Feb 13, 2025

Conversation

tpaschalis
Copy link
Member

PR Description

This PR bumps the version of the protocol version used by the remotecfg service to v0.0.10. The new version introduces a new LocalAttributes field to deprecate Attributes.

Which issue(s) this PR fixes

None filed.

Notes to the Reviewer

cc @erikbaranowski who gathered consensus for the rename. My gut says to not break anything on the Alloy side and leave the 'attribute' field as-is. What do you think?

cc @spartan0x117 since we're changing the remotecfg service, I thought to add connect.WithHTTPGet to take advantage of the idempotency of the GetConfig request. I think you've looked into this in the past right?

PR Checklist

  • CHANGELOG.md updated
  • Documentation added
  • Tests updated (N/A)
  • Config converters updated (N/A)

@tpaschalis tpaschalis marked this pull request as ready for review February 10, 2025 13:30
@tpaschalis tpaschalis requested a review from a team as a code owner February 10, 2025 13:30
@tpaschalis tpaschalis force-pushed the bump-remotecfg-proto-version branch from 6b9f88a to 45a15ad Compare February 13, 2025 10:10
Copy link
Collaborator

@mattdurham mattdurham left a comment

Choose a reason for hiding this comment

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

lgtm

@erikbaranowski erikbaranowski merged commit 1abbb59 into main Feb 13, 2025
30 checks passed
@erikbaranowski erikbaranowski deleted the bump-remotecfg-proto-version branch February 13, 2025 20:13
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.

3 participants