[datadog-operator] Release v1.29.0-rc.2#3278
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: cb5900bf7f
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| provider: | ||
| name: Datadog | ||
| version: 1.29.0-rc.1 | ||
| version: 1.29.0-rc.2 |
There was a problem hiding this comment.
Point the rc.2 bundle at the rc.1 predecessor
When this CSV is bumped to 1.29.0-rc.2, spec.replaces immediately below still points at datadog-operator.v1.28.0 instead of the already-published datadog-operator.v1.29.0-rc.1 from this branch. OLM builds the channel path by walking replaces from the channel head, so the rc.1 bundle is skipped from the stable channel path once rc.2 is published, which prevents users from selecting that prior RC via startingCSV and makes the upgrade graph inconsistent with the release script's “latest released version” intent.
Useful? React with 👍 / 👎.
|
🎯 Code Coverage (details) 🔗 Commit SHA: cb5900b | Docs | Datadog PR Page | Give us feedback! |
No description provided.