Skip to content

Bump github.com/GoogleContainerTools/skaffold/v2 from 2.14.2 to 2.15.0 #854

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 4, 2025

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

Changelog

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

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)

Commits
  • bffbfe0 chore: add changelog entry for 2.15 (#9777)
  • 3cb4f72 chore: update dockerfile and integration skaffold dependencies (#9776)
  • 0b5c1e7 fix: fix lifecycle version in go.mod (#9774)
  • a48a6ca chore: Update go deps for 2.15 release (#9773)
  • cff198e chore: bump go version to 1.24.1 (#9772)
  • 8f54a97 Revert "fix(rendered): Pass helm legacy deploy flags to render config… (#9771)
  • 077a762 chore: bump github/codeql-action from 3.28.12 to 3.28.13 (#9767)
  • 0a1a173 chore: bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 (#9763)
  • c8b70e4 chore: bump actions/upload-artifact from 4.6.1 to 4.6.2 (#9761)
  • 2c7a647 chore: bump github/codeql-action from 3.28.11 to 3.28.12 (#9760)
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 4, 2025
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/GoogleContainerTools/skaffold/v2-2.15.0 branch 2 times, most recently from 124c663 to cf0086f Compare April 7, 2025 12:36
Bumps [github.com/GoogleContainerTools/skaffold/v2](https://github.com/GoogleContainerTools/skaffold) from 2.14.2 to 2.15.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.15.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/GoogleContainerTools/skaffold/v2-2.15.0 branch from cf0086f to 0be67ac Compare May 1, 2025 12:19
Copy link
Contributor Author

dependabot bot commented on behalf of github May 5, 2025

Superseded by #859.

@dependabot dependabot bot closed this May 5, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/GoogleContainerTools/skaffold/v2-2.15.0 branch May 5, 2025 18:46
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