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 with 18 updates #64

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2024

Bumps the go group with 18 updates:

Package From To
code.gitea.io/sdk/gitea 0.15.1 0.17.1
github.com/fluxcd/flux2/v2 2.0.0-rc.1 2.2.3
github.com/fluxcd/helm-controller/api 0.36.0 0.37.4
github.com/fluxcd/image-automation-controller/api 0.32.0 0.37.1
github.com/fluxcd/image-reflector-controller/api 0.27.0 0.31.2
github.com/fluxcd/kustomize-controller/api 1.0.0-rc.1 1.2.2
github.com/fluxcd/notification-controller/api 1.0.0-rc.1 1.2.4
github.com/fluxcd/pkg/apis/meta 1.1.2 1.3.0
github.com/fluxcd/pkg/runtime 0.35.0 0.44.1
github.com/fluxcd/pkg/ssa 0.27.0 0.36.0
github.com/fluxcd/pkg/version 0.2.1 0.2.2
github.com/fluxcd/source-controller/api 1.1.0 1.2.4
github.com/open-component-model/git-controller 0.8.0 0.11.1
github.com/open-component-model/ocm 0.4.0 0.8.0
github.com/open-component-model/replication-controller 0.7.0 0.12.2
sigs.k8s.io/e2e-framework 0.2.0 0.3.0
github.com/open-component-model/ocm-controller 0.13.0 0.18.1
sigs.k8s.io/yaml 1.3.0 1.4.0

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

Updates github.com/fluxcd/flux2/v2 from 2.0.0-rc.1 to 2.2.3

Release notes

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

v2.2.3

Highlights

Flux v2.2.3 is a patch release which comes with various fixes and improvements. Users are encouraged to upgrade for the best experience.

💡 For upgrading to Flux v2.2, please see the procedure documented in 2.2.0.

This release updates the Kubernetes dependencies to v1.28.6 and various other dependencies to their latest version to patch upstream CVEs.

All controllers are built with Go 1.21.6 using Alpine Linux 3.19.1 base image.

[!NOTE] Due to breaking changes in Helm v3.14.0, the helm-controller version included in this patch release comes with Helm SDK v3.13.3. A preview build of the helm-controller with the latest Helm SDK is available at helm-controller#879.

Fixes:

  • Reconciling empty directories and directories without Kubernetes manifests no longer results in an error. This regressing bug was introduced with the kustomize-controller upgrade to Kustomize v5.3 and has been fixed in this patch release.
  • The regression due to which Roles and ClusterRoles with aggregated roles were continuous reconciled by kustomize-controller has been fixed.
  • Fix the Git revision displaying when notification-controller sends alerts to Grafana.
  • The HelmRelease status reporting has been improved by ensuring that the stale failure conditions get updated after failure recovery.

See the components changelog for a full list of bug fixes.

Components changelog

CLI Changelog

v2.2.2

Highlights

... (truncated)

Commits
  • 5346846 Merge pull request #4591 from fluxcd/backport-4589-to-release/v2.2.x
  • 1feda85 Update dependencies
  • e3cdb19 Merge pull request #4588 from fluxcd/backport-4583-to-release/v2.2.x
  • cb0cf95 Update toolkit components
  • 81f8bf8 Merge pull request #4587 from fluxcd/backport-4585-to-release/v2.2.x
  • aa4cad4 build(deps): bump the ci group with 3 updates
  • a3550cc Merge pull request #4577 from fluxcd/backport-4554-to-release/v2.2.x
  • 384d472 build(deps): bump the ci group with 3 updates
  • aabdd28 Merge pull request #4576 from fluxcd/backport-4575-to-release/v2.2.x
  • 297c0f0 Update dependencies to Kubernetes v1.28.6
  • Additional commits viewable in compare view

Updates github.com/fluxcd/helm-controller/api from 0.36.0 to 0.37.4

Release notes

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

v0.37.4

Changelog

v0.37.4 changelog

Container images

  • docker.io/fluxcd/helm-controller:v0.37.4
  • ghcr.io/fluxcd/helm-controller:v0.37.4

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.

v0.37.3

Changelog

v0.37.3 changelog

Container images

  • docker.io/fluxcd/helm-controller:v0.37.3
  • ghcr.io/fluxcd/helm-controller:v0.37.3

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.

v0.37.2

Changelog

v0.37.2 changelog

Container images

  • docker.io/fluxcd/helm-controller:v0.37.2
  • ghcr.io/fluxcd/helm-controller:v0.37.2

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.

v0.37.1

Changelog

... (truncated)

Changelog

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

0.37.4

Release date: 2024-02-05

This prerelease comes with improvements in the HelmRelease status reporting. After recovering from a reconciliation failure, sometimes the status may show stale conditions which could be misleading. This has been fixed by ensuring that the stale failure conditions get updated after failure recovery.

Improvements:

  • Remove stale Ready=False conditions value to show more accurate status #884
  • Dependency update #886

0.37.3

Release date: 2024-02-01

This prerelease comes with an update to the Kubernetes dependencies to v1.28.6 and various other dependencies have been updated to their latest version to patch upstream CVEs.

In addition, the controller is now built with Go 1.21.

Improvements:

0.37.2

This prerelease fixes a bug that resulted in the controller not being able to properly watch HelmRelease resources with specific labels.

Fixes:

  • Properly configure namespace selector #858

Improvements:

... (truncated)

Commits
  • 0114b20 Merge pull request #887 from fluxcd/release-v0.37.4
  • 48781f2 Release v0.37.4
  • 0bd797a Merge pull request #884 from fluxcd/update-stale-ready-condition
  • 59c577a Remove stale Ready=False conditions values
  • d370e73 Merge pull request #886 from fluxcd/dependabot/github_actions/ci-bb3c355948
  • 1c61870 build(deps): bump the ci group with 4 updates
  • c2c1064 Merge pull request #883 from fluxcd/release-v0.37.3
  • 38c5d80 Release v0.37.3
  • 0d87c62 Merge pull request #882 from fluxcd/deps-update
  • d86240a Update source-controller dependency
  • Additional commits viewable in compare view

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

Release notes

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

v0.37.1

Changelog

v0.37.1 changelog

Container images

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

v0.37.0

Changelog

v0.37.0 changelog

Container images

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

v0.36.1

Changelog

v0.36.1 changelog

Container images

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

v0.36.0

Changelog

... (truncated)

Changelog

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

0.37.1

Release date: 2024-02-01

This prerelease comes with an update to the Kubernetes dependencies to v1.28.6 and various other dependencies have been updated to their latest version to patch upstream CVEs.

In addition, the controller is now built with Go 1.21.

Improvements:

0.37.0

Release date: 2023-12-11

This prerelease comes with updates to the controller's YAML parser and fixes all the issues with YAML multi-line strings being flattened.

In addition, the controller dependencies have been updated to Kubernetes 1.28 and the container base image has been updated to Alpine 3.19.

Improvements:

  • Remove dependence on kustomize/setters2 #604
  • Update dependencies to Kubernetes v1.28 #605
  • Update Git dependencies #607
  • build: update Alpine to 3.19 #610
  • Update Kustomize to v5.3.0 #611
  • Update dependencies #613

... (truncated)

Commits
  • 6e09395 Merge pull request #634 from fluxcd/release-v0.37.1
  • 853a760 Release v0.37.1
  • ef6226b Merge pull request #635 from fluxcd/deps-update
  • 4325802 Dependency updates
  • 0f2432c Merge pull request #632 from fluxcd/dependabot/github_actions/ci-7f800df184
  • e509169 build(deps): bump the ci group with 3 updates
  • 2b0b732 Merge pull request #630 from fluxcd/dependabot/github_actions/ci-29c6e6c8c2
  • 59bb576 build(deps): bump the ci group with 2 updates
  • 45e5f42 Merge pull request #631 from fluxcd/dependabot/go_modules/go-deps-6f53fd7092
  • 580ac1a build(deps): bump the go-deps group with 1 update
  • Additional commits viewable in compare view

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

Release notes

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

v0.31.2

Changelog

v0.31.2 changelog

Container images

  • docker.io/fluxcd/image-reflector-controller:v0.31.2
  • ghcr.io/fluxcd/image-reflector-controller:v0.31.2

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.

v0.31.1

Changelog

v0.31.1 changelog

Container images

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

v0.31.0

Changelog

v0.31.0 changelog

Container images

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

v0.30.0

Changelog

... (truncated)

Changelog

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

0.31.2

Release date: 2024-02-01

This prerelease comes with an update to the Kubernetes dependencies to v1.28.6 and various other dependencies have been updated to their latest version to patch upstream CVEs.

In addition, the controller is now built with Go 1.21.

Improvements:

0.31.1

Release date: 2023-12-11

This prerelease comes with updates to AWS dependencies to fix an issue with ECR authentication.

In addition, the container base image was updated to Alpine 3.19.

Improvements:

  • build: update Alpine to 3.19 #480
  • Update dependencies #481

0.31.0

Release date: 2023-12-08

This prerelease comes with support for insecure HTTP registries using the new .spec.insecure field on ImageRepository objects. This field is optional and defaults to false.

... (truncated)

Commits
  • 9107551 Merge pull request #502 from fluxcd/release-v0.31.2
  • 6950e5a Release v0.31.2
  • b9d97f0 Merge pull request #501 from fluxcd/dependabot/github_actions/ci-7f800df184
  • f70bd09 build(deps): bump the ci group with 3 updates
  • 7660d64 Merge pull request #499 from fluxcd/dependabot/github_actions/ci-5a774927a1
  • da3d893 build(deps): bump the ci group with 5 updates
  • 3ef0ce3 Merge pull request #498 from fluxcd/dependabot/go_modules/go-deps-6f53fd7092
  • 2c04422 build(deps): bump the go-deps group with 1 update
  • 274c82f Merge pull request #496 from fluxcd/dependabot/go_modules/go-deps-ea8f378ece
  • 6a5bbc2 Update API to Kubernetes v1.28.6
  • Additional commits viewable in compare view

Updates github.com/fluxcd/kustomize-controller/api from 1.0.0-rc.1 to 1.2.2

Release notes

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

v1.2.2

Changelog

v1.2.2 changelog

Container images

  • docker.io/fluxcd/kustomize-controller:v1.2.2
  • ghcr.io/fluxcd/kustomize-controller:v1.2.2

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

Changelog

v1.2.1 changelog

Container images

  • docker.io/fluxcd/kustomize-controller:v1.2.1
  • ghcr.io/fluxcd/kustomize-controller:v1.2.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.2.0

Changelog

v1.2.0 changelog

Container images

  • docker.io/fluxcd/kustomize-controller:v1.2.0
  • ghcr.io/fluxcd/kustomize-controller:v1.2.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.1.1

Changelog

... (truncated)

Changelog

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

1.2.2

Release date: 2024-02-01

This patch release comes with various bug fixes and improvements.

Reconciling empty directories and directories without Kubernetes manifests no longer results in an error. This regressing bug was introduced with the controller upgrade to Kustomize v5.3 and has been fixed in this patch release.

The regression due to which the namespaced objects without a namespace specified resulted in not found error instead of namespace not specified has also been fixed. And the regression due to which Roles and ClusterRoles were reconciled over and over due to the normalization of Roles and ClusterRoles has also been fixed.

In addition, the Kubernetes dependencies have been updated to v1.28.6. Various other dependencies have also been updated to their latest version to patch upstream CVEs.

Lastly, the controller is now built with Go 1.21.

Improvements:

1.2.1

Release date: 2023-12-14

This patch release comes with improvements in logging to provide faster feedback on any HTTP errors encountered while fetching source artifacts.

In addition, the status condition messages are now trimmed to respect the size limit defined by the API.

... (truncated)

Commits
  • 7a5ae11 Merge pull request #1077 from fluxcd/release-v1.2.2
  • afb9e73 Release v1.2.2
  • e5072d5 Add changelog entry for v1.2.2
  • 115614b Merge pull request #1076 from fluxcd/backport-1075-to-release/v1.2.x
  • 00821eb Update source-controller dependency
  • 151e55b Merge pull request #1074 from fluxcd/backport-1072-to-release/v1.2.x
  • c575ac2 build(deps): bump the go-deps group with 1 update
  • e75aa5f Merge pull request #1070 from fluxcd/backport-1069-to-release/v1.2.x
  • ddeda85 build(deps): bump the ci group with 1 update
  • 04b1e54 Merge pull request #1068 from fluxcd/backport-1066-to-release/v1.2.x
  • Additional commits viewable in compare view

Updates github.com/fluxcd/notification-controller/api from 1.0.0-rc.1 to 1.2.4

Release notes

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

v1.2.4

Changelog

v1.2.4 changelog

Container images

  • docker.io/fluxcd/notification-controller:v1.2.4
  • ghcr.io/fluxcd/notification-controller:v1.2.4

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

Changelog

v1.2.3 changelog

Container images

  • docker.io/fluxcd/notification-controller:v1.2.3
  • ghcr.io/fluxcd/notification-controller:v1.2.3

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

Changelog

v1.2.2 changelog

Container images

  • docker.io/fluxcd/notification-controller:v1.2.2
  • ghcr.io/fluxcd/notification-controller:v1.2.2

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

Changelog

... (truncated)

Changelog

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

1.2.4

Release date: 2024-02-01

This patch release fixes various issues, updates the Kubernetes dependencies to v1.28.6 and various other dependencies to their latest version to patch upstream CVEs.

Improvements:

Fixes:

  • Fix BitBucket status update panic #722
  • fix typo in docs/spec/v1beta3/providers.md #699
  • fix(grafana-provider): replace ":" character in eventMetadata #703
  • Remove old/incorrect API version usage #693

1.2.3

Release date: 2023-12-14

This patch release fixes various issues, most notably, the Provider v1beta3 API backwards compatibility issue when .spec.interval was explicitly set in a v1beta2 version of Provider.

Fixes:

  • Exclude eventv1.MetaTokenKey from event metadata #686
  • Add .spec.interval in v1beta3 Provider #683
  • Remove URL syntax validation for provider address entirely #682

1.2.2

Release date: 2023-12-11

This patch releases updates a variety of dependencies, including an update of the container base image to Alpine v3.19.

... (truncated)

Commits
  • 0768aa2 Merge pull request #729 from fluxcd/release-v1.2.4
  • ff3dbfe Release v1.2.4
  • be91fe2 Add changelog entry for v1.2.4
  • 52702b9 Merge pull request #727 from fluxcd/backport-workflow-changes
  • 0a56687 Backport workflows changes from the main branch
  • 9a86732 Merge pull request #726 from fluxcd/backport-725-to-release/v1.2.x
  • 71d86c3 build(deps): bump the go-deps group with 2 updates
  • 080cbec Merge pull request #723 from fluxcd/backport-722-to-release/v1.2.x
  • 20fdb83 Fix BitBucket status update panic
  • 6e00c7a Merge pull request #721 from fluxcd/backport-720-to-release/v1.2.x
  • Additional commits viewable in compare view

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

Commits
  • 31388ce Merge pull request #727 from fluxcd/distribution-up
  • 328eb42 Update OCI distribution to v3.0.0-alpha.1
  • 7fabcd8 Merge pull request #684 from somtochiama/pull-static-file-oci
  • a330445 fix options
  • 255f8fc test for static archive
  • f155227 refactor test
  • 8687514 implement pull static artifact
  • 4624208 Merge pull request #726 from fluxcd/deps-kube-v0.28.6
  • 30da897 Update dependencies
  • 63e3e9c Merge pull request #725 from fluxcd/dependabot/github_actions/ci-f38fbd1956
  • Additional commits viewable in compare view

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

Commits
  • 2e7e8fe Merge pull request #730 from fluxcd/conditions-HasAnyReasons
  • 1ae7daf runtime: Add HasAnyReason to conditions getter
  • db52a67 Merge pull request #729 from fluxcd/dependabot/github_actions/ci-727f6c18fd
  • ea2c064 build(deps): bump the ci group with 2 updates
  • See full diff in compare view

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

Commits
  • e5ca530 Merge pull request #728 from fluxcd/internal-deps
  • ac45fb6 Update internal dependencies
  • 31388ce Merge pull request #727 from fluxcd/distribution-up
  • 328eb42 Update OCI distribution to v3.0.0-alpha.1
  • 7fabcd8 Merge pull request #684 from somtochiama/pull-static-file-oci
  • a330445 fix options
  • 255f8fc test for static archive
  • f155227 refactor test
  • 8687514 implement pull static artifact
  • 4624208 Merge pull request #726 from fluxcd/deps-kube-v0.28.6
  • Additional commits viewable in compare view

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

Commits
  • 9c9c40e Merge pull request #72 from SomtochiAma/find-gitlab-path
  • 8367847 Check both name and path for gitlab group
  • cc0947d Merge pull request #71 from fluxcd/controller-runtime-v0.8.0
  • 860f524 Update controller-runtime to v0.8.0
  • 0e35b40 Merge pull request #70 from fluxcd/k8s.io/api-v0.20.2
  • 06bc798 Update Kubernetes packages to v1.20.2
  • See full diff in compare view

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

Release notes

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

v1.2.4

Changelog

v1.2.4 changelog

Container images

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

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

Changelog

v1.2.3 changelog

Container images

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

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

Changelog

v1.2.2 changelog

Container images

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

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

Changelog

... (truncated)

Changelog

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

1.2.4

Release date: 2024-02-01

This patch release updates the Kubernetes dependencies to v1.28.6 and various other dependencies to their latest version to patch upstream CVEs.

Improvements:

1.2.3

Release date: 2023-12-14

This patch release updates the controller's Helm dependency to v3.13.3.

Improvements:

  • Update Helm to v3.13.3 #1325
  • helmrepo: Remove migration log/event #1324

1.2.2

Release date: 2023-12-11

This patch release addresses an issue with AWS ECR authentication introduced in v1.2.0.

In addition, a variety of dependencies have been updated. Including an update of the container base image to Alpine v3.19.

Fixes:

  • Address issue with authenticating towards AWS ECR #1318 #1321

Improvements:

  • Update dependencies #1314

... (truncated)

Commits
  • 3f131a1 Merge pull request #1363 from fluxcd/release-v1.2.4
  • 8fcdff7 Release v1.2.4
  • 2a57324 Add changelog entry for v1.2.4
  • a724e00 Merge pull request #1362 from fluxcd/backport-1361-to-release/v1.2.x
  • 6cf8879 build(deps): bump the go-deps group with 2 updates
  • fefee33 Merge pull request #1357 from fluxcd/backport-1355-to-release/v1.2.x
  • e3834d3 build(deps): bump the ci group with 3 updates
  • d6d8699 Merge pull request #1353 from fluxcd/backport-1352-to-release/v1.2.x
  • 0efba9a Update API to Kubernetes v1.28.4
  • 1a892fc build(deps): bump the go-deps group with 12 updates
  • Additional commits viewable in compare view

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

Release notes

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

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)

v0.9.0

Release 0.9.0

  • feat: add insecure flag to force http on the domain (#73)
  • fix: allowing domain to be added including a scheme (#72)
  • Remove blackduck PR...

    Description has been truncated

Bumps the go group with 18 updates:

| Package | From | To |
| --- | --- | --- |
| code.gitea.io/sdk/gitea | `0.15.1` | `0.17.1` |
| [github.com/fluxcd/flux2/v2](https://github.com/fluxcd/flux2) | `2.0.0-rc.1` | `2.2.3` |
| [github.com/fluxcd/helm-controller/api](https://github.com/fluxcd/helm-controller) | `0.36.0` | `0.37.4` |
| [github.com/fluxcd/image-automation-controller/api](https://github.com/fluxcd/image-automation-controller) | `0.32.0` | `0.37.1` |
| [github.com/fluxcd/image-reflector-controller/api](https://github.com/fluxcd/image-reflector-controller) | `0.27.0` | `0.31.2` |
| [github.com/fluxcd/kustomize-controller/api](https://github.com/fluxcd/kustomize-controller) | `1.0.0-rc.1` | `1.2.2` |
| [github.com/fluxcd/notification-controller/api](https://github.com/fluxcd/notification-controller) | `1.0.0-rc.1` | `1.2.4` |
| [github.com/fluxcd/pkg/apis/meta](https://github.com/fluxcd/pkg) | `1.1.2` | `1.3.0` |
| [github.com/fluxcd/pkg/runtime](https://github.com/fluxcd/pkg) | `0.35.0` | `0.44.1` |
| [github.com/fluxcd/pkg/ssa](https://github.com/fluxcd/pkg) | `0.27.0` | `0.36.0` |
| [github.com/fluxcd/pkg/version](https://github.com/fluxcd/pkg) | `0.2.1` | `0.2.2` |
| [github.com/fluxcd/source-controller/api](https://github.com/fluxcd/source-controller) | `1.1.0` | `1.2.4` |
| [github.com/open-component-model/git-controller](https://github.com/open-component-model/git-controller) | `0.8.0` | `0.11.1` |
| [github.com/open-component-model/ocm](https://github.com/open-component-model/ocm) | `0.4.0` | `0.8.0` |
| [github.com/open-component-model/replication-controller](https://github.com/open-component-model/replication-controller) | `0.7.0` | `0.12.2` |
| [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.13.0` | `0.18.1` |
| [sigs.k8s.io/yaml](https://github.com/kubernetes-sigs/yaml) | `1.3.0` | `1.4.0` |


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

Updates `github.com/fluxcd/flux2/v2` from 2.0.0-rc.1 to 2.2.3
- [Release notes](https://github.com/fluxcd/flux2/releases)
- [Changelog](https://github.com/fluxcd/flux2/blob/main/.goreleaser.yml)
- [Commits](fluxcd/flux2@v2.0.0-rc.1...v2.2.3)

Updates `github.com/fluxcd/helm-controller/api` from 0.36.0 to 0.37.4
- [Release notes](https://github.com/fluxcd/helm-controller/releases)
- [Changelog](https://github.com/fluxcd/helm-controller/blob/main/CHANGELOG.md)
- [Commits](fluxcd/helm-controller@v0.36.0...v0.37.4)

Updates `github.com/fluxcd/image-automation-controller/api` from 0.32.0 to 0.37.1
- [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.32.0...v0.37.1)

Updates `github.com/fluxcd/image-reflector-controller/api` from 0.27.0 to 0.31.2
- [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.27.0...v0.31.2)

Updates `github.com/fluxcd/kustomize-controller/api` from 1.0.0-rc.1 to 1.2.2
- [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.0.0-rc.1...v1.2.2)

Updates `github.com/fluxcd/notification-controller/api` from 1.0.0-rc.1 to 1.2.4
- [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.0.0-rc.1...v1.2.4)

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

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

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

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

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

Updates `github.com/open-component-model/git-controller` from 0.8.0 to 0.11.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.11.1)

Updates `github.com/open-component-model/ocm` from 0.4.0 to 0.8.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.4.0...v0.8.0)

Updates `github.com/open-component-model/replication-controller` from 0.7.0 to 0.12.2
- [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.12.2)

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 `github.com/open-component-model/ocm-controller` from 0.13.0 to 0.18.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.13.0...v0.18.1)

Updates `sigs.k8s.io/yaml` from 1.3.0 to 1.4.0
- [Release notes](https://github.com/kubernetes-sigs/yaml/releases)
- [Changelog](https://github.com/kubernetes-sigs/yaml/blob/master/RELEASE.md)
- [Commits](kubernetes-sigs/yaml@v1.3.0...v1.4.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/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: github.com/open-component-model/ocm-controller
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: sigs.k8s.io/yaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 10, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 10, 2024

The following labels could not be found: go.

Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 18, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

@dependabot dependabot bot deleted the dependabot/go_modules/go-f22d7ac7fa branch March 18, 2024 14:10
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.

1 participant