Skip to content

Bump github.com/GoogleContainerTools/skaffold/v2 from 2.14.2 to 2.16.0#859

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/GoogleContainerTools/skaffold/v2-2.16.0
Closed

Bump github.com/GoogleContainerTools/skaffold/v2 from 2.14.2 to 2.16.0#859
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/GoogleContainerTools/skaffold/v2-2.16.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 5, 2025

Copy link
Copy Markdown
Contributor

Bumps github.com/GoogleContainerTools/skaffold/v2 from 2.14.2 to 2.16.0.

Release notes

Sourced from github.com/GoogleContainerTools/skaffold/v2's releases.

v2.15.0 Release - 04/03/2025

Linux amd64 curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.15.0/skaffold-linux-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin

Linux arm64 curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.15.0/skaffold-linux-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin

macOS amd64 curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.15.0/skaffold-darwin-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin

macOS arm64 curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.15.0/skaffold-darwin-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin

Windows https://storage.googleapis.com/skaffold/releases/v2.15.0/skaffold-windows-amd64.exe

Docker image gcr.io/k8s-skaffold/skaffold:v2.15.0

Note: This release comes with a new config version, v4beta13. To upgrade your skaffold.yaml, use skaffold fix. If you choose not to upgrade, skaffold will auto-upgrade as best as it can.

Highlights:

New Features and Additions:

  • feat(helm): add depBuild and template flags to HelmDeployFlags schema #9696
  • feat: allow ValuesFile from GCS #9182

Fixes:

  • fix: fix lifecycle version in go.mod #9774
  • fix: port-forward error logs failed to port forward (#9728) #9759
  • fix(verify): use container name from configuration in verify tests #9753
  • fix: gcb builder incorrectly assumes target project from worker pool project #9725
  • fix: port-forward error logs failed to port forward #9728
  • fix: kustomize render should workwith inline patches #9732
  • fix(helm): Fix helm package installation order #9693
  • fix(helm): Fix helm package installation order (#9693) #9709
  • fix: (helm) Add expand env template for dependsOn, fix concurrent installation (#9689) #9707
  • fix(helm): Add expand env template for dependsOn, fix concurrent installation #9689

Docs, Test, and Release Updates:

  • chore: Fix BuildContextCompressionLevel description, output the level #9688
  • chore: update dockerfile and integration skaffold dependencies #9776
  • chore: Update go deps for 2.15 release #9773
  • chore: bump go version to 1.24.1 #9772
  • chore: bump github/codeql-action from 3.28.12 to 3.28.13 #9767
  • chore: bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 #9763
  • chore: bump actions/upload-artifact from 4.6.1 to 4.6.2 #9761
  • chore: bump github/codeql-action from 3.28.11 to 3.28.12 #9760
  • chore: bump golang.org/x/net from 0.33.0 to 0.36.0 in /examples/grpc-e2e-tests/service #9758
  • chore: bump github.com/containerd/containerd from 1.7.25 to 1.7.27 #9756

... (truncated)

Changelog

Sourced from github.com/GoogleContainerTools/skaffold/v2's changelog.

v2.16.0 Release - 05/02/2025

Linux amd64 curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.16.0/skaffold-linux-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin

Linux arm64 curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.16.0/skaffold-linux-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin

macOS amd64 curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.16.0/skaffold-darwin-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin

macOS arm64 curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.16.0/skaffold-darwin-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin

Windows https://storage.googleapis.com/skaffold/releases/v2.16.0/skaffold-windows-amd64.exe

Docker image gcr.io/k8s-skaffold/skaffold:v2.16.0

Highlights:

New Features and Additions:

  • feat(config): Enhance config list/set output #9780
  • feat: Add support for configurable statusCheckDeadlineSeconds field for Cloud Run #9778
  • feat: Add support in Cloud Run for configuring tolerateFailuresUntilDeadline and disabling status checks #9799

Fixes:

  • Bugfix: Only prune images if changed #9787

Updates and Refactors:

Docs, Test, and Release Updates:

  • docs: Make --no-prune documentation clearer #9786
  • chore: bump golang.org/x/net from 0.23.0 to 0.38.0 in /integration/examples/grpc-e2e-tests/service #9792
  • chore: remove the skaffold survey code #9803
  • chore: upgrade all dependencies #9802
  • chore: upgrade to Go 1.24.2 #9805
  • chore: update dependencies in Dockerfile and integration tests #9806

Huge thanks goes out to all of our contributors for this release:

  • Darien Lin
  • Martin
  • menahyouyeah
  • Michael Plump
  • Suleiman Dibirov

v2.15.0 Release - 04/03/2025

Linux amd64

... (truncated)

Commits
  • 7912f7e chore: 2.16 release (#9807)
  • 52f89e2 chore: update dependencies in Dockerfile and integration tests (#9806)
  • f6c1837 chore: upgrade to Go 1.24.2 (#9805)
  • 5d6fb46 chore: upgrade all dependencies (#9802)
  • c3b85e7 chore: remove the skaffold survey code (#9803)
  • 8bc6aec docs: remove reference to the deprecated office hours (#9804)
  • f6eff22 chore: bump github/codeql-action from 3.28.16 to 3.28.17 (#9801)
  • 48be6ba Bugfix: Only prune images if changed (#9787)
  • a8e302e feat: Add support in Cloud Run for configuring tolerateFailuresUntilDeadline ...
  • 9840a38 chore: bump github/codeql-action from 3.28.15 to 3.28.16 (#9797)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/GoogleContainerTools/skaffold/v2](https://github.com/GoogleContainerTools/skaffold) from 2.14.2 to 2.16.0.
- [Release notes](https://github.com/GoogleContainerTools/skaffold/releases)
- [Changelog](https://github.com/GoogleContainerTools/skaffold/blob/main/CHANGELOG.md)
- [Commits](GoogleContainerTools/skaffold@v2.14.2...v2.16.0)

---
updated-dependencies:
- dependency-name: github.com/GoogleContainerTools/skaffold/v2
  dependency-version: 2.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 5, 2025
@dependabot @github

dependabot Bot commented on behalf of github Jun 18, 2025

Copy link
Copy Markdown
Contributor Author

Superseded by #863.

@dependabot dependabot Bot closed this Jun 18, 2025
@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/GoogleContainerTools/skaffold/v2-2.16.0 branch June 18, 2025 18:27
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 go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants