Closed daviderli614 closed 2 months ago
The recent updates streamline the deployment and testing of greptimedb
components. Notable changes include renaming deployment jobs for clarity and switching from script commands to Makefile targets for improved maintainability. The introduction of dedicated E2E testing targets enhances organization and execution. Additionally, the appVersion
setting logic has been simplified, resulting in a more consistent and maintainable codebase.
Files | Change Summary |
---|---|
.github/workflows/e2e.yaml |
Renamed deployment jobs for clarity; replaced script calls with Makefile commands for deployment. |
Makefile |
Added new phony targets for E2E testing; modified existing e2e target; updated comments for version. |
scripts/update/update-chart.sh |
Simplified logic for setting appVersion , removing conditional checks for consistency. |
charts/greptimedb-operator/Chart.yaml |
Updated appVersion and chart version reflecting minor release changes. |
charts/greptimedb-operator/README.md |
Incremented versioning information and image tag for the Helm chart. |
charts/greptimedb-operator/templates/crds/*.yaml |
Added new gcs properties to CRDs for enhanced configuration options with Google Cloud Storage. |
charts/greptimedb-operator/values.yaml |
Updated image tag to reflect the new version. |
🐇 In the meadow, changes bloom,
With clearer jobs, there's more room.
From scripts to Make, so neat and fine,
E2E tests now brightly shine!
Let's hop along, with joy we cheer,
Forgreptimedb
is better, my dear! 🌼
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?
@daviderli614 should we trigger a new release of greptimedb-operator to make it work?
@daviderli614 should we trigger a new release of greptimedb-operator to make it work?
@zyy17 Let's release new version v0.1.0-alpha.29 ? https://github.com/GreptimeTeam/greptimedb-operator/releases
@daviderli614 should we trigger a new release of greptimedb-operator to make it work?
@zyy17 Let's release new version v0.1.0-alpha.29 ? https://github.com/GreptimeTeam/greptimedb-operator/releases
lgtm
The greptimedb-operator image tag now is v0.1.0-alpha.29
.
Refer to https://github.com/GreptimeTeam/greptimedb-operator/pull/168, the greptimedb-operator image tag adds 'v' prefix.
Refactor scripts dir:
Summary by CodeRabbit
New Features
greptimedb-cluster
andgreptimedb-standalone
in the Makefile.greptimedbcluster
andgreptimedbstandalone
resources.Improvements
Bug Fixes
appVersion
, enhancing maintainability.