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 all deps #1272

Merged
merged 7 commits into from
Aug 24, 2022
Merged

Bump all deps #1272

merged 7 commits into from
Aug 24, 2022

Conversation

cfryanr
Copy link
Member

@cfryanr cfryanr commented Aug 24, 2022

Upgrade project dependencies:

  • Upgrade all the project's golang libraries to use the latest versions. Most notably, this included upgrading the dependency on Kubernetes libraries to v1.25.0.
  • Upgrade from Go 1.18.3 to 1.19.0.
  • Upgrade the Go linter to the latest version.
  • Upgrade the generated code to add the latest Kubernetes 1.25.0, and to upgrade the Kubernetes patch versions for some of the older generated code directories.

Release note:

Updated project dependencies.

For fips dockerfile, the fips 1.19 compiler has not been released yet,
so bump to the latest available.
Also fix some tests that were broken by bumping golang and dependencies
in the previous commits.

Note that in addition to changes made to satisfy the linter which do not
impact the behavior of the code, this commit also adds ReadHeaderTimeout
to all usages of http.Server to satisfy the linter (and because it
seemed like a good suggestion).
@codecov
Copy link

codecov bot commented Aug 24, 2022

Codecov Report

Merging #1272 (138f1d2) into main (a876591) will decrease coverage by 0.02%.
The diff coverage is 84.21%.

@@            Coverage Diff             @@
##             main    #1272      +/-   ##
==========================================
- Coverage   79.74%   79.71%   -0.03%     
==========================================
  Files         144      144              
  Lines       10519    10522       +3     
==========================================
  Hits         8388     8388              
- Misses       1851     1853       +2     
- Partials      280      281       +1     
Impacted Files Coverage Δ
cmd/pinniped-server/main.go 100.00% <ø> (ø)
cmd/pinniped/cmd/alpha.go 100.00% <ø> (ø)
cmd/pinniped/cmd/generate_markdown_help.go 16.66% <ø> (ø)
cmd/pinniped/cmd/get.go 100.00% <ø> (ø)
cmd/pinniped/cmd/login.go 60.00% <ø> (ø)
cmd/pinniped/cmd/login_static.go 87.35% <ø> (ø)
cmd/pinniped/cmd/root.go 0.00% <ø> (ø)
cmd/pinniped/cmd/version.go 100.00% <ø> (ø)
cmd/pinniped/cmd/whoami.go 91.48% <ø> (ø)
internal/concierge/impersonator/impersonator.go 82.50% <ø> (ø)
... and 38 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@cfryanr cfryanr merged commit 4e8601e into main Aug 24, 2022
@cfryanr cfryanr deleted the bump_deps_aug_2022 branch August 24, 2022 23:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants