Releases: hiberbee/github-action-skaffold
Releases · hiberbee/github-action-skaffold
1.11.0
Added
namespace
argument is now properly resolved (addresses #12 )insecure-registries
argument introduced
1.10.0
1.9.0
Changed
- Concurrency option is now not configured by default
1.8.0
Added
cache-file
parameter with cache location. If not provided as default, action skip that caching step;concurrency
parameter (0 or parallel as default)push
with docker repository where to publish artifacts
Updated
- default skaffold version is now 1.32.0
Changed (BC)
cache-artifacts
parameter renamed tocache
default-repo
parameter renamed torepository
build-image
parameter renamed toimage
command
parameter is not required now
1.7.0
Changed
- Updated skaffold version to 1.32.0
1.6.0
Changes
- Updated skaffold to latest 1.31.0 version and container-structure-test to 1.10.0
- Fixed env vars resolution and path failures
New
- Added
working-directory
to point skaffold to alternative directory than root.
1.5.0
Updated versions, libraries, parameters
1.4.0
Changes
- Action argument
skip-tests
is true by default - Action argument
command
is not required; by defaultskaffold version
will be executed
1.3.0
Changes
skaffold
default version updated to1.13.2
1.2.0
Changes
skaffold
default version updated to1.13.1