Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release v0.24.0 #606

Merged
merged 1 commit into from
Jan 27, 2025
Merged

Prepare release v0.24.0 #606

merged 1 commit into from
Jan 27, 2025

Conversation

kvaps
Copy link
Member

@kvaps kvaps commented Jan 27, 2025

Signed-off-by: Andrei Kvapil [email protected]

Summary by CodeRabbit

Release Notes for CozyStack v0.24.0

  • Image Updates

    • Upgraded CozyStack core components to version v0.24.0
    • Updated multiple system images, including cluster-autoscaler, kubevirt cloud provider, and CSI driver
    • Refreshed images for dashboard, API, and controller components
    • Updated Grafana image to version 1.8.0
  • Infrastructure Changes

    • Replaced darkhttpd container with new assets container in deployment configuration
    • Updated image digests across various system components
  • Version Bump

    • Incremented CozyStack version from v0.23.1 to v0.24.0

@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Jan 27, 2025
Copy link
Contributor

coderabbitai bot commented Jan 27, 2025

Walkthrough

This pull request involves a comprehensive update of container images and configurations across multiple components of the Cozystack system. The primary focus is upgrading the Cozystack application from version v0.23.1 to v0.24.0. Changes include updating image references, digests, and container configurations in various system components such as the installer, dashboard, controller, and testing environments. A notable modification is the replacement of the darkhttpd container with a new assets container in the deployment configuration.

Changes

File Change Summary
manifests/cozystack-installer.yaml Updated container images from v0.23.1 to v0.24.0, replaced darkhttpd with assets container
packages/apps/kubernetes/images/cluster-autoscaler.tag Updated image digest for cluster-autoscaler
packages/apps/kubernetes/images/kubevirt-cloud-provider.tag Updated image digest for kubevirt-cloud-provider
packages/apps/kubernetes/images/kubevirt-csi-driver.tag Updated image digest for kubevirt-csi-driver
packages/core/installer/values.yaml Updated Cozystack image to v0.24.0
packages/core/testing/values.yaml Updated e2e-sandbox image to v0.24.0
packages/extra/bootbox/images/matchbox.tag Updated matchbox image to v0.24.0
packages/system/bucket/images/s3manager.tag Updated image digest for s3manager
packages/system/cozystack-api/values.yaml Updated Cozystack API image to v0.24.0
packages/system/cozystack-controller/values.yaml Updated Cozystack controller image to v0.24.0, updated cozystackVersion
packages/system/dashboard/charts/kubeapps/templates/dashboard/configmap.yaml Updated appVersion in ConfigMap to v0.24.0
packages/system/dashboard/values.yaml Updated image tags and digests for dashboard and kubeappsapis
packages/system/kamaji/values.yaml Updated Kamaji image tag to v0.24.0
packages/system/kubeovn/values.yaml Updated image digest for kubeovn
packages/extra/monitoring/images/grafana.tag Updated Grafana image tag to 1.8.0

Suggested labels

lgtm

Suggested reviewers

  • themoriarti

Poem

🐰 Hop, hop, version update time!
Cozystack leaps to v0.24
Images dancing, containers bright
From darkhttpd to assets' might
A rabbit's cheer for code so fine! 🚀

Possibly related PRs

  • Prepare release v0.13.0 #321: This PR updates the container images for the cozystack application, which is directly related to the changes in the main PR that also modifies the cozystack container image version.
  • Prepare release v0.17.0 #444: Similar to the main PR, this PR updates the container images for the cozystack application, indicating a version change that aligns with the updates made in the main PR.
  • Replace darkhttpd with cozystack-assets-server #596: This PR replaces the darkhttpd container with cozystack-assets-server, which is a significant change in the main PR that also involves modifications to the container configuration for the cozystack application.

📜 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 0bcc0d6 and 1391d65.

📒 Files selected for processing (15)
  • manifests/cozystack-installer.yaml (2 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/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 (1)
  • packages/extra/monitoring/images/grafana.tag
🚧 Files skipped from review as they are similar to previous changes (13)
  • packages/system/dashboard/charts/kubeapps/templates/dashboard/configmap.yaml
  • packages/extra/bootbox/images/matchbox.tag
  • packages/apps/kubernetes/images/kubevirt-cloud-provider.tag
  • packages/system/bucket/images/s3manager.tag
  • packages/apps/kubernetes/images/kubevirt-csi-driver.tag
  • packages/apps/kubernetes/images/cluster-autoscaler.tag
  • packages/system/kubeovn/values.yaml
  • packages/core/installer/values.yaml
  • packages/system/cozystack-api/values.yaml
  • packages/system/kamaji/values.yaml
  • packages/system/cozystack-controller/values.yaml
  • packages/core/testing/values.yaml
  • packages/system/dashboard/values.yaml
🔇 Additional comments (2)
manifests/cozystack-installer.yaml (2)

71-71: Verify version consistency and security configuration.

The image version update to v0.24.0 aligns with the release preparation. However, given the high-privilege configuration (cluster-admin role and hostNetwork), please ensure:

  1. The version is consistently updated across all related manifests
  2. The new version maintains the required security measures
✅ Verification successful

Version consistency and security configuration verified

The update to v0.24.0 is consistent across all components and maintains the required security configuration for the installer's functionality.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify version consistency across manifests and check for any security-related changes

# Check for version consistency
echo "Checking version consistency across manifests..."
rg -l "v0.23.1|v0.24.0" | while read -r file; do
  echo "=== $file ==="
  rg "v0.23.1|v0.24.0" "$file"
done

# Check for any security-related changes in the new version
echo -e "\nChecking for security-related changes..."
rg -i "security|auth|rbac|privilege|role|admin" --type yaml

Length of output: 71707


89-94: Verify the replacement of darkhttpd with cozystack-assets-server.

The switch from darkhttpd to a custom assets server is a significant change that requires verification:

  1. Ensure all assets remain accessible
  2. Verify the security properties of the new server
  3. Confirm performance characteristics

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?

❤️ 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.
    • Generate unit testing code for this file.
    • 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 generate unit testing code for this file.
    • @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 generate unit testing code.
    • @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.

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. (Beta)
  • @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.

Signed-off-by: Andrei Kvapil <[email protected]>
@kvaps kvaps merged commit 0ab39f2 into main Jan 27, 2025
1 of 2 checks passed
@kvaps kvaps deleted the release-v0.24.0 branch January 27, 2025 18:44
@coderabbitai coderabbitai bot mentioned this pull request Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant