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(ko): Upgrade ko dependency to v0.11.2 #7224

Merged
merged 1 commit into from
Mar 25, 2022

Conversation

halvards
Copy link
Contributor

The new ko build option to produce SBOM is disabled until we have a design for how this should work across Skaffold builders.

Additional transitive dependencies (mainly authentication libraries for various image registries) means that the Skaffold binary grows by about 4.8MB.

The change to labels_test.go works around the tests failing due to this change in client-go between v0.21.3 and v0.21.4:
kubernetes/client-go@c6c0ca0
That commit came from this k/k PR:
kubernetes/kubernetes#102928

Related: #7193
Tracking: #7131

The new `ko` build option to produce SBOM is disabled until we
have a design for how this should work across Skaffold builders.

Additional transitive dependencies (mainly authentication libraries
for various image registries) means that the Skaffold binary grows
by about 4.8MB.

The change to labels_test.go works around the tests failing due to
this change in `client-go` between `v0.21.3` and `v0.21.4`:
kubernetes/client-go@c6c0ca0
That commit came from this k/k PR:
kubernetes/kubernetes#102928

Related: GoogleContainerTools#7193
Tracking: GoogleContainerTools#7131
@halvards halvards requested a review from a team as a code owner March 24, 2022 07:24
@halvards halvards requested a review from briandealwis March 24, 2022 07:24
@codecov
Copy link

codecov bot commented Mar 24, 2022

Codecov Report

Merging #7224 (c0e2994) into main (290280e) will decrease coverage by 1.97%.
The diff coverage is 56.96%.

@@            Coverage Diff             @@
##             main    #7224      +/-   ##
==========================================
- Coverage   70.48%   68.50%   -1.98%     
==========================================
  Files         515      560      +45     
  Lines       23150    26504    +3354     
==========================================
+ Hits        16317    18157    +1840     
- Misses       5776     7093    +1317     
- Partials     1057     1254     +197     
Impacted Files Coverage Δ
cmd/skaffold/app/cmd/deploy.go 52.00% <ø> (-1.85%) ⬇️
cmd/skaffold/app/cmd/dev.go 84.61% <0.00%> (ø)
cmd/skaffold/app/cmd/render.go 36.66% <0.00%> (-4.72%) ⬇️
cmd/skaffold/skaffold.go 0.00% <0.00%> (ø)
cmd/skaffold/app/cmd/inspect_tests.go 62.50% <14.28%> (-1.14%) ⬇️
cmd/skaffold/app/cmd/lsp.go 28.12% <28.12%> (ø)
cmd/skaffold/app/cmd/fix.go 68.85% <40.00%> (-7.62%) ⬇️
cmd/skaffold/app/cmd/lint.go 42.85% <42.85%> (ø)
cmd/skaffold/app/cmd/find_configs.go 48.88% <50.00%> (+0.24%) ⬆️
cmd/skaffold/app/skaffold.go 76.19% <70.00%> (-8.43%) ⬇️
... and 224 more

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@halvards halvards added the kokoro:run runs the kokoro jobs on a PR label Mar 24, 2022
@kokoro-team kokoro-team removed the kokoro:run runs the kokoro jobs on a PR label Mar 24, 2022
@briandealwis
Copy link
Member

LGTM, though it's a pity about the increased bloat :-(

Copy link
Contributor

@MarlonGamez MarlonGamez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for consistently maintaining the ko builder @halvards

@MarlonGamez MarlonGamez merged commit ef32110 into GoogleContainerTools:main Mar 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants