Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 5, 2023

Bumps github.com/fluxcd/helm-controller/api from 0.32.2 to 0.35.0.

Release notes

Sourced from github.com/fluxcd/helm-controller/api's releases.

v0.35.0

Changelog

v0.35.0 changelog

Container images

  • docker.io/fluxcd/helm-controller:v0.35.0
  • ghcr.io/fluxcd/helm-controller:v0.35.0

Supported architectures: linux/amd64, linux/arm64 and linux/arm/v7.

The container images are built on GitHub hosted runners and are signed with cosign and GitHub OIDC. To verify the images and their provenance (SLSA level 3), please see the security documentation.

v0.34.2

Changelog

v0.34.2 changelog

Container images

  • docker.io/fluxcd/helm-controller:v0.34.2
  • ghcr.io/fluxcd/helm-controller:v0.34.2

Supported architectures: linux/amd64, linux/arm64 and linux/arm/v7.

The container images are built on GitHub hosted runners and are signed with cosign and GitHub OIDC. To verify the images and their provenance (SLSA level 3), please see the security documentation.

v0.34.1

CHANGELOG

v0.34.0

CHANGELOG

v0.33.0

CHANGELOG

Changelog

Sourced from github.com/fluxcd/helm-controller/api's changelog.

0.35.0

Release date: 2023-07-04

This prerelease adds support for configuring the deletion propagation policy to use when a Helm uninstall is performed using .spec.uninstall.deletionPropagation, which was added as a feature to Helm in v3.12.0. Supported values are background, foreground and orphan (defaults to background). See the Helm documentation

In addition, it offers support for Kubernetes v1.27.3 and includes updates to the controller's dependencies, such as an upgrade of Helm to v3.12.1.

Starting with this version, the build, release and provenance portions of the Flux project supply chain provisionally meet SLSA Build Level 3.

Improvements:

  • Set deletion propagation for helm uninstall #698
  • Align go.mod version with Kubernetes (Go 1.20) #715
  • Update Go dependencies #726
  • Update source-controller to v1.0.0 #729

0.34.2

Release date: 2023-06-22

This prerelease fixes a regression bug for long-running reconciliations introduced in v0.34.0.

In addition, the controller release workflow was enhanced with SLSA level 3 generators. Starting with this version, provenance attestations are generated for the controller release assets and for the multi-arch container images.

Fixes:

  • Fix HelmRelease reconciliation loop #703

Improvements:

  • Add SLSA3 generators to release workflow #705

0.34.1

Release date: 2023-06-01

This prerelease comes with a bug fix for the event metadata revision, which

... (truncated)

Commits
  • 56e36da Merge pull request #728 from fluxcd/release-v0.35.0
  • 818c7a0 Release v0.35.0
  • 558de2a Merge pull request #730 from fluxcd/ci-update-k8s
  • 4a46bc5 ci: update Kubernetes to v1.27.3
  • 46d9fcc Merge pull request #729 from fluxcd/update-sc
  • 21f2ff7 Update source-controller to v1.0.0
  • f7c7023 Merge pull request #727 from fluxcd/ci-release-workflows
  • eae26ee ci: enable workflows for release/** branches
  • fad5a0a ci: change release workflow dispatch tag
  • e8387df Merge pull request #726 from fluxcd/update-go-deps
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 5, 2023
@netlify
Copy link

netlify bot commented Jul 5, 2023

Deploy Preview for kubeapps-dev canceled.

Name Link
🔨 Latest commit 3d3d10a
🔍 Latest deploy log https://app.netlify.com/sites/kubeapps-dev/deploys/64a64842501f4f0008a93afa

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/fluxcd/helm-controller/api-0.35.0 branch from 892f2f4 to ce1223d Compare July 6, 2023 02:56
Bumps [github.com/fluxcd/helm-controller/api](https://github.com/fluxcd/helm-controller) from 0.32.2 to 0.35.0.
- [Release notes](https://github.com/fluxcd/helm-controller/releases)
- [Changelog](https://github.com/fluxcd/helm-controller/blob/main/CHANGELOG.md)
- [Commits](fluxcd/helm-controller@v0.32.2...v0.35.0)

---
updated-dependencies:
- dependency-name: github.com/fluxcd/helm-controller/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/fluxcd/helm-controller/api-0.35.0 branch from ce1223d to 3d3d10a Compare July 6, 2023 04:51
@absoludity
Copy link
Contributor

@dependabot ignore this patch version

This is also updating the k8s deps to 1.27 which we can't do yet.

@dependabot dependabot bot closed this Jul 10, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 10, 2023

OK, I won't notify you about version 0.35.0 again, unless you re-open this PR. 😢

@dependabot dependabot bot deleted the dependabot/go_modules/github.com/fluxcd/helm-controller/api-0.35.0 branch July 10, 2023 01:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla-not-required dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants