feat(ci): migrate from changelog-release to Release Please#130
Merged
sebastiancorrea81 merged 1 commit intomainfrom Feb 26, 2026
Merged
feat(ci): migrate from changelog-release to Release Please#130sebastiancorrea81 merged 1 commit intomainfrom
sebastiancorrea81 merged 1 commit intomainfrom
Conversation
…Please The current release workflow pushes directly to main which fails due to repository rulesets requiring PRs. Release Please solves this by creating a PR for version bumps and changelog updates instead. - Add .release-please-config.json with monorepo setup for all 4 charts - Add .release-please-manifest.json with current chart versions - Rewrite release.yml with 3 jobs: release-please, package-and-publish, update-docs - Upload chart .tgz to GitHub Releases for persistence across runs - Download historical .tgz from all GitHub Releases for index generation - Update run-helm-docs.sh to accept chart dirs as CLI arguments - Fix yamllint to only lint staged files and add ignore for vendored dirs Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
agustincelentano
approved these changes
Feb 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
changelog-release.yml(which pushes directly tomainand fails due to repository rulesets) to Release Please, which creates PRs for version bumps and changelog updates.release-please-config.json+.release-please-manifest.json) for all 4 charts: agent, base, cert-manager-config, istio-metrics.github/workflows/release.ymlwith 3 jobs:release-please: creates/updates Release PRs, creates GitHub Releases on mergepackage-and-publish: packages charts, uploads .tgz to GitHub Releases, deploys to GitHub Pagesupdate-docs: runs helm-docs on the Release Please PR branchnode_modules/andreleases/)Test plan
update-docsjob adds helm-docs to the Release Please PRnullplatform-agent-X.Y.Z)package-and-publishpackages charts and deploys to GitHub Pageshelm repo add nullplatform https://nullplatform.github.io/helm-charts && helm search repo nullplatformshows correct versions🤖 Generated with Claude Code