Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2024

Bumps the gomod group with 8 updates in the / directory:

Package From To
github.com/onsi/gomega 1.34.0 1.34.1
golang.org/x/sync 0.7.0 0.8.0
golang.org/x/sys 0.22.0 0.23.0
k8s.io/apimachinery 0.31.0-alpha.3 0.32.0-alpha.0
k8s.io/client-go 0.31.0-alpha.3 0.32.0-alpha.0
k8s.io/cri-api 0.31.0-beta.0.0.20240716205706-865479a3e1b3 0.32.0-alpha.0
k8s.io/kubelet 0.31.0-alpha.3 0.32.0-alpha.0
sigs.k8s.io/release-utils 0.8.3 0.8.4

Updates github.com/onsi/gomega from 1.34.0 to 1.34.1

Release notes

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

v1.34.1

1.34.1

Maintenance

  • Use slices from exp/slices to keep golang 1.20 compat [5e71dcd]
Changelog

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

1.34.1

Maintenance

  • Use slices from exp/slices to keep golang 1.20 compat [5e71dcd]
Commits

Updates golang.org/x/sync from 0.7.0 to 0.8.0

Commits

Updates golang.org/x/sys from 0.22.0 to 0.23.0

Commits
  • aa1c4c8 unix: provide Mount on openbsd
  • cde4660 unix: add linux mseal system call
  • 31ef9e7 unix: update to Linux kernel 6.10
  • d03a807 unix: update glibc to 2.40
  • beb5949 windows: correctly generate GetAce syscall
  • 7bb0bf7 cpu: add Int8 matrix multiplication instructions CPU feature flag for ARM64
  • bce4cf7 windows: add GetKeyboardLayout & ToUnicodeEx
  • 0eac9b5 windows: add flags for GetAdaptersAddresses
  • 0c18c88 cpu: add DIT option and hwcap DIT support
  • dce4e64 LICENSE: update per Google Legal
  • Additional commits viewable in compare view

Updates k8s.io/apimachinery from 0.31.0-alpha.3 to 0.32.0-alpha.0

Commits
  • 95b7802 Merge pull request #126231 from seans3/websocket-https-proxy-fix
  • a8f449e Falls back to SPDY for gorilla/websocket https proxy error
  • 62791ec Merge pull request #125571 from liggitt/filter-auth-02-sar
  • cc2ba35 add field and label selectors to authorization attributes
  • ce76a8f generate
  • 35052c5 add subjectaccessreview field and label selectors
  • ab06869 Merge pull request #126105 from benluddy/cbor-framer
  • 429f4e4 Implement runtime.Framer for CBOR Sequences.
  • d7e1c53 Merge pull request #126018 from aroradaman/bump-k8s-utils
  • 07cb122 Merge pull request #125748 from benluddy/cbor-custom-marshalers
  • Additional commits viewable in compare view

Updates k8s.io/client-go from 0.31.0-alpha.3 to 0.32.0-alpha.0

Commits
  • 183d198 Update dependencies to v0.32.0-alpha.0 tag
  • 71959c5 Merge pull request #126405 from sttts/sttts-sync-informerfactory-start
  • b6f7bdf informers: add comment that Start does not block
  • f71a5cc Call non-blocking informerFactory.Start synchronously to avoid races
  • 4536e5a Merge pull request #124012 from Jefftree/le-controller
  • 93c6a5b Merge pull request #126353 from liggitt/fix-vendor
  • 6a9911a revendor dependencies
  • fe54892 Merge pull request #126243 from SergeyKanzhelev/devicePluginFailures
  • 825f52e Change PingTime to be persistent
  • f45c451 fix ordering issue in candidates
  • Additional commits viewable in compare view

Updates k8s.io/cri-api from 0.31.0-beta.0.0.20240716205706-865479a3e1b3 to 0.32.0-alpha.0

Commits

Updates k8s.io/kubelet from 0.31.0-alpha.3 to 0.32.0-alpha.0

Commits
  • 21823d5 Update dependencies to v0.32.0-alpha.0 tag
  • e1e38c4 Merge pull request #126031 from harche/kubelet_cgroupv1_arg
  • de521a3 Merge pull request #125488 from pohly/dra-1.31
  • c4a7fd5 DRA kubelet: adapt to v1alpha3 API
  • 136516c Merge pull request #125163 from pohly/dra-kubelet-api-version-independent-no-...
  • 9d8ab9f Merge pull request #122922 from marosset/windows-memory-eviction
  • 776d934 Kubelet option to disable cgroup v1 support
  • 78e0369 dra kubelet: bump gRPC API to v1alpha4
  • 45d6a8c DRA: read ResourceClaim in DRA drivers
  • 63f4c6d DRA: move ResourceSlice publishing into DRA drivers
  • Additional commits viewable in compare view

Updates k8s.io/utils from 0.0.0-20240502163921-fe8a2dddb1d0 to 0.0.0-20240711033017-18e509b52bc8

Commits

Updates sigs.k8s.io/release-utils from 0.8.3 to 0.8.4

Release notes

Sourced from sigs.k8s.io/release-utils's releases.

v0.8.4

Changes by Kind

Feature

  • K-sigs/release-utils now has an automated release workflow and publishes an SBOM (#110, @​puerco) [SIG Release]
  • Release-utils now has a new throttle package forked from nozzle/throttle (#108, @​puerco) [SIG Release]
  • The http.Agent now has *Group variants of its functions to support parallel fetching o lists of URLs. (#107, @​puerco) [SIG Release]
  • The util package has a new convenience function util.IsDir() to detect if a path is a directory. (#109, @​puerco) [SIG Release]

Other (Cleanup or Flake)

Dependencies

Added

  • github.com/nozzle/throttler: 2ea9822

Changed

Nothing has changed.

Removed

Nothing has changed.

Commits
  • 0790ab4 Merge pull request #110 from puerco/release-workflow
  • 943a605 Merge pull request #111 from puerco/revert-throttle
  • 9545115 Move http package to nozzle/throttler
  • 337176b Revert fork of nozzle/throttler
  • 9670e44 Add SBOM generation to releases
  • 61086f6 Merge pull request #107 from puerco/parallel-http
  • b6576e7 Parallelize tests and do not retry
  • 18dab2e Improve post tests to actually check returns
  • 9c49082 Mark http.GetURLResponse as deprecated
  • 1cd03a3 HTTP Group: Add documentation and example
  • 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 gomod group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.34.0` | `1.34.1` |
| [golang.org/x/sync](https://github.com/golang/sync) | `0.7.0` | `0.8.0` |
| [golang.org/x/sys](https://github.com/golang/sys) | `0.22.0` | `0.23.0` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.31.0-alpha.3` | `0.32.0-alpha.0` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.31.0-alpha.3` | `0.32.0-alpha.0` |
| [k8s.io/cri-api](https://github.com/kubernetes/cri-api) | `0.31.0-beta.0.0.20240716205706-865479a3e1b3` | `0.32.0-alpha.0` |
| [k8s.io/kubelet](https://github.com/kubernetes/kubelet) | `0.31.0-alpha.3` | `0.32.0-alpha.0` |
| [sigs.k8s.io/release-utils](https://github.com/kubernetes-sigs/release-utils) | `0.8.3` | `0.8.4` |



Updates `github.com/onsi/gomega` from 1.34.0 to 1.34.1
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.34.0...v1.34.1)

Updates `golang.org/x/sync` from 0.7.0 to 0.8.0
- [Commits](golang/sync@v0.7.0...v0.8.0)

Updates `golang.org/x/sys` from 0.22.0 to 0.23.0
- [Commits](golang/sys@v0.22.0...v0.23.0)

Updates `k8s.io/apimachinery` from 0.31.0-alpha.3 to 0.32.0-alpha.0
- [Commits](kubernetes/apimachinery@v0.31.0-alpha.3...v0.32.0-alpha.0)

Updates `k8s.io/client-go` from 0.31.0-alpha.3 to 0.32.0-alpha.0
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.31.0-alpha.3...v0.32.0-alpha.0)

Updates `k8s.io/cri-api` from 0.31.0-beta.0.0.20240716205706-865479a3e1b3 to 0.32.0-alpha.0
- [Commits](https://github.com/kubernetes/cri-api/commits/v0.32.0-alpha.0)

Updates `k8s.io/kubelet` from 0.31.0-alpha.3 to 0.32.0-alpha.0
- [Commits](kubernetes/kubelet@v0.31.0-alpha.3...v0.32.0-alpha.0)

Updates `k8s.io/utils` from 0.0.0-20240502163921-fe8a2dddb1d0 to 0.0.0-20240711033017-18e509b52bc8
- [Commits](https://github.com/kubernetes/utils/commits)

Updates `sigs.k8s.io/release-utils` from 0.8.3 to 0.8.4
- [Release notes](https://github.com/kubernetes-sigs/release-utils/releases)
- [Commits](kubernetes-sigs/release-utils@v0.8.3...v0.8.4)

---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: golang.org/x/sync
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: k8s.io/cri-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: k8s.io/kubelet
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: k8s.io/utils
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: sigs.k8s.io/release-utils
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from mrunalp as a code owner August 5, 2024 14:30
@dependabot dependabot bot added the release-note-none Denotes a PR that doesn't merit a release note. label Aug 5, 2024
@openshift-ci openshift-ci bot added the dco-signoff: yes Indicates the PR's author has DCO signed all their commits. label Aug 5, 2024
@openshift-ci openshift-ci bot requested review from kwilczynski and wgahnagl August 5, 2024 14:30
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Aug 5, 2024

[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 nalind 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
Copy link
Contributor

openshift-ci bot commented Aug 5, 2024

@dependabot[bot]: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-gcp-ovn c8acb8e link true /test e2e-gcp-ovn
ci/prow/ci-cgroupv2-e2e-crun c8acb8e link true /test ci-cgroupv2-e2e-crun
ci/prow/ci-crun-e2e c8acb8e link true /test ci-crun-e2e

Full PR test history. Your PR dashboard.

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-sigs/prow repository. I understand the commands that are listed here.

@saschagrunert
Copy link
Member

Part of #8451

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 6, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/go_modules/gomod-1124d3818b branch August 6, 2024 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dco-signoff: yes Indicates the PR's author has DCO signed all their commits. release-note-none Denotes a PR that doesn't merit a release note.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants