weaveworks / profiles

GitOps native package management
Other
11 stars 6 forks source link

Bump github.com/fluxcd/source-controller/api from 0.15.4 to 0.16.0 #339

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps github.com/fluxcd/source-controller/api from 0.15.4 to 0.16.0.

Release notes

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

v0.16.0

CHANGELOG

Changelog

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

0.16.0

Release date: 2021-10-08

This prerelease improves the configuration of the libgit2 C library, solving most issues around private key formats (e.g. PKCS#8 and ED25519) by ensuring it is linked against OpenSSL and LibSSH2.

In addition, the HelmChart resource does now allow setting a ReconcileStrategy to define when a new artifact for a chart should be created for charts from Bucket and GitRepository sources. By setting this to Revision, you no longer have to bump the version in the Chart.yaml file, but a new chart will automatically be made available when the revision of the Source changes.

Fixes:

  • Update containerd and runc to fix CVEs #446

Improvements:

  • Add reconcile strategy for HelmCharts #308
  • Update github.com/libgit2/git2go to v31.6.1 #437
Commits
  • 64f0cf0 Merge pull request #447 from fluxcd/release-v0.16.0
  • 7cc6124 Release v0.16.0
  • d382eca Merge pull request #308 from arbourd/ignore-version
  • 27c385b Add ReconcileStrategy to HelmChart
  • c4cc0a7 Merge pull request #446 from fluxcd/oci-cve-fix
  • 66f54ac Update containerd and runc to fix CVEs
  • eb167bc Merge pull request #437 from fluxcd/update-libgit2
  • fa9a2d8 CONTRIBUTING: include pkg-config as macOS dep
  • a871e0b Update Dockerfile used in tests as well
  • 9fd16d8 Switch to scratch based libgit2 container image
  • 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)