weaveworks / pipeline-controller

This repository contains the Pipeline CRD and associated controller for Weave GitOps Enterprise.
1 stars 4 forks source link

chore(deps): bump github.com/fluxcd/helm-controller/api from 0.25.0 to 0.26.0 #220

Open dependabot[bot] opened 9 months ago

dependabot[bot] commented 9 months ago

Bumps github.com/fluxcd/helm-controller/api from 0.25.0 to 0.26.0.

Release notes

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

v0.26.0

CHANGELOG

Changelog

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

0.26.0

Release date: 2022-10-21

This prerelease comes with support for Cosign verification of Helm OCI charts. The signatures verification can be configured by setting HelmRelease.spec.chart.spec.verify with provider as cosign and a secretRef to a secret containing the public key. Cosign keyless verification is also supported, please see the HelmChart API documentation for more details.

In addition, the controller dependencies have been updated to Kubernetes v1.25.3 and Helm v3.10.1.

Improvements:

  • Enable Cosign verification of Helm charts stored as OCI artifacts in container registries #545
  • API: allow configuration of h unit for timeouts #549
  • Update dependencies #550
Commits
  • b1964f0 Merge pull request #551 from fluxcd/release-0.26.0
  • e97fdfb Release v0.26.0
  • 39d4efc Merge pull request #550 from fluxcd/kube-1.25.3
  • 4b6ef97 Update dependencies
  • 543b3a9 Merge pull request #545 from souleb/enable-cosign-verif
  • e5f7b8c Add an e2e test for keyless verification
  • 2b0e355 Add cosign verification to the chart Template
  • e543544 Merge pull request #549 from fluxcd/api-widen-timeout-validation
  • ec2eee8 api: allow configuration of h unit for timeouts
  • See full diff 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/weaveworks/pipeline-controller/network/alerts).