Releases: openshift-online/ocm-sdk-go
Release 0.1.242
- Update to model 0.0.174
- adding rhit_account_id to Account class
Release 0.1.241
- 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
- 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.
- Remove deprecated
Release 0.1.239
- Update to metamodel 0.0.51:
- Check for
io.EOF
before trying to parse response body.
- Check for
Release 0.1.238
- Update to model 0.0.170:
- Add
ServiceInfo
type to status board service.
- Add
Release 0.1.237
- Update to metamodel 0.0.50:
- Fix format of date query parameters so that it is RFC3339.
Release 0.1.236
- Update to model v0.0.169
- Version gate type: Add warning message field
Release 0.1.235
- 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
-
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 theauthentication.ContextWithToken
andauthentication.TokenFromContext
methods. If you are using those methods
then you will have to change your code to importgithub.com/jwt-go/jwt/v4
instead ofgithub.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 theginkgo
command because both versions of the library will be
included in your tests binaries and both will try to use theflag
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
- Update to model 0.0.167:
- Change field name in version gate agreement link to version gate.