Skip to content

update rustfs version to latest#185

Merged
GatewayJ merged 1 commit into
rustfs:mainfrom
majinghe:ci-release
Jul 16, 2026
Merged

update rustfs version to latest#185
GatewayJ merged 1 commit into
rustfs:mainfrom
majinghe:ci-release

Conversation

@majinghe

Copy link
Copy Markdown
Collaborator

Type of Change

  • New Feature
  • Bug Fix
  • Documentation
  • Performance Improvement
  • Test/CI
  • Refactor
  • Other:

Related Issues

Summary of Changes

Checklist

  • I have read and followed the CONTRIBUTING.md guidelines
  • Passed make pre-commit (fmt-check + clippy + test + console-lint + console-fmt-check)
  • Added/updated necessary tests
  • Documentation updated (if needed)
  • CHANGELOG.md updated under [Unreleased] (if user-visible change)
  • CI/CD passed (if applicable)

Impact

  • Breaking change (CRD/API compatibility)
  • Requires doc/config/deployment update
  • Other impact:

Verification

make pre-commit

Additional Notes


Thank you for your contribution! Please ensure your PR follows the community standards (CODE_OF_CONDUCT.md) and sign the CLA if this is your first contribution.

@majinghe
majinghe requested a review from GatewayJ July 16, 2026 02:00
@GatewayJ
GatewayJ added this pull request to the merge queue Jul 16, 2026
Merged via the queue into rustfs:main with commit bfec9f0 Jul 16, 2026
3 checks passed

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: d8c48700e8

ℹ️ About Codex in GitHub

Your team has set up Codex to 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 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

type: application
version: 0.1.0
appVersion: "0.1.0"
appVersion: "1.0.0-beta.9"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Keep appVersion in sync with release packaging

When the Helm publish workflow runs for any later release, it only rewrites version at .github/workflows/helm-package.yml:78 and packages with --version; it never edits appVersion. Hardcoding this line to 1.0.0-beta.9 means subsequent generated charts will continue to publish app.kubernetes.io/version: "1.0.0-beta.9" via deploy/rustfs-operator/templates/_helpers.tpl:38 even as the chart release advances, leaving chart metadata and Kubernetes labels stale. Please derive appVersion from the release tag in the workflow or update it together with each release.

Useful? React with 👍 / 👎.

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