Skip to content

Releases: openshift-online/ocm-sdk-go

Release 0.1.230

21 Dec 14:23
508906d
Compare
Choose a tag to compare
  • Update to model 0.0.163:
    • Add support for deleting version gate.

Release 0.1.229

21 Dec 12:32
6dae69a
Compare
Choose a tag to compare
  • Update to model 0.0.161:
    • Add support for adding version gate.

Release 0.1.228

20 Dec 19:26
ab625c3
Compare
Choose a tag to compare
  • Update to metamodel 0.0.46:

    • Remove unused imports.
    • Check result of Flush method.
    • Cancel poll context.
    • Avoid some ineffectual assigments.
    • Explicitly use jsoniter package selector.
  • Update to model 0.0.161:

    • Support for version gate agreements.

Release 0.1.227

20 Dec 11:01
a8b5510
Compare
Choose a tag to compare
  • Update to model 0.0.160:
    • Change version gates URL.

Release 0.1.226

20 Dec 09:22
0b145fa
Compare
Choose a tag to compare
  • Update to model 0.0.159:
    • Support for version gates.

Release 0.1.225

19 Dec 12:54
7764d7a
Compare
Choose a tag to compare
  • MatchJQ should require at least one result
  • Update to model 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.1.224

10 Dec 08:23
b3b7107
Compare
Choose a tag to compare
  • Support pull-secret access token as a valid token.

  • Update to model 0.0.156:

    • Add updates method to status board product resource.
    • Fix status get method of status board.

Release 0.1.223

09 Dec 10:32
b8d9059
Compare
Choose a tag to compare
  • Update to model 0.0.155:
    • Add status_board service.

Release 0.1.222

03 Dec 16:23
b3b7427
Compare
Choose a tag to compare

This version doesn't contain changes to the functionality, 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.

Release 0.1.221

01 Dec 08:45
ae3d77d
Compare
Choose a tag to compare

See the CHANGES file for details.