mirror of
https://github.com/openshift/installer.git
synced 2026-02-06 09:47:02 +01:00
Achieved by bumping the library itself:
pushd cluster-api/providers/openstack
go get -u sigs.k8s.io/cluster-api-provider-openstack@latest
go mod tidy
go mod vendor
popd
Followed by the assets:
pushd <path-to-upstream-capo-repo>
git checkout v0.13.0
make release-manifests
popd
cp <path-to-upstream-capo-repo>/out/infrastructure-components.yaml \
data/data/cluster-api/openstack-infrastructure-components.yaml
This has the side effect of bumping golang to 1.24.
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
1.4 KiB
1.4 KiB
gojsonreference

An implementation of JSON Reference - Go language
Status
Feature complete. Stable API
Dependencies
References
- http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-07
- http://tools.ietf.org/html/draft-pbryan-zyp-json-ref-03
Licensing
This library ships under the SPDX-License-Identifier: Apache-2.0.
See the license NOTICE, which recalls the licensing terms of all the pieces of software on top of which it has been built.