Skip to content

Conversation

teutonet-bot
Copy link
Contributor

@teutonet-bot teutonet-bot commented Aug 4, 2025

🤖 I have created a release beep boop

9.2.0 (2025-08-14)

Features

  • base-cluster/cert-manager: enableCertificateOwnerRef (#1653) (283d86f)
  • base-cluster/cert-manager: use oci repository (#1650) (ef6382d)
  • base-cluster/kyverno: enable policyExceptions for kyverno (#1655) (2029bcb)

Bug Fixes

  • base-cluster/certificates: certificate for baseDomain is not used (#1644) (6a3ccae)
  • base-cluster/dns: only deploy external-dns HelmRepository if needed (#1645) (7d313f2)
  • base-cluster/ingress-nginx: set a couple of timeouts in the loadbalancer to the maximum value (#1571) (bc6fe78)
  • base-cluster/monitoring: remove versions from datasources so they always take precedence (#1651) (6821ed8)

This PR was generated with Release Please. See documentation.

Summary by CodeRabbit

  • New Features

    • Cert-manager: option to set certificate owner references.
    • Cert-manager: support for pulling from an OCI repository.
    • Kyverno: ability to enable policy exceptions.
  • Bug Fixes

    • Corrected use of the base domain certificate.
    • External DNS repository now created only when required.
    • Ingress load balancer timeouts set to maximum to prevent premature terminations.
    • Monitoring datasources prioritized by removing version pinning.
  • Chores

    • Bumped base-cluster chart to 9.2.0 and updated release notes.

Copy link

coderabbitai bot commented Aug 4, 2025

Warning

Rate limit exceeded

@teutonet-bot has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 25 minutes and 33 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between 473ed47 and 92e31a4.

📒 Files selected for processing (2)
  • charts/base-cluster/Chart.yaml (1 hunks)
  • charts/base-cluster/README.md (2 hunks)

Walkthrough

The charts/base-cluster Helm chart version was bumped from 9.1.1 to 9.2.0 and a corresponding changelog entry for 9.2.0 was added; no other code or public API changes were made.

Changes

Cohort / File(s) Change Summary
Helm Chart Version Bump
charts/base-cluster/Chart.yaml, .github/release-please/manifest.json
Updated base-cluster chart version from 9.1.19.2.0 in Chart.yaml and release-please manifest.
Changelog Update
charts/base-cluster/CHANGELOG.md
Added 9.2.0 changelog entry (features: cert-manager ownerRef/OCI repo, kyverno policyExceptions; bug fixes for certificates, dns, ingress, monitoring).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Assessment against linked issues

Objective Addressed Explanation
Certificate for baseDomain is not used; update certificate configuration and activation (#1644)

Possibly related PRs

Suggested reviewers

  • cwrau
  • tasches
  • marvinWolff

Poem

I nibble at changelogs, hop to version new,
Certificates snug, DNS tidy too.
OCI crates stacked in a neat little row,
Bugs chased away where wild errors grow.
🐇✨

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch release-please--branches--main--components--base-cluster

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.
    • 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.
  • 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 the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

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

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

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

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • 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: 1

📜 Review details

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

📥 Commits

Reviewing files that changed from the base of the PR and between 7d313f2 and c7ced75.

📒 Files selected for processing (3)
  • .github/release-please/manifest.json (1 hunks)
  • charts/base-cluster/CHANGELOG.md (1 hunks)
  • charts/base-cluster/Chart.yaml (1 hunks)
🧰 Additional context used
🧠 Learnings (6)
📓 Common learnings
Learnt from: cwrau
PR: teutonet/teutonet-helm-charts#1604
File: charts/base-cluster/templates/monitoring/metrics-server/metrics-server.yaml:20-21
Timestamp: 2025-07-24T09:41:28.072Z
Learning: The official kubernetes-sigs/metrics-server Helm chart pins the image tag to a specific version in its values.yaml by default, ensuring reproducible deployments without requiring explicit tag specification in consuming charts.
Learnt from: cwrau
PR: teutonet/teutonet-helm-charts#1601
File: charts/base-cluster/templates/dns/external-dns.yaml:33-39
Timestamp: 2025-07-24T09:56:41.380Z
Learning: In the teutonet-helm-charts base-cluster chart, secret names like "external-dns" for Cloudflare provider are intentionally hard-coded. Users who need custom secret names should use Helm's `valuesFrom` feature to override values rather than expecting dedicated fields in values.yaml. This design keeps the values.yaml clean while still allowing full customization flexibility.
Learnt from: cwrau
PR: teutonet/teutonet-helm-charts#1604
File: charts/base-cluster/templates/monitoring/metrics-server/metrics-server.yaml:20-21
Timestamp: 2025-07-24T09:41:28.072Z
Learning: The kubernetes-sigs/metrics-server Helm chart uses `v{{ .Chart.AppVersion }}` as the default image tag when `image.tag` is empty, which provides pinned versioning through the chart's AppVersion rather than using floating tags like "latest".
Learnt from: cwrau
PR: teutonet/teutonet-helm-charts#1602
File: charts/base-cluster/templates/monitoring/kube-prometheus-stack/oauth-proxy.yaml:38-40
Timestamp: 2025-07-24T09:49:40.961Z
Learning: Official Helm charts like oauth2-proxy manage image versioning automatically through their Chart.yaml appVersion field, making manual tag pinning in consumer values unnecessary and potentially harmful. The chart version itself provides reproducibility by ensuring the correct image tag is used.
📚 Learning: the official kubernetes-sigs/metrics-server helm chart pins the image tag to a specific version in i...
Learnt from: cwrau
PR: teutonet/teutonet-helm-charts#1604
File: charts/base-cluster/templates/monitoring/metrics-server/metrics-server.yaml:20-21
Timestamp: 2025-07-24T09:41:28.072Z
Learning: The official kubernetes-sigs/metrics-server Helm chart pins the image tag to a specific version in its values.yaml by default, ensuring reproducible deployments without requiring explicit tag specification in consuming charts.

Applied to files:

  • .github/release-please/manifest.json
  • charts/base-cluster/Chart.yaml
📚 Learning: official helm charts like oauth2-proxy manage image versioning automatically through their chart.yam...
Learnt from: cwrau
PR: teutonet/teutonet-helm-charts#1602
File: charts/base-cluster/templates/monitoring/kube-prometheus-stack/oauth-proxy.yaml:38-40
Timestamp: 2025-07-24T09:49:40.961Z
Learning: Official Helm charts like oauth2-proxy manage image versioning automatically through their Chart.yaml appVersion field, making manual tag pinning in consumer values unnecessary and potentially harmful. The chart version itself provides reproducibility by ensuring the correct image tag is used.

Applied to files:

  • .github/release-please/manifest.json
  • charts/base-cluster/Chart.yaml
📚 Learning: the kubernetes-sigs/metrics-server helm chart uses `v{{ .chart.appversion }}` as the default image t...
Learnt from: cwrau
PR: teutonet/teutonet-helm-charts#1604
File: charts/base-cluster/templates/monitoring/metrics-server/metrics-server.yaml:20-21
Timestamp: 2025-07-24T09:41:28.072Z
Learning: The kubernetes-sigs/metrics-server Helm chart uses `v{{ .Chart.AppVersion }}` as the default image tag when `image.tag` is empty, which provides pinned versioning through the chart's AppVersion rather than using floating tags like "latest".

Applied to files:

  • .github/release-please/manifest.json
  • charts/base-cluster/Chart.yaml
📚 Learning: in the teutonet-helm-charts base-cluster chart, secret names like "external-dns" for cloudflare prov...
Learnt from: cwrau
PR: teutonet/teutonet-helm-charts#1601
File: charts/base-cluster/templates/dns/external-dns.yaml:33-39
Timestamp: 2025-07-24T09:56:41.380Z
Learning: In the teutonet-helm-charts base-cluster chart, secret names like "external-dns" for Cloudflare provider are intentionally hard-coded. Users who need custom secret names should use Helm's `valuesFrom` feature to override values rather than expecting dedicated fields in values.yaml. This design keeps the values.yaml clean while still allowing full customization flexibility.

Applied to files:

  • .github/release-please/manifest.json
  • charts/base-cluster/CHANGELOG.md
  • charts/base-cluster/Chart.yaml
📚 Learning: in charts/base-cluster/templates/dns/external-dns.yaml, the dns.provider field in values.yaml has al...
Learnt from: cwrau
PR: teutonet/teutonet-helm-charts#1601
File: charts/base-cluster/templates/dns/external-dns.yaml:30-32
Timestamp: 2025-07-24T09:55:53.655Z
Learning: In charts/base-cluster/templates/dns/external-dns.yaml, the dns.provider field in values.yaml has always been expected to be a map format (e.g., `{ cloudflare: {} }`), never a string format. The template correctly uses `{{ .Values.dns.provider | keys | first }}` to extract the provider name from the map keys.

Applied to files:

  • charts/base-cluster/CHANGELOG.md
🔇 Additional comments (3)
charts/base-cluster/Chart.yaml (2)

18-22: Update the sources URL to match the new chart tag

Line 19 still references base-cluster-v9.1.1, but the chart version has been bumped to 9.1.2.
If left unchanged, the link on Artifact Hub and other tooling will point to the previous release tag, which is misleading and may break reproducibility audits.

-  - https://github.com/teutonet/teutonet-helm-charts/tree/base-cluster-v9.1.1/charts/base-cluster
+  - https://github.com/teutonet/teutonet-helm-charts/tree/base-cluster-v9.1.2/charts/base-cluster

22-22: Version bump looks good

The version field correctly increments to 9.1.2 and is consistent with the changelog entry.

.github/release-please/manifest.json (1)

1-1: Manifest is in sync

The manifest entry for charts/base-cluster now reflects 9.1.2, keeping Release Please state consistent with the chart metadata.

@teutonet-bot teutonet-bot force-pushed the release-please--branches--main--components--base-cluster branch 2 times, most recently from 24837f9 to fe31399 Compare August 5, 2025 01:31
@teutonet-bot teutonet-bot changed the title chore(main): [bot] release base-cluster:9.1.2 chore(main): [bot] release base-cluster:9.2.0 Aug 6, 2025
@teutonet-bot teutonet-bot force-pushed the release-please--branches--main--components--base-cluster branch 4 times, most recently from 167a9b0 to b0ec607 Compare August 7, 2025 13:39
@teutonet-bot teutonet-bot force-pushed the release-please--branches--main--components--base-cluster branch from 38624df to 473ed47 Compare August 14, 2025 15:35
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 (3)
charts/base-cluster/CHANGELOG.md (3)

8-10: Use proper capitalization: OCI.

Standardize acronym casing for clarity and consistency.

Apply this diff:

-* **base-cluster/cert-manager:** use oci repository ([#1650](https://github.com/teutonet/teutonet-helm-charts/issues/1650)) ([ef6382d](https://github.com/teutonet/teutonet-helm-charts/commit/ef6382dbc078466b98e1fb8a5473839d5b9112a2))
+* **base-cluster/cert-manager:** use OCI repository ([#1650](https://github.com/teutonet/teutonet-helm-charts/issues/1650)) ([ef6382d](https://github.com/teutonet/teutonet-helm-charts/commit/ef6382dbc078466b98e1fb8a5473839d5b9112a2))

17-17: Tighten wording and spacing: “load balancer”, plural “values”.

Minor editorial polish for consistency with the PR summary wording.

Apply this diff:

-* **base-cluster/ingress-nginx:** set a couple of timeouts in the loadbalancer to the maximum value ([#1571](https://github.com/teutonet/teutonet-helm-charts/issues/1571)) ([bc6fe78](https://github.com/teutonet/teutonet-helm-charts/commit/bc6fe78413ea26f3b5003d645ef9918d0b346265))
+* **base-cluster/ingress-nginx:** set several load balancer timeouts to their maximum values ([#1571](https://github.com/teutonet/teutonet-helm-charts/issues/1571)) ([bc6fe78](https://github.com/teutonet/teutonet-helm-charts/commit/bc6fe78413ea26f3b5003d645ef9918d0b346265))

15-15: Confirm fix matches linked issue #1644 objectives.

The entry mentions baseDomain certificate usage. Please verify the underlying changes:

  • Only the wildcard DNS name is included.
  • Certificate activation requires both base domain and a DNS provider set.

If helpful, I can scan the chart for the certificate template and values gates to confirm behavior.

📜 Review details

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

💡 Knowledge Base configuration:

  • MCP integration is disabled by default for public repositories
  • Jira integration is disabled by default for public repositories
  • Linear integration is disabled by default for public repositories

You can enable these settings in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between ca2ba40 and 473ed47.

📒 Files selected for processing (3)
  • .github/release-please/manifest.json (1 hunks)
  • charts/base-cluster/CHANGELOG.md (1 hunks)
  • charts/base-cluster/Chart.yaml (1 hunks)
✅ Files skipped from review due to trivial changes (1)
  • charts/base-cluster/Chart.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). (3)
  • GitHub Check: check licenses
  • GitHub Check: update metadata file for release
  • GitHub Check: lint helm chart (base-cluster)
🔇 Additional comments (2)
.github/release-please/manifest.json (1)

1-1: LGTM — base-cluster bumped to 9.2.0; cross-artifact consistency verified

Verified:

  • charts/base-cluster/Chart.yaml — version: 9.2.0 (line 22)
  • .github/release-please/manifest.json — "charts/base-cluster":"9.2.0" (line 1)
  • charts/base-cluster/CHANGELOG.md — [9.2.0] compare link present (line 3)

No further action required.

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

3-3: Compare link and date look correct.

Tag range and release date align with the PR summary.

@teutonet-bot teutonet-bot added this pull request to the merge queue Aug 15, 2025
Merged via the queue into main with commit 93ae5fc Aug 15, 2025
20 checks passed
@teutonet-bot teutonet-bot deleted the release-please--branches--main--components--base-cluster branch August 15, 2025 08:04
@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.

2 participants