Skip to content

chore(main): [bot] release base-cluster:11.0.1#1887

Merged
teutonet-bot merged 4 commits intomainfrom
release-please--branches--main--components--base-cluster
Jan 8, 2026
Merged

chore(main): [bot] release base-cluster:11.0.1#1887
teutonet-bot merged 4 commits intomainfrom
release-please--branches--main--components--base-cluster

Conversation

@teutonet-bot
Copy link
Contributor

@teutonet-bot teutonet-bot commented Jan 7, 2026

🤖 I have created a release beep boop

11.0.1 (2026-01-08)

Bug Fixes

  • base-cluster/monitoring: downgrade sidecar version to fix race condition (#1883) (3044ba9)
  • base-cluster/monitoring: use correct grafana-tempo url (#1881) (e644bd2)

Miscellaneous Chores

  • base-cluster/dependencies: update helm release kube-prometheus-stack to v80 (#1868) (1801d12)
  • base-cluster/dependencies: update helm release oauth2-proxy to v9.0.1 (#1869) (e6f2b7e)

This PR was generated with Release Please. See documentation.

Summary by CodeRabbit

  • Bug Fixes

    • Fixed race condition in sidecar component
    • Corrected Grafana Tempo URL configuration
  • Chores

    • Updated kube-prometheus-stack to v80
    • Updated oauth2-proxy to v9.0.1

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link

coderabbitai bot commented Jan 7, 2026

Warning

Rate limit exceeded

@teutonet-bot has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 25 minutes and 19 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 d053ce3 and 0312588.

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

Walkthrough

This PR bumps the base-cluster chart from 11.0.0 to 11.0.1, updates the release manifest and Chart.yaml, and adds a CHANGELOG entry documenting monitoring bugfixes and dependency updates.

Changes

Cohort / File(s) Summary
Base-Cluster Release Metadata
.github/release-please/manifest.json, charts/base-cluster/Chart.yaml
Bumped chart version from 11.0.011.0.1.
Release Notes
charts/base-cluster/CHANGELOG.md
Added 11.0.1 changelog: monitoring bugfixes (sidecar downgrade; grafana-tempo URL correction) and dependency bumps (kube-prometheus-stack → v80, oauth2-proxy → v9.0.1).

Sequence Diagram(s)

(omitted — changes do not introduce new multi-component control flow)

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Suggested labels

autorelease: tagged

Suggested reviewers

  • tasches
  • marvinWolff
  • cwrau

Poem

🐰 A tiny patch came hopping through,
Version bumped—just one to two;
Sidecar calmed, Tempo found its way,
Dependencies nudged, and hop hooray! 🎉

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The PR title accurately reflects the main change: releasing base-cluster version 11.0.1 with bug fixes and dependency updates.
Linked Issues check ✅ Passed The PR addresses the coding requirement from issue #1883 by downgrading the Grafana sidecar to fix the race condition as specified.
Out of Scope Changes check ✅ Passed All changes are in-scope: manifest/version bumps, changelog updates, and chart version increments related to the 11.0.1 release.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


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

Comment @coderabbitai help to get the list of available commands and usage tips.

@gemini-code-assist
Copy link

Summary of Changes

Hello @teutonet-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 automates the release of the base-cluster Helm chart to version 11.0.1. The release incorporates critical bug fixes for monitoring components and updates several important dependencies, ensuring the chart's stability and compatibility with its underlying services.

Highlights

  • New Release: The base-cluster Helm chart has been released as version 11.0.1.
  • Bug Fixes: Monitoring components received two bug fixes: a downgrade of a sidecar version to resolve a race condition and a correction to the Grafana Tempo URL.
  • Dependency Updates: Key dependencies have been updated, including kube-prometheus-stack to v80 and oauth2-proxy to v9.0.1.
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 by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

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-code-assist Responds in comments when explicitly tagged, both in pull request 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 may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

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.

cwrau
cwrau previously approved these changes Jan 7, 2026
Copy link

@gemini-code-assist gemini-code-assist bot left a comment

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 is an automated release for base-cluster version 11.0.1. The changes correctly bump the version in release-please/manifest.json and Chart.yaml, and update the CHANGELOG.md.

While reviewing the changes, I noticed a small inconsistency in charts/base-cluster/Chart.yaml. The sources field on line 19 still points to the tag for version 11.0.0. For consistency and to provide correct metadata, this should be updated to point to the new version tag, base-cluster-v11.0.1.

Since this is a bot-generated PR, the configuration for the release process might need to be adjusted to update this URL automatically during version bumps.

@teutonet-bot teutonet-bot force-pushed the release-please--branches--main--components--base-cluster branch from 475b567 to d053ce3 Compare January 8, 2026 09:19
@teutonet-bot teutonet-bot added this pull request to the merge queue Jan 8, 2026
Merged via the queue into main with commit 24cb564 Jan 8, 2026
19 checks passed
@teutonet-bot teutonet-bot deleted the release-please--branches--main--components--base-cluster branch January 8, 2026 10:39
@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