Skip to content

chore(main): [bot] release common:1.7.0#1787

Merged
teutonet-bot merged 3 commits intomainfrom
release-please--branches--main--components--common
Dec 9, 2025
Merged

chore(main): [bot] release common:1.7.0#1787
teutonet-bot merged 3 commits intomainfrom
release-please--branches--main--components--common

Conversation

@teutonet-bot
Copy link
Contributor

@teutonet-bot teutonet-bot commented Nov 21, 2025

🤖 I have created a release beep boop

1.7.0 (2025-12-09)

Features

  • common: add statefulset recreate job (#1723) (6f40d20)
  • common: centralise helmRepositories templating (#1844) (31b1629)

Miscellaneous Chores

  • common/dependencies: update helm release common to v2.31.4 (#1532) (7df033f)

This PR was generated with Release Please. See documentation.

@coderabbitai
Copy link

coderabbitai bot commented Nov 21, 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 26 minutes and 12 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 1cde407 and 1902457.

📒 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)

Walkthrough

Bumps the charts/common Helm chart from v1.6.0 to v1.7.0; adds a 1.7.0 changelog entry (includes "statefulset recreate job" and updates helm release common to v2.31.4); updates manifest and README version references and library source tag.

Changes

Cohort / File(s) Summary
Manifest update
.github/release-please/manifest.json
Updated chart version reference for charts/common from 1.6.01.7.0.
Chart metadata
charts/common/Chart.yaml
Bumped version to 1.7.0 and updated sources/library reference from common-v1.6.0common-v1.7.0.
Docs & changelog
charts/common/CHANGELOG.md, charts/common/README.md
Added changelog entry for 1.7.0 (features: statefulset recreate job; misc: helm release common → v2.31.4). Updated README version badge to 1.7.0.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

  • Review focus: Chart.yaml version/source change and manifest consistency.
  • Files needing attention: charts/common/Chart.yaml, .github/release-please/manifest.json, charts/common/CHANGELOG.md (verify changelog accuracy and date).

Possibly related PRs

Suggested labels

autorelease: tagged

Suggested reviewers

  • tasches
  • cwrau
  • marvinWolff

Poem

🐰 I hopped through charts and tags tonight,

bumped to 1.7.0 with changelog bright.
A stateful job now takes the stage,
README updated, manifest on page.
Tiny hops — a release delight! 🚀

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately summarizes the main change: a version bump release for the common chart from 1.6.0 to 1.7.0, which is reflected across all modified files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

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.

@teutonet-bot teutonet-bot changed the title chore(main): [bot] release common:1.7.0 chore(main): [bot] release common:1.6.1 Nov 24, 2025
@teutonet-bot teutonet-bot force-pushed the release-please--branches--main--components--common branch 2 times, most recently from f54c29a to 4d2a101 Compare November 27, 2025 09:27
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/common/Chart.yaml (1)

16-16: Consider updating the source URL tag reference.

The source URL at line 16 references the old tag common-v1.6.0, while line 17 points to the main branch. For consistency with the new release, consider updating the versioned source URL to point to common-v1.6.1 to reflect the current release.

Apply this diff if the tag reference should be updated:

-    - https://github.com/teutonet/teutonet-helm-charts/tree/common-v1.6.0/charts/common
+    - https://github.com/teutonet/teutonet-helm-charts/tree/common-v1.6.1/charts/common

Otherwise, if intentionally keeping the previous tag as a reference point, this can be left as-is.

📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 636a585 and 4d2a101.

📒 Files selected for processing (3)
  • .github/release-please/manifest.json (1 hunks)
  • charts/common/CHANGELOG.md (1 hunks)
  • charts/common/Chart.yaml (1 hunks)
🧰 Additional context used
🧠 Learnings (1)
📚 Learning: 2025-07-24T09:41:28.072Z
Learnt from: cwrau
Repo: teutonet/teutonet-helm-charts PR: 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
🔇 Additional comments (3)
.github/release-please/manifest.json (1)

1-1: Version bump looks good.

The manifest correctly reflects the patch version bump from 1.6.0 to 1.6.1, aligned with the Chart.yaml and CHANGELOG updates.

charts/common/Chart.yaml (1)

19-19: Version bump correct and aligned.

The patch version is correctly bumped to 1.6.1, and the Bitnami common dependency at line 5 is pinned to v2.31.4, which aligns with the release's declared change (dependency update).

charts/common/CHANGELOG.md (1)

3-9: Changelog entry is well-formatted and accurate.

The new 1.6.1 entry properly documents the dependency update to v2.31.4 with correct formatting, date (2025-11-27), category (Miscellaneous Chores), issue reference (#1532), and commit hash. It aligns with the declared release purpose and follows the established changelog conventions.

@teutonet-bot teutonet-bot force-pushed the release-please--branches--main--components--common branch 3 times, most recently from e17fbab to 630bc6a Compare December 1, 2025 07:41
@teutonet-bot teutonet-bot changed the title chore(main): [bot] release common:1.6.1 chore(main): [bot] release common:1.7.0 Dec 1, 2025
@teutonet-bot teutonet-bot force-pushed the release-please--branches--main--components--common branch 4 times, most recently from 8abb04d to 195d85b Compare December 5, 2025 09:25
@teutonet-bot teutonet-bot force-pushed the release-please--branches--main--components--common branch from d242f5a to 9c26ea2 Compare December 9, 2025 08:47
@teutonet-bot teutonet-bot added this pull request to the merge queue Dec 9, 2025
Merged via the queue into main with commit 3014b2c Dec 9, 2025
19 checks passed
@teutonet-bot teutonet-bot deleted the release-please--branches--main--components--common branch December 9, 2025 09:21
@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