Skip to content

Commit

Permalink
V2.0.1 branch (#66)
Browse files Browse the repository at this point in the history
* Add v2.0.1 to accommodate cloud settings

This changeset adds an optional cloud group to admin-schema.json.
If cloud.enabled is set to true, then the cloud.host properties
must also be provided.

* Add a NEWS section for the new schema version

* Update cloud.host to specify a cloud storage service name.
  • Loading branch information
bsweger authored Feb 29, 2024
1 parent de580d5 commit 2bb9456
Show file tree
Hide file tree
Showing 3 changed files with 2,125 additions and 0 deletions.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v2.0.1

* Non-breaking change: introduced an optional `cloud` group to `admin-schema.json` to support cloud-enabled Hubs:
* `cloud` group includes a boolean `enabled` property to indicate whether or not the hub will store data in the cloud.
* `cloud.host` is an object with properties that describe the cloud storage provider and location. It is required when `cloud.enabled` is `true`.

# v2.0.0

* Major breaking change: Output type property `type_id` renamed to `output_type_id` for consistency in with changes in model output data.
Expand Down
Loading

0 comments on commit 2bb9456

Please sign in to comment.