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

chore: bump the k8s group with 3 updates #3047

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 9, 2023

Bumps the k8s group with 3 updates: k8s.io/api, k8s.io/apiextensions-apiserver and sigs.k8s.io/release-utils.

Updates k8s.io/api from 0.27.4 to 0.27.6

Commits
  • 6e7eda9 Update dependencies to v0.27.6 tag
  • acad300 Merge pull request #120209mimowo/automated-cherry-pick-of-#120204
  • 62f7673 Mark Job onPodConditions as optional in pod failure policy
  • 366ac8e Merge pull request #119868liggitt/automated-cherry-pick-of-#119835
  • 31986ba Avoid returning nil responseKind in v1beta1 aggregated discovery
  • See full diff in compare view

Updates k8s.io/apiextensions-apiserver from 0.27.4 to 0.27.6

Commits

Updates sigs.k8s.io/release-utils from 0.7.3 to 0.7.5

Release notes

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

v0.7.5

Changes by Kind

Feature

  • Add CompressWithoutPreservingPath function to the tar package (#83, @​xmudrii) [SIG Release]
  • Set minimum go version to 1.20
    • bump cosign to v2.2.0
    • bump golangci-lint to v1.54.2 (#93, @​cpanato) [SIG Release]

Bug or Regression

  • Tar.Extract: ignore error if directory exists (#84, @​xmudrii) [SIG Release]

Other (Cleanup or Flake)

  • Fixed GenerateLDFlags for macos to not rely on GNU date any more. (#91, @​saschagrunert) [SIG Release]

Dependencies

Added

Nothing has changed.

Changed

  • github.com/maxbrunsfeld/counterfeiter/v6: v6.6.1 → v6.7.0
  • github.com/onsi/gomega: v1.26.0 → v1.27.10
  • github.com/sirupsen/logrus: v1.9.0 → v1.9.3
  • github.com/stretchr/testify: v1.8.2 → v1.8.4
  • golang.org/x/mod: v0.7.0 → v0.12.0
  • golang.org/x/net: v0.5.0 → v0.14.0
  • golang.org/x/sync: v0.1.0 → v0.3.0
  • golang.org/x/sys: v0.4.0 → v0.11.0
  • golang.org/x/text: v0.6.0 → v0.12.0
  • golang.org/x/tools: v0.5.0 → v0.12.0

Removed

Nothing has changed.

v0.7.4

Changes by Kind

Other (Cleanup or Flake)

... (truncated)

Commits
  • ff2d69b Merge pull request #93 from cpanato/updates
  • 19113e6 bump golangci-lint to v1.54.2
  • 86492f0 bump cosign to v2.2.0
  • b65252c set minimum go version to 1.20
  • 262ae27 Merge pull request #92 from kubernetes-sigs/dependabot/go_modules/github.com/...
  • 66439ad build(deps): bump github.com/maxbrunsfeld/counterfeiter/v6
  • e16435f Merge pull request #91 from saschagrunert/build-date
  • 2b64c76 Use go library for git date parsing
  • 1bf6b4c Merge pull request #89 from cpanato/updates
  • 15eabd8 updates for cosing/ko/golangci-lint
  • 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 9, 2023
@codecov-commenter
Copy link

codecov-commenter commented Oct 9, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (976ae01) 52.41% compared to head (94b6ca1) 52.50%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3047      +/-   ##
==========================================
+ Coverage   52.41%   52.50%   +0.08%     
==========================================
  Files         134      134              
  Lines       11948    11948              
==========================================
+ Hits         6263     6273      +10     
+ Misses       5193     5185       -8     
+ Partials      492      490       -2     
Flag Coverage Δ
unittests 52.50% <ø> (+0.08%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Bumps the k8s group with 3 updates: [k8s.io/api](https://github.com/kubernetes/api), [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) and [sigs.k8s.io/release-utils](https://github.com/kubernetes-sigs/release-utils).


Updates `k8s.io/api` from 0.27.4 to 0.27.6
- [Commits](kubernetes/api@v0.27.4...v0.27.6)

Updates `k8s.io/apiextensions-apiserver` from 0.27.4 to 0.27.6
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
- [Commits](kubernetes/apiextensions-apiserver@v0.27.4...v0.27.6)

Updates `sigs.k8s.io/release-utils` from 0.7.3 to 0.7.5
- [Release notes](https://github.com/kubernetes-sigs/release-utils/releases)
- [Commits](kubernetes-sigs/release-utils@v0.7.3...v0.7.5)

---
updated-dependencies:
- dependency-name: k8s.io/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s
- dependency-name: k8s.io/apiextensions-apiserver
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s
- dependency-name: sigs.k8s.io/release-utils
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/k8s-1046b51196 branch from 94b6ca1 to b0f4164 Compare October 12, 2023 14:56
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 19, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Oct 19, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/k8s-1046b51196 branch October 19, 2023 19:36
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.

1 participant