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

[v1.5 cherry-pick]chore(deps): bump k8s.io/xxx from 0.24.4 to 0.25.1 and Go 1.19 (#1290) #1357

Merged
merged 3 commits into from
Sep 23, 2022

Conversation

tao12345666333
Copy link
Member

@tao12345666333 tao12345666333 commented Sep 23, 2022

  • chore(deps): bump k8s.io/client-go from 0.24.4 to 0.25.0

Bumps k8s.io/client-go from 0.24.4 to 0.25.0.


updated-dependencies:

  • dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-minor ...

Signed-off-by: dependabot[bot] support@github.com

  • chore(deps): bump k8s.io/client-go from 0.24.4 to 0.25.0 in /test/e2e

Bumps k8s.io/client-go from 0.24.4 to 0.25.0.


updated-dependencies:

  • dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-minor ...

Signed-off-by: dependabot[bot] support@github.com

  • chore(deps): bump k8s.io/code-generator from 0.24.4 to 0.25.0

Bumps k8s.io/code-generator from 0.24.4 to 0.25.0.


updated-dependencies:

  • dependency-name: k8s.io/code-generator dependency-type: direct:production update-type: version-update:semver-minor ...

Signed-off-by: dependabot[bot] support@github.com

  • chore(deps): bump go.uber.org/zap from 1.22.0 to 1.23.0

Bumps go.uber.org/zap from 1.22.0 to 1.23.0.


updated-dependencies:

  • dependency-name: go.uber.org/zap dependency-type: direct:production update-type: version-update:semver-minor ...

Signed-off-by: dependabot[bot] support@github.com

  • chore(deps): bump go.uber.org/zap from 1.22.0 to 1.23.0 in /test/e2e

Signed-off-by: Jintao Zhang zhangjintao9020@gmail.com

Signed-off-by: dependabot[bot] support@github.com
Signed-off-by: Jintao Zhang zhangjintao9020@gmail.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Type of change:

  • Bugfix
  • New feature provided
  • Improve performance
  • Backport patches

What this PR does / why we need it:

Pre-submission checklist:

  • Did you explain what problem does this PR solve? Or what new features have been added?
  • Have you added corresponding test cases?
  • Have you modified the corresponding document?
  • Is this PR backward compatible? If it is not backward compatible, please discuss on the mailing list first

tao12345666333 and others added 2 commits September 22, 2022 19:27
…e#1290)

* chore(deps): bump k8s.io/client-go from 0.24.4 to 0.25.0

Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.24.4 to 0.25.0.
- [Release notes](https://github.com/kubernetes/client-go/releases)
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.24.4...v0.25.0)

---
updated-dependencies:
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(deps): bump k8s.io/client-go from 0.24.4 to 0.25.0 in /test/e2e

Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.24.4 to 0.25.0.
- [Release notes](https://github.com/kubernetes/client-go/releases)
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.24.4...v0.25.0)

---
updated-dependencies:
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(deps): bump k8s.io/code-generator from 0.24.4 to 0.25.0

Bumps [k8s.io/code-generator](https://github.com/kubernetes/code-generator) from 0.24.4 to 0.25.0.
- [Release notes](https://github.com/kubernetes/code-generator/releases)
- [Commits](kubernetes/code-generator@v0.24.4...v0.25.0)

---
updated-dependencies:
- dependency-name: k8s.io/code-generator
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(deps): bump go.uber.org/zap from 1.22.0 to 1.23.0

Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.22.0 to 1.23.0.
- [Release notes](https://github.com/uber-go/zap/releases)
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
- [Commits](uber-go/zap@v1.22.0...v1.23.0)

---
updated-dependencies:
- dependency-name: go.uber.org/zap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(deps): bump go.uber.org/zap from 1.22.0 to 1.23.0 in /test/e2e

Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
@tao12345666333 tao12345666333 mentioned this pull request Sep 23, 2022
8 tasks
@tao12345666333 tao12345666333 changed the title chore(deps): bump k8s.io/xxx from 0.24.4 to 0.25.1 and Go 1.19 (#1290) [v1.5 cherry-pick]chore(deps): bump k8s.io/xxx from 0.24.4 to 0.25.1 and Go 1.19 (#1290) Sep 23, 2022
@codecov-commenter
Copy link

codecov-commenter commented Sep 23, 2022

Codecov Report

❗ No coverage uploaded for pull request base (v1.5.0@1531680). Click here to learn what that means.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             v1.5.0    #1357   +/-   ##
=========================================
  Coverage          ?   29.48%           
=========================================
  Files             ?       81           
  Lines             ?    10163           
  Branches          ?        0           
=========================================
  Hits              ?     2997           
  Misses            ?     6839           
  Partials          ?      327           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants