Skip to content

chore: update image dependencies #6736

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

Merged
merged 2 commits into from
Oct 20, 2021

Conversation

briandealwis
Copy link
Member

@briandealwis briandealwis commented Oct 16, 2021

Description

  • Update the gcr.io/k8s-skaffold dependencies:
    • Kubectl to 1.20.10, to match change to default version made with Google Cloud SDK 358.0.0
    • Helm to 3.7.1
    • Kustomize to 4.4.0
    • Kpt to 0.39.3: this is a necessary downgrade as Skaffold 1.X doesn't work with Kpt 1.0.0-(alpha|beta) (fix: sanity check kpt deployer versions #6711)
    • Kompose to 1.24.0
    • k3d to v5.0.1
    • Google Cloud SDK to 360.0.0
    • Bazel to 4.2.1
  • To improve our security posture, this PR also causes the image build to check the downloaded binaries against their published digests.
  • Use ARCH build-arg to help allowing building multi-arch images

User facing changes (remove if N/A)

Follow-up Work (remove if N/A)

@briandealwis briandealwis requested a review from a team as a code owner October 16, 2021 01:49
@briandealwis briandealwis requested a review from tejal29 October 16, 2021 01:49
@google-cla google-cla bot added the cla: yes label Oct 16, 2021
@codecov
Copy link

codecov bot commented Oct 16, 2021

Codecov Report

Merging #6736 (3857067) into main (290280e) will decrease coverage by 0.81%.
The diff coverage is 57.14%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #6736      +/-   ##
==========================================
- Coverage   70.48%   69.66%   -0.82%     
==========================================
  Files         515      527      +12     
  Lines       23150    24096     +946     
==========================================
+ Hits        16317    16787     +470     
- Misses       5776     6208     +432     
- Partials     1057     1101      +44     
Impacted Files Coverage Δ
cmd/skaffold/app/cmd/flags.go 89.00% <0.00%> (-1.82%) ⬇️
cmd/skaffold/skaffold.go 0.00% <ø> (ø)
cmd/skaffold/app/cmd/cmd.go 70.32% <66.66%> (-0.73%) ⬇️
cmd/skaffold/app/cmd/debug.go 100.00% <100.00%> (ø)
cmd/skaffold/app/cmd/runner.go 64.17% <100.00%> (ø)
pkg/skaffold/initializer/build/builders.go 42.85% <0.00%> (-17.15%) ⬇️
pkg/skaffold/build/cluster/logs.go 0.00% <0.00%> (-16.67%) ⬇️
pkg/skaffold/event/v2/status_check.go 85.45% <0.00%> (-14.55%) ⬇️
pkg/skaffold/kubernetes/watcher.go 67.10% <0.00%> (-14.53%) ⬇️
.../skaffold/kubernetes/status/resource/deployment.go 72.41% <0.00%> (-13.39%) ⬇️
... and 93 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 68fa82d...3857067. Read the comment docs.

@briandealwis briandealwis enabled auto-merge (squash) October 16, 2021 02:15
@briandealwis briandealwis merged commit c8ba9f0 into GoogleContainerTools:main Oct 20, 2021
@briandealwis briandealwis deleted the update-deps branch October 20, 2021 17:40
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