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

build(deps): bump the go group with 14 updates #104

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the go group with 14 updates:

Package From To
code.gitea.io/sdk/gitea 0.15.1 0.17.0
cuelang.org/go 0.6.0 0.7.0
github.com/containers/image/v5 5.23.0 5.29.0
github.com/fluxcd/kustomize-controller/api 1.0.0-rc.3 1.1.1
github.com/fluxcd/pkg/apis/event 0.5.2 0.6.0
github.com/fluxcd/pkg/apis/meta 1.1.2 1.2.0
github.com/fluxcd/pkg/runtime 0.42.0 0.43.0
github.com/fluxcd/pkg/untar 0.2.0 0.3.0
github.com/fluxcd/source-controller/api 1.1.0 1.2.1
github.com/open-component-model/mpas-project-controller 0.2.0 0.5.0
github.com/open-component-model/ocm 0.4.0 0.4.3
github.com/yuin/goldmark 1.4.13 1.6.0
golang.org/x/oauth2 0.14.0 0.15.0
k8s.io/klog/v2 2.100.1 2.110.1

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

Updates cuelang.org/go from 0.6.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/kustomize-controller/api from 1.0.0-rc.3 to 1.1.1

Release notes

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

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

v1.1.0 changelog

Container images

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

Supported architectures: linux/amd64, linux/arm64 and linux/arm/v7.

The container images are built on GitHub hosted runners and are signed with cosign and GitHub OIDC. To verify the images and their provenance (SLSA level 3), please see the security documentation.

v1.0.1

Changelog

v1.0.1 changelog

Container images

  • docker.io/fluxcd/kustomize-controller:v1.0.1
  • ghcr.io/fluxcd/kustomize-controller:v1.0.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.0.0

Changelog

... (truncated)

Changelog

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

1.1.1

Release date: 2023-10-11

This patch release contains an improvement to retry the reconciliation of a Kustomization as soon as the source artifact is available in storage. Which is particularly useful when the source-controller has just been upgraded.

In addition, the controller can now detect immutable field errors returned by the Google Cloud k8s-config-connector admission controller and recreate the GCP custom resources annotated with kustomize.toolkit.fluxcd.io/force: Enabled.

Improvements:

  • Update fluxcd/pkg dependencies #983
  • Bump github.com/cyphar/filepath-securejoin from 0.2.3 to 0.2.4 #962

Fixes:

  • fix: Retry when artifacts are available in storage #980
  • fix: Consistent artifact fetching retry timing #978

1.1.0

Release date: 2023-08-23

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

The apply behaviour has been extended with two policies IfNotPresent and Ignore. To change the apply behaviour for specific Kubernetes resources, you can annotate them with:

Annotation Default Values Role
kustomize.toolkit.fluxcd.io/ssa Override - Override- Merge- IfNotPresent- Ignore Apply policy
kustomize.toolkit.fluxcd.io/force Disabled - Enabled- Disabled Recreate policy
kustomize.toolkit.fluxcd.io/prune Enabled - Enabled- Disabled Delete policy

The IfNotPresent policy instructs the controller to only apply the Kubernetes resources if they are not present on the cluster. This policy can be used for Kubernetes Secrets and ValidatingWebhookConfigurations managed by cert-manager, where Flux creates the resources with fields that are later on mutated by other controllers.

This version improves the health checking with fail-fast behaviour by detecting stalled Kubernetes rollouts.

In addition, the controller now stops exporting an object's metrics as soon as the object has been deleted.

Lastly, this release introduces two controller flags:

... (truncated)

Commits
  • 049d1d3 Merge pull request #989 from fluxcd/release-v1.1.1
  • bf7f901 Release v1.1.1
  • 28e1dc8 Add changelog entry for v1.1.1
  • 5c9b7f4 Merge pull request #984 from fluxcd/backport-983-to-release/v1.1.x
  • f35de25 Update fluxcd/pkg dependencies
  • 2e7a1dc Merge pull request #985 from fluxcd/backport-962-to-release/v1.1.x
  • b3f7f5a build(deps): bump github.com/cyphar/filepath-securejoin
  • b13ec74 Merge pull request #981 from fluxcd/backport-980-to-release/v1.1.x
  • cfa9386 fix: Retry when artifacts are available in storage
  • 5188333 Merge pull request #979 from fluxcd/backport-978-to-release/v1.1.x
  • 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/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/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/untar from 0.2.0 to 0.3.0

Commits
  • 5237a0a Merge pull request #80 from fluxcd/gitlab-use-path
  • d9ac5fa Split getProjects method into dedicated methods
  • 2b42f3f git: drop usage of Name for GitLab operations
  • 50807dc Merge pull request #79 from fluxcd/git-update-deps
  • 0e910fd Update git dependencies
  • 3ae26dc Merge pull request #78 from fluxcd/meta-api-deepcopy
  • f622a2b Enable deepcopy gen for meta API
  • a77cc48 Merge pull request #77 from fluxcd/kustomize-api
  • 0a3c4dd Add make target to generate deepcopy methods
  • c9274a8 Introduce Kustomize API group
  • Additional commits viewable in compare view

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

Release notes

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

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

v1.2.0 changelog

Container images

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

Changelog

v1.1.2 changelog

Container images

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

Changelog

... (truncated)

Changelog

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

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

1.2.0

Release date: 2023-12-05

This minor release comes with API changes, bug fixes and several new features.

Bucket

A new field, .spec.prefix, has been added to the Bucket API, which enables server-side filtering of files if the object's .spec.provider is set to generic/aws/gcp.

OCIRepository and HelmChart

Two new fields, .spec.verify.matchOIDCIdentity.issuer and .spec.verify.matchOIDCIdentity.subject have been added to the HelmChart and OCIRepository APIs. If the image has been keylessly signed via Cosign, these fields can be used to verify the OIDC issuer of the Fulcio certificate and the OIDC identity's subject respectively.

HelmRepository

A new boolean field, .spec.insecure, has been introduced to the HelmRepository API, which allows connecting to a non-TLS HTTP container registry. It is only considered if the object's .spec.type is set to oci.

From this release onwards, HelmRepository objects of type OCI are treated as static objects, i.e. they have an empty status. Existing objects undergo a one-time automatic migration and new objects will be undergo a one-time reconciliation to remove any status fields.

Additionally, the controller now performs a shallow clone if the .spec.ref.name of the GitRepository object points to a branch or a tag.

Furthermore, a bug has been fixed, where the controller would try to

... (truncated)

Commits

Updates github.com/open-component-model/mpas-project-controller from 0.2.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)

v0.4.0

Release 0.4.0

  • feat: use latest git-controller for insecure flag (#46)
  • remove (#45)
  • add blackduck scans (#43)

v0.3.1

Release 0.3.1

  • fix: panic when accessing annotations map that is nil (#42)

v0.3.0

Release 0.3.0

  • feat: add reconciling dockerconfig secrets into the service account in the project space (#36)
  • feat: add creating certificate request for new namespaces (#38)
Commits
  • 3b7a87d fix: change to use labels instead of annotations for project label (#51)
  • dec94ed add mend scans (#50)
  • b4b5a1b Update action versions (#49)
  • 7345f4c feat: use latest git-controller for insecure flag (#46)
  • c83d780 remove (#45)
  • 3916289 add blackduck scans (#43)
  • 6dcf0a0 fix: panic when accessing annotations map that is nil (#42)
  • 4a5b025 adding release docs for 0.3.0 (#39)
  • b93b881 feat: add reconciling dockerconfig secrets into the service account in the pr...
  • b6b6938 feat: add creating certificate request for new namespaces (#38)
  • See full diff in compare view

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

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/yuin/goldmark from 1.4.13 to 1.6.0

Release notes

Sourced from github.com/yuin/goldmark's releases.

v1.6.0 release

Add an option for WithEastAsianLineBreaks

v1.5.6 release

No release notes provided.

v1.5.5 release

No release notes provided.

v1.5.4 release

No release notes provided.

v1.5.3 release

No release notes provided.

v1.5.2 release

No release notes provided.

v1.5.1 release

No release notes provided.

v1.5.0 release

No release notes provided.

v1.4.15 release

No release notes provided.

v1.4.14 release

No release notes provided.

Commits

Updates golang.org/x/oauth2 from 0.14.0 to 0.15.0

Commits

Updates k8s.io/klog/v2 from 2.100.1 to 2.110.1

Release notes

Sourced from k8s.io/klog/v2's releases.

Prepare klog release for Kubernetes v1.29 (Take 1)

What's Changed

New Contributors

Full Changelog: kubernetes/klog@v2.100.1...v2.110.1

Commits
  • e3f75b8 Merge pull request #384 from pohly/slog
  • 44eadc3 add slog support
  • cc856bb update to logr 1.3.0
  • 02e7b69 Merge pull request #391 from pohly/with-name-output
  • 009a04a output: handle WithName like zapr does
  • b588475 Merge pull request #380 from pohly/golangci-lint-action
  • 1a0dfc5 github: run golangci-lint via action
  • ef25537 fix revive issues
  • edee20c Merge pull request #392 from pohly/promote-experimental
  • 18cdd3a promote experimental code to stable
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go group with 14 updates:

| Package | From | To |
| --- | --- | --- |
| code.gitea.io/sdk/gitea | `0.15.1` | `0.17.0` |
| cuelang.org/go | `0.6.0` | `0.7.0` |
| [github.com/containers/image/v5](https://github.com/containers/image) | `5.23.0` | `5.29.0` |
| [github.com/fluxcd/kustomize-controller/api](https://github.com/fluxcd/kustomize-controller) | `1.0.0-rc.3` | `1.1.1` |
| [github.com/fluxcd/pkg/apis/event](https://github.com/fluxcd/pkg) | `0.5.2` | `0.6.0` |
| [github.com/fluxcd/pkg/apis/meta](https://github.com/fluxcd/pkg) | `1.1.2` | `1.2.0` |
| [github.com/fluxcd/pkg/runtime](https://github.com/fluxcd/pkg) | `0.42.0` | `0.43.0` |
| [github.com/fluxcd/pkg/untar](https://github.com/fluxcd/pkg) | `0.2.0` | `0.3.0` |
| [github.com/fluxcd/source-controller/api](https://github.com/fluxcd/source-controller) | `1.1.0` | `1.2.1` |
| [github.com/open-component-model/mpas-project-controller](https://github.com/open-component-model/mpas-project-controller) | `0.2.0` | `0.5.0` |
| [github.com/open-component-model/ocm](https://github.com/open-component-model/ocm) | `0.4.0` | `0.4.3` |
| [github.com/yuin/goldmark](https://github.com/yuin/goldmark) | `1.4.13` | `1.6.0` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.14.0` | `0.15.0` |
| [k8s.io/klog/v2](https://github.com/kubernetes/klog) | `2.100.1` | `2.110.1` |


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

Updates `cuelang.org/go` from 0.6.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/kustomize-controller/api` from 1.0.0-rc.3 to 1.1.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.3...v1.1.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/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/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/untar` from 0.2.0 to 0.3.0
- [Commits](fluxcd/pkg@git/v0.2.0...git/v0.3.0)

Updates `github.com/fluxcd/source-controller/api` from 1.1.0 to 1.2.1
- [Release notes](https://github.com/fluxcd/source-controller/releases)
- [Changelog](https://github.com/fluxcd/source-controller/blob/v1.2.1/CHANGELOG.md)
- [Commits](fluxcd/source-controller@v1.1.0...v1.2.1)

Updates `github.com/open-component-model/mpas-project-controller` from 0.2.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.2.0...v0.5.0)

Updates `github.com/open-component-model/ocm` from 0.4.0 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.0...v0.4.3)

Updates `github.com/yuin/goldmark` from 1.4.13 to 1.6.0
- [Release notes](https://github.com/yuin/goldmark/releases)
- [Commits](yuin/goldmark@v1.4.13...v1.6.0)

Updates `golang.org/x/oauth2` from 0.14.0 to 0.15.0
- [Commits](golang/oauth2@v0.14.0...v0.15.0)

Updates `k8s.io/klog/v2` from 2.100.1 to 2.110.1
- [Release notes](https://github.com/kubernetes/klog/releases)
- [Changelog](https://github.com/kubernetes/klog/blob/main/RELEASE.md)
- [Commits](kubernetes/klog@v2.100.1...v2.110.1)

---
updated-dependencies:
- dependency-name: code.gitea.io/sdk/gitea
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- 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/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/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/untar
  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/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/yuin/goldmark
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: k8s.io/klog/v2
  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 10, 2023
@Skarlso Skarlso closed this Dec 12, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 12, 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-7a74bbb661 branch December 12, 2023 10:35
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