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

Bump the prod-dependencies group with 6 updates #1063

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 18, 2023

Bumps the prod-dependencies group with 6 updates:

Package From To
github.com/docker/cli 24.0.5+incompatible 24.0.6+incompatible
github.com/google/go-containerregistry 0.15.2 0.16.1
gotest.tools/v3 3.5.0 3.5.1
k8s.io/api 0.27.2 0.28.2
k8s.io/client-go 0.27.2 0.28.2
sigs.k8s.io/controller-runtime 0.15.0 0.16.2

Updates github.com/docker/cli from 24.0.5+incompatible to 24.0.6+incompatible

Commits
  • ed223bc Merge pull request #4544 from thaJeztah/24.0_backport_fix_events_json_format
  • fab55e1 cli/command/system: fix "docker events" not supporting --format=json
  • 2fcff17 Merge pull request #4537 from thaJeztah/24.0_backort_docs_fixes
  • b74d8e1 Merge pull request #4538 from thaJeztah/24.0_backport_history_test
  • 3789f8a Merge pull request #4542 from thaJeztah/24.0_backport_manifest_deref
  • d3485b9 cli/registry: client.iterateEndpoints: remove check for APIVersion1
  • 6133802 cli/registry: fix client.pullManifestList not de-referencing manifest
  • b83959e force TestNewHistoryCommandSuccess to use UTC timezone
  • 28a08a2 un-skip history test and fix golden mismatches
  • 8e03939 update cli-docs-tool to v0.6.0
  • Additional commits viewable in compare view

Updates github.com/google/go-containerregistry from 0.15.2 to 0.16.1

Release notes

Sourced from github.com/google/go-containerregistry's releases.

v0.16.1

Release is broken due to goreleaser error, 0.16.1 has the fix

What's Changed

New Contributors

Full Changelog: google/go-containerregistry@v0.15.2...v0.16.1

Container Images

https://gcr.io/go-containerregistry/crane:v0.16.1 https://gcr.io/go-containerregistry/gcrane:v0.16.1

For example:

docker pull gcr.io/go-containerregistry/crane:v0.16.1
docker pull gcr.io/go-containerregistry/gcrane:v0.16.1

v0.16.0

Release is broken due to goreleaser error, 0.16.1 has the fix

Commits
  • a54d642 fix: pin to goreleaser v1.18 to unblock release (#1763)
  • ea19b57 Return OCI Index content-type for referrers response (#1762)
  • b850480 Drop localhost to support crane registry serve in a container (#1746)
  • fe268b7 Don't try cross-origin mounting against dockerhub (#1743)
  • 2472cbb Let the filesystem handle atomicity (#1735)
  • db818dc Use RWLock, limit scope of locking, write digest first (#1734)
  • 44a6e2e Allow concurrent blob Sets, use RWMutex (#1733)
  • 9010ce1 Correct crane registry help text (#1732)
  • 03ad2ac add --blobs-to-disk to 'crane registry serve' (#1731)
  • 4e4b03a Don't load into daemon if the image already exists (#1724)
  • Additional commits viewable in compare view

Updates gotest.tools/v3 from 3.5.0 to 3.5.1

Release notes

Sourced from gotest.tools/v3's releases.

v3.5.1

What's Changed

New Contributors

Full Changelog: gotestyourself/gotest.tools@v3.5.0...v3.5.1

Commits
  • 81cea1a Merge pull request #275 from gotestyourself/fs-add-godoc-links
  • 9af8f4e fs: add go doc links
  • 2891300 Merge pull request #273 from filintod/also-remove-cr-from-file
  • 4ed7350 fix lint line length
  • 7306428 rebase/fix only doc
  • e15fa27 Merge pull request #271 from dnephin/gate-update-flag
  • 56c3123 Make assert and golden compatible with other golden packages
  • See full diff in compare view

Updates k8s.io/api from 0.27.2 to 0.28.2

Commits
  • ba9d27c Update dependencies to v0.28.2 tag
  • 546e425 Merge pull request #120329liggitt/automated-cherry-pick-of-#120327
  • 7315e44 Revert to json-patch 4.12.0
  • 962dfd4 Merge pull request #120208mimowo/automated-cherry-pick-of-#120204
  • 37b4561 Mark Job onPodConditions as optional in pod failure policy
  • ac59949 Merge remote-tracking branch 'origin/master' into release-1.28
  • e32cee6 Merge pull request #119876 from marosset/revert-118895
  • b582191 Revert "Merge pull request #118895 from RyanAoh/kep-1860"
  • b76dbf0 Avoid returning nil responseKind in v1beta1 aggregated discovery
  • 9ab79ea Merge remote-tracking branch 'origin/master' into release-1.28
  • Additional commits viewable in compare view

Updates k8s.io/client-go from 0.27.2 to 0.28.2

Commits
  • 6030d79 Update dependencies to v0.28.2 tag
  • 745513a Merge pull request #120359Jefftree/automated-cherry-pick-of-#119870
  • 29a840d Merge pull request #120329liggitt/automated-cherry-pick-of-#120327
  • 805102c Revert to json-patch 4.12.0
  • fe76ecc Merge remote-tracking branch 'origin/master' into release-1.28
  • a715d8b Merge pull request #119876 from marosset/revert-118895
  • 3163e5a Revert "Merge pull request #118895 from RyanAoh/kep-1860"
  • 43a6d93 Fallback to legacy discovery on a wider range of conditions in aggregator
  • 8d766e7 Avoid returning nil responseKind in v1beta1 aggregated discovery
  • dcfe307 Merge remote-tracking branch 'origin/master' into release-1.28
  • Additional commits viewable in compare view

Updates sigs.k8s.io/controller-runtime from 0.15.0 to 0.16.2

Release notes

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

v0.16.2

What's Changed

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

v0.16.1

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.16.0...v0.16.1

v0.16.0

Highlights

  • Granular cache configuration (#2421)
  • New cache option to fail on missing informer on cache reads (#2406)
  • Secure metrics serving (#2407)
  • Upgrade to Kubernetes 1.28 libraries (#2393, #2405, #2449)

Changes since v0.15

⚠️ Breaking Changes

✨ New Features

🐛 Bug Fixes

  • Add missing return statement in admission.Decoder.DecodeRaw by @​lleshchi (#2433)

... (truncated)

Commits
  • 7db81c7 Merge pull request #2492 from k8s-infra-cherrypick-robot/cherry-pick-2472-to-...
  • ca2d236 bug: Return NoResourceMatchError when appropriate for backwards compatibility.
  • b40bcb8 [release-0.16] 🐛 Fix returning object after status update (#2490)
  • 1cf5b88 Merge pull request #2485 from k8s-infra-cherrypick-robot/cherry-pick-2484-to-...
  • 319038d bug: Fix status subresource getting updated on Update when it is empty
  • 580f203 Merge pull request #2483 from k8s-infra-cherrypick-robot/cherry-pick-2479-to-...
  • 339df9a delete copyNonStatusFrom function, change test case description
  • b3c83a2 add test case to show it will not override other status fields when updating
  • 74eb8ea Test showing labels and annotations stored during fake client.Status().Update()
  • f4582ea update subresource client to not incude metadata
  • 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 prod-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/docker/cli](https://github.com/docker/cli) | `24.0.5+incompatible` | `24.0.6+incompatible` |
| [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) | `0.15.2` | `0.16.1` |
| [gotest.tools/v3](https://github.com/gotestyourself/gotest.tools) | `3.5.0` | `3.5.1` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.27.2` | `0.28.2` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.27.2` | `0.28.2` |
| [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.15.0` | `0.16.2` |


Updates `github.com/docker/cli` from 24.0.5+incompatible to 24.0.6+incompatible
- [Commits](docker/cli@v24.0.5...v24.0.6)

Updates `github.com/google/go-containerregistry` from 0.15.2 to 0.16.1
- [Release notes](https://github.com/google/go-containerregistry/releases)
- [Changelog](https://github.com/google/go-containerregistry/blob/main/.goreleaser.yml)
- [Commits](google/go-containerregistry@v0.15.2...v0.16.1)

Updates `gotest.tools/v3` from 3.5.0 to 3.5.1
- [Release notes](https://github.com/gotestyourself/gotest.tools/releases)
- [Commits](gotestyourself/gotest.tools@v3.5.0...v3.5.1)

Updates `k8s.io/api` from 0.27.2 to 0.28.2
- [Commits](kubernetes/api@v0.27.2...v0.28.2)

Updates `k8s.io/client-go` from 0.27.2 to 0.28.2
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.27.2...v0.28.2)

Updates `sigs.k8s.io/controller-runtime` from 0.15.0 to 0.16.2
- [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.15.0...v0.16.2)

---
updated-dependencies:
- dependency-name: github.com/docker/cli
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: github.com/google/go-containerregistry
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: gotest.tools/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: k8s.io/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 18, 2023
@openshift-ci
Copy link

openshift-ci bot commented Sep 18, 2023

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]
Once this PR has been reviewed and has the lgtm label, please assign tonytcampbell for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Sep 18, 2023
@openshift-ci
Copy link

openshift-ci bot commented Sep 18, 2023

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a redhat-openshift-ecosystem member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@acornett21 acornett21 closed this Sep 20, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 20, 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/prod-dependencies-882b225b0f branch September 20, 2023 22:06
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 needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants