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

build(deps): bump the golang group with 12 updates #931

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

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

Bumps the golang group with 12 updates:

Package From To
github.com/bndr/gojenkins 1.0.1 1.1.0
github.com/docker/distribution 2.7.1+incompatible 2.8.3+incompatible
github.com/emersion/go-smtp 0.11.2 0.19.0
github.com/go-logr/logr 0.3.0 1.3.0
github.com/go-logr/zapr 0.2.0 1.3.0
github.com/golang/mock 1.4.1 1.6.0
github.com/onsi/ginkgo 1.14.1 1.16.5
github.com/onsi/gomega 1.10.2 1.30.0
golang.org/x/crypto 0.14.0 0.15.0
k8s.io/cli-runtime 0.20.2 0.28.3
sigs.k8s.io/controller-runtime 0.7.0 0.16.3
golang.org/x/mod 0.12.0 0.14.0

Updates github.com/bndr/gojenkins from 1.0.1 to 1.1.0

Release notes

Sourced from github.com/bndr/gojenkins's releases.

v1.1.0

API Changes:

Added context as input parameter to functions to enable better debugging

Bug fixes:

#214 Jenkins.Init() should check Response.StatusCode

Features:

#220 Add GetBuildFromQueueID() function return the build object base on task/queue id #221 BuildJob accept map as argument rather than a slice

Commits
  • b39080e Merge pull request #214 from Bpazy/master
  • ab81397 Merge pull request #221 from figo/master
  • 27e7500 BuildJob accept map as argument rather than a slice
  • 980672b Merge pull request #220 from figo/context
  • 9a48339 Address review comments
  • e585cee Add GetBuildFromQueueID() function
  • 71e145f Add context in functions to make debugging easier
  • aa8503c Merge pull request #204 from rms1000watt/duration-int64-to-float64
  • 3655c42 Jenkins.Init() should check Response.StatusCode #210
  • 7c9e106 durations from int64 to float64
  • Additional commits viewable in compare view

Updates github.com/docker/distribution from 2.7.1+incompatible to 2.8.3+incompatible

Release notes

Sourced from github.com/docker/distribution's releases.

v2.8.3

What's Changed

New Contributors

Full Changelog: distribution/distribution@v2.8.2...v2.8.3

v2.8.2

What's Changed

Full Changelog: distribution/distribution@v2.8.1...v2.8.2

v2.8.2-beta.2

What's Changed

Full Changelog: distribution/distribution@v2.8.1...v2.8.2-beta.2

v2.8.2-beta.1

... (truncated)

Commits
  • 4772604 Merge pull request #4088 from distribution/2.8.3-release-notes
  • a4fa699 Add v2.8.3 release notes
  • 1eb2c30 Merge pull request #4068 from milosgajdos/2_8-dont-close-request-body
  • 5e6b1b5 Do not close HTTP request body in HTTP handler
  • 2b76378 Merge pull request #4064 from thaJeztah/2.8_backport_nodigestset
  • 29b00e8 digestset: deprecate package in favor of go-digest/digestset
  • d1ab243 [release/2.8] vendor: github.com/opencontainers/go-digest v1.0.0
  • 11eb419 Merge pull request #4063 from thaJeztah/2.8_backport_switch_reference
  • 3dda067 deprecate reference package, migrate to github.com/distribution/reference
  • da05539 Merge pull request #4053 from thaJeztah/2.8_backport_set-content-type-client-...
  • Additional commits viewable in compare view

Updates github.com/emersion/go-smtp from 0.11.2 to 0.19.0

Commits
  • 49bf39f server: remove 'blame it on the weather' error part
  • 53bb8bb Allow LMTP servers to listen with TCP
  • d506ef1 server: embed Session in LMTPSession
  • d62ec8c server: fix panic on MAIL FROM after failed EHLO
  • f00696d client: make Client.Text private
  • 8422d25 client: don't quit in Client.SendMail
  • a9f0447 readme: AUTH and PIPELINING are just examples
  • e2778f4 readme: use Markdown references
  • c8ffd37 readme: drop examples
  • 35f5bb6 Add telnet example session in server example doc comment
  • Additional commits viewable in compare view

Updates github.com/go-logr/logr from 0.3.0 to 1.3.0

Release notes

Sourced from github.com/go-logr/logr's releases.

v1.3.0

This release adds support for slog in a new, self-contained logr/slogr package. Implementers of a logr.LogSink are encouraged, but not required, to extend their implementation to improve the quality of log output coming from a slog API call.

Breaking change: the call depth for LogSink.Enabled when called via Logger.Enabled was fixed to be the same as for other call paths. Implementers of a LogSink who have worked around this bug will need to remove their workarounds.

Security best practices were improved. Only Go versions >= 1.18 are supported by this release.

What's Changed


New Contributors

... (truncated)

Changelog

Sourced from github.com/go-logr/logr's changelog.

CHANGELOG

v1.0.0-rc1

This is the first logged release. Major changes (including breaking changes) have occurred since earlier tags.

Commits
  • 8adefbe docs: interoperability with slog
  • ebabbb9 build(deps): bump github/codeql-action from 2.22.3 to 2.22.4
  • 9c361f0 build(deps): bump actions/checkout from 4.1.0 to 4.1.1
  • d9b2b78 Merge pull request #229 from go-logr/dependabot/github_actions/github/codeql-...
  • 91cec29 build(deps): bump github/codeql-action from 2.22.0 to 2.22.3
  • 2ea8628 Merge pull request #228 from go-logr/dependabot/github_actions/github/codeql-...
  • 37a4f55 Merge pull request #227 from go-logr/dependabot/github_actions/ossf/scorecard...
  • ecf310c build(deps): bump github/codeql-action from 2.21.9 to 2.22.0
  • d73e05e build(deps): bump ossf/scorecard-action from 2.2.0 to 2.3.0
  • 1d1c415 Merge pull request #226 from go-logr/dependabot/github_actions/github/codeql-...
  • Additional commits viewable in compare view

Updates github.com/go-logr/zapr from 0.2.0 to 1.3.0

Release notes

Sourced from github.com/go-logr/zapr's releases.

v1.3.0

This release adds support for slog. zapr implements slogr.SlogSink and therefore can be used through slogr.NewSlogHandler as backend for slog.

What's Changed


New Contributors

Full Changelog: go-logr/zapr@v1.2.4...v1.3.0

v1.2.4

What's Changed

New Contributors

Full Changelog: go-logr/zapr@v1.2.3...v1.2.4

v1.2.3

What's Changed

Full Changelog: go-logr/zapr@v1.2.2...v1.2.3

v1.2.2

Update to logr v1.2.2

v1.2.0

This release has some improvements:

  • added support for logr.Marshaler
  • moved code examples to make them visible in gopkg.dev

... (truncated)

Commits
  • 78b8af5 Merge pull request #60 from pohly/slog
  • ae27dfc support slog + logr 1.3.0
  • 6684601 Merge pull request #71 from go-logr/dependabot/go_modules/github.com/go-logr/...
  • 4d152a1 Bump github.com/go-logr/logr from 1.2.4 to 1.3.0
  • 191bfc4 Merge pull request #61 from pohly/linting
  • fe8a3cc Merge pull request #70 from go-logr/dependabot/go_modules/go.uber.org/zap-1.26.0
  • 575b337 Bump go.uber.org/zap from 1.25.0 to 1.26.0
  • 437f574 Merge pull request #64 from go-logr/dependabot/go_modules/go.uber.org/zap-1.25.0
  • 203c517 Merge pull request #69 from go-logr/dependabot/github_actions/actions/checkout-4
  • 2aef912 Bump actions/checkout from 3 to 4
  • Additional commits viewable in compare view

Updates github.com/golang/mock from 1.4.1 to 1.6.0

Release notes

Sourced from github.com/golang/mock's releases.

v1.6.0

Changelog

317c030 Best effort guesses for output package path (#547) c59ba11 add ARM to support apple M1 chip to releaser (#562) 58935d8 add a basic CONTRIBUTING.md (#535) a5582fc add docs on 1.16 install and adding to PATH (#534) 0cd3aaf add flags documentation (#539) 64b0b80 add notes and error helper for vendor+reflect error (#567) e303461 add type information to error messages (#559) 0cdccf5 feat add InAnyOrder matcher (#546) 82ce4a7 feat validate Do & DoReturn args (#558) 93308c3 fix broken badge (#525) 9336b7e fix error message in parse.go (#540) ab03293 fix ill-formatted message with fmt-verbs like %s (#564) bb5fd5e fix linter errors (#552) aba2ff9 fix parse array with the external const correctly (#569) 6ff1070 fix parse arrays with const length correctly (#520) 7f5f64d fixup some docs and templates (#524) 7078515 refactor go:generate lines so they are consistently placed (#527) 7105dde refactor mockgen and cleanup (#536) f36d14a test(sample/user_test.go): minor correction at t.Errorf (#544) ef4ad87 update CI for 1.16 (#526) ad820b0 update Finish docs for Go1.14+ (#556) 2421472 update dependencies (#528) 953a5bb update user mock to be in test package (#566) d19a212 upgrade dependencies (#557)

v1.5.0

Changelog

0b87a54 Add a period to the end of comments (#414) d2fe5cd Add example for Call.Do and Call.DoAndReturn (#470) 91d4b5c Add tests for various Do/DoAndReturn calls (#430) 92f53b0 Avoid using packages.Load (#420) aff3767 Fix empty error message when call is exhausted (#460) 8734ec5 Format generated files with goimports (#458) 69e02d3 MOCK-429: add support for assignable types to Eq matcher (#481) d476d65 Parse parenthesized parameter-type. (#421) ccaa079 Using pacakges.NeedName (#418) f67ce0c add CODEOWNERS file (#522) 6d816de add default calling of ctrl.Finish() in go1.14+ (#422) 7b53c4d check error for os.Setenv in parse_test.go (#472) b9a8584 deduplicate methods to allow overlapping methods on embedded interfaces (#498) 10192bd fix 1.11 ga test failure (#511) dcd893e fix Test_createPackageMap for 1.15 (#512) 44e6f1e fix docs for AssignableToTypeOf (#452) a23c5e7 fix issues related to source package imports (#507) 11d9cab fix readme docs on removing Finish calls (#461) 0f6dc21 format variadic arguments with GotFormatter (#434)

... (truncated)

Commits

Updates github.com/onsi/ginkgo from 1.14.1 to 1.16.5

Release notes

Sourced from github.com/onsi/ginkgo's releases.

v1.16.5

1.16.5

Ginkgo 2.0 now has a Release Candidate. 1.16.5 advertises the existence of the RC. 1.16.5 deprecates GinkgoParallelNode in favor of GinkgoParallelProcess

You can silence the RC advertisement by setting an ACK_GINKG_RC=true environment variable or creating a file in your home directory called .ack-ginkgo-rc

v1.16.4

1.16.4

Fixes

1.16.4 retracts 1.16.3. There are no code changes. The 1.16.3 tag was associated with the wrong commit and an attempt to change it after-the-fact has proven problematic. 1.16.4 retracts 1.16.3 in Ginkgo's go.mod and creates a new, correctly tagged, release.

v1.16.3

1.16.3

Features

  • Measure is now deprecated and emits a deprecation warning.

v1.16.2

1.16.2

Fixes

  • Deprecations can be suppressed by setting an ACK_GINKGO_DEPRECATIONS=<semver> environment variable.

v1.16.1

Fixes

  • Supress --stream deprecation warning on windows (#793)

1.16.0

Features

  • Advertise Ginkgo 2.0. Introduce deprecations. [9ef1913]

    • Update README.md to advertise that Ginkgo 2.0 is coming.
    • Backport the 2.0 DeprecationTracker and start alerting users about upcoming deprecations.
  • Add slim-sprig template functions to bootstrap/generate (#775) [9162b86]

Fixes

  • Fix accidental reference to 1488 (#784) [9fb7fe4]

v1.15.2

Fixes

  • ignore blank -focus and -skip flags (#780) [e90a4a0]

v1.15.1

Fixes

  • reporters/junit: Use system-out element instead of passed (#769) [9eda305]

... (truncated)

Changelog

Sourced from github.com/onsi/ginkgo's changelog.

1.16.5

Ginkgo 2.0 now has a Release Candidate. 1.16.5 advertises the existence of the RC. 1.16.5 deprecates GinkgoParallelNode in favor of GinkgoParallelProcess

You can silence the RC advertisement by setting an ACK_GINKGO_RC=true environment variable or creating a file in your home directory called .ack-ginkgo-rc

1.16.4

Fixes

1.16.4 retracts 1.16.3. There are no code changes. The 1.16.3 tag was associated with the wrong commit and an attempt to change it after-the-fact has proven problematic. 1.16.4 retracts 1.16.3 in Ginkgo's go.mod and creates a new, correctly tagged, release.

1.16.3

Features

  • Measure is now deprecated and emits a deprecation warning.

1.16.2

Fixes

  • Deprecations can be suppressed by setting an ACK_GINKGO_DEPRECATIONS=<semver> environment variable.

1.16.1

Fixes

  • Suppress --stream deprecation warning on windows (#793)

1.16.0

Features

  • Advertise Ginkgo 2.0. Introduce deprecations. [9ef1913]

    • Update README.md to advertise that Ginkgo 2.0 is coming.
    • Backport the 2.0 DeprecationTracker and start alerting users about upcoming deprecations.
  • Add slim-sprig template functions to bootstrap/generate (#775) [9162b86]

  • Fix accidental reference to 1488 (#784) [9fb7fe4]

1.15.2

Fixes

  • ignore blank -focus and -skip flags (#780) [e90a4a0]

1.15.1

Fixes

  • reporters/junit: Use system-out element instead of passed (#769) [9eda305]

1.15.0

... (truncated)

Commits
  • d38b9d9 v1.16.5
  • b55f80d Mention release candidate and deprecate GinkgoParallelNode in favor of Ginkgo...
  • d8e9d10 Move v2 to ver2 to play better with the go toolchain
  • 8a172cc Advertise GInkgo 2.0 beta
  • a12d699 Add no-op Setenv to GinkgoT
  • 81705fc chore: Go 1.17 released
  • f250977 remove travis-ci
  • afce52e drop 1.15 in github test workflow
  • d125cd0 v1.16.4
  • 3286b30 v1.16.3
  • Additional commits viewable in compare view

Updates github.com/onsi/gomega from 1.10.2 to 1.30.0

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.30.0

1.30.0

Features

  • BeTrueBecause and BeFalseBecause allow for better failure messages [4da4c7f]

Maintenance

  • Bump actions/checkout from 3 to 4 (#694) [6ca6e97]
  • doc: fix type on gleak go doc [f1b8343]

v1.29.0

1.29.0

Features

  • MatchError can now take an optional func(error) bool + description [2b39142]

v1.28.1

1.28.1

Maintenance

  • Bump github.com/onsi/ginkgo/v2 from 2.12.0 to 2.13.0 [635d196]
  • Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 [14f8859]
  • Bump golang.org/x/net from 0.14.0 to 0.17.0 [d8a6508]
  • #703 doc(matchers): HaveEach() doc comment updated [2705bdb]
  • Minor typos (#699) [375648c]

v1.28.0

1.28.0

Features

  • Add VerifyHost handler to ghttp (#698) [0b03b36]

Fixes

  • Read Body for Newer Responses in HaveHTTPBodyMatcher (#686) [18d6673]

Maintenance

  • Bump github.com/onsi/ginkgo/v2 from 2.11.0 to 2.12.0 (#693) [55a33f3]
  • Typo in matchers.go (#691) [de68e8f]
  • Bump commonmarker from 0.23.9 to 0.23.10 in /docs (#690) [ab17f5e]
  • chore: update test matrix for Go 1.21 (#689) [5069017]
  • Bump golang.org/x/net from 0.12.0 to 0.14.0 (#688) [babe25f]

v1.27.10

1.27.10

Fixes

  • fix: go 1.21 adding goroutine ID to creator+location (#685) [bdc7803]

v1.27.9

1.27.9

... (truncated)

Changelog

Sourced from github.com/onsi/gomega's changelog.

1.30.0

Features

  • BeTrueBecause and BeFalseBecause allow for better failure messages [4da4c7f]

Maintenance

  • Bump actions/checkout from 3 to 4 (#694) [6ca6e97]
  • doc: fix type on gleak go doc [f1b8343]

1.29.0

Features

  • MatchError can now take an optional func(error) bool + description [2b39142]

1.28.1

Maintenance

  • Bump github.com/onsi/ginkgo/v2 from 2.12.0 to 2.13.0 [635d196]
  • Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 [14f8859]
  • Bump golang.org/x/net from 0.14.0 to 0.17.0 [d8a6508]
  • #703 doc(matchers): HaveEach() doc comment updated [2705bdb]
  • Minor typos (#699) [375648c]

1.28.0

Features

  • Add VerifyHost handler to ghttp (#698) [0b03b36]

Fixes

  • Read Body for Newer Responses in HaveHTTPBodyMatcher (#686) [18d6673]

Maintenance

  • Bump github.com/onsi/ginkgo/v2 from 2.11.0 to 2.12.0 (#693) [55a33f3]
  • Typo in matchers.go (#691) [de68e8f]
  • Bump commonmarker from 0.23.9 to 0.23.10 in /docs (#690) [ab17f5e]
  • chore: update test matrix for Go 1.21 (#689) [5069017]
  • Bump golang.org/x/net from 0.12.0 to 0.14.0 (#688) [babe25f]

1.27.10

Fixes

  • fix: go 1.21 adding goroutine ID to creator+location (#685) [bdc7803]

1.27.9

Fixes

  • Prevent nil-dereference in format.Object for boxed nil error (#681) [3b31fc3]

Maintenance

  • Bump golang.org/x/net from 0.11.0 to 0.12.0 (#679) [360849b]

... (truncated)

Commits
  • f804ac6 v1.30.0
  • 4da4c7f BeTrueBecause and BeFalseBecause allow for better failure messages
  • 6ca6e97 Bump actions/checkout from 3 to 4 (#694)
  • f1b8343 doc: fix type on gleak go doc
  • b94b195 v1.29.0
  • 2b39142 MatchError can now take an optional func(error) bool + description
  • ab6045c v1.28.1
  • 635d196 Bump github.com/onsi/ginkgo/v2 from 2.12.0 to 2.13.0
  • 14f8859 Bump github.com/google/go-cmp from 0.5.9 to 0.6.0
  • d8a6508 Bump golang.org/x/net from 0.14.0 to 0.17.0
  • Additional commits viewable in compare view

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

Commits
  • eb61739 ssh: allow to configure public key auth algorithms on the server side
  • 42c83ff ssh: try harder to detect incorrect passwords for legacy PEM encryption
  • e668aa9 go.mod: update golang.org/x dependencies
  • df0bc9e chacha20poly1305: guard PSHUFB usage with GOAMD64_v2
  • 74c2ba9 crypto/hkdf: remove useless call to Reset
  • cf8dcb0 ssh: add test case against ssh CLI
  • 4f30245 x509roots: catch the zero-roots case when generating the bundle
  • 1d57292 x509roots: check HTTP response status code and media type
  • 8779cbd all: update go directive to 1.18
  • 2aeefc3 ssh: add support for SSH_AGENT_CONSTRAIN_EXTENSION with id 255
  • See full diff in compare view

Updates k8s.io/cli-runtime from 0.20.2 to 0.28.3

Commits
  • b23c553 Update dependencies to v0.28.3 tag
  • 68757f9 Merge pull request #121128 from MadhavJivrajani/bump-x-net-128
  • e9af7fd .: bump golang.org/x/net to v0.17.0
  • 51e09e4 Merge pull request #120329liggitt/automated-cherry-pick-of-#120327
  • b93e912 Revert to json-patch 4.12.0
  • b1cb225 Merge remote-tracking branch 'origin/master' into release-1.28
  • bfa6b7b .*: bump golang.org/x/net to v0.13.0
  • 448da40 Merge pull request #118204 from sttts/sttts-openapi-v2-parameter-refs
  • 1f56e52 Merge pull request #119312 from pacoxu/prometheus/common-v0.44
  • e41ba3e cli-runtime: make VerifiableQueryParam shared-parameter aware
  • Additional commits viewable in compare view

Updates sigs.k8s.io/controller-runtime from 0.7.0 to 0.16.3

Release notes

Sourced from sigs.k8s.io/controller-runtime's releases.

v0.16.3

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.16.2...v0.16.3

v0.16.2

What's Changed

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 12, 2023
Bumps the golang group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/bndr/gojenkins](https://github.com/bndr/gojenkins) | `1.0.1` | `1.1.0` |
| [github.com/docker/distribution](https://github.com/docker/distribution) | `2.7.1+incompatible` | `2.8.3+incompatible` |
| [github.com/emersion/go-smtp](https://github.com/emersion/go-smtp) | `0.11.2` | `0.19.0` |
| [github.com/go-logr/logr](https://github.com/go-logr/logr) | `0.3.0` | `1.3.0` |
| [github.com/go-logr/zapr](https://github.com/go-logr/zapr) | `0.2.0` | `1.3.0` |
| [github.com/golang/mock](https://github.com/golang/mock) | `1.4.1` | `1.6.0` |
| [github.com/onsi/ginkgo](https://github.com/onsi/ginkgo) | `1.14.1` | `1.16.5` |
| [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.10.2` | `1.30.0` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.14.0` | `0.15.0` |
| [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime) | `0.20.2` | `0.28.3` |
| [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.7.0` | `0.16.3` |
| [golang.org/x/mod](https://github.com/golang/mod) | `0.12.0` | `0.14.0` |


Updates `github.com/bndr/gojenkins` from 1.0.1 to 1.1.0
- [Release notes](https://github.com/bndr/gojenkins/releases)
- [Changelog](https://github.com/bndr/gojenkins/blob/master/build_history.go)
- [Commits](bndr/gojenkins@v1.0.1...v1.1.0)

Updates `github.com/docker/distribution` from 2.7.1+incompatible to 2.8.3+incompatible
- [Release notes](https://github.com/docker/distribution/releases)
- [Commits](distribution/distribution@v2.7.1...v2.8.3)

Updates `github.com/emersion/go-smtp` from 0.11.2 to 0.19.0
- [Release notes](https://github.com/emersion/go-smtp/releases)
- [Commits](emersion/go-smtp@v0.11.2...v0.19.0)

Updates `github.com/go-logr/logr` from 0.3.0 to 1.3.0
- [Release notes](https://github.com/go-logr/logr/releases)
- [Changelog](https://github.com/go-logr/logr/blob/master/CHANGELOG.md)
- [Commits](go-logr/logr@v0.3.0...v1.3.0)

Updates `github.com/go-logr/zapr` from 0.2.0 to 1.3.0
- [Release notes](https://github.com/go-logr/zapr/releases)
- [Commits](go-logr/zapr@v0.2.0...v1.3.0)

Updates `github.com/golang/mock` from 1.4.1 to 1.6.0
- [Release notes](https://github.com/golang/mock/releases)
- [Changelog](https://github.com/golang/mock/blob/main/.goreleaser.yml)
- [Commits](golang/mock@v1.4.1...v1.6.0)

Updates `github.com/onsi/ginkgo` from 1.14.1 to 1.16.5
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v1.14.1...v1.16.5)

Updates `github.com/onsi/gomega` from 1.10.2 to 1.30.0
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.10.2...v1.30.0)

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

Updates `k8s.io/cli-runtime` from 0.20.2 to 0.28.3
- [Commits](kubernetes/cli-runtime@v0.20.2...v0.28.3)

Updates `sigs.k8s.io/controller-runtime` from 0.7.0 to 0.16.3
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/controller-runtime@v0.7.0...v0.16.3)

Updates `golang.org/x/mod` from 0.12.0 to 0.14.0
- [Commits](golang/mod@v0.12.0...v0.14.0)

---
updated-dependencies:
- dependency-name: github.com/bndr/gojenkins
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: github.com/docker/distribution
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: github.com/emersion/go-smtp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: github.com/go-logr/logr
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: golang
- dependency-name: github.com/go-logr/zapr
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: golang
- dependency-name: github.com/golang/mock
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: github.com/onsi/ginkgo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: k8s.io/cli-runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: golang.org/x/mod
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/golang-43453390aa branch from 5a4dacc to 298f509 Compare November 13, 2023 03:26
Copy link
Author

dependabot bot commented on behalf of github Nov 16, 2023

Superseded by #935.

@dependabot dependabot bot closed this Nov 16, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/golang-43453390aa branch November 16, 2023 03:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants