revert: undo accidental release 3.9.0 on master#1976
Merged
joshuabaird merged 1 commit intoMay 27, 2026
Conversation
This reverts commit 195ff47. Signed-off-by: Josh Baird <jbaird@galileo.io> Co-authored-by: Cursor <cursoragent@cursor.com>
31a5a98 to
895db36
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Reverts the accidental 3.9.0 release-please state on master back to 3.8.0, aligning repository version metadata and release automation inputs with the latest actually published release.
Changes:
- Reset release-please manifest and
version.txtfrom3.9.0to3.8.0. - Revert Helm chart
appVersionfields to3.8.0. - Remove the erroneous
3.9.0section fromCHANGELOG.mdso it now starts at3.8.0.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
version.txt |
Restores the repo version marker to 3.8.0. |
charts/fluent-operator/Chart.yaml |
Sets chart appVersion back to 3.8.0 for release-please. |
charts/fluent-operator-fluentd-crds/Chart.yaml |
Sets CRD chart appVersion back to 3.8.0. |
charts/fluent-operator-fluent-bit-crds/Chart.yaml |
Sets CRD chart appVersion back to 3.8.0. |
CHANGELOG.md |
Removes the unintended 3.9.0 changelog entry; top entry is 3.8.0. |
.github/.release-please-manifest.json |
Restores release-please manifest version to 3.8.0. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Reverts
195ff476(chore(master): release 3.9.0 (#6)), which was merged tomasterby mistake.That commit advanced release-please state to 3.9.0 without a corresponding published release (no
v3.9.0tag or GitHub Release). This caused release-please to open #1975 proposing 3.10.0.This revert restores:
.github/.release-please-manifest.json→3.8.0version.txt→3.8.0appVersionfields →3.8.0## [3.9.0]changelog sectionv3.8.0 remains the latest published release.
Follow-up (after merge)
chore(master): release 3.10.0) — do not mergeTest plan
version.txt, and chartappVersionare3.8.0CHANGELOG.mdstarts at3.8.0Made with Cursor