Release v1.2.0 - #2280
Conversation
Signed-off-by: cozystack-bot <217169706+cozystack-bot@users.noreply.github.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (31)
📝 WalkthroughWalkthroughThis pull request systematically updates container image references across the codebase. Most updates involve upgrading image versions from v1.1.0 to v1.2.0 with corresponding SHA256 digest changes, while some migrate image sources from temporary registries (ttl.sh) to the permanent registry (ghcr.io). Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Code Review
This pull request updates numerous container image tags and digests to version v1.2.0 across various cozystack packages. Feedback identifies critical issues where the SHA256 digests for token-proxy and grafana-dashboards were not updated alongside their tags, which would result in the old images being used. Additionally, it is suggested to use Helm variables like .Chart.AppVersion instead of hardcoding version strings in the dashboard configuration to improve maintainability.
| image: ghcr.io/cozystack/cozystack/openapi-ui-k8s-bff:v1.2.0@sha256:854120bedc233a2b37a256848c967949b96498eba93882a95d6b87d817899c9c | ||
| tokenProxy: | ||
| image: ghcr.io/cozystack/cozystack/token-proxy:v1.1.0@sha256:2e280991e07853ea48f97b0a42946afffa10d03d6a83d41099ed83e6ffc94fdc | ||
| image: ghcr.io/cozystack/cozystack/token-proxy:v1.2.0@sha256:2e280991e07853ea48f97b0a42946afffa10d03d6a83d41099ed83e6ffc94fdc |
| @@ -1 +1 @@ | |||
| ghcr.io/cozystack/cozystack/grafana-dashboards:v1.1.0@sha256:2c9aa0b48e2bf6167db198f4d15882bfe51700108edf2e9f6d0942940a2c1204 | |||
| ghcr.io/cozystack/cozystack/grafana-dashboards:v1.2.0@sha256:2c9aa0b48e2bf6167db198f4d15882bfe51700108edf2e9f6d0942940a2c1204 | |||
| {{- $brandingConfig := .Values._cluster.branding | default dict }} | ||
|
|
||
| {{- $tenantText := "v1.1.0" }} | ||
| {{- $tenantText := "v1.2.0" }} |
This PR prepares the release
v1.2.0.Summary by CodeRabbit