Skip to content

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-e-tabaska committed May 24, 2023
1 parent 1828b7f commit 1a9e201
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog for BayerCLAW

## [v1.2.0] 2023-05-xx Feature release
## [v1.2.0] 2023-05-24 Feature release

**IMPORTANT:** Because of changes to the workflow specification language, as well as new features
surrounding Batch job scheduling and operation, this version of BayerCLAW is not backward compatible
Expand Down
4 changes: 4 additions & 0 deletions doc/whats_new.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ for more information on the (rather clunky) syntax and available options.
Parameter values can be supplied at compile time through the AWS Cloudformation console or using the AWS CLI using
`aws cloudformation deploy (yada yada) --parameter-overrides <key1=value1> [<key2=value2>...]`.

See the [options and parameters documentation](options_and_parameters.md) for more information.

## Fair share scheduling

BayerCLAW2's batch job queues use a fair share job scheduler. Formerly, batch jobs were handled in a
Expand Down Expand Up @@ -106,6 +108,8 @@ Blue/Green deployment is intended for use in production environments where downt
minimized. It can be cumbersome to use in development environments though. As such, Blue/Green deployment
is an option that is activated using the `versioned` workflow template option.

See the [versioned workflow documentation](versioned_wf.md) for more information.

## Upgrading to BayerCLAW2

Workflows compiled under older versions of BayerCLAW will need to be converted to the new [template format](#parametrized-workflow-deployment)
Expand Down

0 comments on commit 1a9e201

Please sign in to comment.