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 15 updates #338

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 24, 2023

Bumps the go group with 15 updates:

Package From To
cuelang.org/go 0.5.0 0.7.0
github.com/containers/image/v5 5.23.0 5.29.0
github.com/fluxcd/helm-controller/api 0.36.0 0.37.2
github.com/fluxcd/kustomize-controller/api 1.0.0-rc.1 1.2.1
github.com/fluxcd/pkg/apis/event 0.5.2 0.6.0
github.com/fluxcd/pkg/http/fetch 0.5.2 0.8.0
github.com/fluxcd/pkg/kustomize 1.1.1 1.5.0
github.com/fluxcd/source-controller/api 1.1.0 1.2.3
github.com/mandelsoft/vfs 0.0.0-20230713123140-269aa4fb1338 0.4.0
github.com/open-component-model/ocm 0.4.0 0.5.0
github.com/open-component-model/ocm-e2e-framework 0.6.1-0.20230913082321-d7050cc55939 0.7.1
github.com/tetratelabs/wazero 1.5.0 1.6.0
helm.sh/helm/v3 3.12.3 3.13.3
sigs.k8s.io/e2e-framework 0.2.0 0.3.0
github.com/go-logr/logr 1.3.0 1.4.1

Updates cuelang.org/go from 0.5.0 to 0.7.0

Updates github.com/containers/image/v5 from 5.23.0 to 5.29.0

Release notes

Sourced from github.com/containers/image/v5's releases.

v5.29.0

What's Changed

... (truncated)

Commits
  • 93256e0 Bump to v5.29.0
  • 4c7278f Bump c/storage to v1.51.0
  • 199d256 Merge pull request #2185 from mtrmac/zstd-chunked-never-reuse
  • 3ebd43c HACK: Don't record zstd:chunked algorithm in the BIC at all
  • 0c11bea HACK: Do not reuse zstd:chunked blobs
  • 032ae9f Merge pull request #2190 from containers/renovate/github.com-klauspost-compre...
  • f7e02f1 fix(deps): update module github.com/klauspost/compress to v1.17.3
  • 96eab26 Merge pull request #2186 from mtrmac/quote-response-body
  • d55a5eb Quote the response body in an error message
  • 1af240e Merge pull request #2188 from mtrmac/update-jose
  • Additional commits viewable in compare view

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

Release notes

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

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

v0.37.1 changelog

Container images

  • docker.io/fluxcd/helm-controller:v0.37.1
  • ghcr.io/fluxcd/helm-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/helm-controller:v0.37.0
  • ghcr.io/fluxcd/helm-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.2

Changelog

... (truncated)

Changelog

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

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:

  • build(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 #856

0.37.1

This prerelease fixes a backwards compatibility issue that could occur when trying to move from the v2beta1 to v2beta2 API while enabling drift detection.

In addition, logging has been improved to provide faster feedback on any HTTP errors encountered while fetching HelmChart artifacts, and the controller will now set the Stalled condition as soon as it detects to be out of retries without having to wait for the next reconciliation.

Lastly, Helm has been updated to v3.13.3.

Fixes:

  • loader: allow overwrite of URL hostname again #844
  • api: ensure backwards compatibility v2beta1 #851

Improvements:

  • loader: log HTTP errors to provide faster feedback #845
  • Update runtime to v0.43.3 #846
  • Early stall condition detection after remediation #848
  • Update Helm to v3.13.3 #849

0.37.0

Release date: 2023-12-12

This prerelease promotes the HelmRelease API from v2beta1 to v2beta2. The promotion of the API is accompanied by a number of new features and bug fixes. Refer to the highlights section below for more information.

... (truncated)

Commits
  • 24c6729 Merge pull request #859 from fluxcd/release-v0.37.2
  • 9ffe942 Release v0.37.2
  • 02fbbbe Merge pull request #858 from fluxcd/fix-namespace-selector
  • 54eed52 Properly configure namespace selector
  • b993ca3 Merge pull request #856 from fluxcd/dependabot/go_modules/golang.org/x/crypto...
  • fe2255f build(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0
  • 8db6999 Merge pull request #854 from fluxcd/dependabot/github_actions/ci-66820a5bfd
  • 754d2fa build(deps): bump the ci group with 3 updates
  • 8094f19 Merge pull request #852 from fluxcd/release-v0.37.1
  • 46a564b Release v0.37.1
  • Additional commits viewable in compare view

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

Release notes

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

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

v1.1.1 changelog

Container images

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

Changelog

... (truncated)

Changelog

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

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.

Improvements:

  • Update runtime to v0.43.3 #1031
  • Log HTTP errors to provide faster feedback #1028

1.2.0

Release date: 2023-12-11

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

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

Starting with this version, the controller will automatically perform a cleanup of the Pods belonging to stale Kubernetes Jobs after a force apply.

A new controller flag --override-manager has been added to extend the Field Managers disallow list. Using this flag, cluster administrators can configure the controller to undo changes made with Lens and other UI tools that directly modify Kubernetes objects on clusters.

In addition, the controller dependencies have been updated, including an update to Kubernetes v1.28. The container base image has been updated to Alpine 3.19.

Improvements:

  • Update source-controller to v1.2.2 #1024
  • build: update Alpine to 3.19 #1023
  • Update Kustomize to v5.3.0 #1021
  • Support additional Field Managers in the disallow list #1017
  • Add test for Namespace custom resource #1016
  • Update controller to Kubernetes v1.28.4 #1014
  • Disable status poller cache by default

... (truncated)

Commits
  • f490a3f Merge pull request #1033 from fluxcd/release-v1.2.1
  • 5afbe1a Release v1.2.1
  • 240fb6d Add changelog entry for v1.2.1
  • f85fce0 Merge pull request #1032 from fluxcd/backport-1031-to-release/v1.2.x
  • 9667652 Update runtime to v0.43.3
  • 89d74cc Merge pull request #1029 from fluxcd/backport-1028-to-release/v1.2.x
  • e8034dc Log HTTP errors to provide faster feedback
  • 234fa65 Merge pull request #1025 from fluxcd/release-v1.2.0
  • fc1d20e Release v1.2.0
  • 717ce6e Add changelog entry for v1.2.0
  • Additional commits viewable in compare view

Updates github.com/fluxcd/pkg/apis/event from 0.5.2 to 0.6.0

Commits
  • dfed4fb git/libgit2: remove dep to pkg/runtime
  • d65cef8 Merge pull request #327 from fluxcd/internal-deps-up
  • 13f4fb1 Update internal dependencies
  • 353ad50 Merge pull request #325 from fluxcd/go-1.18-mod
  • cddc690 Update Go to v1.18 in go.mod
  • 6c44a11 Merge pull request #324 from fluxcd/kube-0.25.0
  • c0a1eba Update Kubernetes packages to v1.25.0
  • 107f0af Merge pull request #318 from aryan9600/split-git
  • 8a3d5fc pkg/git: split into pkg/git/gogit and pkg/git/libgit2
  • 58fb44c Merge pull request #321 from somtochiama/delete-oci
  • Additional commits viewable in compare view

Updates github.com/fluxcd/pkg/http/fetch from 0.5.2 to 0.8.0

Commits
  • 7ef01b0 Merge pull request #442 from blurpy/feature/git_bearer_token
  • 659695f Add back support for passphrase protected ssh keys
  • 767e771 Validate that basic auth and bearer token cannot be set at the same time
  • cbf091c Add test to verify that username from Secret is preferred
  • b6c6888 Refactor of NewAuthOptions to only fill the auth options that are relevant
  • fef9d6a Add more test scenarios for NewAuthOptions
  • 9b9b723 Validate that bearer token is not used over http
  • 04d0d48 Add some quick tests of basic auth in client.validateUrl()
  • a451505 Support specifying bearerToken for git http token authentication.
  • bfb6385 Merge pull request #448 from fluxcd/e2e-ux
  • Additional commits viewable in compare view

Updates github.com/fluxcd/pkg/kustomize from 1.1.1 to 1.5.0

Commits
  • dd71ce1 Merge pull request #700 from fluxcd/kustomize-5.3.0
  • 53475f9 Update Kustomize to v5.3.0
  • b963f73 Merge pull request #699 from somtochiama/fix-azure
  • 7b20166 Update AWS dependencies
  • 6637feb Merge pull request #697 from fluxcd/ssa-break-cycle
  • f3cc2d7 ssa: avoid potential cyclic import
  • 1ad0559 Merge pull request #695 from fluxcd/bump-internal
  • 39198df Update internal dependencies
  • 91eda6e Merge pull request #694 from fluxcd/git-deps-up
  • 2a64584 Use gomega in sourceignore
  • Additional commits viewable in compare view

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

Release notes

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

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

v1.2.1 changelog

Container images

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

... (truncated)

Changelog

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

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:

1.2.1

Release date: 2023-12-08

This patch release ensures the controller is built with the latest Go 1.21.x release, to mitigate multiple security vulnerabilities which were published shortly after the release of v1.2.0.

In addition, a small number of dependencies have been updated to their latest version.

Improvements:

  • Update dependencies #1309

... (truncated)

Commits
  • 1a16ec5 Merge pull request #1328 from fluxcd/release-v1.2.3
  • 6755d1c Release v1.2.3
  • 13aae50 Add changelog entry for v1.2.3
  • 76f5a9c Merge pull request #1327 from fluxcd/backport-1325-to-release/v1.2.x
  • e24dd4d Update Helm to v3.13.3
  • fbb7df1 Merge pull request #1326 from fluxcd/backport-1324-to-release/v1.2.x
  • 6b614e3 helmrepo: Remove migration log event
  • 70b1db3 Merge pull request #1322 from fluxcd/release-v1.2.2
  • 6a364e9 Release v1.2.2
  • 0713a02 Add changelog entry for v1.2.2
  • Additional commits viewable in compare view

Updates github.com/mandelsoft/vfs from 0.0.0-20230713123140-269aa4fb1338 to 0.4.0

Release notes

Sourced from github.com/mandelsoft/vfs's releases.

Support for is/fs.

This release adds support for the standard Go package io/fs.

Any instance of a VFS van no be mapped to such a filesystem access interface with vfs.AsIoFS(fs FileSystem) fs.ReadDirFS.

Additionally some fixes are included:

  • fix vfs.Exists catching underlying NotExist error correctly.
  • fix vfs.WlkFS

Support Relative Path Determination

No release notes provided.

Some Fixes

  • fix permission handling
  • fix cleanup up tempfs
  • fix windows path mapping
  • fix compile error on windows
  • add os flags and file mode

First Version

First version of a virtual filesystem for go. It supports various implementations

  • OS File Sytems
  • Memory File Systems
  • File Systems stored in yaml/json files
  • Layered File Systems

Based on those implementations file systems can be adapted by

  • Readonly File System View
  • Folder Folder as File System
  • Composable File Systems by Mounting others
  • File Systems supporting a Current Working Directory
  • Temp File System

The package provides interfaces that can be used to substitute OS related filesystem functions from packages os and ioutil.

Commits

Updates github.com/open-component-model/ocm from 0.4.0 to 0.5.0

Release notes

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

v0.5.0

Release v0.5.0

  • add example (#600)
  • Bump the ci group with 3 updates (#598)
  • Bump the ci group with 1 update (#588)
  • Bump k8s.io/client-go from 0.28.3 to 0.28.4 (#590)
  • Rework implementation support for OCM storage backends (#569)
  • Skip Report generation on scheduled run + non PR runs (#593)
  • Fix update and hint (#583)
  • Add Reports to Mend Scans (#586)
  • Update dependabot.yml (#581)
  • Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 (#587)
  • Bump cosign and docker (#580)

v0.4.3

Release v0.4.3

  • Fix OCI repository credential handling for downloading Helm charts (#578)

v0.4.2

Release v0.4.2

  • Fix Helm Downloader Credential Handling (#576)

v0.4.1

Release v0.4.1

  • support for image back links (#524)
  • relaxed TLS version for OCI access (#533)
  • Dirtree blob access (#527)
  • dirtree blob access (#525)
  • First step for RBSC support (write bom file for transfer) (#522)
  • non-FS based repo instances for env builder (#521)
  • Routingslips as dedicated Label (#511)
  • Update pull_request_template.md (#517)
  • New PR Template (#519)
  • consider transport modes for transport flow decisions (#516)
  • enable using session with unmarshalable repository specs (#512)
  • Transfer (#483)
  • remove deprecated options (#510)
Commits

Updates github.com/open-component-model/ocm-e2e-framework from 0.6.1-0.20230913082321-d7050cc55939 to 0.7.1

Release notes

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

v0.7.1

Release 0.7.1

  • Add dump cluster state (#39)

v0.7.0

Release 0.7.0

  • feat: update ocm-controller to v0.13.0 and adjust dependencies for new flux version (#36)
Commits

Updates github.com/tetratelabs/wazero from 1.5.0 to 1.6.0

Release notes

Sourced from github.com/tetratelabs/wazero's releases.

v1.6.0

Hey, gophers! Do you know what time it is? It is that time of the year again! That time when we all gather together to share our time with friends and family to celebrate ANOTHER AWESOME WAZERO RELEASE!

Notably, this release includes the first public experimental release of the long-awaited, highly-requested multi-pass optimizing compiler! Keep reading for more details!

A huge thanks to all the contributors, old and new, and always remember that all the developers hang out at the [Gophers Slack][gophers] in the #wazero channel; and if you haven’t already you can star our repo. You know, Santa is making a list, and checking it twice.

It’s been a while since v1.5.0, but we promise v1.6.0 was worth the wait! Fun facts about v1.6.0:

  • This is the best release since the last one.
  • This release is 100% richer in holiday cheer. ❄️🎄
  • Mulled wine is a fantastic developer productivity boost.

The Optimizing Compiler

Jokes aside, we have a lot to cheer about! The lion share of this release is obviously our brand new optimizing compiler (codename “wazevo”) now available as an experimental feature for arm64 (#1496)!

@​mathetake led the design and implementation. Work started this summer, and it has evolved in a few iterations over the last months. Initial focus has been on general abstract infrastructure and support to the arm64 instruction set as our first compilation target. @​evacchi contributed to the arm64 backend with special focus on the SIMD instructions, and @​achille helped improve the initial register allocator (this was then further evolved and eventually overhauled again by @​mathetake). @​ncruces contributed with suggestions and testing.

We held off a few releases to polish this new compiler and gain more confidence in the implementation. In this first public release, the optimizing compiler is only available for arm64. The journey to supporting amd64 is set to begin soon with @​evacchi leading the effort.

The new compiler has been, as usual, extensively tested against the Wasm spec, our own unit tests, and against the standard libraries of TinyGo, Go and Zig; and of course it has also been hardened through hours-long fuzzing.

You can enable the optimizing compiler by replacing wazero.NewRuntimeConfigCompiler() or wazero.NewRuntimeConfig() with the new experimental API as follows:

-   	c := wazero.NewRuntimeConfigCompiler()
+   	c := opt.NewRuntimeConfigOptimizingCompiler()
-   	c := wazero.NewRuntimeConfig()
+   	c := opt.NewRuntimeConfigOptimizingCompiler()

The CLI is now also exposing an experimental flag -optimizing-compiler:

wazero run -optimizing-compiler myapp.wasm

The optimizing compiler is an experimental feature so we welcome your input. It is also a work in progress: we implemented only a few optimization passes, guiding our choices through testing and benchmarking.

It is worth noting that WebAssembly is an interesting beast: since it is a compilation target, most compilers generate pre-optimized output; therefore, some traditional optimization passes may surprisingly only add build-time overhead and produce no observable improvement. However, our work there is far from being done: more optimization passes can be added; we invite you to do your experiments and bring your own suggestions. For instance, among others, we currently implement forms of dead-code elimination, and bounds-checking eliminations.

In your experiments, you should also expect the CompileModule phase to take a while longer than the old compiler: the difference may be noticeable with large modules; but you can still cache the result, so you can pay this cost only once. The good news is that, in our tests, the run-time should always visibly improve. Interestingly enough, there are also some cases where both compile-time and run-time have improved: this might be the case when the input module is not pre-optimized, and the dead-code elimination procedures kick in.

For instance, the Zig standard library is about 2x quicker to compile and 4x faster to run than the old compiler. However, a pre-optimized test binary (e.g. pre-processed [using Binaryen’s wasm-opt][wasm-opt]) will be much faster to build on the old compiler, but the new compiler will still produce 2x faster code. This is fully expected because the old compiler does a straightforward translation from input Wasm to native code: therefore, processing time tends to be low; but if the input is large, the generated output will be large. The new compiler is smarter, in that it is able to drop all the irrelevant code sections; in fact, processing time is about the same on both an optimized and unoptimized binary.

The bottom line is: if you control the Wasm binary, run it through [wasm-opt][wasm-opt] and compare the result for your workload!

Deprecations

... (truncated)

Commits
  • 2762404 wazevo(frontend): faster non-imported global access (#1889)
  • 68729c0 Correctly exit Stdlib tests on failure (#1888)
  • 866d555 wazevo(arm64): optimize out unnecessary UExtend (#1886)
  • cd143e8 Makes Std lib tests benchstat compatible (#1887)
  • 6fdb893 Fixes std lib cases actually benchmarkable (#1885)
  • 8c71d4d Flattens std lib test cases (#1884)
  • 823d573 bench: add stdlib benchmark old vs new compiler (#1878)
  • fa2b2fc wazevo(frontend): simple bounds check elimination on mem access (#1883)
  • d26cbad wazevo(arm64): adds missing PerfMapEnabled branch (#1882)
  • 1a067a5 wazevo(arm64): lower constant bitwise ops with bitmask immeidates (#1881)
  • Additional commits viewable in compare view

Updates helm.sh/helm/v3 from 3.12.3 to 3.13.3

Release notes

Sourced from helm.sh/helm/v3's releases.

Helm v3.13.3 is a patch release. Users are encouraged to upgrade for the best experience. Users are encouraged to upgrade for the best experience.

The community keeps growing, and we'd love to see you there!

  • Join the discussion in Kubernetes Slack:
    • for questions and just to hang out
    • for discussing PRs, code, and bugs
  • Hang out at the Public Developer Call: Thursday, 9:30 Pacific via Zoom
  • Test, debug, and contribute charts: ArtifactHub/packages

Installation and Upgrading

Download Helm v3.13.3. The common platform binaries are here:

This release was signed with 672C 657B E06B 4B30 969C 4A57 4614 49C2 5E36 B98E and can be found at @​mattfarina keybase account. Please use the attached signatures for verifying this release using gpg.

The Quickstart Guide will get you going from there. For upgrade instructions ...

Description has been truncated

Bumps the go group with 15 updates:

| Package | From | To |
| --- | --- | --- |
| cuelang.org/go | `0.5.0` | `0.7.0` |
| [github.com/containers/image/v5](https://github.com/containers/image) | `5.23.0` | `5.29.0` |
| [github.com/fluxcd/helm-controller/api](https://github.com/fluxcd/helm-controller) | `0.36.0` | `0.37.2` |
| [github.com/fluxcd/kustomize-controller/api](https://github.com/fluxcd/kustomize-controller) | `1.0.0-rc.1` | `1.2.1` |
| [github.com/fluxcd/pkg/apis/event](https://github.com/fluxcd/pkg) | `0.5.2` | `0.6.0` |
| [github.com/fluxcd/pkg/http/fetch](https://github.com/fluxcd/pkg) | `0.5.2` | `0.8.0` |
| [github.com/fluxcd/pkg/kustomize](https://github.com/fluxcd/pkg) | `1.1.1` | `1.5.0` |
| [github.com/fluxcd/source-controller/api](https://github.com/fluxcd/source-controller) | `1.1.0` | `1.2.3` |
| [github.com/mandelsoft/vfs](https://github.com/mandelsoft/vfs) | `0.0.0-20230713123140-269aa4fb1338` | `0.4.0` |
| [github.com/open-component-model/ocm](https://github.com/open-component-model/ocm) | `0.4.0` | `0.5.0` |
| [github.com/open-component-model/ocm-e2e-framework](https://github.com/open-component-model/ocm-e2e-framework) | `0.6.1-0.20230913082321-d7050cc55939` | `0.7.1` |
| [github.com/tetratelabs/wazero](https://github.com/tetratelabs/wazero) | `1.5.0` | `1.6.0` |
| [helm.sh/helm/v3](https://github.com/helm/helm) | `3.12.3` | `3.13.3` |
| [sigs.k8s.io/e2e-framework](https://github.com/kubernetes-sigs/e2e-framework) | `0.2.0` | `0.3.0` |
| [github.com/go-logr/logr](https://github.com/go-logr/logr) | `1.3.0` | `1.4.1` |


Updates `cuelang.org/go` from 0.5.0 to 0.7.0

Updates `github.com/containers/image/v5` from 5.23.0 to 5.29.0
- [Release notes](https://github.com/containers/image/releases)
- [Commits](containers/image@v5.23.0...v5.29.0)

Updates `github.com/fluxcd/helm-controller/api` from 0.36.0 to 0.37.2
- [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.2)

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

Updates `github.com/fluxcd/pkg/apis/event` from 0.5.2 to 0.6.0
- [Commits](fluxcd/pkg@kustomize/v0.5.2...git/v0.6.0)

Updates `github.com/fluxcd/pkg/http/fetch` from 0.5.2 to 0.8.0
- [Commits](fluxcd/pkg@kustomize/v0.5.2...git/v0.8.0)

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

Updates `github.com/fluxcd/source-controller/api` from 1.1.0 to 1.2.3
- [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.3)

Updates `github.com/mandelsoft/vfs` from 0.0.0-20230713123140-269aa4fb1338 to 0.4.0
- [Release notes](https://github.com/mandelsoft/vfs/releases)
- [Commits](https://github.com/mandelsoft/vfs/commits/v0.4)

Updates `github.com/open-component-model/ocm` from 0.4.0 to 0.5.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.5.0)

Updates `github.com/open-component-model/ocm-e2e-framework` from 0.6.1-0.20230913082321-d7050cc55939 to 0.7.1
- [Release notes](https://github.com/open-component-model/ocm-e2e-framework/releases)
- [Changelog](https://github.com/open-component-model/ocm-e2e-framework/blob/main/.goreleaser.yaml)
- [Commits](https://github.com/open-component-model/ocm-e2e-framework/commits/v0.7.1)

Updates `github.com/tetratelabs/wazero` from 1.5.0 to 1.6.0
- [Release notes](https://github.com/tetratelabs/wazero/releases)
- [Commits](tetratelabs/wazero@v1.5.0...v1.6.0)

Updates `helm.sh/helm/v3` from 3.12.3 to 3.13.3
- [Release notes](https://github.com/helm/helm/releases)
- [Commits](helm/helm@v3.12.3...v3.13.3)

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/go-logr/logr` from 1.3.0 to 1.4.1
- [Release notes](https://github.com/go-logr/logr/releases)
- [Changelog](https://github.com/go-logr/logr/blob/master/CHANGELOG.md)
- [Commits](go-logr/logr@v1.3.0...v1.4.1)

---
updated-dependencies:
- dependency-name: cuelang.org/go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/containers/image/v5
  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/kustomize-controller/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/fluxcd/pkg/apis/event
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/fluxcd/pkg/http/fetch
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/fluxcd/pkg/kustomize
  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/mandelsoft/vfs
  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/ocm-e2e-framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/tetratelabs/wazero
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: helm.sh/helm/v3
  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/go-logr/logr
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 31, 2023

Superseded by #340.

@dependabot dependabot bot closed this Dec 31, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/go-afc77b4f40 branch December 31, 2023 15:22
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