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

[provider] Prevent the experimental default_tags field from deduplicating tags #2728

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

Amaury-Behague
Copy link
Contributor

Using default_tags on the provider config currently deduplicates tags
with the same key, e.g. ["foo:bar", "foo:bar2", "baz"] becomes
["foo:bar2", "baz"] which is an unintended side-effect of the feature.
This change fixes that.

Using default_tags on the provider config currently deduplicates tags
with the same key, e.g. ["foo:bar", "foo:bar2", "baz"] becomes
["foo:bar2", "baz"] which is an unintended side-effect of the feature.
This change fixes that.
@Amaury-Behague Amaury-Behague changed the title [bugfix] Prevent the experimental default_tags from deduplicating tags. COREOBS-4640 [bugfix] Prevent the experimental default_tags from deduplicating tags. Dec 18, 2024
@Amaury-Behague Amaury-Behague changed the title COREOBS-4640 [bugfix] Prevent the experimental default_tags from deduplicating tags. [bugfix] Prevent the experimental default_tags from deduplicating tags. Dec 18, 2024
@Amaury-Behague Amaury-Behague marked this pull request as ready for review December 18, 2024 15:06
@Amaury-Behague Amaury-Behague requested a review from a team as a code owner December 18, 2024 15:06
@nkzou nkzou changed the title [bugfix] Prevent the experimental default_tags from deduplicating tags. [provider] Prevent the experimental default_tags field from deduplicating tags Dec 18, 2024
@nkzou nkzou merged commit fa1ced6 into master Dec 18, 2024
18 checks passed
@nkzou nkzou deleted the amaury/dont-deduplicate-tags branch December 18, 2024 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants