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(deps): update dependency googlecontainertools/skaffold to v2.12.0 #9751

Merged
merged 1 commit into from
May 15, 2024

Conversation

gardener-ci-robot
Copy link
Contributor

This PR contains the following updates:

Package Update Change
GoogleContainerTools/skaffold minor v2.11.1 -> v2.12.0

Release Notes

GoogleContainerTools/skaffold (GoogleContainerTools/skaffold)

v2.12.0

Compare Source

Linux amd64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.12.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.12.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.12.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.12.0/skaffold-darwin-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin

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

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

Note: This release comes with a new config version, v4beta11. 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: add --destination flag for kaniko build #​9415
  • feat(exec|verify): enabled "namespace" option for exec and verify commands #​9307
  • feat: support templating in diagnose command #​9393
  • feat(docker-network): docker.network now supports any value #​9390

Fixes:

  • fix: TestGenerateMavenBuildArgs-host-platform #​9410
  • fix(kaniko): delete kaniko pod on graceful shutdown #​9270
  • fix(tar): data race fix #​9309
  • fix: add --load flag for local buildkit #​9387

Updates and Refactors:

  • chore: bump github/codeql-action from 3.25.1 to 3.25.2 #​9402
  • chore: bump actions/upload-artifact from 4.3.2 to 4.3.3 #​9403
  • chore: bump github.com/sigstore/cosign/v2 from 2.2.1 to 2.2.4 #​9385
  • chore: bump flask from 3.0.2 to 3.0.3 in /integration/examples #​9381
  • chore: bump flask from 3.0.2 to 3.0.3 in /examples #​9379
  • chore: bump golang.org/x/net from 0.17.0 to 0.23.0 in /integration/examples/grpc-e2e-tests/cloud-spanner-bootstrap #​9396
  • chore: bump golang.org/x/net from 0.17.0 to 0.23.0 in /examples/grpc-e2e-tests/service #​9397
  • chore: bump golang.org/x/net from 0.22.0 to 0.23.0 in /hack/tools #​9399
  • chore: bump golang.org/x/net from 0.22.0 to 0.23.0 #​9400
  • chore: bump golang.org/x/net from 0.17.0 to 0.23.0 in /integration/examples/grpc-e2e-tests/service #​9398
  • chore: bump golang.org/x/net from 0.17.0 to 0.23.0 in /examples/grpc-e2e-tests/cloud-spanner-bootstrap #​9395
  • chore: bump actions/upload-artifact from 4.3.1 to 4.3.2 #​9394
  • schema: v4beta11 #​9401
  • chore: bump github/codeql-action from 3.24.9 to 3.25.1 #​9391

Docs, Test, and Release Updates:

  • docs: add bazel cross-platform documentation #​9363

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

  • Aran Donohue
  • Hedi Nasr
  • Michael Kuc
  • Suleiman Dibirov
  • dependabot[bot]
  • ericzzzzzzz

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@gardener-ci-robot gardener-ci-robot added the kind/enhancement Enhancement, improvement, extension label May 14, 2024
@gardener-prow gardener-prow bot added cla: yes Indicates the PR's author has signed the cla-assistant.io CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels May 14, 2024
@oliver-goetz
Copy link
Member

/lgtm
/approve

@gardener-prow gardener-prow bot added the lgtm Indicates that a PR is ready to be merged. label May 15, 2024
Copy link
Contributor

gardener-prow bot commented May 15, 2024

LGTM label has been added.

Git tree hash: bba2c7a2aac062d226b05323ead76ea295963779

Copy link
Contributor

gardener-prow bot commented May 15, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: oliver-goetz

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@gardener-prow gardener-prow bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 15, 2024
@gardener-prow gardener-prow bot merged commit a796070 into master May 15, 2024
18 checks passed
@gardener-prow gardener-prow bot deleted the renovate/googlecontainertools-skaffold-2.x branch May 15, 2024 06:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cla: yes Indicates the PR's author has signed the cla-assistant.io CLA. kind/enhancement Enhancement, improvement, extension lgtm Indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants