Skip to content

revert: undo accidental release 3.9.0 on master#1976

Merged
joshuabaird merged 1 commit into
fluent:masterfrom
joshuabaird:revert-accidental-release-3.9.0
May 27, 2026
Merged

revert: undo accidental release 3.9.0 on master#1976
joshuabaird merged 1 commit into
fluent:masterfrom
joshuabaird:revert-accidental-release-3.9.0

Conversation

@joshuabaird
Copy link
Copy Markdown
Collaborator

Summary

Reverts 195ff476 (chore(master): release 3.9.0 (#6)), which was merged to master by mistake.

That commit advanced release-please state to 3.9.0 without a corresponding published release (no v3.9.0 tag or GitHub Release). This caused release-please to open #1975 proposing 3.10.0.

This revert restores:

  • .github/.release-please-manifest.json3.8.0
  • version.txt3.8.0
  • chart appVersion fields → 3.8.0
  • removes the erroneous ## [3.9.0] changelog section

v3.8.0 remains the latest published release.

Follow-up (after merge)

  • Close #1975 (chore(master): release 3.10.0) — do not merge
  • Let release-please open a fresh release PR when we are ready to ship the next real release

Test plan

  • Verify manifest, version.txt, and chart appVersion are 3.8.0
  • Confirm top of CHANGELOG.md starts at 3.8.0
  • After merge, confirm Release workflow runs without creating a new tag (no release PR merged)

Made with Cursor

Copilot AI review requested due to automatic review settings May 27, 2026 14:07
This reverts commit 195ff47.

Signed-off-by: Josh Baird <jbaird@galileo.io>
Co-authored-by: Cursor <cursoragent@cursor.com>
@joshuabaird joshuabaird force-pushed the revert-accidental-release-3.9.0 branch from 31a5a98 to 895db36 Compare May 27, 2026 14:08
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

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.txt from 3.9.0 to 3.8.0.
  • Revert Helm chart appVersion fields to 3.8.0.
  • Remove the erroneous 3.9.0 section from CHANGELOG.md so it now starts at 3.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.

@joshuabaird joshuabaird merged commit 23e1906 into fluent:master May 27, 2026
8 checks passed
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.

2 participants