danhuawang opened a new pull request, #9631: URL: https://github.com/apache/gravitino/pull/9631
### What changes were proposed in this pull request? - Extend `dev/release/release-tag.sh` to update the Lance REST Helm chart (`dev/charts/gravitino-lance-rest-server`) during both the release and next-development version steps. - Align Lance chart `appVersion`, image `tag` in `values.yaml`, and chart `version` bumping with the existing logic used for the core and Iceberg REST charts. ### Why are the changes needed? - Previously, the release script only bumped the core and Iceberg REST charts, leaving the Lance REST chart out of version/tag synchronization. This change keeps all three charts in lockstep for releases and subsequent snapshot development. Fix: #9630 ### Does this PR introduce _any_ user-facing change? - No user-facing API change. Chart metadata (`appVersion`/`tag`/`version`) now updates consistently for Lance REST alongside other charts during the release workflow. ### How was this patch tested? - Manual simulation in a temporary directory: copied the three charts and executed the same sed-based update flow to confirm `appVersion`, `tag`, and chart `version` are updated in all three charts. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
