Skip to content

Commit

Permalink
Release Viash 0.9.0-RC5
Browse files Browse the repository at this point in the history
  • Loading branch information
Grifs committed Jun 13, 2024
1 parent 7c57387 commit 318f73a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Viash 0.x.x (yyyy-MM-dd): TODO Add title
# Viash 0.9.0-RC5 (2024-06-13): Improvements for CI

TODO add summary
Dependencies now use `vsh` as the default organization level. This means that the organization level is now optional in the `repo` field of the dependencies.
Improved how the docker image name is generated to be more predictable.

## MINOR CHANGES

* `resources_test`: This field is removed again from the `_viash.yaml` as it was decided to impliment this temporary functionality using the `info` field (PR #711).

* `docker_engine`: Deprecate `registry`, `organization` and `tag` fields in the `docker_engine` (PR #712). Currently these are hardly ever used and instead the `image` field is used to specify the full image name.
* ```

* `docker_engine`: Add `target_package` field to the `docker_engine` (PR #712). This field, together with the `target_organization` is used to specify the full built container image name. The fields use proper fallback for the values set in the component config and package config.

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "viash"

version := "0.9.0-dev"
version := "0.9.0-RC5"

scalaVersion := "2.13.12"

Expand Down

0 comments on commit 318f73a

Please sign in to comment.