Releases: openshift-online/ocm-api-model
Releases · openshift-online/ocm-api-model
Release 0.0.158
- Adding subnetworks to vpc inquiry
- Add statuses path to service model, add some comments.
- [SDB-2509] Update OSL API schema to be compatible with ocm-sdk-go
Release 0.0.157
- Add support for multi-user
HTPasswd
IDP.
Release 0.0.156
- Add
updates
method to status board product resource. - Fix status get method of status board.
Release 0.0.155
- Add
status_board
service.
Release 0.0.154
This version doesn't contain changes to the model, only to the development and
build workflows:
-
Rename
master
branch tomain
.To adapt your local repository to the new branch name run the following
commands:git branch -m master main git fetch origin git branch -u origin/main main git remote set-head origin -a
-
Automatically add changes from
CHANGES.md
to release descriptions.