Skip to content

Bump github.com/GoogleContainerTools/skaffold from 1.15.0 to 1.17.0#340

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/GoogleContainerTools/skaffold-1.17.0
Closed

Bump github.com/GoogleContainerTools/skaffold from 1.15.0 to 1.17.0#340
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/GoogleContainerTools/skaffold-1.17.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2020

Bumps github.com/GoogleContainerTools/skaffold from 1.15.0 to 1.17.0.

Release notes

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

v1.17.0 Release - 11/23/2020

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

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

Windows https://storage.googleapis.com/skaffold/releases/v1.17.0/skaffold-windows-amd64.exe

Docker image gcr.io/k8s-skaffold/skaffold:v1.17.0

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

Highlights:

  • Helm 2 support has been removed from Skaffold! Read Helm's blog posts for more info.
  • Build artifact dependencies can now be specified for all natively supported builders

New Features:

  • Expand the skaffold init --artifact API to allow specifying artifact context #5000
  • resolve environment variables in helm template keys #4899
  • Add default dockerfile path to skaffold config when using skaffold init #4989
  • Implement required artifact resolution in buildpacks builder #4962
  • Implement required artifact resolution for custom builder #4972
  • Implement required artifact resolution for cluster builder #4992
  • Implement required artifact resolution in jib builder #4997
  • Implement artifact resolution for all GCB builders. #5003

Fixes:

  • port-forward should be able to select ports by service name #5009
  • GitTagger generates an invalid tag if there are uncommitted changes #5034
  • Fix Bug that prevents showing survey prompt #5027
  • Enable running tests for cached images #5013
  • Fix: Skaffold reloads unchanged, existing image again into the cluster #4983
  • Fix 4950: User-defined port forwarding resources ignore the namespace flag #4987
  • Fix Kaniko build args eval from config env. #5002
  • Added logic to handle nil during interface conversion of namespace. #5001
  • Do not log pruner context errors when Skaffold process is interrupted #4894
  • Fix description of some kaniko flags #4988
  • Only print port forward success message on actual success #4968
  • skaffold init --force supports cases with 1 image and multiple builders #4973
  • Fix parsing invalid Dockerfile #4943

Updates:

  • Support ko image references #4952
  • Replace util.SyncStore implementation to use singleflight and sync.Map. #5016
  • Remove support for Helm 2 #5019
  • Output logs in color for parallel builds #5014
  • Support jsonnet as configuration source. #4855

... (truncated)

Changelog

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

v1.17.0 Release - 11/23/2020

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

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

Windows https://storage.googleapis.com/skaffold/releases/v1.17.0/skaffold-windows-amd64.exe

Docker image gcr.io/k8s-skaffold/skaffold:v1.17.0

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

Highlights:

  • Helm 2 support has been removed from Skaffold! Read Helm's blog posts for more info.
  • Build artifact dependencies can now be specified for all natively supported builders

New Features:

  • Expand the skaffold init --artifact API to allow specifying artifact context #5000
  • resolve environment variables in helm template keys #4899
  • Add default dockerfile path to skaffold config when using skaffold init #4989
  • Implement required artifact resolution in buildpacks builder #4962
  • Implement required artifact resolution for custom builder #4972
  • Implement required artifact resolution for cluster builder #4992
  • Implement required artifact resolution in jib builder #4997
  • Implement artifact resolution for all GCB builders. #5003

Fixes:

  • port-forward should be able to select ports by service name #5009
  • GitTagger generates an invalid tag if there are uncommitted changes #5034
  • Fix Bug that prevents showing survey prompt #5027
  • Enable running tests for cached images #5013
  • Fix: Skaffold reloads unchanged, existing image again into the cluster #4983
  • Fix 4950: User-defined port forwarding resources ignore the namespace flag #4987
  • Fix Kaniko build args eval from config env. #5002
  • Added logic to handle nil during interface conversion of namespace. #5001
  • Do not log pruner context errors when Skaffold process is interrupted #4894
  • Fix description of some kaniko flags #4988
  • Only print port forward success message on actual success #4968
  • skaffold init --force supports cases with 1 image and multiple builders #4973
  • Fix parsing invalid Dockerfile #4943

Updates:

  • Support ko image references #4952
  • Replace util.SyncStore implementation to use singleflight and sync.Map. #5016
  • Remove support for Helm 2 #5019
  • Output logs in color for parallel builds #5014
  • Support jsonnet as configuration source. #4855

... (truncated)

Commits

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 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 Nov 24, 2020
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 2, 2020

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 2, 2020

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 3, 2020

Looks like github.com/GoogleContainerTools/skaffold is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Dec 3, 2020
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/GoogleContainerTools/skaffold-1.17.0 branch December 3, 2020 10:18
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