Skip to content

Conversation

@teutonet-bot
Copy link
Contributor

🤖 I have created a release beep boop

1.8.0 (2025-12-09)

Features

  • common/helm: add option to set namespace of HelmRepository (#1757) (6efd87b)
  • common/images: add template for pullPolicy (#1381) (fac4246)
  • common/telemetry: abstract telemetry config to allow typed usage (#1346) (5e5742f)
  • common/telemetry: add telemetry-collector as a generic service name (#1432) (fdf3b21)
  • common: add kube-apiserver networkpolicy helper (#1413) (58ed072)
  • common: add statefulset recreate job (#1723) (6f40d20)
  • common: centralise helmRepositories templating (#1844) (31b1629)

Miscellaneous Chores


This PR was generated with Release Please. See documentation.

@coderabbitai
Copy link

coderabbitai bot commented Dec 9, 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 19 minutes and 32 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 3014b2c and e558bc3.

📒 Files selected for processing (4)
  • .github/release-please/manifest.json (1 hunks)
  • charts/common/CHANGELOG.md (1 hunks)
  • charts/common/Chart.yaml (1 hunks)
  • charts/common/README.md (1 hunks)

Note

Other AI code review bot(s) detected

CodeRabbit has detected other AI code review bot(s) in this pull request and will avoid duplicating their findings in the review comments. This may lead to a less comprehensive review.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch release-please--branches--main--components--common

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 is an automated release of version 1.8.0 for the common Helm chart. This update bundles several new features, including enhanced HelmRepository configuration, flexible image pullPolicy templating, and refined telemetry settings. It also introduces new utilities like a kube-apiserver network policy helper and a StatefulSet recreate job, alongside centralizing Helm repository templating and updating key dependencies.

Highlights

  • New Helm Chart Release: The common Helm chart has been released as version 1.8.0, incorporating a collection of new features and updates.
  • HelmRepository Namespace Option: An option has been added to allow setting the namespace for HelmRepository configurations.
  • Image Pull Policy Template: A new template for pullPolicy has been introduced for images, providing more flexibility.
  • Telemetry Configuration Enhancements: Telemetry configuration has been abstracted for typed usage, and telemetry-collector is now a generic service name.
  • Kube-apiserver Network Policy Helper: A helper for kube-apiserver network policies has been added to simplify network access control.
  • StatefulSet Recreate Job: A job to recreate StatefulSets has been included, likely for easier updates or recovery.
  • Centralized Helm Repositories Templating: The templating for Helm repositories has been centralized for consistency and easier management.
  • Dependency Updates: The common Helm release dependencies have been updated to versions v2.27.0 and v2.31.4.
  • Documentation Update: Documentation regarding template usage has been added to the common chart.
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.

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 common:1.8.0. The changes correctly bump the version in manifest.json and Chart.yaml, and update the CHANGELOG.md. I've added a comment to the changelog regarding duplicated entries from previous releases, which might be caused by the release automation configuration and could be improved for clarity.

Comment on lines +3 to +28
## [1.8.0](https://github.com/teutonet/teutonet-helm-charts/compare/common-v1.7.0...common-v1.8.0) (2025-12-09)


### Features

* **common/helm:** add option to set namespace of HelmRepository ([#1757](https://github.com/teutonet/teutonet-helm-charts/issues/1757)) ([6efd87b](https://github.com/teutonet/teutonet-helm-charts/commit/6efd87b1cd1c032170e8d02138b007ee6c8c754c))
* **common/images:** add template for pullPolicy ([#1381](https://github.com/teutonet/teutonet-helm-charts/issues/1381)) ([fac4246](https://github.com/teutonet/teutonet-helm-charts/commit/fac4246811afcf2afefab03bc9224a0a717ad75e))
* **common/telemetry:** abstract telemetry config to allow typed usage ([#1346](https://github.com/teutonet/teutonet-helm-charts/issues/1346)) ([5e5742f](https://github.com/teutonet/teutonet-helm-charts/commit/5e5742f1991583e23229dcfdb163786122c4df31))
* **common/telemetry:** add telemetry-collector as a generic service name ([#1432](https://github.com/teutonet/teutonet-helm-charts/issues/1432)) ([fdf3b21](https://github.com/teutonet/teutonet-helm-charts/commit/fdf3b21e793a8e3a37e132f9a1472ccb643a2d14))
* **common:** add kube-apiserver networkpolicy helper ([#1413](https://github.com/teutonet/teutonet-helm-charts/issues/1413)) ([58ed072](https://github.com/teutonet/teutonet-helm-charts/commit/58ed0726018962632766d467bdb90e4f4e6b55a5))
* **common:** add statefulset recreate job ([#1723](https://github.com/teutonet/teutonet-helm-charts/issues/1723)) ([6f40d20](https://github.com/teutonet/teutonet-helm-charts/commit/6f40d204c3abb0ebea526ed2181786e10ad34b3a))
* **common:** centralise helmRepositories templating ([#1844](https://github.com/teutonet/teutonet-helm-charts/issues/1844)) ([31b1629](https://github.com/teutonet/teutonet-helm-charts/commit/31b1629c055b1807c8c4157b773b07076f109335))


### Miscellaneous Chores

* **common/dependencies:** update helm release common to v2.27.0 ([#1389](https://github.com/teutonet/teutonet-helm-charts/issues/1389)) ([9e7587f](https://github.com/teutonet/teutonet-helm-charts/commit/9e7587f70bf05eced1d2cb0e5ac95ccc40dfd00a))
* **common/dependencies:** update helm release common to v2.31.4 ([#1532](https://github.com/teutonet/teutonet-helm-charts/issues/1532)) ([7df033f](https://github.com/teutonet/teutonet-helm-charts/commit/7df033f5fe807f53505f8fdf78ae1549632aac5e))
* **common/docs:** set vim modeline ([#1273](https://github.com/teutonet/teutonet-helm-charts/issues/1273)) ([322db3f](https://github.com/teutonet/teutonet-helm-charts/commit/322db3f7e5a34ec69f5e749888e46905a16b7339))
* **common:** add documentation about template usage ([#1426](https://github.com/teutonet/teutonet-helm-charts/issues/1426)) ([638add8](https://github.com/teutonet/teutonet-helm-charts/commit/638add81729bd169b3a35edfee1c68c6011c2be8))
* **main:** [bot] release common:1.3.0 ([#1077](https://github.com/teutonet/teutonet-helm-charts/issues/1077)) ([ff40004](https://github.com/teutonet/teutonet-helm-charts/commit/ff4000493cb170424536b109928b7f93eb628f84))
* **main:** [bot] release common:1.4.0 ([#1385](https://github.com/teutonet/teutonet-helm-charts/issues/1385)) ([cc9cc7f](https://github.com/teutonet/teutonet-helm-charts/commit/cc9cc7fcb5cf9f816fd4c5dd8faeae091af28bae))
* **main:** [bot] release common:1.5.0 ([#1391](https://github.com/teutonet/teutonet-helm-charts/issues/1391)) ([036125b](https://github.com/teutonet/teutonet-helm-charts/commit/036125bcc16210cc52bce619b69ab2d23f3ad941))
* **main:** [bot] release common:1.6.0 ([#1766](https://github.com/teutonet/teutonet-helm-charts/issues/1766)) ([f870cda](https://github.com/teutonet/teutonet-helm-charts/commit/f870cda53ebdddd7c543703d8d71edf093f48d18))
* **main:** [bot] release common:1.7.0 ([#1787](https://github.com/teutonet/teutonet-helm-charts/issues/1787)) ([3014b2c](https://github.com/teutonet/teutonet-helm-charts/commit/3014b2c8df862a2902e800ae129f9b7429a04268))

Choose a reason for hiding this comment

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

medium

The changelog for version 1.8.0 appears to include changes that were already part of previous releases. This creates redundancy and makes it difficult to understand what is new in this version. For example, several features listed under 1.8.0 also appear in the release notes for versions 1.7.0, 1.6.0, 1.5.0, 1.4.0, and 1.3.0.

Each release section in the changelog should ideally only contain the changes specific to that release. This might indicate a misconfiguration in the release-please setup that could be worth investigating to ensure the changelog remains clear and accurate.

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