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 23 updates #99

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 29, 2024

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

Package From To
code.gitea.io/sdk/gitea 0.17.1 0.19.0
github.com/fluxcd/flux2/v2 2.3.0 2.4.0
github.com/open-component-model/git-controller 0.8.0 0.12.1
github.com/open-component-model/replication-controller 0.7.0 0.13.1
sigs.k8s.io/e2e-framework 0.2.0 0.5.0
github.com/open-component-model/ocm-controller 0.19.0 0.25.3

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

Updates github.com/fluxcd/flux2/v2 from 2.3.0 to 2.4.0

Release notes

Sourced from github.com/fluxcd/flux2/v2's releases.

v2.4.0

Highlights

Flux v2.4.0 is a feature release. Users are encouraged to upgrade for the best experience.

For a comprehensive overview of new features and API changes included in this release, please refer to the Announcing Flux 2.4 GA blog post.

This release marks the General Availability (GA) of Flux Bucket API. The Bucket v1 API comes with new features including: proxy support, mTLS and custom STS configuration for AWS S3 and MinIO LDAP authentication.

The GitRepository v1 API gains support for OIDC authentication. Starting with this version, you can authenticate against Azure DevOps repositories using AKS Workload Identity.

The OCIRepository v1beta2 API gains support for proxy configuration thus allowing dedicated HTTP/S Proxy authentication on multi-tenant Kubernetes clusters.

The HelmRelease v2 API gains support for disabling JSON schema validation of the Helm release values during installation and upgrade. And allows adopting existing Kubernetes resources during Helm release installation.

The Flux controllers are now built with Go 1.23 and their dependencies have been updated to Kubernetes 1.31, Helm 3.16, SOPS 3.9 Cosign 2.4 and Notation 1.2.

❤️ Big thanks to all the Flux contributors that helped us with this release!

Kubernetes compatibility

This release is compatible with the following Kubernetes versions:

Kubernetes version Minimum required
v1.29 >= 1.29.0
v1.30 >= 1.30.0
v1.31 >= 1.31.0

[!NOTE] Note that the Flux project offers support only for the latest three minor versions of Kubernetes. Backwards compatibility with older versions of Kubernetes and OpenShift is offered by vendors such as ControlPlane that provide enterprise support for Flux.

OpenShift compatibility

Flux can be installed on Red Hat OpenShift cluster directly from OperatorHub using Flux Operator. The operator allows the configuration of Flux multi-tenancy lockdown, network policies, persistent storage, sharding, vertical scaling and the synchronization of the cluster state from Git repositories, OCI artifacts and S3-compatible storage.

API changes

Bucket v1

The Bucket kind was promoted from v1beta2 to v1 (GA).

The v1 API is backwards compatible with v1beta2.

New fields:

  • .spec.proxySecretRef allows configuring HTTP/S Proxy authentication for the S3-compatible storage service.

... (truncated)

Commits
  • 5350425 Merge pull request #5014 from fluxcd/k8s-v0.31.1
  • 6611a4f Update Kubernetes dependencies to v1.31.1
  • 297b15b Merge pull request #5005 from fluxcd/update-components
  • 56a3d08 Update toolkit components
  • cf26cf2 Merge pull request #5011 from fluxcd/remove-deprecated-tls-flags
  • a3dbf31 Remove TLS deprecated flags from flux create secret
  • 3e4524b Merge pull request #5010 from fluxcd/create-secret-proxy
  • 8470f23 Add flux create secret proxy command
  • e17f3f0 Merge pull request #5009 from fluxcd/proxy-secret-ref
  • e0b8464 Add --proxy-secret-ref to flux create source commands
  • Additional commits viewable in compare view

Updates github.com/fluxcd/helm-controller/api from 1.0.1 to 1.1.0

Release notes

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

v1.1.0

Changelog

v1.1.0 changelog

Container images

  • docker.io/fluxcd/helm-controller:v1.1.0
  • ghcr.io/fluxcd/helm-controller:v1.1.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/helm-controller/api's changelog.

1.1.0

Release date: 2024-09-26

This minor release comes with various bug fixes and improvements.

The chart values schema validation can now be disabled for install and upgrade actions by setting disableSchemaValidation under .spec.install and .spec.upgrade of a HelmRelease object.

HelmReleases that result in failure during uninstall will now be retried until the uninstall succeeds without any error. See handling failed uninstall docs for various remediations based on the cause of the failure.

helm-controller in sharded deployment configuration now supports cross-shard dependency check. This allows a HelmRelease to depend on other HelmReleases managed by different controller shards.

In addition, the Kubernetes dependencies have been updated to v1.31.1, Helm has been updated to v3.16.1 and various other controller dependencies have been updated to their latest version. The controller is now built with Go 1.23.

Fixes:

  • fix: remove digest check to never ignore helm uninstall errors #1024
  • Allow overwriting inline values with targetPath #1060
  • Fix incorrect use of format strings with the conditions package #1025
  • Re-enable logging json patch on StatusDrifted #1010
  • Ignore 'v' version prefix in OCI artifact and Helm chart #990
  • doc: fix HelmRelease default value for .spec.upgrade.crds #986

Improvements:

  • Allow cross-shard dependency check #1070
  • Add disableSchemaValidation to Helm install/upgrade actions #1068
  • Update Helm to v3.16.1 and enable the adoption of existing resources #1062
  • Build with Go 1.23 #1049
  • Various dependency updates

... (truncated)

Commits
  • 44247e2 Merge pull request #1074 from fluxcd/release-v1.1.0
  • d1a931a Release v1.1.0
  • 037bc86 Add changelog entry for v1.1.0
  • b0010b0 Merge pull request #1070 from fluxcd/deps-api-reader
  • 72ec296 Allow cross-shard dependency check
  • c71258e Merge pull request #1073 from fluxcd/update-sc
  • e3ab7ce Update source-controller to v1.4.1
  • 2e3efaf Merge pull request #1072 from fluxcd/dependabot/github_actions/ci-74c3fc3a14
  • 2932347 Bump the ci group across 1 directory with 2 updates
  • 18d2406 Merge pull request #1071 from fluxcd/deps-update
  • Additional commits viewable in compare view

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

Release notes

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

v0.39.0

Changelog

v0.39.0 changelog

Container images

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

Release date: 2024-09-26

This prerelease comes with support for OIDC authentication for Azure DevOps Repositories using the .spec.provider field by setting it to azure on the GitRepository object associated with ImageUpdateAutomation object.

In addition, the Kubernetes dependencies have been updated to v1.31.1 and various other controller dependencies have been updated to their latest version. The controller is now built with Go 1.23.

Fixes:

  • Fix incorrect use of format strings with the conditions package. #711
  • Fix RBAC role generation for IAC #745

Improvements:

... (truncated)

Commits
  • 474e4c3 Merge pull request #759 from fluxcd/api-update-sc
  • d2b33d1 Update source-controller to v1.4.1 in api
  • a7cebe3 Merge pull request #758 from fluxcd/release-v0.39.0
  • 1a7d0fe Release v0.39.0
  • e16d086 Merge pull request #757 from fluxcd/update-sc
  • a9af390 Update source-controller to v1.4.1
  • 5755a87 Merge pull request #747 from dipti-pai/iac-azure-oidc
  • 87bff0e Update dependencies
  • b24fb41 Enable Azure OIDC for Azure DevOps Repository in IAC
  • 7203b19 Merge pull request #755 from fluxcd/dependabot/github_actions/ci-a5204272dd
  • Additional commits viewable in compare view

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

Release notes

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

v0.33.0

Changelog

v0.33.0 changelog

Container images

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

Release date: 2024-09-26

This prerelease comes with support for using proxy for communications with the container registry using the new .spec.proxySecretRef field on ImageRepository objects.

In addition, the Kubernetes dependencies have been updated to v1.31.1 and various other controller dependencies have been updated to their latest version. The controller is now built with Go 1.23.

Fixes:

  • Fix incorrect use of format strings with the conditions package #598

Improvements:

Commits
  • 3a0a071 Merge pull request #641 from fluxcd/release-v0.33.0
  • f89ff04 Release v0.33.0
  • 02b6beb Merge pull request #640 from fluxcd/dependabot/github_actions/ci-c42c8e2749
  • 3609dfd Bump the ci group across 1 directory with 3 updates
  • a2f5058 Merge pull request #639 from fluxcd/deps-update
  • 816e16e Update fluxcd/pkg deps and k8s deps to 1.31.1
  • 0a5b0b9 Merge pull request #633 from fluxcd/controller-gen-v0.16.1
  • 0f1f46f Update controller-gen to v0.16.1
  • 5f8ca00 Merge pull request #627 from matheuscscp/imagerepo-proxy
  • b283a55 Add proxy support for ImageRepository API
  • Additional commits viewable in compare view

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

Release notes

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

v1.4.0

Changelog

v1.4.0 changelog

Container images

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

Release date: 2024-09-27

This minor release comes with various bug fixes and improvements.

kustomize-controller in sharded deployment configuration now supports cross-shard dependency check. This allows a Kustomization to depend on other Kustomizations managed by different controller shards.

In addition, the Kubernetes dependencies have been updated to v1.31.1 and various other controller dependencies have been updated to their latest version. The controller is now built with Go 1.23.

Fixes:

  • Fix incorrect use of format strings with the conditions package. #1198

Improvements:

Commits
  • 527ec3e Merge pull request #1254 from fluxcd/release-v1.4.0
  • cecc445 Release v1.4.0
  • 02ab2eb Add changelog entry for v1.4.0
  • 72ae7db Merge pull request #1253 from fluxcd/update-bucketv1
  • 3d87349 Update Bucket API to v1
  • 1d1a06b Merge pull request #1251 from fluxcd/update-sc
  • 8e39f7b Update source-controller to v1.4.1
  • 0d28f0f Merge pull request #1248 from fluxcd/deps-api-reader
  • 1899e6c Merge pull request #1250 from fluxcd/dependabot/github_actions/ci-74c3fc3a14
  • 0add02b Merge pull request #1249 from fluxcd/deps-update
  • Additional commits viewable in compare view

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

Release notes

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

v1.4.0

Changelog

v1.4.0 changelog

Container images

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

Release date: 2024-09-27

This minor release comes with various bug fixes and improvements.

MS Teams Provider has been updated to support MS Adaptive Card payloads. This allows users to migrate from the deprecated Office 365 Connector for Incoming Webhooks to the new Microsoft Teams Incoming Webhooks with Workflows. See the Provider API documentation for more information. After getting the URL for the new Incoming Webhook Workflow, update the secret used by the msteams Provider object with the new URL.

In addition, the Kubernetes dependencies have been updated to v1.31.1 and various other controller dependencies have been updated to their latest version. The controller is now built with Go 1.23.

Fixes:

  • telegram notifier should escape with metadata key #829
  • docs: use stringData for secret of GitHub PAT #873
  • Fix incorrect use of format strings with the conditions package. #879

Improvements:

Commits
  • 2525f2c Merge pull request #935 from fluxcd/release-v1.4.0
  • 52a4049 Release v1.4.0
  • 6fcfb63 Add changelog entry for v1.4.0
  • c43e6a9 Merge pull request #934 from fluxcd/go-github-v64
  • b2ab2c2 Update go-github to v63
  • 3acbe68 Merge pull request #933 from fluxcd/dependabot/github_actions/ci-74c3fc3a14
  • 4997635 build(deps): bump the ci group across 1 directory with 2 updates
  • b4a9933 Merge pull request #932 from fluxcd/dependabot/go_modules/go-deps-d2f960fbdc
  • 519248f Bump Go to 1.23.0
  • 05be0bd Fix CDEvents example
  • Additional commits viewable in compare view

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

Commits
  • c8165af Merge pull request #809 from fluxcd/k8s-1.31.1
  • 18924bf Update controller-gen to v0.16.1
  • 735a85b Update dependencies
  • 62475f1 Merge pull request #789 from dipti-pai/pkg-azure-git-wi-auth
  • 1686996 Support Azure OIDC authentication
  • a2a7a01 Merge pull request #808 from matheuscscp/oci-auth-proxy
  • 8b5c43a Add proxy support for oci/auth login
  • d467d6e Merge pull request #807 from fluxcd/dependabot/github_actions/ci-6f7028051e
  • a6b58a7 build(deps): bump the ci group with 2 updates
  • f0eb8aa Merge pull request #806 from fluxcd/dependabot/github_actions/ci-fc48fdf541
  • Additional commits viewable in compare view

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

Commits
  • 7fe9789 Merge pull request #810 from fluxcd/up-int-deps
  • f674386 Update internal dependencies
  • c8165af Merge pull request #809 from fluxcd/k8s-1.31.1
  • 18924bf Update controller-gen to v0.16.1
  • 735a85b Update dependencies
  • 62475f1 Merge pull request #789 from dipti-pai/pkg-azure-git-wi-auth
  • 1686996 Support Azure OIDC authentication
  • a2a7a01 Merge pull request #808 from matheuscscp/oci-auth-proxy
  • 8b5c43a Add proxy support for oci/auth login
  • d467d6e Merge pull request #807 from fluxcd/dependabot/github_actions/ci-6f7028051e
  • Additional commits viewable in compare view

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

Commits
  • 7fe9789 Merge pull request #810 from fluxcd/up-int-deps
  • f674386 Update internal dependencies
  • c8165af Merge pull request #809 from fluxcd/k8s-1.31.1
  • 18924bf Update controller-gen to v0.16.1
  • 735a85b Update dependencies
  • 62475f1 Merge pull request #789 from dipti-pai/pkg-azure-git-wi-auth
  • 1686996 Support Azure OIDC authentication
  • a2a7a01 Merge pull request #808 from matheuscscp/oci-auth-proxy
  • 8b5c43a Add proxy support for oci/auth login
  • d467d6e Merge pull request #807 from fluxcd/dependabot/github_actions/ci-6f7028051e
  • Additional commits viewable in compare view

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

Commits
  • 17398b5 Merge pull request #314 from somtochiama/sourceignore
  • fb3355b check for . path
  • 4d3acc8 Merge pull request #313 from fluxcd/oci-ignore
  • 82fe1ed Update sourceignore version for OCI
  • 4cc38cb Merge pull request #312 from somtochiama/sourceignore
  • e36c917 increase timeout for failing patch
  • 9de2992 run tidy
  • 4e42496 Move sourceignore its own dir
  • d26e2ae remove log
  • 71cbd21 Move sourceignore package and add ignore functionality to oci build/push
  • Additional commits viewable in compare view

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

Release notes

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

v1.4.1

Changelog

v1.4.1 changelog

Container images

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

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.4.0

Changelog

v1.4.0 changelog

Container images

  • docker.io/fluxcd/source-controller:v1.4.0
  • ghcr.io/fluxcd/source-controller:v1.4.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/source-controller/api's changelog.

1.4.1

Release date: 2024-09-26

This patch release comes with a fix to the GitRepository API to keep it backwards compatible by removing the default value for .spec.provider field when not set in the API. The controller will internally consider an empty value for the provider as the generic provider.

Fix:

  • GitRepo: Remove provider default value from API #1626

1.4.0

Release date: 2024-09-25

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

Bucket

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

Bucket API now supports proxy through the field .spec.proxySecretRef and custom TLS client certificate and CA through the field .spec.certSecretRef.

Bucket API now also supports specifying a custom STS configuration through the field .spec.sts. This is currently only supported for the providers generic and aws. When specifying a custom STS configuration one must specify which STS provider to use. For the generic bucket provider we support the ldap STS provider, and for the aws bucket provider we support the aws STS provider. For the aws STS provider, one may use the default main STS endpoint, or the regional STS endpoints, or even an interface endpoint.

OCIRepository

OCIRepository API now supports proxy through the field .spec.proxySecretRef.

Warning: Proxy is not supported for cosign keyless verification.

GitRepository

GitRepository API now supports OIDC authentication for Azure DevOps repositories through the field .spec.provider using the value azure. See the docs for details here.

In addition, the Kubernetes dependencies have been updated to v1.31.1, Helm has been updated to v3.16.1 and various other controller dependencies have been updated to their latest version. The controller is now built with Go 1.23.

Fixes:

  • helm: Use the default transport pool to preserve proxy settings #1490
  • Fix incorrect use of format strings with the conditions package. #1529
  • Fix HelmChart local dependency resolution for name-based path #1539

... (truncated)

Commits
  • 50035c6 Merge pull request #1628 from fluxcd/release-v1.4.1
  • c2b6b39 Release v1.4.1
  • a2658ba Add changelog entry for v1.4.1
  • a485ed4 Merge pull request #1627 from fluxcd/backport-1626-to-release/v1.4.x
  • 0e4f558 GitRepo: Remove provider default value from API
  • e6e2b15 Merge pull request #1620 from fluxcd/release-v1.4.0
  • e920838 Release v1.4.0
  • c796f52 Add changelog entry for v1.4.0
  • 03889fe Merge pull request #1618 from fluxcd/dependabot/go_modules/go-deps-a9e873101f
  • 32bc10c build(deps): bump the go-deps group across 1 directory with 3 updates
  • 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/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 (

@dependabot dependabot bot requested a review from a team as a code owner November 29, 2024 10:49
@dependabot dependabot bot added kind/chore chore, maintenance, etc. kind/dependency dependency update, etc. labels Nov 29, 2024
Bumps the go group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| code.gitea.io/sdk/gitea | `0.17.1` | `0.19.0` |
| [github.com/fluxcd/flux2/v2](https://github.com/fluxcd/flux2) | `2.3.0` | `2.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/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.5.0` |
| [github.com/open-component-model/ocm-controller](https://github.com/open-component-model/ocm-controller) | `0.19.0` | `0.25.3` |



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

Updates `github.com/fluxcd/flux2/v2` from 2.3.0 to 2.4.0
- [Release notes](https://github.com/fluxcd/flux2/releases)
- [Changelog](https://github.com/fluxcd/flux2/blob/main/.goreleaser.yml)
- [Commits](fluxcd/flux2@v2.3.0...v2.4.0)

Updates `github.com/fluxcd/helm-controller/api` from 1.0.1 to 1.1.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@v1.0.1...v1.1.0)

Updates `github.com/fluxcd/image-automation-controller/api` from 0.38.0 to 0.39.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.38.0...v0.39.0)

Updates `github.com/fluxcd/image-reflector-controller/api` from 0.32.0 to 0.33.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.32.0...v0.33.0)

Updates `github.com/fluxcd/kustomize-controller/api` from 1.3.0 to 1.4.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.3.0...v1.4.0)

Updates `github.com/fluxcd/notification-controller/api` from 1.3.0 to 1.4.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.3.0...v1.4.0)

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

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

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

Updates `github.com/fluxcd/pkg/version` from 0.4.0 to 0.4.1
- [Commits](fluxcd/pkg@tar/v0.4.0...oci/v0.4.1)

Updates `github.com/fluxcd/source-controller/api` from 1.3.0 to 1.4.1
- [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.3.0...v1.4.1)

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/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 `k8s.io/apiextensions-apiserver` from 0.30.1 to 0.31.1
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
- [Commits](kubernetes/apiextensions-apiserver@v0.30.1...v0.31.1)

Updates `k8s.io/cli-runtime` from 0.30.1 to 0.31.1
- [Commits](kubernetes/cli-runtime@v0.30.1...v0.31.1)

Updates `sigs.k8s.io/e2e-framework` from 0.2.0 to 0.5.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.5.0)

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

Updates `github.com/open-component-model/ocm-controller` from 0.19.0 to 0.25.3
- [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.25.3)

Updates `k8s.io/api` from 0.30.1 to 0.31.1
- [Commits](kubernetes/api@v0.30.1...v0.31.1)

Updates `k8s.io/apimachinery` from 0.30.1 to 0.31.1
- [Commits](kubernetes/apimachinery@v0.30.1...v0.31.1)

Updates `k8s.io/client-go` from 0.30.1 to 0.31.1
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.30.1...v0.31.1)

Updates `sigs.k8s.io/controller-runtime` from 0.18.3 to 0.19.0
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/controller-runtime@v0.18.3...v0.19.0)

---
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/flux2/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/fluxcd/helm-controller/api
  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-patch
  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/replication-controller
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: k8s.io/apiextensions-apiserver
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: k8s.io/cli-runtime
  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-patch
  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
- dependency-name: k8s.io/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/go-2ee869b397 branch from 0bb215e to b7153ec Compare November 29, 2024 10:54
@hilmarf
Copy link
Member

hilmarf commented Nov 29, 2024

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 29, 2024

Superseded by #102.

@dependabot dependabot bot closed this Nov 29, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/go-2ee869b397 branch November 29, 2024 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/chore chore, maintenance, etc. kind/dependency dependency update, etc. repo/ocm-e2e-framework
Projects
Status: 🍺 Done
Development

Successfully merging this pull request may close these issues.

1 participant