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

Fix event policy check broken after 1.29.0 release #1641

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

lmolkova
Copy link
Contributor

@lmolkova lmolkova commented Dec 2, 2024

Back-compat policy check for events had a bug (events in new version were always empty).

It was dormant because we never marked any event group as stable (until new release 1.29.0).
image

This PR:

  • fixes policy issue
  • removes stable condition - we should not allow removing any events
  • adds policy tests

@lmolkova lmolkova requested review from a team as code owners December 2, 2024 17:55
@lmolkova lmolkova added the Skip Changelog Label to skip the changelog check label Dec 2, 2024
policies/compatibility.rego Show resolved Hide resolved
@lmolkova lmolkova merged commit 176532d into open-telemetry:main Dec 2, 2024
14 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog Label to skip the changelog check
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants