mirror of
https://github.com/openshift/installer.git
synced 2026-02-07 12:47:07 +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>
824 B
824 B
Security Policy
This policy outlines the commitment and practices of the go-openapi maintainers regarding security.
Supported Versions
| Version | Supported |
|---|---|
| 0.22.x | ✅ |
Reporting a vulnerability
If you become aware of a security vulnerability that affects the current repository, please report it privately to the maintainers.
Please follow the instructions provided by github to Privately report a security vulnerability.
TL;DR: on Github, navigate to the project's "Security" tab then click on "Report a vulnerability".