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 18 updates #146

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 26, 2023

Bumps the go group with 18 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.15.0
github.com/fluxcd/pkg/git/gogit 0.14.0 0.15.0
github.com/fluxcd/pkg/kustomize 1.3.4 1.4.0
github.com/fluxcd/pkg/runtime 0.42.0 0.43.0
github.com/fluxcd/pkg/ssa 0.32.0 0.34.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-product-controller 0.5.1 0.8.0
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/open-component-model/replication-controller 0.9.0 0.10.0
github.com/oras-project/oras-credentials-go 0.2.0 0.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.15.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/gogit from 0.14.0 to 0.15.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/kustomize from 1.3.4 to 1.4.0

Commits
  • 3dc541c Merge pull request #687 from fluxcd/update-internal
  • 1477c6d Update internal dependencies
  • 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
  • Additional commits viewable in compare view

Updates github.com/fluxcd/pkg/runtime from 0.42.0 to 0.43.0

Commits
  • 3dc541c Merge pull request #687 from fluxcd/update-internal
  • 1477c6d Update internal dependencies
  • 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
  • Additional commits viewable in compare view

Updates github.com/fluxcd/pkg/ssa from 0.32.0 to 0.34.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/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-product-controller from 0.5.1 to 0.8.0

Release notes

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

v0.8.0

Release 0.8.0

[

  • build(deps): bump the ci group with 2 updates (#80)
  • build(deps): bump golang.org/x/oauth2 from 0.11.0 to 0.14.0 (#82)
  • fix issue Target SA is required where it should be optional (#79)
  • fix: removing reconciliation status (#77)
  • Create dependabot.yml (#76)

v0.7.0

Release 0.7.0

  • feat: apply kstatus feature from ocm-controller (#73)

v0.6.0

Release 0.6.0

  • fix: using labels instead of annotations for finding project namespace #70
  • add mend scans (#68)
  • build(deps): bump google.golang.org/grpc from 1.57.0 to 1.57.1 (#69)
  • Update actions/checkout to v4 (#67)
  • remove (#65)
  • Add blackduck scans (#63)
  • Adding a target reconciler (#59)
Commits
  • 19baa80 fix: removing reconciliation status (#77)
  • 208ae21 fix issue where target SA is required where it should be optional (#79)
  • 77ce02d Merge pull request #80 from open-component-model/dependabot/github_actions/ci...
  • fcdf478 Merge pull request #82 from open-component-model/dependabot/go_modules/golang...
  • 4e01945 build(deps): bump golang.org/x/oauth2 from 0.11.0 to 0.14.0
  • fe4449a build(deps): bump the ci group with 2 updates
  • 342e90d Merge pull request #76 from open-component-model/morri-son-patch-2
  • 0eb3897 Update dependabot.yml
  • 48e42f3 Update dependabot.yml
  • 90591e3 Create dependabot.yml
  • Additional commits viewable 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/open-component-model/replication-controller from 0.9.0 to 0.10.0

Release notes

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

v0.10.0

Release 0.10.0

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

v0.9.2

Release v0.9.2

  • fix: destination can be nil (#80)

v0.9.1

Release v0.9.1

  • fix: source key used twice (#79)
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)<...

    Description has been truncated

Bumps the go group with 18 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.15.0` |
| [github.com/fluxcd/pkg/git/gogit](https://github.com/fluxcd/pkg) | `0.14.0` | `0.15.0` |
| [github.com/fluxcd/pkg/kustomize](https://github.com/fluxcd/pkg) | `1.3.4` | `1.4.0` |
| [github.com/fluxcd/pkg/runtime](https://github.com/fluxcd/pkg) | `0.42.0` | `0.43.0` |
| [github.com/fluxcd/pkg/ssa](https://github.com/fluxcd/pkg) | `0.32.0` | `0.34.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-product-controller](https://github.com/open-component-model/mpas-product-controller) | `0.5.1` | `0.8.0` |
| [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/open-component-model/replication-controller](https://github.com/open-component-model/replication-controller) | `0.9.0` | `0.10.0` |
| [github.com/oras-project/oras-credentials-go](https://github.com/oras-project/oras-credentials-go) | `0.2.0` | `0.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.15.0
- [Commits](fluxcd/pkg@git/v0.14.0...git/v0.15.0)

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

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

Updates `github.com/fluxcd/pkg/runtime` from 0.42.0 to 0.43.0
- [Commits](fluxcd/pkg@runtime/v0.42.0...runtime/v0.43.0)

Updates `github.com/fluxcd/pkg/ssa` from 0.32.0 to 0.34.0
- [Commits](fluxcd/pkg@oci/v0.32.0...ssa/v0.34.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-product-controller` from 0.5.1 to 0.8.0
- [Release notes](https://github.com/open-component-model/mpas-product-controller/releases)
- [Changelog](https://github.com/open-component-model/mpas-product-controller/blob/main/.goreleaser.yaml)
- [Commits](open-component-model/mpas-product-controller@v0.5.1...v0.8.0)

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/open-component-model/replication-controller` from 0.9.0 to 0.10.0
- [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.9.0...v0.10.0)

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 `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/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/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-product-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/open-component-model/replication-controller
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: 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 Nov 26, 2023
@Skarlso Skarlso closed this Nov 27, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 27, 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-363a592a29 branch November 27, 2023 09:39
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