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 Golang version to v1.19.8 and some other fixes #6148

Merged
merged 1 commit into from
Apr 14, 2023

Conversation

blackpiglet
Copy link
Contributor

@blackpiglet blackpiglet commented Apr 14, 2023

Thank you for contributing to Velero!

Please add a summary of your change

  • Bump Golang version to v1.19.8, and bump golint-ci correspondingly.
  • Change distroless to the no-SSL version.
  • Fix reported lint errors.
  • Move the code-generator installation from the built image to the CRD update script.
  • Update the generated CRD files.
  • Bump golang.org/x/net version to v0.7.0.

Does your change fix a particular issue?

Fixes #(issue)

Please indicate you've done the following:

  • Accepted the DCO. Commits without the DCO will delay acceptance.
  • Created a changelog file or added /kind changelog-not-required as a comment on this pull request.
  • Updated the corresponding documentation in site/content/docs/main.

@github-actions github-actions bot added the Dependencies Pull requests that update a dependency file label Apr 14, 2023
@blackpiglet blackpiglet force-pushed the bump_golang_v1.9 branch 3 times, most recently from ef96333 to 672b706 Compare April 14, 2023 06:55
@codecov-commenter
Copy link

codecov-commenter commented Apr 14, 2023

Codecov Report

Merging #6148 (c7f939d) into release-1.9 (87be70f) will increase coverage by 0.04%.
The diff coverage is n/a.

@@               Coverage Diff               @@
##           release-1.9    #6148      +/-   ##
===============================================
+ Coverage        41.63%   41.67%   +0.04%     
===============================================
  Files              214      214              
  Lines            18605    18605              
===============================================
+ Hits              7746     7754       +8     
+ Misses           10275    10268       -7     
+ Partials           584      583       -1     
Impacted Files Coverage Δ
pkg/builder/json_schema_props_builder.go 0.00% <ø> (ø)
pkg/cmd/server/server.go 6.48% <ø> (ø)
pkg/controller/backup_controller.go 56.18% <ø> (ø)
pkg/plugin/framework/item_snapshotter.go 0.00% <ø> (ø)
pkg/plugin/framework/item_snapshotter_server.go 0.00% <ø> (ø)
pkg/restic/repo_locker.go 0.00% <ø> (ø)
pkg/restore/change_pvc_node_selector.go 67.46% <ø> (ø)
pkg/restore/priority.go 95.00% <ø> (ø)
pkg/util/logging/format_flag.go 100.00% <ø> (ø)
pkg/util/logging/log_level_flag.go 56.00% <ø> (ø)

... and 1 file with indirect coverage changes

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

@blackpiglet blackpiglet merged commit dd02df5 into vmware-tanzu:release-1.9 Apr 14, 2023
@blackpiglet blackpiglet changed the title Bump Golang version to v1.19.8. Bump Golang version to v1.19.8 and some other fixes Apr 14, 2023
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 has-changelog has-e2e-tests has-unit-tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants