Skip to content

Releases: openshift-online/ocm-sdk-go

Release 0.1.242

16 Feb 14:22
8f60597
Compare
Choose a tag to compare
  • Update to model 0.0.174
    • adding rhit_account_id to Account class

Release 0.1.241

11 Feb 19:28
e337663
Compare
Choose a tag to compare
  • Update to model 0.1.173:
    • addons: Support attributes necessary for STS.
    • Add ProductIds param to Status Resource.
    • Add Role bindings to Subscription.

Release 0.1.240

04 Feb 09:51
e5694fa
Compare
Choose a tag to compare
  • Update to model 0.1.172:
    • Remove deprecated SKUs endpoint.
    • Remove deprecated quota summary resource and type.
    • Add QuotaVersion to ClusterAuth.
    • Allow adding/removing operator roles.

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.