Skip to content

Releases: openshift-online/ocm-sdk-go

Release 0.1.239

03 Feb 15:02
88329d8
Compare
Choose a tag to compare
  • Update to metamodel 0.0.51:
    • Check for io.EOF before trying to parse response body.

Release 0.1.238

28 Jan 15:48
8b1558b
Compare
Choose a tag to compare
  • Update to model 0.0.170:
    • Add ServiceInfo type to status board service.

Release 0.1.237

25 Jan 15:27
5942da3
Compare
Choose a tag to compare
  • Update to metamodel 0.0.50:
    • Fix format of date query parameters so that it is RFC3339.

Release 0.1.236

25 Jan 09:18
265e1eb
Compare
Choose a tag to compare
  • Update to model v0.0.169
    • Version gate type: Add warning message field

Release 0.1.235

11 Jan 13:11
973250b
Compare
Choose a tag to compare
  • Install metamodel with go install
  • Update to model v0.0.168
    • Fix description of various API attributes
    • OVN: Add network type selection
    • adding field to hold validation error message

Release 0.1.234

04 Jan 11:53
0d9c446
Compare
Choose a tag to compare
  • Update to version 4 of JWT library.

    Note that this is a backwards compatibility breaking change because the
    jwt.Token type is used as parameter in the authentication.ContextWithToken
    and authentication.TokenFromContext methods. If you are using those methods
    then you will have to change your code to import github.com/jwt-go/jwt/v4
    instead of github.com/jwt-go/jwt.

  • Update to Ginkgo 2.

    This change affects only the tests, but if you are using Ginkgo in your
    project and you are still using version 1 then you may find issues when
    running the ginkgo command because both versions of the library will be
    included in your tests binaries and both will try to use the flag package to
    create conflicting command line flags. If that is the case the best approach
    is to update your project go use version 2 as well.

Release 0.1.233

28 Dec 09:03
357c69d
Compare
Choose a tag to compare
  • Update to model 0.0.167:
    • Change field name in version gate agreement link to version gate.

Release 0.1.232

26 Dec 11:31
18a7f96
Compare
Choose a tag to compare
  • Update to model 0.0.166:
    • Change version gate agreement URL.

Release 0.1.231

22 Dec 17:22
b3a6f9a
Compare
Choose a tag to compare
  • Update to model 0.0.165:
    • Move version gates to be top level resource.
    • Add version raw id prefix to version gates.
  • Update version of JSON iterator.
  • Update SQL drivers.
  • Don't use github.com/ghodss/yaml
  • Require Go 1.16

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.