Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jtherrmann committed Oct 18, 2024
1 parent 573d956 commit 6fc0908
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

The `compute_environment` field can still be used to define a custom compute environment directly within the job spec, as before.
- Other changes to the job spec syntax:
- The `tasks` key has been renamed to `steps`.
- Parameters no longer contain a top-level `default` key. The `default` key within each parameter's `api_schema` mapping is still supported.
- The `tasks` field has been renamed to `steps`.
- Parameters no longer contain a top-level `default` field. The `default` field within each parameter's `api_schema` mapping is still supported.
- Job specs no longer explicitly define a `bucket_prefix` parameter. Instead, `bucket_prefix` is automatically defined and can still be referenced as `Ref::bucket_prefix` within each step's `command` field.

## [7.12.0]
Expand Down

0 comments on commit 6fc0908

Please sign in to comment.