Merged
Conversation
Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.27.0 to 1.27.1. - [Release notes](https://github.com/uber-go/zap/releases) - [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md) - [Commits](uber-go/zap@v1.27.0...v1.27.1) --- updated-dependencies: - dependency-name: go.uber.org/zap dependency-version: 1.27.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> (cherry picked from commit 58d75ab24e95fd6a7468602d0fa30739f807176e)
Bumps [github.com/fluxcd/pkg/apis/meta](https://github.com/fluxcd/pkg) from 1.22.0 to 1.24.0. - [Commits](fluxcd/pkg@apis/meta/v1.22.0...apis/meta/v1.24.0) --- updated-dependencies: - dependency-name: github.com/fluxcd/pkg/apis/meta dependency-version: 1.24.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> (cherry picked from commit b4352a2896b2a4e7cc35899920ffa5f34d001cbd)
Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.29.0 to 0.32.0. - [Commits](golang/mod@v0.29.0...v0.32.0) --- updated-dependencies: - dependency-name: golang.org/x/mod dependency-version: 0.32.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> (cherry picked from commit b8612baf77ea48eac9507b1ef4cf1bae996386ed)
Signed-off-by: McCarthy, Padraig <Padraig.McCarthy@fmr.com>
Signed-off-by: McCarthy, Padraig <Padraig.McCarthy@fmr.com>
Signed-off-by: McCarthy, Padraig <Padraig.McCarthy@fmr.com>
Signed-off-by: McCarthy, Padraig <Padraig.McCarthy@fmr.com>
Signed-off-by: McCarthy, Padraig <Padraig.McCarthy@fmr.com>
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.
This pull request updates the Helm chart packaging and publishing process, improves CI workflow security for GitHub Actions, and bumps several dependencies and image versions. The most significant changes are the move to an OCI-compliant Helm chart, enhancements to the integration and release workflows, and dependency updates.
Helm Chart Packaging and Publishing:
kraan-controller-helm, and its version is bumped tov0.3.52in bothChart.yamlandVERSION. The chart is now packaged and pushed as an OCI artifact toghcr.io/fidelity, and the release process in theMakefileis updated accordingly.CI/CD Workflow Improvements:
GIT_TOKENsecret for integration tests and uses it to create a Kubernetes secret for private repo access.packages: writepermission and logs in to GHCR before publishing the Helm chart.Dependency and Image Updates:
chart/values.yamltov1.4.5andv1.7.4respectively.go.mod, includinggithub.com/fluxcd/pkg/apis/meta,go.uber.org/zap,golang.org/x/mod, andk8s.io/apimachinery.