Releases: openshift-online/ocm-sdk-go
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.
Release 0.1.232
- Update to model 0.0.166:
- Change version gate agreement URL.
Release 0.1.231
- 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
- Update to model 0.0.163:
- Add support for deleting version gate.