Skip to content

Release v0.33.2 - #1177

Merged
Andrei Kvapil (kvaps) merged 1 commit into
mainfrom
release-0.33.2
Jul 9, 2025
Merged

Release v0.33.2#1177
Andrei Kvapil (kvaps) merged 1 commit into
mainfrom
release-0.33.2

Conversation

@cozystack-bot

@cozystack-bot Cozystack Bot (cozystack-bot) commented Jul 9, 2025

Copy link
Copy Markdown
Contributor

This PR prepares the release v0.33.2.

Summary by CodeRabbit

  • Chores
    • Updated container image versions and digests for multiple components, including cluster-autoscaler, kubevirt-cloud-provider, kubevirt-csi-driver, cozystack installer, e2e service, matchbox, s3manager, cozystackAPI, cozystack-controller, dashboard, kubeapps-apis, Kamaji, kubeovn-webhook, kubeovn, and kubevirt-csi-node.
    • Updated configuration fields to reflect new image versions where applicable.
    • No changes to user-facing features or functionality.

@coderabbitai

coderabbitai Bot commented Jul 9, 2025

Copy link
Copy Markdown
Contributor

Walkthrough

This update revises container image tags and digests across multiple configuration files, incrementing versions for several Kubernetes-related components and services. All changes are limited to image version and digest updates, with no modifications to logic, configuration structure, or exported entities.

Changes

Files/Groups Change Summary
.../kubernetes/images/cluster-autoscaler.tag, .../kubevirt-cloud-provider.tag, .../kubevirt-csi-driver.tag Updated container image tags from 0.25.1 to 0.25.2 and changed digests.
.../core/installer/values.yaml, .../core/testing/values.yaml Updated Docker image references from v0.33.1 to v0.33.2 with new digests.
.../extra/bootbox/images/matchbox.tag Updated matchbox image from v0.33.1 to v0.33.2 with new digest.
.../system/bucket/images/s3manager.tag Updated s3manager image digest for v0.5.0.
.../system/cozystack-api/values.yaml, .../system/cozystack-controller/values.yaml Updated image versions from v0.33.1 to v0.33.2 and corresponding digests.
.../system/dashboard/charts/kubeapps/templates/dashboard/configmap.yaml Bumped appVersion in ConfigMap from v0.33.1 to v0.33.2.
.../system/dashboard/values.yaml Updated dashboard and kubeapps-apis image tags/digests from v0.33.1 to v0.33.2.
.../system/kamaji/values.yaml Updated Kamaji image from v0.33.1 to v0.33.2 with new digest.
.../system/kubeovn-webhook/values.yaml Updated kubeovn-webhook image from v0.33.1 to v0.33.2 with new digest.
.../system/kubeovn/values.yaml Updated kubeovn image digest for version v1.13.13.
.../system/kubevirt-csi-node/values.yaml Updated kubevirt-csi-driver image from 0.25.1 to 0.25.2 with new digest.

Possibly related PRs

Suggested reviewers

  • kvaps
  • lllamnyp
  • klinch0

Poem

A hop, a skip, a version jump,
New tags and hashes in a clump.
Containers fresh, digests anew,
CozyStack’s garden, well-tended through.
🐇 With every patch, we leap ahead,
Toward stable clouds and bugs to shed!


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 83022a3 and 50f3089.

📒 Files selected for processing (15)
  • 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/core/installer/values.yaml (1 hunks)
  • packages/core/testing/values.yaml (1 hunks)
  • packages/extra/bootbox/images/matchbox.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 (2 hunks)
  • packages/system/kamaji/values.yaml (1 hunks)
  • packages/system/kubeovn-webhook/values.yaml (1 hunks)
  • packages/system/kubeovn/values.yaml (1 hunks)
  • packages/system/kubevirt-csi-node/values.yaml (1 hunks)
🚧 Files skipped from review as they are similar to previous changes (15)
  • packages/apps/kubernetes/images/cluster-autoscaler.tag
  • packages/system/dashboard/charts/kubeapps/templates/dashboard/configmap.yaml
  • packages/apps/kubernetes/images/kubevirt-csi-driver.tag
  • packages/system/kubevirt-csi-node/values.yaml
  • packages/system/cozystack-api/values.yaml
  • packages/system/kamaji/values.yaml
  • packages/core/installer/values.yaml
  • packages/core/testing/values.yaml
  • packages/apps/kubernetes/images/kubevirt-cloud-provider.tag
  • packages/system/kubeovn-webhook/values.yaml
  • packages/extra/bootbox/images/matchbox.tag
  • packages/system/dashboard/values.yaml
  • packages/system/bucket/images/s3manager.tag
  • packages/system/kubeovn/values.yaml
  • packages/system/cozystack-controller/values.yaml
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: Prepare environment

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.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (2)
packages/system/bucket/images/s3manager.tag (1)

1-1: Tag immutability concern: digest changed while keeping v0.5.0

Retagging the same semantic version with a different digest makes builds non-deterministic and can break reproducibility/debugging. If the image content changed (even rebuild-only), consider either:
• bumping the tag (e.g. v0.5.1 or v0.5.0-<date>)
• or enforcing an immutable-tag policy and using only the digest downstream.

Please verify this aligns with your release process and downstream caching/CD expectations.

packages/system/dashboard/charts/kubeapps/templates/dashboard/configmap.yaml (1)

79-79: Avoid hard-coding release version inside template

Hard-coding "v0.33.2" requires manual edits every release and risks drift. Use the chart’s version value instead:

-      "appVersion": "v0.33.2",
+      "appVersion": {{ $.Chart.AppVersion | quote }},

This stays in sync with Chart.yaml and upstream tooling.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between f628e7d and 986faf1.

📒 Files selected for processing (15)
  • 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/core/installer/values.yaml (1 hunks)
  • packages/core/testing/values.yaml (1 hunks)
  • packages/extra/bootbox/images/matchbox.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 (2 hunks)
  • packages/system/kamaji/values.yaml (1 hunks)
  • packages/system/kubeovn-webhook/values.yaml (1 hunks)
  • packages/system/kubeovn/values.yaml (1 hunks)
  • packages/system/kubevirt-csi-node/values.yaml (1 hunks)
🧰 Additional context used
🧠 Learnings (8)
📓 Common learnings
Learnt from: NickVolynkin
PR: cozystack/cozystack#1117
File: packages/apps/mysql/Makefile:8-8
Timestamp: 2025-06-26T04:29:24.830Z
Learning: The cozystack project uses yq v4+ on their CI runner, so yq v4 syntax (-o json --indent 4) is compatible and version checks are not needed.
Learnt from: NickVolynkin
PR: cozystack/cozystack#1120
File: packages/apps/ferretdb/README.md:35-37
Timestamp: 2025-07-02T09:58:11.406Z
Learning: In the cozystack repository, the maintainer NickVolynkin prefers to keep realistic-looking example credentials in README documentation rather than using generic placeholders like <ACCESS_KEY>, even though they are just examples and not real secrets.
packages/system/dashboard/values.yaml (1)
Learnt from: NickVolynkin
PR: cozystack/cozystack#1120
File: packages/apps/ferretdb/README.md:35-37
Timestamp: 2025-07-02T09:58:11.406Z
Learning: In the cozystack repository, the maintainer NickVolynkin prefers to keep realistic-looking example credentials in README documentation rather than using generic placeholders like <ACCESS_KEY>, even though they are just examples and not real secrets.
packages/system/bucket/images/s3manager.tag (2)
Learnt from: NickVolynkin
PR: cozystack/cozystack#1117
File: packages/apps/mysql/Makefile:8-8
Timestamp: 2025-06-26T04:29:24.830Z
Learning: The cozystack project uses yq v4+ on their CI runner, so yq v4 syntax (-o json --indent 4) is compatible and version checks are not needed.
Learnt from: NickVolynkin
PR: cozystack/cozystack#1120
File: packages/apps/ferretdb/README.md:35-37
Timestamp: 2025-07-02T09:58:11.406Z
Learning: In the cozystack repository, the maintainer NickVolynkin prefers to keep realistic-looking example credentials in README documentation rather than using generic placeholders like <ACCESS_KEY>, even though they are just examples and not real secrets.
packages/system/cozystack-controller/values.yaml (2)
Learnt from: NickVolynkin
PR: cozystack/cozystack#1117
File: packages/apps/mysql/Makefile:8-8
Timestamp: 2025-06-26T04:29:24.830Z
Learning: The cozystack project uses yq v4+ on their CI runner, so yq v4 syntax (-o json --indent 4) is compatible and version checks are not needed.
Learnt from: NickVolynkin
PR: cozystack/cozystack#1120
File: packages/apps/ferretdb/README.md:35-37
Timestamp: 2025-07-02T09:58:11.406Z
Learning: In the cozystack repository, the maintainer NickVolynkin prefers to keep realistic-looking example credentials in README documentation rather than using generic placeholders like <ACCESS_KEY>, even though they are just examples and not real secrets.
packages/extra/bootbox/images/matchbox.tag (1)
Learnt from: NickVolynkin
PR: cozystack/cozystack#1117
File: packages/apps/mysql/Makefile:8-8
Timestamp: 2025-06-26T04:29:24.830Z
Learning: The cozystack project uses yq v4+ on their CI runner, so yq v4 syntax (-o json --indent 4) is compatible and version checks are not needed.
packages/system/cozystack-api/values.yaml (2)
Learnt from: NickVolynkin
PR: cozystack/cozystack#1117
File: packages/apps/mysql/Makefile:8-8
Timestamp: 2025-06-26T04:29:24.830Z
Learning: The cozystack project uses yq v4+ on their CI runner, so yq v4 syntax (-o json --indent 4) is compatible and version checks are not needed.
Learnt from: NickVolynkin
PR: cozystack/cozystack#1120
File: packages/apps/ferretdb/README.md:35-37
Timestamp: 2025-07-02T09:58:11.406Z
Learning: In the cozystack repository, the maintainer NickVolynkin prefers to keep realistic-looking example credentials in README documentation rather than using generic placeholders like <ACCESS_KEY>, even though they are just examples and not real secrets.
packages/core/testing/values.yaml (1)
Learnt from: NickVolynkin
PR: cozystack/cozystack#1117
File: packages/apps/mysql/Makefile:8-8
Timestamp: 2025-06-26T04:29:24.830Z
Learning: The cozystack project uses yq v4+ on their CI runner, so yq v4 syntax (-o json --indent 4) is compatible and version checks are not needed.
packages/core/installer/values.yaml (2)
Learnt from: NickVolynkin
PR: cozystack/cozystack#1117
File: packages/apps/mysql/Makefile:8-8
Timestamp: 2025-06-26T04:29:24.830Z
Learning: The cozystack project uses yq v4+ on their CI runner, so yq v4 syntax (-o json --indent 4) is compatible and version checks are not needed.
Learnt from: NickVolynkin
PR: cozystack/cozystack#1120
File: packages/apps/ferretdb/README.md:35-37
Timestamp: 2025-07-02T09:58:11.406Z
Learning: In the cozystack repository, the maintainer NickVolynkin prefers to keep realistic-looking example credentials in README documentation rather than using generic placeholders like <ACCESS_KEY>, even though they are just examples and not real secrets.
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
  • GitHub Check: pre-commit
  • GitHub Check: Prepare environment
🔇 Additional comments (13)
packages/system/kubeovn/values.yaml (1)

65-67: Confirm GHCR manifest availability for the updated digest

We attempted an unauthenticated HTTP check against the GHCR v2 API and received a 401 response, which means we need to authenticate before verifying the manifest. Please manually confirm that the new digest has been pushed to ghcr.io/cozystack/cozystack/kubeovn for all required architectures—otherwise you’ll hit ImagePullBackOff during rollout.

You can verify with an authenticated registry client, for example:

# Log in to GHCR (requires a valid GHCR token in $CR_PAT)
echo "$CR_PAT" | docker login ghcr.io -u <USERNAME> --password-stdin

# Inspect the manifest
docker manifest inspect ghcr.io/cozystack/cozystack/kubeovn@sha256:17b2286d619a0f8d8f0259dacc6b1fc0920ab6223b0b85e326c35f81b772fab6

Or with crane (after logging in):

crane auth login ghcr.io --username <USERNAME> --password-stdin < $CR_PAT
crane digest ghcr.io/cozystack/cozystack/kubeovn@sha256:17b2286d619a0f8d8f0259dacc6b1fc0920ab6223b0b85e326c35f81b772fab6

If the manifest is missing, push the updated image before rolling out.

packages/apps/kubernetes/images/cluster-autoscaler.tag (1)

1-1: Verify digest-to-tag correctness for 0.25.2

The tag was bumped to 0.25.2 but the digest is identical to the previous 0.25.1 update in earlier commits. Upstream typically publishes a new digest per tag; please confirm that
sha256:3a817043… is indeed the canonical digest for 0.25.2 and not left over from 0.25.1.

If it’s stale, regenerate the file with the correct digest to avoid pull-time supply-chain surprises.

packages/system/cozystack-api/values.yaml (1)

2-2: Image bump looks good

Version and digest move in lock-step from v0.33.1v0.33.2. No other value changes detected. ✅

packages/system/kamaji/values.yaml (1)

6-6: Kamaji image correctly updated

The tag and digest now reference v0.33.2; repository path and pull policy remain untouched. All good.

packages/system/kubeovn-webhook/values.yaml (1)

3-3: Webhook image bump acknowledged

Consistent shift to v0.33.2 with fresh digest. 👍

packages/apps/kubernetes/images/kubevirt-csi-driver.tag (1)

1-1: Digest reused; please double-check

Similar to the autoscaler file, the digest for 0.25.2 is unchanged from the prior 0.25.1.
Confirm that upstream intentionally re-tagged the same image, or update the digest if a new one exists.

packages/core/testing/values.yaml (1)

2-2: Digest verification requires authenticated registry access
Automated checks didn’t return a manifest digest—GHCR demands authentication for HEAD requests. Please manually verify that the digest in packages/core/testing/values.yaml matches the tag:

• Run locally after logging in to GHCR:

docker login ghcr.io
docker manifest inspect ghcr.io/cozystack/cozystack/e2e-sandbox:v0.33.2 \
  --verbose \
  | grep -Eo "sha256:[0-9a-f]{64}"

Confirm it equals
sha256:692a839c0c020d4d4dfb521ec7510eeec9218e235eb2bc90966904f2e639215a.

• Or with Crane (after crane auth login ghcr.io):

crane digest ghcr.io/cozystack/cozystack/e2e-sandbox:v0.33.2

Expect the same SHA256 digest.

A mismatched or stale digest will break reproducible builds—please double-check.

packages/extra/bootbox/images/matchbox.tag (1)

1-1: Verify Matchbox image digest

Ensure the PXE boot flow isn’t broken by confirming the Matchbox tag’s digest matches the expected value. You can verify this locally using one of the following approaches:

  • Using crane (install via go install github.com/google/go-containerregistry/cmd/crane@latest):
    #!/usr/bin/env bash
    set -euo pipefail
    
    tag="ghcr.io/cozystack/cozystack/matchbox:v0.33.2"
    expected="sha256:42bda89832ec98b054c5a62e04d67977ae7ede8111fdc96cc32baedf2378f07c"
    actual=$(crane digest "$tag")
    
    if [[ "$actual" != "$expected" ]]; then
      echo "Digest mismatch: expected $expected, got $actual"
      exit 1
    fi
  • Using curl & jq (if you don’t have crane installed):
    #!/usr/bin/env bash
    set -euo pipefail
    
    repo="cozystack/cozystack/matchbox"
    tag="v0.33.2"
    expected="sha256:42bda89832ec98b054c5a62e04d67977ae7ede8111fdc96cc32baedf2378f07c"
    manifest=$(curl -s -H "Accept: application/vnd.docker.distribution.manifest.v2+json" \
      "https://ghcr.io/v2/${repo}/manifests/${tag}")
    actual=$(echo "$manifest" | jq -r '.config.digest')
    
    if [[ "$actual" != "$expected" ]]; then
      echo "Digest mismatch: expected $expected, got $actual"
      exit 1
    fi

Please run one of these in your local environment and confirm the digest matches.

packages/apps/kubernetes/images/kubevirt-cloud-provider.tag (1)

1-1: Confirm provider image digest manually

Digest validation ensures the specified SHA matches the published image and prevents silent pull failures on downstream clusters.

Please verify that the digest for
ghcr.io/cozystack/cozystack/kubevirt-cloud-provider:0.25.2
matches
sha256:e522960064290747a67502d4e8927c591bdb290bad1f0bae88a02758ebfd380f

You can run, for example:

crane digest ghcr.io/cozystack/cozystack/kubevirt-cloud-provider:0.25.2

or

docker pull ghcr.io/cozystack/cozystack/kubevirt-cloud-provider:0.25.2
docker inspect --format='{{index .RepoDigests 0}}' ghcr.io/cozystack/cozystack/kubevirt-cloud-provider:0.25.2

Location:

  • packages/apps/kubernetes/images/kubevirt-cloud-provider.tag:1
packages/system/kubevirt-csi-node/values.yaml (1)

3-3: Ensure all charts reference the same CSI driver version

0.25.2 is set here; double-check that every Helm chart or manifest (e.g. controller-side objects, RBAC) referencing kubevirt-csi-driver was bumped as well to avoid split-version rollouts.

packages/core/installer/values.yaml (1)

2-2: Image tag bump looks good.

v0.33.2 + digest pinning keeps the release reproducible and tamper-resistant.
No further issues spotted in this stanza.

packages/system/cozystack-controller/values.yaml (1)

2-5: Consistent version & digest update – all good.

Tag, digest and the explicit cozystackVersion field are all bumped to v0.33.2, keeping the controller in sync with the release.
Nothing else to flag.

packages/system/dashboard/values.yaml (1)

22-23: Dashboard images updated coherently.

Both dashboard and kubeapps-apis images now point to v0.33.2 with pinned digests – release alignment looks correct and no mis-matches detected.

Also applies to: 40-41

@github-actions
github-actions Bot force-pushed the release-0.33.2 branch 2 times, most recently from 2783dee to 83022a3 Compare July 9, 2025 19:09
Signed-off-by: cozystack-bot <217169706+cozystack-bot@users.noreply.github.com>
@kvaps
Andrei Kvapil (kvaps) merged commit 9ec5863 into main Jul 9, 2025
18 of 19 checks passed
@kvaps
Andrei Kvapil (kvaps) deleted the release-0.33.2 branch July 9, 2025 20:14
@coderabbitai coderabbitai Bot mentioned this pull request Jul 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release Releasing a new Cozystack version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants