Skip to content

Release v0.34.0-beta.3 - #1223

Merged
Andrei Kvapil (kvaps) merged 1 commit into
mainfrom
release-0.34.0-beta.3
Jul 21, 2025
Merged

Release v0.34.0-beta.3#1223
Andrei Kvapil (kvaps) merged 1 commit into
mainfrom
release-0.34.0-beta.3

Conversation

@cozystack-bot

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

Copy link
Copy Markdown
Contributor

This PR prepares the release v0.34.0-beta.3.

Summary by CodeRabbit

  • Chores
    • Updated various container image versions and digests to v0.34.0-beta.3 across multiple components, including cozystack, matchbox, cozystackAPI, cozystack-controller, Kamaji, kubeovn-webhook, kubeovn, and dashboard services.
    • Updated the app version in the dashboard configuration to v0.34.0-beta.3.

Signed-off-by: cozystack-bot <217169706+cozystack-bot@users.noreply.github.com>
@coderabbitai

coderabbitai Bot commented Jul 20, 2025

Copy link
Copy Markdown
Contributor

Walkthrough

This change updates container image references, tags, and SHA256 digests across multiple configuration files to move from version v0.34.0-beta.2 to v0.34.0-beta.3 for various components. No structural, logic, or configuration changes beyond image and version updates are included.

Changes

Files/Paths Change Summary
packages/core/installer/values.yaml, packages/core/testing/values.yaml Updated image tags and SHA256 digests from v0.34.0-beta.2 to v0.34.0-beta.3 for installer/E2E.
packages/extra/bootbox/images/matchbox.tag Updated matchbox image tag and digest to v0.34.0-beta.3.
packages/system/cozystack-api/values.yaml, packages/system/cozystack-controller/values.yaml Updated cozystack API/controller image tags and digests to v0.34.0-beta.3.
packages/system/dashboard/values.yaml Updated dashboard and kubeapps-apis image tags and digests to v0.34.0-beta.3.
packages/system/dashboard/charts/kubeapps/templates/dashboard/configmap.yaml Updated appVersion in ConfigMap from v0.34.0-beta.2 to v0.34.0-beta.3.
packages/system/kamaji/values.yaml Updated Kamaji image tag to v0.34.0-beta.3 (digest unchanged).
packages/system/kubeovn-webhook/values.yaml Updated kubeovn-webhook image tag and digest to v0.34.0-beta.3.
packages/system/kubeovn/values.yaml Updated kubeovn image SHA256 digest (version unchanged).

Possibly related PRs

  • cozystack/cozystack#1187: Updates the same image references and version tags, moving from v0.34.0-beta.1 to v0.34.0-beta.3.
  • cozystack/cozystack#1213: Sequential version bump for the same image references from v0.34.0-beta.1 to v0.34.0-beta.2.
  • cozystack/cozystack#1177: Updates the same set of image references for a previous version bump (v0.33.1 to v0.33.2).

Suggested reviewers

  • kvaps
  • lllamnyp
  • klinch0

Poem

A hop, a skip, a version leap,
From beta.2 to .3 we creep!
Images tagged and digests new,
The YAML fields refreshed their hue.
With every bump, the stack grows strong—
🐇 Cheers to progress, hop along!


📜 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 28c9fcd and 61929fe.

📒 Files selected for processing (10)
  • packages/core/installer/values.yaml (1 hunks)
  • packages/core/testing/values.yaml (1 hunks)
  • packages/extra/bootbox/images/matchbox.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)
🧰 Additional context used
🧠 Learnings (7)
📓 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/cozystack-api/values.yaml (3)
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.
Learnt from: lllamnyp
PR: cozystack/cozystack#1130
File: hack/e2e-apps/kubernetes.bats:101-101
Timestamp: 2025-07-11T06:11:25.438Z
Learning: In cozystack, the plural form for the Kubernetes custom resource is `kuberneteses.apps.cozystack.io`, not `kubernetes.apps.cozystack.io`. This is defined in the API schema even though it's not grammatically perfect.
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/dashboard/values.yaml (1)
Learnt from: lllamnyp
PR: cozystack/cozystack#1130
File: hack/e2e-apps/kubernetes.bats:101-101
Timestamp: 2025-07-11T06:11:25.438Z
Learning: In cozystack, the plural form for the Kubernetes custom resource is `kuberneteses.apps.cozystack.io`, not `kubernetes.apps.cozystack.io`. This is defined in the API schema even though it's not grammatically perfect.
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.
packages/system/cozystack-controller/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.
⏰ 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
🔇 Additional comments (12)
packages/system/kamaji/values.yaml (1)

6-6: Verify beta.3 tag re-uses the beta.2 digest

The digest stayed exactly the same while only the semver tag advanced.
Please double-check that:

  1. the image sha256:0946…40b0 is indeed the desired v0.34.0-beta.3 build, and
  2. downstream automation (e.g. image-policy controllers) are happy with a “new tag / old digest” combination.

If the image contents actually changed, publish the new digest; otherwise add a short note in the release notes to avoid confusion.

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

2-2: Image tag bump looks good

Tag and digest pair is updated consistently. No further action required.

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

2-2: Installer image updated correctly

Version and digest are in sync; nothing else changed in this chart value. LGTM.

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

3-3: Webhook image reference updated

Change is straightforward. Make sure any admission-controller caches are refreshed after deploy.

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

1-1: Matchbox tag bumped

Digest aligns with the new beta.3 tag. No issues spotted.

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

65-68: Image digest bumped – verify push & pullability.

The tag remains v1.13.14, only the digest changed. Just double-check that
ghcr.io/cozystack/cozystack/kubeovn@sha256:8409b0… has been pushed and can be
pulled by CI before merging, otherwise deployment will fail at runtime.

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

78-80: Version string kept in lock-step – looks good.

appVersion now matches the image tags (v0.34.0-beta.3).
No further action required.

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

20-24: Dashboard image tag & digest updated – confirm digest exists.

Everything is consistent with the release bump; just ensure the new digest
sha256:ac2b53… is present in ghcr.io/cozystack/cozystack/dashboard before
publishing the chart.


38-41: kubeapps-apis image updated – LGTM.

Tag/digest pair aligns with the overall release.
No other changes detected that would affect deployment.

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

1-3: e2e sandbox bump acknowledged.

The testing image follows the release version; nothing else changed.

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

1-3: Controller image bumped – verify digest & manifests.

Digest/tag pair looks correct. Make sure manifests or Helm charts referencing
cozystackVersion pick up the same string to avoid mismatched status
reporting.


5-6: cozystackVersion field synced – good.


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.

@gemini-code-assist gemini-code-assist 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.

Summary of Changes

Hello Cozystack Bot (@cozystack-bot), I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request is a standard release preparation, advancing the version of several core and system components to v0.34.0-beta.3. This ensures that the project's internal references and dependencies are aligned with the latest beta release, incorporating any new features, bug fixes, or performance improvements from the updated image builds.

Highlights

  • Version Update: This pull request updates the version of various internal components and their associated container image tags and SHA256 digests to v0.34.0-beta.3.
  • Component Updates: Specific components updated include installer, e2e-sandbox, matchbox, cozystack-api, cozystack-controller, dashboard, kubeapps-apis, kamaji, and kubeovn-webhook. The kubeovn image also received an SHA256 digest update for its v1.13.14 tag.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point in your pull request via creating an issue comment (i.e. comment on the pull request page) using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment Gemini (@gemini-code-assist) Responds in comments when explicitly tagged, both in issue comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist is currently in preview and may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on Gemini (@gemini-code-assist) comments to provide feedback.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@gemini-code-assist gemini-code-assist 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.

Code Review

This pull request updates image tags and versions for the v0.34.0-beta.3 release. Image digests were not updated along with their tags, which will cause outdated images to be deployed. These issues need to be addressed before merging.

repository: dashboard
tag: v0.34.0-beta.2
tag: v0.34.0-beta.3
digest: "sha256:ac2b5348d85fe37ad70a4cc159881c4eaded9175a4b586cfa09a52b0fbe5e1e5"

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.

critical

The image digest for kubeapps.dashboard.image is outdated. The tag is v0.34.0-beta.3, but the digest corresponds to the previous version. Update the SHA256 digest to match the v0.34.0-beta.3 image.

tag: v0.34.0-beta.2
digest: "sha256:80ba10d6a8dc9d0bb5393ada50134925978cc79783d580050c70726fc96b38c6"
tag: v0.34.0-beta.3
digest: "sha256:78faa3aa5cbe3ebd4e315e8dcdb786ecc5f7cad4f87306fb60b022678d672105"

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.

critical

The image digest for kubeappsapis.image is outdated. The tag is v0.34.0-beta.3, but the digest corresponds to the previous version. Update the SHA256 digest to match the v0.34.0-beta.3 image.

image:
pullPolicy: IfNotPresent
tag: v0.34.0-beta.2@sha256:09465ae8285b4ae43203581e443409cd4e1e119dde62a5c14d63ce064fb840b0
tag: v0.34.0-beta.3@sha256:09465ae8285b4ae43203581e443409cd4e1e119dde62a5c14d63ce064fb840b0

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.

critical

The SHA256 digest for the kamaji image is outdated. The tag is v0.34.0-beta.3, but the digest is from a previous version. Update the digest to match the v0.34.0-beta.3 image.

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.

Kamaji was not updated in this release, so the digest remained unchanged.

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.

Check out release 0.33.0 where Kamaji dependency was updated, so the digest did change as well https://github.com/cozystack/cozystack/pull/1159/files#diff-c4be33dddd1101b6d53a675a4dc0d744a7d8172748f65ff0969e480a8ac28a9e

@kvaps
Andrei Kvapil (kvaps) merged commit 71f7a88 into main Jul 21, 2025
18 checks passed
@kvaps
Andrei Kvapil (kvaps) deleted the release-0.34.0-beta.3 branch July 21, 2025 07:21
This was referenced Jul 21, 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.

3 participants