1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 15:47:14 +01:00

9 Commits

Author SHA1 Message Date
Stephen Finucane
112e876988 Bump cluster-api-provider-openstack to v0.13.0
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>
2025-11-21 14:26:25 +00:00
Thuan Vo
3628a43a38 CORS-3637: OWNERS files for platform provider subdirectories
The files use aliases defined in OWNERS_ALIASES
2025-01-27 10:37:24 -08:00
Emilien Macchi
e3f6d756a1 cluster-api/openstack: update go.mod 2024-11-05 08:08:32 -05:00
Pierre Prinetti
9689a5b3b2 Update cluster-api-provider-openstack to v0.10.3
* Upgrade from v0.10.0 to v0.10.3
* Depend on the upstream provider, as the downstream carry-patch that
  reverted to Go v1.21 is no longer useful
2024-06-18 15:56:59 +02:00
Rafael Fonseca
55978ffe78 cluster-api: bump golang to 1.22 2024-05-25 15:33:02 +02:00
Pierre Prinetti
1be8970fc0 openstack: Upgrade the vendored CAPO to v0.10
To update the CAPO release manifest, check out CAPO locally at the
desired commit and run:

```shell
make release-manifests
```

Then copy the generated file `out/infrastructure-components.yaml` to
`data/data/cluster-api/openstack-infrastructure-components.yaml`.
2024-04-26 11:44:43 +02:00
Maysa Macedo
e08e6d4f56 cluster-api: initialize OpenStack package
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2024-02-27 08:21:15 -03:00
Maysa Macedo
8629604d83 go: update vendor dependencies
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2024-02-27 08:21:15 -03:00
Maysa Macedo
12ac6eada5 go: update OpenStack module
Signed-off-by:: Stephen Finucane <stephenfin@redhat.com>
2024-02-27 08:21:15 -03:00