Skip to content

Conversation

teutonet-bot
Copy link
Contributor

@teutonet-bot teutonet-bot commented Mar 6, 2025

🤖 I have created a release beep boop

9.3.0 (2025-06-06)

Features

Miscellaneous Chores


This PR was generated with Release Please. See documentation.

Summary by CodeRabbit

  • New Features

    • Added RBAC for Teuto staff.
    • Enabled audit logging.
    • Made apiserver resource configurations customizable.
    • Adopted a new pullPolicy template.
  • Enhancements

    • Updated OpenStack Cinder CSI plugin and related CSI component images to newer versions.
    • Improved documentation for control plane resource configuration and security group rule options.
  • Chores

    • Updated chart version to 9.3.0 and pinned image versions.
    • Switched CSI image references and license entries from k8s.gcr.io to registry.k8s.io.

@teutonet-bot
Copy link
Contributor Author

teutonet-bot commented Mar 6, 2025

@teutonet-bot teutonet-bot changed the title chore(main): [bot] release t8s-cluster:10.0.0 chore(main): [bot] release t8s-cluster:9.3.0 Apr 22, 2025
@teutonet-bot teutonet-bot force-pushed the release-please--branches--main--components--t8s-cluster branch from ddd0bf5 to 4901842 Compare April 22, 2025 07:44
Copy link

coderabbitai bot commented Apr 22, 2025

Walkthrough

The version for the t8s-cluster Helm chart was updated from 9.2.1 to 9.3.0 across relevant files. A changelog entry was added documenting four new features: adding RBAC for Teuto staff, enabling audit logging, customizable apiserver resource configurations, and a new pullPolicy template. The chart’s container images and license references were updated to newer versions and registries. The README schema was extended with resource requirements and security group rule enhancements.

Changes

File(s) Change Summary
.github/release-please/manifest.json Updated charts/t8s-cluster version from 9.2.1 to 9.3.0.
charts/t8s-cluster/Chart.yaml Incremented chart version from 9.2.1 to 9.3.0; updated source URL; upgraded OpenStack Cinder CSI, cloud controller, and CSI images; removed old k8s.gcr.io images from annotations.
.github/image_licenses.yaml Replaced Kubernetes CSI image license entries from k8s.gcr.io domain to registry.k8s.io domain with identical license info.
charts/t8s-cluster/CHANGELOG.md Added changelog entry for 9.3.0 with new features: RBAC for Teuto staff, audit logging, apiserver resource customization, new pullPolicy template, and a chore for version pinning.
charts/t8s-cluster/README.md Updated version badge and source URL; extended controlPlane schema with optional resources property (including claims, limits, requests); added required remoteGroupID to additionalSecurityGroupRules; formatting improvements.

Suggested reviewers

  • marvinWolff
  • tasches

Poem

🐇 A hop to nine point three we bound,
New RBAC rules and logs are found.
Resources flex with claims and more,
Images updated, licenses soar.
Security rules now tightly spun,
Charting progress, work well done! 🎉


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.

Copy link

@coderabbitai coderabbitai bot left a comment

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 (1)
charts/t8s-cluster/Chart.yaml (1)

18-18: Optional: Update source link to point to the v9.3.0 tag.

The sources entry still references t8s-cluster-v9.2.1. Consider updating it to t8s-cluster-v9.3.0 for consistency:

-  - https://github.com/teutonet/teutonet-helm-charts/tree/t8s-cluster-v9.2.1/charts/t8s-cluster
+  - https://github.com/teutonet/teutonet-helm-charts/tree/t8s-cluster-v9.3.0/charts/t8s-cluster
📜 Review details

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

📥 Commits

Reviewing files that changed from the base of the PR and between dcb28ca and 4901842.

📒 Files selected for processing (3)
  • .github/release-please/manifest.json (1 hunks)
  • charts/t8s-cluster/CHANGELOG.md (1 hunks)
  • charts/t8s-cluster/Chart.yaml (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (2)
  • GitHub Check: lint helm chart (t8s-cluster)
  • GitHub Check: wait-for-checks
🔇 Additional comments (3)
.github/release-please/manifest.json (1)

1-1: Version bump is correct and consistent.

The charts/t8s-cluster entry was updated from "9.2.1" to "9.3.0" as expected for this release. No other changes to the JSON manifest are needed.

charts/t8s-cluster/CHANGELOG.md (1)

3-8: Changelog entry for v9.3.0 looks good.

The new release entry documents the audit logging feature, references issue #1440 and the corresponding commit, and follows the existing formatting conventions.

charts/t8s-cluster/Chart.yaml (1)

21-21: Chart version updated correctly.

The version field has been bumped from 9.2.1 to 9.3.0, matching the release and manifest changes.

@teutonet-bot teutonet-bot force-pushed the release-please--branches--main--components--t8s-cluster branch 3 times, most recently from 59b7203 to 803721b Compare April 28, 2025 12:45
@teutonet-bot teutonet-bot force-pushed the release-please--branches--main--components--t8s-cluster branch from f9826bf to 9f3b6d2 Compare May 5, 2025 08:24
@teutonet-bot
Copy link
Contributor Author

🤖 I have diffed this beep boop

"/$namespace/$kind/$name.yaml" for normal resources
"/$namespace/HelmRelease/$name/$namespace/$kind/$name.yaml" for HelmReleases <- this is recursive
'null' means it's either cluster-scoped or it's in the default namespace for the HelmRelease

charts/t8s-cluster/ci/artifacthub-values.yaml

charts/t8s-cluster/ci/cidrs-values.yaml

charts/t8s-cluster/ci/injectedCertificateAuthorities-values.yaml

charts/t8s-cluster/ci/hcp-values.yaml

charts/t8s-cluster/ci/securityGroups-values.yaml

charts/t8s-cluster/ci/calico-values.yaml

charts/t8s-cluster/ci/securityGroupRules-values.yaml

charts/t8s-cluster/ci/bastion-values.yaml

charts/t8s-cluster/values.yaml

charts/t8s-cluster/ci/gpu-flavor-values.yaml

@teutonet-bot teutonet-bot force-pushed the release-please--branches--main--components--t8s-cluster branch 3 times, most recently from 828704d to 11169d8 Compare May 15, 2025 06:27
@teutonet-bot
Copy link
Contributor Author

🤖 I have diffed this beep boop

"/$namespace/$kind/$name.yaml" for normal resources
"/$namespace/HelmRelease/$name/$namespace/$kind/$name.yaml" for HelmReleases <- this is recursive
'null' means it's either cluster-scoped or it's in the default namespace for the HelmRelease

charts/t8s-cluster/ci/artifacthub-values.yaml

charts/t8s-cluster/ci/cidrs-values.yaml

charts/t8s-cluster/ci/injectedCertificateAuthorities-values.yaml

charts/t8s-cluster/ci/hcp-values.yaml

charts/t8s-cluster/ci/securityGroups-values.yaml

charts/t8s-cluster/ci/calico-values.yaml

charts/t8s-cluster/ci/securityGroupRules-values.yaml

charts/t8s-cluster/ci/bastion-values.yaml

charts/t8s-cluster/values.yaml

charts/t8s-cluster/ci/gpu-flavor-values.yaml

@teutonet-bot
Copy link
Contributor Author

🤖 I have diffed this beep boop

"/$namespace/$kind/$name.yaml" for normal resources
"/$namespace/HelmRelease/$name/$namespace/$kind/$name.yaml" for HelmReleases <- this is recursive
'null' means it's either cluster-scoped or it's in the default namespace for the HelmRelease

charts/t8s-cluster/ci/artifacthub-values.yaml

charts/t8s-cluster/ci/cidrs-values.yaml

charts/t8s-cluster/ci/injectedCertificateAuthorities-values.yaml

charts/t8s-cluster/ci/hcp-values.yaml

charts/t8s-cluster/ci/securityGroups-values.yaml

charts/t8s-cluster/ci/calico-values.yaml

charts/t8s-cluster/ci/securityGroupRules-values.yaml

charts/t8s-cluster/ci/bastion-values.yaml

charts/t8s-cluster/values.yaml

charts/t8s-cluster/ci/gpu-flavor-values.yaml

@teutonet-bot teutonet-bot force-pushed the release-please--branches--main--components--t8s-cluster branch from 3c76bd1 to 9d62884 Compare May 16, 2025 01:20
@teutonet-bot
Copy link
Contributor Author

🤖 I have diffed this beep boop

"/$namespace/$kind/$name.yaml" for normal resources
"/$namespace/HelmRelease/$name/$namespace/$kind/$name.yaml" for HelmReleases <- this is recursive
'null' means it's either cluster-scoped or it's in the default namespace for the HelmRelease

charts/t8s-cluster/ci/artifacthub-values.yaml

charts/t8s-cluster/ci/cidrs-values.yaml

charts/t8s-cluster/ci/injectedCertificateAuthorities-values.yaml

charts/t8s-cluster/ci/hcp-values.yaml

charts/t8s-cluster/ci/securityGroups-values.yaml

charts/t8s-cluster/ci/calico-values.yaml

charts/t8s-cluster/ci/securityGroupRules-values.yaml

charts/t8s-cluster/ci/bastion-values.yaml

charts/t8s-cluster/values.yaml

charts/t8s-cluster/ci/gpu-flavor-values.yaml

@teutonet-bot teutonet-bot force-pushed the release-please--branches--main--components--t8s-cluster branch from a528379 to 3229f3e Compare May 19, 2025 08:51
@teutonet-bot
Copy link
Contributor Author

🤖 I have diffed this beep boop

"/$namespace/$kind/$name.yaml" for normal resources
"/$namespace/HelmRelease/$name/$namespace/$kind/$name.yaml" for HelmReleases <- this is recursive
'null' means it's either cluster-scoped or it's in the default namespace for the HelmRelease

charts/t8s-cluster/ci/artifacthub-values.yaml

charts/t8s-cluster/ci/cidrs-values.yaml

charts/t8s-cluster/ci/injectedCertificateAuthorities-values.yaml

charts/t8s-cluster/ci/hcp-values.yaml

charts/t8s-cluster/ci/securityGroups-values.yaml

charts/t8s-cluster/ci/calico-values.yaml

charts/t8s-cluster/ci/securityGroupRules-values.yaml

charts/t8s-cluster/ci/bastion-values.yaml

charts/t8s-cluster/values.yaml

charts/t8s-cluster/ci/gpu-flavor-values.yaml

@teutonet-bot teutonet-bot force-pushed the release-please--branches--main--components--t8s-cluster branch 2 times, most recently from 1891628 to 9169d3d Compare May 20, 2025 06:29
@teutonet-bot
Copy link
Contributor Author

🤖 I have diffed this beep boop

"/$namespace/$kind/$name.yaml" for normal resources
"/$namespace/HelmRelease/$name/$namespace/$kind/$name.yaml" for HelmReleases <- this is recursive
'null' means it's either cluster-scoped or it's in the default namespace for the HelmRelease

charts/t8s-cluster/ci/artifacthub-values.yaml

charts/t8s-cluster/ci/cidrs-values.yaml

charts/t8s-cluster/ci/injectedCertificateAuthorities-values.yaml

charts/t8s-cluster/ci/hcp-values.yaml

charts/t8s-cluster/ci/securityGroups-values.yaml

charts/t8s-cluster/ci/calico-values.yaml

charts/t8s-cluster/ci/securityGroupRules-values.yaml

charts/t8s-cluster/ci/bastion-values.yaml

charts/t8s-cluster/values.yaml

charts/t8s-cluster/ci/gpu-flavor-values.yaml

@teutonet-bot teutonet-bot force-pushed the release-please--branches--main--components--t8s-cluster branch from 6e12402 to 486bc1d Compare May 28, 2025 11:15
@teutonet-bot
Copy link
Contributor Author

@teutonet-bot teutonet-bot force-pushed the release-please--branches--main--components--t8s-cluster branch from ad5837f to 2e9bddb Compare May 29, 2025 01:21
@teutonet-bot
Copy link
Contributor Author

@teutonet-bot teutonet-bot force-pushed the release-please--branches--main--components--t8s-cluster branch 3 times, most recently from 33f85b6 to e7d9aa5 Compare June 6, 2025 09:27
@cwrau cwrau force-pushed the release-please--branches--main--components--t8s-cluster branch from 94b6f65 to c0ce042 Compare June 6, 2025 13:30
@cwrau cwrau removed request for tasches and marvinWolff June 6, 2025 13:38
@cwrau cwrau disabled auto-merge June 6, 2025 13:38
@cwrau cwrau enabled auto-merge June 6, 2025 13:38
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🧹 Nitpick comments (1)
charts/t8s-cluster/README.md (1)

353-361: Provide description for new flavor property

The newly added flavor entry in the controlPlane schema table lacks a Title/Description. Consider adding a concise explanation (e.g., “Specifies the control plane flavor”) for clarity.

📜 Review details

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

📥 Commits

Reviewing files that changed from the base of the PR and between 38a7c4a and 504809f.

📒 Files selected for processing (5)
  • .github/image_licenses.yaml (1 hunks)
  • .github/release-please/manifest.json (1 hunks)
  • charts/t8s-cluster/CHANGELOG.md (1 hunks)
  • charts/t8s-cluster/Chart.yaml (1 hunks)
  • charts/t8s-cluster/README.md (4 hunks)
✅ Files skipped from review due to trivial changes (2)
  • .github/image_licenses.yaml
  • charts/t8s-cluster/Chart.yaml
🚧 Files skipped from review as they are similar to previous changes (2)
  • .github/release-please/manifest.json
  • charts/t8s-cluster/CHANGELOG.md
🧰 Additional context used
🪛 LanguageTool
charts/t8s-cluster/README.md

[uncategorized] ~548-~548: The verb “is” doesn’t seem to fit in this context, “are” is probably more formally correct.
Context: ...compute resources required. If Requests is omitted for a container, it defaults to...

(AI_HYDRA_LEO_CPT_IS_ARE)


[uncategorized] ~548-~548: You might be missing the article “the” here.
Context: ...n-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/...

(AI_EN_LECTOR_MISSING_DETERMINER_THE)


[style] ~558-~558: Consider replacing this word to strengthen your wording.
Context: ...this container. This is an alpha field and requires enabling the DynamicResourceAl...

(AND_THAT)


[uncategorized] ~650-~650: The verb “is” doesn’t seem to fit in this context, “are” is probably more formally correct.
Context: ...compute resources required. If Requests is omitted for a container, it defaults to...

(AI_HYDRA_LEO_CPT_IS_ARE)


[uncategorized] ~650-~650: You might be missing the article “the” here.
Context: ...n-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/...

(AI_EN_LECTOR_MISSING_DETERMINER_THE)

🪛 markdownlint-cli2 (0.17.2)
charts/t8s-cluster/README.md

547-547: Bare URL used
null

(MD034, no-bare-urls)


548-548: Bare URL used
null

(MD034, no-bare-urls)


612-612: Bare URL used
null

(MD034, no-bare-urls)


650-650: Bare URL used
null

(MD034, no-bare-urls)

🔇 Additional comments (2)
charts/t8s-cluster/README.md (2)

4-4: Verify version badge matches Chart.yaml

The version badge has been updated to 9.3.0; please ensure Chart.yaml also reflects this new version.


20-20: Source URL updated correctly

The link to the t8s-cluster-v9.3.0 branch is accurate.

@cwrau cwrau added this pull request to the merge queue Jun 6, 2025
Merged via the queue into main with commit f70df9a Jun 6, 2025
40 checks passed
@cwrau cwrau deleted the release-please--branches--main--components--t8s-cluster branch June 6, 2025 13:46
@teutonet-bot
Copy link
Contributor Author

🤖 Created releases:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants