Skip to content

Releases: openshift-online/ocm-api-model

Release 0.0.158

19 Dec 10:25
f4a4b35
Compare
Choose a tag to compare
  • 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

14 Dec 15:04
8852a53
Compare
Choose a tag to compare
  • Add support for multi-user HTPasswd IDP.

Release 0.0.156

10 Dec 08:06
04a03a2
Compare
Choose a tag to compare
  • Add updates method to status board product resource.
  • Fix status get method of status board.

Release 0.0.155

08 Dec 15:32
a8d88c8
Compare
Choose a tag to compare
  • Add status_board service.

Release 0.0.154

03 Dec 16:01
b407c25
Compare
Choose a tag to compare

This version doesn't contain changes to the model, only to the development and
build workflows:

  • Rename master branch to main.

    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.