Skip to content

chore(chart): release helm chart 1.2.0#5751

Merged
jakobmoellerdev merged 1 commit intoexternal-secrets:mainfrom
jakobmoellerdev:release-chart-v1.2.0
Dec 19, 2025
Merged

chore(chart): release helm chart 1.2.0#5751
jakobmoellerdev merged 1 commit intoexternal-secrets:mainfrom
jakobmoellerdev:release-chart-v1.2.0

Conversation

@jakobmoellerdev
Copy link
Copy Markdown
Contributor

@jakobmoellerdev jakobmoellerdev commented Dec 19, 2025

Problem Statement

Prepares chart for 1.2.0

Related Issue

Part of #5748

Proposed Changes

How do you like to solve the issue and why?

Format

Please ensure that your PR follows the following format for the title:

feat(scope): add new feature
fix(scope): fix bug
docs(scope): update documentation
chore(scope): update build tool or dependencies
ref(scope): refactor code
clean(scope): provider cleanup
test(scope): add tests
perf(scope): improve performance
desig(scope): improve design

Where scope is optionally one of:

  • charts
  • release
  • testing
  • security
  • templating

Checklist

  • I have read the contribution guidelines
  • All commits are signed with git commit --signoff
  • My changes have reasonable test coverage
  • All tests pass with make test
  • I ensured my PR is ready for review with make reviewable

Summary by CodeRabbit

  • Chores
    • Updated Helm chart version to 1.2.0 in configuration and documentation.

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

Signed-off-by: Jakob Möller <contact@jakob-moeller.com>
@github-actions github-actions bot added area/chart kind/chore Categorizes Pull Requests for chore activities (like bumping versions) labels Dec 19, 2025
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Dec 19, 2025

Walkthrough

Version bump for the external-secrets Helm chart from 1.1.1 to 1.2.0. The Chart.yaml file's version and appVersion fields are updated, along with the corresponding version badge in README.md.

Changes

Cohort / File(s) Summary
Helm Chart Version Bump
deploy/charts/external-secrets/Chart.yaml, deploy/charts/external-secrets/README.md
Updated chart version and appVersion from 1.1.1 to 1.2.0; refreshed version badge in documentation.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A version hop from one-one-one,
To one-two-zero—the bump is done!
In Chart and badge, the numbers gleam,
A minor release, a smaller dream. ✨

Pre-merge checks and finishing touches

❌ Failed checks (1 inconclusive)
Check name Status Explanation Resolution
Description check ❓ Inconclusive The description includes Problem Statement and Related Issue, but the Proposed Changes section is empty and lacks explanation of the solution approach. Fill in the Proposed Changes section explaining how the version bump implements the solution and why this approach was chosen.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly describes the main change: releasing the Helm chart version 1.2.0, which matches the version bumps in Chart.yaml and README.md.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

📜 Recent review details

Configuration used: defaults

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between f22b8a1 and a9666ac.

⛔ Files ignored due to path filters (3)
  • deploy/charts/external-secrets/tests/__snapshot__/cert_controller_test.yaml.snap is excluded by !**/*.snap
  • deploy/charts/external-secrets/tests/__snapshot__/controller_test.yaml.snap is excluded by !**/*.snap
  • deploy/charts/external-secrets/tests/__snapshot__/webhook_test.yaml.snap is excluded by !**/*.snap
📒 Files selected for processing (2)
  • deploy/charts/external-secrets/Chart.yaml (1 hunks)
  • deploy/charts/external-secrets/README.md (1 hunks)
⏰ 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). (8)
  • GitHub Check: publish-artifacts (Dockerfile.ubi, CGO_ENABLED=0 GOEXPERIMENT=boringcrypto, amd64 ppc64le, linux/... / Build and Publish
  • GitHub Check: publish-artifacts (Dockerfile.ubi, CGO_ENABLED=0, amd64 arm64 ppc64le, linux/amd64,linux/arm64,li... / Build and Publish
  • GitHub Check: publish-artifacts (Dockerfile, CGO_ENABLED=0, amd64 arm64 s390x ppc64le, linux/amd64,linux/arm64,... / Build and Publish
  • GitHub Check: check-diff
  • GitHub Check: lint
  • GitHub Check: unit-tests
  • GitHub Check: lint-and-test
  • GitHub Check: Analyze project (go, autobuild)
🔇 Additional comments (2)
deploy/charts/external-secrets/README.md (1)

7-7: LGTM! Version badge correctly updated.

The version badge update to 1.2.0 is consistent with the Chart.yaml version bump.

deploy/charts/external-secrets/Chart.yaml (1)

5-6: Version bumps are correct. The chart version and appVersion have been appropriately bumped to 1.2.0, with the v1.2.0 release confirmed on GitHub (published 2025-12-19T13:17:26Z).


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

@Skarlso
Copy link
Copy Markdown
Contributor

Skarlso commented Dec 19, 2025

/ok-to-test sha=a9666ac4e36ea934046fbe604c2fcaeb1dda8869

@sonarqubecloud
Copy link
Copy Markdown

@Skarlso Skarlso moved this to In Progress in External Secrets Dec 19, 2025
@jakobmoellerdev
Copy link
Copy Markdown
Contributor Author

/ok-to-test-managed provider=gcp sha=a9666ac4e36ea934046fbe604c2fcaeb1dda8869

@Skarlso
Copy link
Copy Markdown
Contributor

Skarlso commented Dec 19, 2025

/ok-to-test-managed sha=a9666ac4e36ea934046fbe604c2fcaeb1dda8869 provider=gcp,aws,azure

@Skarlso
Copy link
Copy Markdown
Contributor

Skarlso commented Dec 19, 2025

/ok-to-test-managed sha=a9666ac4e36ea934046fbe604c2fcaeb1dda8869 provider=gcp

@eso-service-account-app
Copy link
Copy Markdown
Contributor

@Skarlso
Copy link
Copy Markdown
Contributor

Skarlso commented Dec 19, 2025

/ok-to-test-managed sha=a9666ac4e36ea934046fbe604c2fcaeb1dda8869 provider=aws

@jakobmoellerdev jakobmoellerdev merged commit 7ea537b into external-secrets:main Dec 19, 2025
56 checks passed
@github-project-automation github-project-automation bot moved this from In Progress to Done in External Secrets Dec 19, 2025
@coderabbitai coderabbitai bot mentioned this pull request Dec 19, 2025
11 tasks
dsp0x4 pushed a commit to dsp0x4/external-secrets that referenced this pull request Mar 22, 2026
Signed-off-by: Jakob Möller <contact@jakob-moeller.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/chart kind/chore Categorizes Pull Requests for chore activities (like bumping versions) size/s

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants