skaffold
skaffold copied to clipboard
Easy and Repeatable Kubernetes Development
### Expected behavior An easy way to work with individual modules/services in a multi-module Gradle+Jib project. For example a separate `skaffold.yaml` for each service with an easy way to share...
**Description** Added pods filter. `pkg/skaffold/sync/sync.go:326`: There is no need to fetch all pods and filter based on `status.phase`, we can fetch filtered pods
### Expected behavior When there is an error substituting image configuration Skaffold will provide useful information about what went wrong. ### Actual behavior Only the following information is provided regarding...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.3.6. Release notes Sourced from actions/upload-artifact's releases. v4.3.6 What's Changed Revert to @actions/artifact 2.1.8 by @robherley in actions/upload-artifact#594 Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.3.6 v4.3.5 What's Changed Bump...
### Context In our Helm templates, we heavily rely on the `lookup` function to apply data to our application templates. One use case is that we use the lookup function...
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 25.0.5+incompatible to 25.0.6+incompatible. Release notes Sourced from github.com/docker/docker's releases. v25.0.6 25.0.6 For a full list of pull requests and changes in this release, refer to the relevant...
### Expected behavior Running Skaffold with Gradle + Jib build with concurrency enabled (or maybe always?) will offload all the concurrency implementation to Gradle. In other words, building multiple images...
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.3.1 to 2.4.0. Release notes Sourced from ossf/scorecard-action's releases. v2.4.0 What's Changed This update bumps the Scorecard version to the v5 release. For a complete list of...
Hello! I've just been going through the [quickstart](https://skaffold.dev/docs/quickstart/) for Skaffold and had difficulty reaching my example app from my browser at `http://localhost:3000` as the docs describe. However, I did have...
Fixes: https://github.com/GoogleContainerTools/skaffold/issues/9466 **Description** Fixes docs builds for v1 and v2, more details you can find on the issue's page https://github.com/GoogleContainerTools/skaffold/issues/9466