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

chore(deps): bump the go group across 1 directory with 16 updates #83

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 12, 2024

Bumps the go group with 13 updates in the / directory:

Package From To
code.gitea.io/sdk/gitea 0.17.1 0.18.0
github.com/fluxcd/image-automation-controller/api 0.37.1 0.38.0
github.com/fluxcd/image-reflector-controller/api 0.31.2 0.32.0
github.com/fluxcd/kustomize-controller/api 1.2.2 1.3.0
github.com/fluxcd/notification-controller/api 1.2.4 1.3.0
github.com/fluxcd/pkg/runtime 0.44.1 0.47.1
github.com/fluxcd/pkg/ssa 0.36.0 0.39.1
github.com/fluxcd/pkg/version 0.2.2 0.4.0
github.com/open-component-model/git-controller 0.8.0 0.12.1
github.com/open-component-model/ocm 0.8.0 0.9.0
github.com/open-component-model/replication-controller 0.7.0 0.13.1
sigs.k8s.io/e2e-framework 0.2.0 0.3.0
github.com/open-component-model/ocm-controller 0.19.0 0.21.1

Updates code.gitea.io/sdk/gitea from 0.17.1 to 0.18.0

Updates github.com/fluxcd/image-automation-controller/api from 0.37.1 to 0.38.0

Release notes

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

v0.38.0

Changelog

v0.38.0 changelog

Container images

  • docker.io/fluxcd/image-automation-controller:v0.38.0
  • ghcr.io/fluxcd/image-automation-controller:v0.38.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.

Changelog

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

0.38.0

Release date: 2024-05-06

This prerelease graduates the ImageUpdateAutomation API to v1beta2.

image.toolkit.fluxcd.io/v1beta2

After upgrading the controller to v0.38.0, please update the ImageUpdateAutomation Custom Resources in Git by replacing image.toolkit.fluxcd.io/v1beta1 with image.toolkit.fluxcd.io/v1beta2 in all YAML manifests. Bumping the API version in manifests can be done gradually. It is advised not to delay this procedure as the v1beta1 version will be removed after 6 months.

Highlights

New API specification format

The specification for the v1beta2 API has been written in a new format with the aim to be more valuable to a user. Featuring separate sections with examples, and information on how to write and work with them.

New template data Changed and deprecation of Updated

A new Git commit message template data named Changed is introduced to replace Updated template data. Changed is designed to accommodate for all the types of updates made by ImaegUpdateAutomation, unlike only full image reference updates captured by Updated. The message template can now be used to render the old and new values for better presentation of the updates. For example:

Automation: default/test-update-auto
  • File: foo-deployment.yaml

    • Object: Deployment/default/foo Changes:
      • 2.2.2 -> 5.0.3
  • File: podinfo-deployment.yaml

    • Object: Deployment/default/infopod Changes:
      • v1.0 -> 5.0.3
    • Object: Deployment/default/podinfo Changes:
      • ghcr.io/stefanprodan/podinfo:4.0.6 -> ghcr.io/stefanprodan/podinfo:5.0.3
      • bar -> ghcr.io/stefanprodan/podinfo
      • 4.0.6 -> 5.0.3 </tr></table>

... (truncated)

Commits
  • e093c3e Merge pull request #678 from fluxcd/release-0.38.0
  • e028cd9 Release v0.38.0
  • ec6d687 Merge pull request #677 from fluxcd/deprecate-v1beta1
  • 785b5f7 Deprecate v1beta1 API
  • 8743ead Merge pull request #676 from fluxcd/source-controller-1.3.0
  • e722b5f Update source-controller API to v1.3.0
  • 2948f7a Merge pull request #673 from fluxcd/dependabot/github_actions/ci-f58ac10077
  • 7c2a8f6 build(deps): bump the ci group across 1 directory with 3 updates
  • 79788ab Merge pull request #670 from fluxcd/kubernetes-1.30
  • 96898c9 Update dependencies to Kubernetes 1.30
  • Additional commits viewable in compare view

Updates github.com/fluxcd/image-reflector-controller/api from 0.31.2 to 0.32.0

Release notes

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

v0.32.0

Changelog

v0.32.0 changelog

Container images

  • docker.io/fluxcd/image-reflector-controller:v0.32.0
  • ghcr.io/fluxcd/image-reflector-controller:v0.32.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.

Changelog

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

0.32.0

Release date: 2024-05-06

This prerelease comes with an update to the Kubernetes dependencies to v1.30.0 and various other controller dependencies have been updated to their latest version. In addition, the controller is now built with Go 1.22.

Improvements:

  • docs: Remove references to aad pod identity #557
  • Update dependencies to Kubernetes 1.30 #551
  • Add note to restart image-reflector-controller after AWS IAM role change #508
  • Update dependencies to Go 1.22 and Kubernetes 1.29.3 #535
  • updating controller-gen to v0.14.0 #519
  • Add ImageRepository TLS test #511
  • Various dependency updates #504 #515 #529 #534 #538 #549 #546 #545 #544 #553 #555
Commits
  • c06e82b Merge pull request #559 from fluxcd/release-v0.32.0
  • 84e96db Merge pull request #558 from fluxcd/controller-runtime-0.18.1
  • 100c7a2 Update dependencies
  • 6853d9a Merge pull request #555 from fluxcd/dependabot/github_actions/ci-b23e0286c6
  • 840ae2d build(deps): bump actions/setup-go from 5.0.0 to 5.0.1 in the ci group
  • ff3fe89 Merge pull request #557 from dipti-pai/remove-deprecated-aad-podidentity-ref
  • 9f84191 Remove references aad pod identity
  • 6d05554 Merge pull request #553 from fluxcd/dependabot/github_actions/ci-3daa6e97ec
  • aa59b19 build(deps): bump the ci group across 1 directory with 3 updates
  • 4b070fe Merge pull request #551 from fluxcd/kubernetes-1.30
  • Additional commits viewable in compare view

Updates github.com/fluxcd/kustomize-controller/api from 1.2.2 to 1.3.0

Release notes

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

v1.3.0

Changelog

v1.3.0 changelog

Container images

  • docker.io/fluxcd/kustomize-controller:v1.3.0
  • ghcr.io/fluxcd/kustomize-controller:v1.3.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.

Changelog

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

1.3.0

Release date: 2024-05-06

This minor release comes with new features, improvements and bug fixes.

The controller has been updated to Kustomize v5.4, please see the kubernetes-sigs/kustomize changelog for more details.

The Flux Kustomization API gains two optional fields .spec.namePrefix and .spec.nameSuffix that can be used to specify a prefix and suffix to be added to the names of all managed resources.

The controller now supports the --feature-gates=StrictPostBuildSubstitutions=true flag, when enabled the post-build substitutions will fail if a variable without a default value is declared in files but is missing from the input vars.

When using variable substitution with values that are numbers or booleans, it is now possible to covert the values to strings, for more details see the post-build documentation.

In addition, the controller dependencies have been updated to Kubernetes v1.30 and controller-runtime v0.18. Various other dependencies have also been updated to their latest version to patch upstream CVEs.

Lastly, the controller is now built with Go 1.22.

Improvements:

  • Implement name prefix/suffix transformers #1134
  • Add StrictPostBuildSubstitutions feature flag #1130
  • Document how to use numbers and booleans in post build substitutions #1129
  • Remove deprecated aad pod identity from API docs #1152
  • api: Refer condition type constants from fluxcd/pkg/apis #1144
  • Update dependencies to Kustomize v5.4.0 #1128
  • Various dependency updates #1155 #1121 #1139 #1122

Fixes:

  • Fix requeue warning introduced by controller-runtime

... (truncated)

Commits
  • 83fbfee Merge pull request #1157 from fluxcd/release-v1.3.0
  • 458d7e2 Release v1.3.0
  • 4a02b3f Add changelog entry for v1.3.0
  • 882f6a7 Merge pull request #1154 from fluxcd/dependabot/github_actions/ci-b23e0286c6
  • dfcd4ed Merge pull request #1155 from fluxcd/source-controller-1.3.0
  • e81120a build(deps): bump actions/setup-go from 5.0.0 to 5.0.1 in the ci group
  • 780954f Update source-controller API to v1.3.0
  • 99792de Merge pull request #1152 from dipti-pai/remove-deprecated-aad-podidentity-ref
  • fc663de Remove references aad pod identity
  • f0f9b03 Merge pull request #1149 from fluxcd/dependabot/github_actions/ci-cfa2b75493
  • Additional commits viewable in compare view

Updates github.com/fluxcd/notification-controller/api from 1.2.4 to 1.3.0

Release notes

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

v1.3.0

Changelog

v1.3.0 changelog

Container images

  • docker.io/fluxcd/notification-controller:v1.3.0
  • ghcr.io/fluxcd/notification-controller:v1.3.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.

Changelog

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

1.3.0

Release date: 2024-05-06

This minor release comes with new features, improvements and bug fixes.

The Receiver API has been extended to support CDEvents, for more information, please see the CDEvents Receiver API documentation.

Starting with this version, the controller allows grouping alerts for Alertmanager by setting the startsAt label instead of timestamp. When sending alerts to OpsGenie, the controller now sets the severity field to the alert's details.

In addition, the controller dependencies have been updated to Kubernetes v1.30 and controller-runtime v0.18. Various other dependencies have also been updated to their latest version to patch upstream CVEs.

Lastly, the controller is now built with Go 1.22.

Improvements:

  • Add CDEvent Receiver Support #772
  • Add severity to opsgenie alerts #796
  • Alertmanager: Change timestamp label to .StartsAt #795
  • Use password as fallback for the Git provider token auth #790
  • Add support for Bitbucket Context path #747
  • Various dependency updates #816 #814 #813 #810 #809 #787 #783 #763

Fixes:

  • Sanitize provider data loaded from secret #789
  • Fix timeout propagation for alerts #757
  • Fix Telegram MarkdownV2 escaping #776
  • Remove genclient:Namespaced tag #749
Commits
  • e0a1f00 Merge pull request #817 from fluxcd/release-v1.3.0
  • a8f81b3 Release v1.3.0
  • 696f065 Add changelog entry for v1.3.0
  • 1b5dbd9 Merge pull request #816 from fluxcd/dependabot/go_modules/go-deps-9d3f077bc0
  • 5bfdcc0 build(deps): bump the go-deps group with 3 updates
  • 5f0f561 Merge pull request #815 from fluxcd/dependabot/github_actions/ci-b23e0286c6
  • 9a948c7 build(deps): bump actions/setup-go from 5.0.0 to 5.0.1 in the ci group
  • b2c7992 Merge pull request #814 from fluxcd/update-apis
  • 05abe0a Update runtime dependencies
  • 3aba5bb Update Helm APIs to v1
  • Additional commits viewable in compare view

Updates github.com/fluxcd/pkg/apis/meta from 1.3.0 to 1.5.0

Commits
  • e32ccc2 Merge pull request #763 from fluxcd/kubernetes-1.30
  • 2b974af Update sigs.k8s.io/controller-tools to v0.15.0
  • 52c1fc5 Update sigs.k8s.io/controller-runtime to v0.18.0
  • c906252 Update dependencies to Kubernetes 1.30
  • 92c1348 Merge pull request #764 from fluxcd/dependabot/github_actions/ci-e44cfae560
  • ccb916a build(deps): bump the ci group with 3 updates
  • 6081556 Merge pull request #761 from fluxcd/kustomize-name-prefix-suffix
  • abf5675 kustomize: Add support for namePrefix and nameSuffix
  • 98d2522 Merge pull request #760 from fluxcd/dependabot/github_actions/ci-8f082d4f6d
  • efcd824 build(deps): bump docker/setup-buildx-action in the ci group
  • Additional commits viewable in compare view

Updates github.com/fluxcd/pkg/runtime from 0.44.1 to 0.47.1

Commits
  • adcfcbe Merge pull request #769 from fluxcd/controller-runtime-v0.18.1
  • 0e74a82 Update runtime pkg docs
  • b329d92 Update dependencies to controller-runtime v0.18.1
  • d0bf8ed Merge pull request #768 from fluxcd/dependabot/github_actions/ci-b93eff89fb
  • 14f05d7 build(deps): bump actions/checkout from 4.1.3 to 4.1.4 in the ci group
  • 3790516 Merge pull request #767 from fluxcd/up-internal-deps
  • 37ea30c Update internal dependencies
  • e32ccc2 Merge pull request #763 from fluxcd/kubernetes-1.30
  • 2b974af Update sigs.k8s.io/controller-tools to v0.15.0
  • 52c1fc5 Update sigs.k8s.io/controller-runtime to v0.18.0
  • Additional commits viewable in compare view

Updates github.com/fluxcd/pkg/ssa from 0.36.0 to 0.39.1

Commits
  • adcfcbe Merge pull request #769 from fluxcd/controller-runtime-v0.18.1
  • 0e74a82 Update runtime pkg docs
  • b329d92 Update dependencies to controller-runtime v0.18.1
  • d0bf8ed Merge pull request #768 from fluxcd/dependabot/github_actions/ci-b93eff89fb
  • 14f05d7 build(deps): bump actions/checkout from 4.1.3 to 4.1.4 in the ci group
  • 3790516 Merge pull request #767 from fluxcd/up-internal-deps
  • 37ea30c Update internal dependencies
  • e32ccc2 Merge pull request #763 from fluxcd/kubernetes-1.30
  • 2b974af Update sigs.k8s.io/controller-tools to v0.15.0
  • 52c1fc5 Update sigs.k8s.io/controller-runtime to v0.18.0
  • Additional commits viewable in compare view

Updates github.com/fluxcd/pkg/version from 0.2.2 to 0.4.0

Commits
  • 0d58ef4 Merge pull request #683 from fluxcd/update-deps
  • 5505645 Update sigs.k8s.io/controller-runtime to v0.15.3
  • 2d41523 Update k8s.io/* to v0.27.7
  • 4c3b551 Update github.com/cyphar/filepath-securejoin
  • 830e238 Update github.com/docker/docker across packages
  • 7c5474c Update golang.org/x/net across packages
  • 0b57897 Merge pull request #681 from fluxcd/tweak-file-perms
  • 7dac171 *: change default permissions
  • 9c506d6 Merge pull request #682 from fluxcd/oci-int-stop-exit-code
  • d29d25f oci/tests/int: Set exit code 1 on tf destroy fail
  • Additional commits viewable in compare view

Updates github.com/fluxcd/source-controller/api from 1.2.4 to 1.3.0

Release notes

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

v1.3.0

Changelog

v1.3.0 changelog

Container images

  • docker.io/fluxcd/source-controller:v1.3.0
  • ghcr.io/fluxcd/source-controller:v1.3.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.

v1.2.5

Changelog

v1.2.5 changelog

Container images

  • docker.io/fluxcd/source-controller:v1.2.5
  • ghcr.io/fluxcd/source-controller:v1.2.5

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.

Changelog

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

1.3.0

Release date: 2024-05-03

This minor release promotes the Helm APIs to GA, and comes with new features, improvements and bug fixes.

HelmRepository

The HelmRepository API has been promoted from v1beta2 to v1 (GA). The v1 API is backwards compatible with v1beta2.

For HelmRepository of type oci, the .spec.insecure field allows connecting over HTTP to an insecure non-TLS container registry.

To upgrade from v1beta2, after deploying the new CRD and controller, set apiVersion: source.toolkit.fluxcd.io/v1 in the YAML files that contain HelmRepository definitions. Bumping the API version in manifests can be done gradually. It is advised not to delay this procedure as the beta versions will be removed after 6 months.

HelmChart

The HelmChart API have been promoted from v1beta2 to v1 (GA). The v1 API is backwards compatible with v1beta2, with the exception of the removal of the deprecated field .spec.valuesFile which was replaced with spec.valuesFiles.

The HelmChart API was extended with support for Notation signature verification of Helm OCI charts.

A new optional field .spec.ignoreMissingValuesFiles has been added, which allows the controller to ignore missing values files rather than failing to reconcile the HelmChart.

OCIRepository

The OCIRepository API was extended with support for Notation signature verification of OCI artifacts.

A new optional field .spec.ref.semverFilter has been added, which allows the controller to filter the tags based on regular expressions before applying the semver range. This allows picking the latest release candidate instead of the latest stable release.

In addition, the controller has been updated to Kubernetes v1.30.0, Helm v3.14.4, and various other dependencies to their latest version to patch upstream CVEs.

... (truncated)

Commits
  • a80a99b Merge pull request #1472 from fluxcd/release-v1.3.0
  • 70901f8 Release v1.3.0
  • 05ab8b1 Add changelog entry for v1.3.0
  • c9bf167 Merge pull request #1298 from fluxcd/phony-build
  • cc3d495 ci: Print controller logs after e2e run
  • 0bd5b95 Rename make target build to manager
  • edccfe9 Merge pull request #1470 from fluxcd/dependabot/github_actions/ci-b23e0286c6
  • 9ce2d61 build(deps): bump actions/setup-go from 5.0.0 to 5.0.1 in the ci group
  • 16eeeef Merge pull request #1469 from fluxcd/dependabot/go_modules/go-deps-4411c5bc33
  • 8598b8d build(deps): bump google.golang.org/api
  • Additional commits viewable in compare view

Updates github.com/open-component-model/git-controller from 0.8.0 to 0.12.1

Release notes

Sourced from github.com/open-component-model/git-controller's releases.

v0.12.1

Release 0.12.1

  • fix: add the right version in the image overlay for the deployment (#145)
  • chore: remove personal information (#139)

v0.12.0

Release 0.12.0

  • chore(deps): bump the go_modules group group with 3 updates (#135)
  • chore: update ocm to 0.8.0 and the controller to 0.19.0 (#134)
  • fix: correct position for security context (#133)
  • remove second trigger and just keep pull_request_target (#128)
  • Create codeql.yml (#125)
  • chore(deps): bump the ci group with 2 updates (#108)
  • chore(deps): bump github.com/containerd/containerd from 1.7.0 to 1.7.11 (#107)
  • chore(deps): bump github.com/go-git/go-git/v5 from 5.6.0 to 5.11.0 (#110)
  • chore(deps): bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 (#112)

v0.11.1

Release 0.11.1

  • Fix Path Bug (#101)
  • sec: zip-slip fix (#100)

v0.11.0

Release 0.11.0

  • dep: update ocm-controller to v0.18.1 (#96)
  • chore(deps): bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 (#87)
  • Skip Report generation on scheduled run + non PR runs (#92)
  • chore(deps): bump the ci group with 3 updates (#88)
  • Create dependabot.yml (#82)
  • feat: applying lint and fixing the lint issues (#86)
  • Add Reports to Mend Scans (#84)
  • docs: update the README and add relevant information (#85)

v0.10.1

Release 0.10.1

  • fix: removing reconciliation status (#83)

v0.10.0

Release 0.10.0

  • feat: apply kstatus feature from ocm-controller (#80)
  • chore(deps): bump golang.org/x/net from 0.13.0 to 0.17.0 (#69)
  • chore(deps): bump google.golang.org/grpc from 1.56.1 to 1.56.3 (#76)
  • add mend scans (#75)
  • update action versions (#74)

... (truncated)

Commits
  • bed5237 fix: add the right version in the image overlay for the deployment (#145)
  • 7727ccc chore: remove personal information (#139)
  • c254731 chore: release docs for version v0.12.0 (#136)
  • 315dad2 chore(deps): bump the go_modules group group with 3 updates (#135)
  • fbc6352 chore: update ocm to 0.8.0 and the controller to 0.19.0 (#134)
  • 7e773db fix: correct position for security context (#133)
  • 55dc985 remove second trigger and just keep pull_request_target (#128)
  • 2132847 Merge pull request #125 from open-component-model/morri-son-patch-2
  • 32f73fc Update .github/workflows/codeql.yml
  • 1bef3ce Create codeql.yml
  • Additional commits viewable in compare view

Updates github.com/open-component-model/ocm from 0.8.0 to 0.9.0

Release notes

Sourced from github.com/open-component-model/ocm's releases.

v0.9.0

Release v0.9.0

  • normalize order of used component lister results (#750)
  • eliminate dep from demo plugin to cli (#746)
  • Bump the go group across 1 directory with 3 updates (#748)
  • Bump github.com/fluxcd/cli-utils from 0.36.0-flux.5 to 0.36.0-flux.6 (#737)
  • change wording (#747)
  • Bump github.com/docker/cli from 25.0.5+incompatible to 26.1.0+incompatible (#743)
  • Bump github.com/docker/docker from 25.0.5+incompatible to 26.1.0+incompatible (#744)
  • eliminate lib to cli dependencies (#741)
  • enable http registries as ocm repositories (#676)
  • Rework object finalization (#703)
  • fix: do not create a new resource manager client (#742)
  • fix: remove all personal information from tests (#740)
  • incorporate VERSION file if built without make (#732)
  • Wget doc (#739)
  • add documentation for wget access (#733)
  • Bump the go group with 27 updates (#729)
  • Bump github.com/sigstore/cosign/v2 from 2.2.3 to 2.2.4 (#722)
  • Bump the ci group with 2 updates (#723)
  • fast version list command (#728)
  • fix issue with create tempfile on MS Windows (#726)
  • modify add sources doc (#727)
  • align ca-cert opts + remove relation constraints for inputs (#725)
  • add metadata for hyperspace (#719)
  • readonly mode configurable for CVs (#711)
  • spec normalization for OCI based OCM repository spec (#710)
  • Bump the go_modules group group with 3 updates (#707)
  • Bump the ci group with 3 updates (#713)
  • remove docs that are available in the spec (#715)
  • change to compopnent constrcutor file name (#712)
  • Fix repository cache (#705)
  • let's add a `user` within Docker (#704)
  • follow Docker official images recommendation (#699)
  • support for github enterprise urls (#698)
Commits
  • 548f7a5 Release v0.9.0
  • d125b48 ReleaseNotes for v0.9.0
  • 9cbb14b normalize order of used component lister results (#750)
  • 4b9a12f eliminate dep from demo plugin to cli (#746)
  • 09bb41c Bump the go group across 1 directory with 3 updates (#748)
  • 2ff7417 Bump github.com/fluxcd/cli-utils from 0.36.0-flux.5 to 0.36.0-flux.6 (#737)
  • f125c4b change wording (#747)
  • 2ea3ed6 Bump github.com/docker/cli from 25.0.5+incompatible to 26.1.0+incompatible (#...
  • ae2578b Bump github.com/docker/docker from 25.0.5+incompatible to 26.1.0+incompatible...
  • 600f585 eliminate lib to cli dependencies (#741)
  • Additional commits viewable in compare view

Updates github.com/open-component-model/replication-controller from 0.7.0 to 0.13.1

Release notes

Sourced from github.com/open-component-model/replication-controller's releases.

v0.13.1

Release 0.13.1

  • fix: add the right version in the image overlay for the deployment (#140)
  • fix: remove any more personal data (#137)
  • chore: remove personal information (#134)

v0.13.0

Release 0.13.0

  • chore: update ocm to v0.8.0 and ocm-controller to v0.19.0 (#128)
  • fix: correct position for security context (#127)
  • remove second trigger and just keep pull_request_target (#121)
  • chore(deps): bump github.com/containerd/containerd from 1.7.4 to 1.7.11 (#110)
  • chore(deps): bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 (#109)
  • chore(deps): bump the ci group with 2 updates (#102)

v0.12.2

Release 0.12.2

  • fix: remove spec hashing as we do not use it (#99)

v0.12.1

Release 0.12.1

  • fix: public and private key mixed up (#98)

v0.12.0

Release 0.12.0

  • Using ocm-controller for signature tracking (#97)

v0.11.0

Release 0.11.0

  • feat: sign destination component (#93)
  • Skip Report generation on scheduled run + non PR runs (#92)
  • chore(deps): bump github.com/go-logr/logr from 1.2.4 to 1.3.0 (#91)
  • chore(deps): bump the ci group with 3 updates (#83)
  • Add Reports to Mend Scans (#86)
  • feat: applying lint and fixing the lint issues (#88)

v0.10.0

Release 0.10.0

  • integrate proposals from Soule (#85)
  • fix: removing reconciliation status #82
  • fix: add missing role (#81)
  • Create dependabot.yml (#78)

... (truncated)

Commits
  • 13d6bf9 fix: add the right version in the image overlay for the deployment (#140)
  • fc46fbf fix: remove any more personal data (#137)
  • f002c63 chore: remove personal information (#134)
  • 810d99c chore: release version v0.13.0 (#129)
  • e39721b chore: update ocm to v0.8.0 and ocm-controller to v0.19.0 (#128)
  • 6d6be8c fix: correct position for security context (#127)
  • 5b85832 remove second trigger and just keep pull_request_target (#121)
  • bc2f081 Merge pull request #110 from open-component-model/dependabot/go_modules/githu...
  • f2eb62b chore(deps): bump github.com/containerd/containerd from 1.7.4 to 1.7.11
  • 15362e6 Merge pull request #109 from open-component-model/dependabot/go_modul...

    Description has been truncated

Bumps the go group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| code.gitea.io/sdk/gitea | `0.17.1` | `0.18.0` |
| [github.com/fluxcd/image-automation-controller/api](https://github.com/fluxcd/image-automation-controller) | `0.37.1` | `0.38.0` |
| [github.com/fluxcd/image-reflector-controller/api](https://github.com/fluxcd/image-reflector-controller) | `0.31.2` | `0.32.0` |
| [github.com/fluxcd/kustomize-controller/api](https://github.com/fluxcd/kustomize-controller) | `1.2.2` | `1.3.0` |
| [github.com/fluxcd/notification-controller/api](https://github.com/fluxcd/notification-controller) | `1.2.4` | `1.3.0` |
| [github.com/fluxcd/pkg/runtime](https://github.com/fluxcd/pkg) | `0.44.1` | `0.47.1` |
| [github.com/fluxcd/pkg/ssa](https://github.com/fluxcd/pkg) | `0.36.0` | `0.39.1` |
| [github.com/fluxcd/pkg/version](https://github.com/fluxcd/pkg) | `0.2.2` | `0.4.0` |
| [github.com/open-component-model/git-controller](https://github.com/open-component-model/git-controller) | `0.8.0` | `0.12.1` |
| [github.com/open-component-model/ocm](https://github.com/open-component-model/ocm) | `0.8.0` | `0.9.0` |
| [github.com/open-component-model/replication-controller](https://github.com/open-component-model/replication-controller) | `0.7.0` | `0.13.1` |
| [sigs.k8s.io/e2e-framework](https://github.com/kubernetes-sigs/e2e-framework) | `0.2.0` | `0.3.0` |
| [github.com/open-component-model/ocm-controller](https://github.com/open-component-model/ocm-controller) | `0.19.0` | `0.21.1` |



Updates `code.gitea.io/sdk/gitea` from 0.17.1 to 0.18.0

Updates `github.com/fluxcd/image-automation-controller/api` from 0.37.1 to 0.38.0
- [Release notes](https://github.com/fluxcd/image-automation-controller/releases)
- [Changelog](https://github.com/fluxcd/image-automation-controller/blob/main/CHANGELOG.md)
- [Commits](fluxcd/image-automation-controller@v0.37.1...v0.38.0)

Updates `github.com/fluxcd/image-reflector-controller/api` from 0.31.2 to 0.32.0
- [Release notes](https://github.com/fluxcd/image-reflector-controller/releases)
- [Changelog](https://github.com/fluxcd/image-reflector-controller/blob/main/CHANGELOG.md)
- [Commits](fluxcd/image-reflector-controller@v0.31.2...v0.32.0)

Updates `github.com/fluxcd/kustomize-controller/api` from 1.2.2 to 1.3.0
- [Release notes](https://github.com/fluxcd/kustomize-controller/releases)
- [Changelog](https://github.com/fluxcd/kustomize-controller/blob/main/CHANGELOG.md)
- [Commits](fluxcd/kustomize-controller@v1.2.2...v1.3.0)

Updates `github.com/fluxcd/notification-controller/api` from 1.2.4 to 1.3.0
- [Release notes](https://github.com/fluxcd/notification-controller/releases)
- [Changelog](https://github.com/fluxcd/notification-controller/blob/main/CHANGELOG.md)
- [Commits](fluxcd/notification-controller@v1.2.4...v1.3.0)

Updates `github.com/fluxcd/pkg/apis/meta` from 1.3.0 to 1.5.0
- [Commits](fluxcd/pkg@apis/meta/v1.3.0...apis/meta/v1.5.0)

Updates `github.com/fluxcd/pkg/runtime` from 0.44.1 to 0.47.1
- [Commits](fluxcd/pkg@runtime/v0.44.1...runtime/v0.47.1)

Updates `github.com/fluxcd/pkg/ssa` from 0.36.0 to 0.39.1
- [Commits](fluxcd/pkg@oci/v0.36.0...ssa/v0.39.1)

Updates `github.com/fluxcd/pkg/version` from 0.2.2 to 0.4.0
- [Commits](fluxcd/pkg@git/v0.2.2...tar/v0.4.0)

Updates `github.com/fluxcd/source-controller/api` from 1.2.4 to 1.3.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@v1.2.4...v1.3.0)

Updates `github.com/open-component-model/git-controller` from 0.8.0 to 0.12.1
- [Release notes](https://github.com/open-component-model/git-controller/releases)
- [Changelog](https://github.com/open-component-model/git-controller/blob/main/.goreleaser.yaml)
- [Commits](open-component-model/git-controller@v0.8.0...v0.12.1)

Updates `github.com/open-component-model/ocm` from 0.8.0 to 0.9.0
- [Release notes](https://github.com/open-component-model/ocm/releases)
- [Changelog](https://github.com/open-component-model/ocm/blob/main/.goreleaser.yaml)
- [Commits](open-component-model/ocm@v0.8.0...v0.9.0)

Updates `github.com/open-component-model/replication-controller` from 0.7.0 to 0.13.1
- [Release notes](https://github.com/open-component-model/replication-controller/releases)
- [Changelog](https://github.com/open-component-model/replication-controller/blob/main/.goreleaser.yaml)
- [Commits](open-component-model/replication-controller@v0.7.0...v0.13.1)

Updates `sigs.k8s.io/e2e-framework` from 0.2.0 to 0.3.0
- [Release notes](https://github.com/kubernetes-sigs/e2e-framework/releases)
- [Changelog](https://github.com/kubernetes-sigs/e2e-framework/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/e2e-framework@v0.2.0...v0.3.0)

Updates `sigs.k8s.io/kustomize/api` from 0.16.0 to 0.17.1
- [Release notes](https://github.com/kubernetes-sigs/kustomize/releases)
- [Commits](kubernetes-sigs/kustomize@api/v0.16.0...api/v0.17.1)

Updates `github.com/open-component-model/ocm-controller` from 0.19.0 to 0.21.1
- [Release notes](https://github.com/open-component-model/ocm-controller/releases)
- [Changelog](https://github.com/open-component-model/ocm-controller/blob/main/.goreleaser.yaml)
- [Commits](open-component-model/ocm-controller@v0.19.0...v0.21.1)

---
updated-dependencies:
- dependency-name: code.gitea.io/sdk/gitea
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/fluxcd/image-automation-controller/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/fluxcd/image-reflector-controller/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/fluxcd/kustomize-controller/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/fluxcd/notification-controller/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/fluxcd/pkg/apis/meta
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/fluxcd/pkg/runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/fluxcd/pkg/ssa
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/fluxcd/pkg/version
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/fluxcd/source-controller/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/open-component-model/git-controller
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/open-component-model/ocm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/open-component-model/replication-controller
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: sigs.k8s.io/e2e-framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: sigs.k8s.io/kustomize/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/open-component-model/ocm-controller
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github May 12, 2024

The following labels could not be found: go.

Copy link
Contributor Author

dependabot bot commented on behalf of github May 19, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this May 19, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/go-197736e018 branch May 19, 2024 06:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants