Releases: viash-io/viash-actions
v3
This is a sliding tag release. No breaking changes will be made unless the major version is updated.
New features
- Added update-docker-engine.
viash-actions v3.2.0
New features
- Added update-docker-engine.
viash-actions v3.1.2
Bug fixes
setup
: Fetch Viash from dl.viash.io
instead of deprecated get.viash.io
.
viash-actions v3.1.1
Bug fixes
pro/generate-documentation-qmd
: Avoid building .qmd files for the components in the viash_tools repository by cloning it into RUNNER_TEMP.
viash-actions v3.1.0
New features
pro/generate-documentation-qmd
: Addedworking_directory
option.
Bug fixes
project/detect-changed-components
: Refactor component resource detection.
viash-actions v3.0.0
New features
-
Added
project/sync-and-cache-s3
: Sync and cache an S3 bucket. -
Added
project/detect-changed-components
: Filter a json produced byns-list
such that
only components whose resources have changed in comparison to the default branch
are retained.
Minor changes
ns-list
: No longer prints output to interactive console.
Breaking changes
-
pro/build-nextflow-params
:- Renamed from
build-nextflow-params
. - Input
token
was renamed toviash_pro_token
.
- Renamed from
-
pro/build-nextflow-schemas
:- Renamed from
build-nextflow-schemas
. - Input
token
was renamed toviash_pro_token
.
- Renamed from
-
pro/generate-documentation-qmd
:- Renamed from
generate-documentation-qmd
. - Input
token
was renamed toviash_pro_token
.
- Renamed from
v2.0.0
viash-actions v2.0.0
New Features
-
Added ns-build - Build a namespace from many viash config files.
-
Added build-nextflow-schemas - Build schemas from a viash config to use with nf-tower
-
Added build-nextflow-params - build nextflow parameter file templates (see nextflow's -params-file option) from viash configs
Major changes
-
ns-list: Added arguments
query_namespace
,query_name
,platform
,
config_mod
,format
andparse_argument_groups
to make the action more in line with the
arguments ofviash ns list
. -
ns-list: Added the
output_file
argument that allows writing the output for this action to a file. -
setup: Remove parameters that should be specified in
_viash.yaml
.
Breaking changes
- ns-list: Renamed the output variable from
components_json
to simplyoutput
.
The default format isformat: yaml
, set toformat: json
to restore the previous
behaviour.
v2
This is a sliding tag release. No breaking changes will be made unless the major version is updated.
v2.0.0
viash-actions v2.0.0
New Features
-
Added ns-build - Build a namespace from many viash config files.
-
Added build_nextflow_schemas - Build schemas from a viash config to use with nf-tower
-
Added build-nextflow-params - build nextflow parameter file templates (see nextflow's -params-file option) from viash configs
Major changes
-
ns-list: Added arguments
query_namespace
,query_name
,platform
,
config_mod
,format
andparse_argument_groups
to make the action more in line with the
arguments ofviash ns list
. -
ns-list: Added the
output_file
argument that allows writing the output for this action to a file. -
setup: Remove parameters that should be specified in
_viash.yaml
.
Breaking changes
- ns-list: Renamed the output variable from
components_json
to simplyoutput
.
The default format isformat: yaml
, set toformat: json
to restore the previous
behaviour.
v1.0.0
Initial release. Contains the following actions:
- viash-io/viash-actions/setup - Install Viash
- viash-io/viash-actions/ns-list - List components in repo
v1
This is a sliding tag release. No breaking changes will be made unless the major version is updated.
v1.0.0
Initial release. Implements the following actions:
- viash-io/viash-actions/setup - Install Viash
- viash-io/viash-actions/ns-list - List components in repo