-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: bump greptimedb version to v0.9.5 #175
chore: bump greptimedb version to v0.9.5 #175
Conversation
WalkthroughThe pull request includes updates to the Helm charts for both the Changes
Possibly related PRs
Suggested reviewers
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
📒 Files selected for processing (6)
- charts/greptimedb-cluster/Chart.yaml (1 hunks)
- charts/greptimedb-cluster/README.md (2 hunks)
- charts/greptimedb-cluster/values.yaml (1 hunks)
- charts/greptimedb-standalone/Chart.yaml (1 hunks)
- charts/greptimedb-standalone/README.md (2 hunks)
- charts/greptimedb-standalone/values.yaml (1 hunks)
✅ Files skipped from review due to trivial changes (4)
- charts/greptimedb-cluster/Chart.yaml
- charts/greptimedb-cluster/README.md
- charts/greptimedb-standalone/Chart.yaml
- charts/greptimedb-standalone/README.md
🧰 Additional context used
🔇 Additional comments (1)
charts/greptimedb-cluster/values.yaml (1)
7-7
: LGTM: Version bump looks good.The update of the GreptimeDB image tag from v0.9.4 to v0.9.5 is correct and aligns with the PR objectives.
To ensure consistency across the chart, please run the following script to check if the version has been updated in all relevant files:
✅ Verification successful
: Version bump successfully verified.
The GreptimeDB image tag has been correctly updated to
v0.9.5
, and no unintended changes were found in other tags.🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify version consistency across chart files # Check Chart.yaml echo "Checking Chart.yaml:" grep -n 'version:\|appVersion:' charts/greptimedb-cluster/Chart.yaml # Check README.md echo -e "\nChecking README.md:" grep -n 'v0.9.5' charts/greptimedb-cluster/README.md # Check values.yaml echo -e "\nChecking values.yaml:" grep -n 'tag:' charts/greptimedb-cluster/values.yamlLength of output: 531
Script:
#!/bin/bash # Description: Identify which 'tag:' corresponds to the GreptimeDB image in values.yaml # Search for 'image:' lines and capture their corresponding 'tag:' lines rg -A1 'image:' charts/greptimedb-cluster/values.yaml | grep 'tag:'Length of output: 65
Script:
#!/bin/bash # Description: Identify the 'tag:' associated with the GreptimeDB image in values.yaml # Search for lines containing 'greptimedb' and capture the next few lines to find 'tag:' rg -A3 'greptimedb' charts/greptimedb-cluster/values.yaml | grep 'tag:'Length of output: 99
Summary by CodeRabbit
New Features
greptimedb-cluster
andgreptimedb-standalone
to version0.2.21
and0.1.24
, respectively.0.9.5
for both clusters.v0.9.5
.Documentation