Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Bump the go group with 16 updates #157

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the go group with 16 updates:

Package From To
github.com/containers/image/v5 5.23.0 5.29.0
github.com/fatih/color 1.15.0 1.16.0
github.com/fluxcd/flux2/v2 2.0.0-rc.3 2.1.2
github.com/fluxcd/pkg/apis/meta 1.1.2 1.2.0
github.com/fluxcd/pkg/git 0.14.0 0.16.0
github.com/fluxcd/pkg/git/gogit 0.14.0 0.16.0
github.com/fluxcd/pkg/kustomize 1.3.4 1.4.1
github.com/fluxcd/pkg/ssa 0.32.0 0.35.0
github.com/mandelsoft/vfs 0.0.0-20230713123140-269aa4fb1338 0.4.0
github.com/open-component-model/git-controller 0.9.0 0.10.1
github.com/open-component-model/mpas-project-controller 0.4.0 0.5.0
github.com/open-component-model/ocm 0.4.1 0.4.3
github.com/open-component-model/ocm-e2e-framework 0.7.0 0.7.1
github.com/oras-project/oras-credentials-go 0.2.0 0.3.1
oras.land/oras-go/v2 2.3.0 2.3.1
sigs.k8s.io/e2e-framework 0.2.0 0.3.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/fatih/color from 1.15.0 to 1.16.0

Release notes

Sourced from github.com/fatih/color's releases.

v1.16.0

What's Changed

Dependency updates

New Contributors

Full Changelog: fatih/color@v1.15.0...v1.16.0

Commits
  • 0f9779e Merge pull request #213 from fatih/dependabot/go_modules/golang.org/x/sys-0.14.0
  • 0c78604 Bump golang.org/x/sys from 0.13.0 to 0.14.0
  • 96e0f73 Merge pull request #208 from fatih/dependabot/github_actions/actions/checkout-4
  • 4c66e32 Bump actions/checkout from 3 to 4
  • 2fb03d6 Merge pull request #202 from fatih/dependabot/github_actions/actions/setup-go-4
  • 8ba7bbd Bump actions/setup-go from 3 to 4
  • e3f97f3 Merge pull request #209 from fatih/dependabot/go_modules/golang.org/x/sys-0.13.0
  • e146575 Bump golang.org/x/sys from 0.10.0 to 0.13.0
  • d2d7a5e Merge pull request #212 from fatih/dependabot/go_modules/github.com/mattn/go-...
  • f3e45da Merge branch 'main' into dependabot/go_modules/github.com/mattn/go-isatty-0.0.20
  • Additional commits viewable in compare view

Updates github.com/fluxcd/flux2/v2 from 2.0.0-rc.3 to 2.1.2

Release notes

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

v2.1.2

Highlights

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

Fixes

  • Ensures faster recovery of Kustomization and HelmRelease resources when the source-controller has restarted and is working on restoring the storage.
  • Prevent source-controller from failing to reconcile OCIRepositories when artifacts contain symlinks.
  • Addresses issue with helm-controller miss-labeling Custom Resource Definitions.
  • Detect immutable field errors in Google Cloud resources managed by Flux Kustomizations.
  • Better error reporting for flux bootstrap when the owner doesn't match the identity associated with the given token.
  • Allow flux pull artifact to fetch OCI artifacts produced by other tools.

Components changelog

CLI Changelog

v2.1.1

Highlights

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

Fixes

  • Use auto lookup strategy for Buckets to widen support for S3-compatible object storage services (source-controller).
  • Fix Secret type check for HelmRepositories TLS certs referred in .spec.secretRef (source-controller).
  • Fix the branch name reporting when the push branch is the same as the checkout branch (image-automation-controller).
  • Restore Helm logs inclusion in failure events (helm-controller).
  • Fix the impersonation of the default service account when diffing HelmReleases (helm-controller).
  • Check source for nil artifact before loading Helm charts (helm-controller).
  • Update the description of Kubernetes specific flag to distinguish them from Flux bootstrap flags (flux CLI).

Components changelog

... (truncated)

Commits
  • a18d4f3 Merge pull request #4327 from fluxcd/backport-4284-to-release/v2.1.x
  • 95c5c5a Print artifact source and revision only when available
  • 51532e7 Upgrade github.com/fluxcd/pkg/oci
  • cef3eef Merge pull request #4326 from fluxcd/backport-4296-to-release/v2.1.x
  • 5e412ee fix: only wait for changeset if the result is not empty
  • b3e432c Merge pull request #4325 from fluxcd/backport-4324-to-release/v2.1.x
  • 62d65ed Update go-git-providers to v0.19.1
  • 47da529 Merge pull request #4322 from fluxcd/backport-4318-to-release/v2.1.x
  • 23f9492 build(deps): bump golang.org/x/net from 0.15.0 to 0.17.0
  • cd16ff4 Merge pull request #4315 from fluxcd/backport-4313-to-release/v2.1.x
  • Additional commits viewable in compare view

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

Commits
  • cc785fa Merge pull request #686 from fluxcd/k8s-1.28
  • 1d7d31b all: Group github.com/fluxcd/cli-utils imports
  • 09ba5d8 runtime: Add pprof.GetHandlers to help setup the metrics server
  • 768085d runtime: Update sigs.k8s.io/controller-runtime to v0.16.3
  • 2e007cb ssa: Update Kubernetes to v1.28.4
  • e7686cf kustomize: Update Kustomize to v5.2.1
  • 3be575d oci: Update sigs.k8s.io/controller-runtime to v0.16.3
  • 7f72436 helmtestserver: Update Helm to v3.13.2
  • fe543f5 git: Update golang.org/x/crypto to v0.15.0
  • 129adfd apis: Update Kubernetes to v1.28
  • Additional commits viewable in compare view

Updates github.com/fluxcd/pkg/git from 0.14.0 to 0.16.0

Commits
  • 91eda6e Merge pull request #694 from fluxcd/git-deps-up
  • 2a64584 Use gomega in sourceignore
  • 46577cd Update golang.org dependencies
  • e6b6af7 Merge pull request #685 from knutgoetz/chore/gogit/delete-gogiterror-function
  • cbc2172 Delete obsolete goGitError function
  • 02723c3 Merge pull request #693 from fluxcd/go-git-v5.10.1
  • 3715de1 Update go-git to v5.10.1
  • ce91255 Merge pull request #692 from fluxcd/ssa-nits
  • 8fc4505 ssa: prevent unnecessary DeepCopy
  • cc07605 Merge pull request #691 from fluxcd/jsondiff-include-obj
  • Additional commits viewable in compare view

Updates github.com/fluxcd/pkg/git/gogit from 0.14.0 to 0.16.0

Commits
  • 91eda6e Merge pull request #694 from fluxcd/git-deps-up
  • 2a64584 Use gomega in sourceignore
  • 46577cd Update golang.org dependencies
  • e6b6af7 Merge pull request #685 from knutgoetz/chore/gogit/delete-gogiterror-function
  • cbc2172 Delete obsolete goGitError function
  • 02723c3 Merge pull request #693 from fluxcd/go-git-v5.10.1
  • 3715de1 Update go-git to v5.10.1
  • ce91255 Merge pull request #692 from fluxcd/ssa-nits
  • 8fc4505 ssa: prevent unnecessary DeepCopy
  • cc07605 Merge pull request #691 from fluxcd/jsondiff-include-obj
  • Additional commits viewable in compare view

Updates github.com/fluxcd/pkg/kustomize from 1.3.4 to 1.4.1

Commits
  • 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
  • 46577cd Update golang.org dependencies
  • e6b6af7 Merge pull request #685 from knutgoetz/chore/gogit/delete-gogiterror-function
  • cbc2172 Delete obsolete goGitError function
  • 02723c3 Merge pull request #693 from fluxcd/go-git-v5.10.1
  • 3715de1 Update go-git to v5.10.1
  • ce91255 Merge pull request #692 from fluxcd/ssa-nits
  • Additional commits viewable in compare view

Updates github.com/fluxcd/pkg/ssa from 0.32.0 to 0.35.0

Commits
  • 91eda6e Merge pull request #694 from fluxcd/git-deps-up
  • 2a64584 Use gomega in sourceignore
  • 46577cd Update golang.org dependencies
  • e6b6af7 Merge pull request #685 from knutgoetz/chore/gogit/delete-gogiterror-function
  • cbc2172 Delete obsolete goGitError function
  • 02723c3 Merge pull request #693 from fluxcd/go-git-v5.10.1
  • 3715de1 Update go-git to v5.10.1
  • ce91255 Merge pull request #692 from fluxcd/ssa-nits
  • 8fc4505 ssa: prevent unnecessary DeepCopy
  • cc07605 Merge pull request #691 from fluxcd/jsondiff-include-obj
  • 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/git-controller from 0.9.0 to 0.10.1

Release notes

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

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)
Commits
  • a6f5a3b fix: removing reconciliation status (#83)
  • 9c1afc8 release: prepare release for v0.10.0 (#81)
  • 7a9bcfa feat: apply kstatus feature from ocm-controller (#80)
  • c8c050b Merge pull request #69 from open-component-model/dependabot/go_modules/golang...
  • bd51a42 chore(deps): bump golang.org/x/net from 0.13.0 to 0.17.0
  • 470621e chore(deps): bump google.golang.org/grpc from 1.56.1 to 1.56.3 (#76)
  • 9366835 add mend scans (#75)
  • 32c8ff7 update action versions (#74)
  • See full diff in compare view

Updates github.com/open-component-model/mpas-project-controller from 0.4.0 to 0.5.0

Release notes

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

v0.5.0

Release 0.5.0

  • fix: change to use labels instead of annotations for project label #51
  • add mend scans (#50)
  • Update action versions (#49)
Commits

Updates github.com/open-component-model/ocm from 0.4.1 to 0.4.3

Release notes

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

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)
Commits

Updates github.com/open-component-model/ocm-e2e-framework from 0.7.0 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)
Commits

Updates github.com/oras-project/oras-credentials-go from 0.2.0 to 0.3.1

Release notes

Sourced from github.com/oras-project/oras-credentials-go's releases.

v0.3.1

Bug Fixes

  • Fix #1: Legacy auth keys (e.g. https://ghcr.io/ instead of ghcr.io) are not supported in config files

Detailed Commits

Full Changelog: oras-project/oras-credentials-go@v0.3.0...v0.3.1

v0.3.0

New Features

  • Introduce package trace that provides mechanisms to trace the execution of credential helper executables.

Detailed Commits

Full Changelog: oras-project/oras-credentials-go@v0.2.0...v0.3.0

Commits
  • 21321d3 fix: file store to support legacy auth keys in config files (#100)
  • f5c812d chore: enable workflows for release branches (#98) (#99)
  • 5e38e75 docs: add an example for trace (#86)
  • 2afb422 docs: add a brief introduction in README (#83)
  • eb1a970 feat: support trace with executables (#81)
  • aff0773 build(deps): bump oras.land/oras-go/v2 from 2.2.0 to 2.2.1 (#82)
  • See full diff in compare view

Updates oras.land/oras-go/v2 from 2.3.0 to 2.3.1

Release notes

Sourced from oras.land/oras-go/v2's releases.

v2.3.1

Bug Fixes

  • Fix #592: Referrers tag index is not updated when all referrers are removed and GC is skipped
  • Fix #600: sibling() is copying a sync.Mutex
  • Fix #552: OnCopySkipped is called unexpectedly on root node when using oras.Copy

Other Changes

  • Update the Go support window to [1.20, 1.21] (#587)
  • Upgrade image-spec to v1.1.0-rc5 (#615)
  • Backport #618: Optimize the authentication workflow for Repository.Manifests().Delete() (#623)

Detailed Commits

New Contributors

Full Changelog: oras-project/oras-go@v2.3.0...v2.3.1

Commits
  • f296072 perf: reduce auth request count for manifest delete (#623)
  • f175957 build: bump github.com/opencontainers/image-spec to v1.1.0-rc5 (#615)
  • e3f77d3 build(deps): bump golang.org/x/sync from 0.3.0 to 0.4.0 (#611)
  • b5e74d8 fix: correctly handle OnCopySkipped (#609)
  • eb31910 fix: Avoid a copy of sync.Mutex in Repository (#603)
  • bfef8c5 fix: push an empty index when deleting the last referrer with SkipReferrersGC...
  • f570766 build: bump go version (#587)
  • f10a538 build(deps): bump actions/checkout from 3 to 4 (#585)
  • 8ed8b38 Add SECURITY.md file (#579)
  • See full diff in compare view

Updates sigs.k8s.io/e2e-framework from 0.2.0 to 0.3.0

Release notes

Sourced from sigs.k8s.io/e2e-framework's releases.

v0.3.0

This is the third release of the 2023 after nearly four months of active contribution from the community. This release packs a great deal of interesting features, fixes, and documentation updates. Let's highlight some of them below.

Thread Safe Test Context

When Parallel test features where enabled and integrated into the framework, it was enabled with room for running into race conditions. In this release we have included changes that helps us mitigate these issues when the tests are being run in parallel. This has been achieved by doing the following mechanism.

  1. Populate the test context via the BeforeEachTest handler
  2. Generate a child context from the parent context and provide that for individual tests/assessments
  3. Discard the context from step 2 after the tests are done
  4. Pass the original parent context to the AfterEachTest handler

As part of the said changes to mitigate the race condition, we also extended the Environment.Test and Environment.TestInParallel function to return a context.Context back after the execution of the tests have been completed. This also allows for better debugging of test context to analyze failures better with the added advantage that this is not breaking any of the existing contracts. However, if you are using a golint infra and have errcheck linter enabled, you will have to make a few changes to your code to account for the newly returned value from the Environment.Test and Environment.TestInParallel functions.

Limitations

  1. The Finish phase will only be able to see the context from the Setup phase and not the one from the features themselves.

Related Issues

  1. kubernetes-sigs/e2e-framework#216
  2. kubernetes-sigs/e2e-framework#258

Related Pull Requests

  1. kubernetes-sigs/e2e-framework#292

Continubutors

@​phisco @​m...

Description has been truncated

Bumps the go group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/containers/image/v5](https://github.com/containers/image) | `5.23.0` | `5.29.0` |
| [github.com/fatih/color](https://github.com/fatih/color) | `1.15.0` | `1.16.0` |
| [github.com/fluxcd/flux2/v2](https://github.com/fluxcd/flux2) | `2.0.0-rc.3` | `2.1.2` |
| [github.com/fluxcd/pkg/apis/meta](https://github.com/fluxcd/pkg) | `1.1.2` | `1.2.0` |
| [github.com/fluxcd/pkg/git](https://github.com/fluxcd/pkg) | `0.14.0` | `0.16.0` |
| [github.com/fluxcd/pkg/git/gogit](https://github.com/fluxcd/pkg) | `0.14.0` | `0.16.0` |
| [github.com/fluxcd/pkg/kustomize](https://github.com/fluxcd/pkg) | `1.3.4` | `1.4.1` |
| [github.com/fluxcd/pkg/ssa](https://github.com/fluxcd/pkg) | `0.32.0` | `0.35.0` |
| [github.com/mandelsoft/vfs](https://github.com/mandelsoft/vfs) | `0.0.0-20230713123140-269aa4fb1338` | `0.4.0` |
| [github.com/open-component-model/git-controller](https://github.com/open-component-model/git-controller) | `0.9.0` | `0.10.1` |
| [github.com/open-component-model/mpas-project-controller](https://github.com/open-component-model/mpas-project-controller) | `0.4.0` | `0.5.0` |
| [github.com/open-component-model/ocm](https://github.com/open-component-model/ocm) | `0.4.1` | `0.4.3` |
| [github.com/open-component-model/ocm-e2e-framework](https://github.com/open-component-model/ocm-e2e-framework) | `0.7.0` | `0.7.1` |
| [github.com/oras-project/oras-credentials-go](https://github.com/oras-project/oras-credentials-go) | `0.2.0` | `0.3.1` |
| [oras.land/oras-go/v2](https://github.com/oras-project/oras-go) | `2.3.0` | `2.3.1` |
| [sigs.k8s.io/e2e-framework](https://github.com/kubernetes-sigs/e2e-framework) | `0.2.0` | `0.3.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/fatih/color` from 1.15.0 to 1.16.0
- [Release notes](https://github.com/fatih/color/releases)
- [Commits](fatih/color@v1.15.0...v1.16.0)

Updates `github.com/fluxcd/flux2/v2` from 2.0.0-rc.3 to 2.1.2
- [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.3...v2.1.2)

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

Updates `github.com/fluxcd/pkg/git` from 0.14.0 to 0.16.0
- [Commits](fluxcd/pkg@git/v0.14.0...git/v0.16.0)

Updates `github.com/fluxcd/pkg/git/gogit` from 0.14.0 to 0.16.0
- [Commits](fluxcd/pkg@git/v0.14.0...git/v0.16.0)

Updates `github.com/fluxcd/pkg/kustomize` from 1.3.4 to 1.4.1
- [Commits](fluxcd/pkg@kustomize/v1.3.4...kustomize/v1.4.1)

Updates `github.com/fluxcd/pkg/ssa` from 0.32.0 to 0.35.0
- [Commits](fluxcd/pkg@oci/v0.32.0...ssa/v0.35.0)

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/git-controller` from 0.9.0 to 0.10.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.9.0...v0.10.1)

Updates `github.com/open-component-model/mpas-project-controller` from 0.4.0 to 0.5.0
- [Release notes](https://github.com/open-component-model/mpas-project-controller/releases)
- [Changelog](https://github.com/open-component-model/mpas-project-controller/blob/main/.goreleaser.yaml)
- [Commits](open-component-model/mpas-project-controller@v0.4.0...v0.5.0)

Updates `github.com/open-component-model/ocm` from 0.4.1 to 0.4.3
- [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.1...v0.4.3)

Updates `github.com/open-component-model/ocm-e2e-framework` from 0.7.0 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](open-component-model/ocm-e2e-framework@v0.7.0...v0.7.1)

Updates `github.com/oras-project/oras-credentials-go` from 0.2.0 to 0.3.1
- [Release notes](https://github.com/oras-project/oras-credentials-go/releases)
- [Commits](oras-project/oras-credentials-go@v0.2.0...v0.3.1)

Updates `oras.land/oras-go/v2` from 2.3.0 to 2.3.1
- [Release notes](https://github.com/oras-project/oras-go/releases)
- [Commits](oras-project/oras-go@v2.3.0...v2.3.1)

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

---
updated-dependencies:
- dependency-name: github.com/containers/image/v5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/fatih/color
  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/pkg/apis/meta
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/fluxcd/pkg/git
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/fluxcd/pkg/git/gogit
  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/pkg/ssa
  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/git-controller
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/open-component-model/mpas-project-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-patch
  dependency-group: go
- dependency-name: github.com/open-component-model/ocm-e2e-framework
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/oras-project/oras-credentials-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: oras.land/oras-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: sigs.k8s.io/e2e-framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 4, 2023
@Skarlso Skarlso closed this Dec 4, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 4, 2023

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-d3f74e7fe3 branch December 4, 2023 13:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant