Prepare release v0.27.0 - #678
Conversation
WalkthroughThese changes update multiple container image references and their associated digests across the project. Most updates shift the version from v0.26.1 to v0.27.0 for cozystack components and related services. Other updates include minor version bumps for backup images (e.g. ClickHouse, Postgres, MariaDB), Kubernetes cluster components (e.g. cluster-autoscaler, kubevirt drivers), and utility images like Grafana and s3manager. No modifications to business logic or container configurations were introduced. Changes
Possibly related PRs
Suggested labels
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (21)
🚧 Files skipped from review as they are similar to previous changes (21)
🪧 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.
Actionable comments posted: 0
🧹 Nitpick comments (1)
packages/core/installer/Makefile (1)
66-68: Asset Extraction Command Update: Verify Docker Container DependencyThe asset extraction step has been updated to use
docker execwith the containerbuildkit(line 67) instead of the previouskubectl exec. Please ensure that:
- The
buildkitcontainer is running and accessible during this step.- The
imagertool inside thebuildkitcontainer is configured correctly for outputting the tarball.It might be beneficial to add pre-check logic (or documentation) to confirm that the container is active before running this target, to avoid runtime failures.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (22)
manifests/cozystack-installer.yaml(2 hunks)packages/apps/clickhouse/images/clickhouse-backup.tag(1 hunks)packages/apps/ferretdb/images/postgres-backup.tag(1 hunks)packages/apps/http-cache/images/nginx-cache.tag(1 hunks)packages/apps/kubernetes/images/cluster-autoscaler.tag(1 hunks)packages/apps/kubernetes/images/kubevirt-cloud-provider.tag(1 hunks)packages/apps/kubernetes/images/kubevirt-csi-driver.tag(1 hunks)packages/apps/kubernetes/images/ubuntu-container-disk.tag(1 hunks)packages/apps/mysql/images/mariadb-backup.tag(1 hunks)packages/apps/postgres/images/postgres-backup.tag(1 hunks)packages/core/installer/Makefile(1 hunks)packages/core/installer/values.yaml(1 hunks)packages/core/testing/values.yaml(1 hunks)packages/extra/bootbox/images/matchbox.tag(1 hunks)packages/extra/monitoring/images/grafana.tag(1 hunks)packages/system/bucket/images/s3manager.tag(1 hunks)packages/system/cozystack-api/values.yaml(1 hunks)packages/system/cozystack-controller/values.yaml(1 hunks)packages/system/dashboard/charts/kubeapps/templates/dashboard/configmap.yaml(1 hunks)packages/system/dashboard/values.yaml(1 hunks)packages/system/kamaji/values.yaml(1 hunks)packages/system/kubeovn/values.yaml(1 hunks)
✅ Files skipped from review due to trivial changes (19)
- packages/apps/clickhouse/images/clickhouse-backup.tag
- packages/extra/monitoring/images/grafana.tag
- packages/system/bucket/images/s3manager.tag
- packages/core/testing/values.yaml
- packages/apps/ferretdb/images/postgres-backup.tag
- packages/apps/mysql/images/mariadb-backup.tag
- packages/apps/kubernetes/images/ubuntu-container-disk.tag
- packages/apps/kubernetes/images/kubevirt-csi-driver.tag
- packages/system/kubeovn/values.yaml
- packages/apps/kubernetes/images/cluster-autoscaler.tag
- manifests/cozystack-installer.yaml
- packages/core/installer/values.yaml
- packages/apps/postgres/images/postgres-backup.tag
- packages/system/kamaji/values.yaml
- packages/apps/http-cache/images/nginx-cache.tag
- packages/apps/kubernetes/images/kubevirt-cloud-provider.tag
- packages/system/cozystack-controller/values.yaml
- packages/system/cozystack-api/values.yaml
- packages/extra/bootbox/images/matchbox.tag
🔇 Additional comments (3)
packages/system/dashboard/charts/kubeapps/templates/dashboard/configmap.yaml (1)
79-79: Updated "appVersion" to v0.27.0The "appVersion" key in the config.json section now correctly reflects the new release version. This change is consistent with your planned version bump across the project.
packages/system/dashboard/values.yaml (2)
21-22: Updated Dashboard Image Tag and DigestThe dashboard image tag has been updated to "v0.27.0" along with its digest ("sha256:a363361571a7740c8544ecc22745e426ad051068a6bbe62d7e7d5e91df4d988e"). This update aligns with your release objectives. Please verify that the digest corresponds to the new image version.
27-28: Updated kubeapps-apis Image Tag and DigestThe kubeapps-apis component now uses the "v0.27.0" tag and its updated digest ("sha256:dcffdd5a02433a4caec7b5e9753847cbeb05f2004146c38ec7cee44d02179423"). This change ensures consistency in versioning across components.
1bf5aef to
8dd8a71
Compare
Summary by CodeRabbit