Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/fluxcd/source-controller from 0.25.9 to 0.30.0 #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 18, 2023

Bumps github.com/fluxcd/source-controller from 0.25.9 to 0.30.0.

Release notes

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

v0.30.0

CHANGELOG

v0.29.0

CHANGELOG

v0.28.0

CHANGELOG

v0.27.0

CHANGELOG

v0.26.1

CHANGELOG

v0.26.0

CHANGELOG

v0.25.11

CHANGELOG

v0.25.10

CHANGELOG

Changelog

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

0.30.0

Release date: 2022-09-29

This prerelease adds support for Cosign verification in OCIRepository source. The signatures verification can be configured by setting OCIRepository.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 OCIRepository API documentation for more details.

It also comes with strict validation rules for API fields which define a (time) duration. Effectively, this means values without a time unit (e.g. ms, s, m, h) will now be rejected by the API server. To stimulate sane configurations, the units ns, us and µs can no longer be configured, nor can h be set for fields defining a timeout value.

In addition, the controller dependencies have been updated to Kubernetes controller-runtime v0.13.

⚠️ Breaking changes:

  • .spec.interval new validation pattern is "^([0-9]+(\\.[0-9]+)?(ms|s|m|h))+$"
  • .spec.timeout new validation pattern is "^([0-9]+(\\.[0-9]+)?(ms|s|m))+$"

Improvements:

  • api: add custom validation for v1.Duration types #903
  • [RFC-0003] Implement OCIRepository verification using Cosign #876
  • Consider bipolarity conditions in Ready condition summarization #907
  • Update Bucket related SDK dependencies #911
  • Add custom CA certificates to system certificates #904
  • [OCIRepository] Optimise OCI artifacts reconciliation #913
  • Update dependencies #919
  • Build with Go 1.19 #920
  • Bump libgit2 image and disable cosign verification for CI #921
  • OCIRepositoryReconciler no-op improvements #917
  • Accept a slice of remote.Option for cosign verification #916
  • Update pkg/oci to v0.11.0 #922

... (truncated)

Commits
  • f4de0a4 Merge pull request #923 from fluxcd/release-v0.30.0
  • 7349c6e Release v0.30.0
  • 0598bee Merge pull request #922 from fluxcd/update-oci-0.11.0
  • 36a9e99 Update pkg/oci to v0.11.0
  • 2a2b525 Merge pull request #916 from souleb/fix-915
  • f51c98e Fail when verifying with insecure
  • e2f4e5e Accept a slice of remote.Option for cosign verification
  • 95cbf40 Merge pull request #917 from fluxcd/improv-ocirepo-optimized-reconcile
  • dcd0db4 OCIRepo: Implement source ignore
  • f4aed8b OCIRepoReconciler: no-op reconcile improvements
  • 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 show <dependency name> 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.

Bumps [github.com/fluxcd/source-controller](https://github.com/fluxcd/source-controller) from 0.25.9 to 0.30.0.
- [Release notes](https://github.com/fluxcd/source-controller/releases)
- [Changelog](https://github.com/fluxcd/source-controller/blob/main/CHANGELOG.md)
- [Commits](fluxcd/source-controller@v0.25.9...v0.30.0)

---
updated-dependencies:
- dependency-name: github.com/fluxcd/source-controller
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants