Skip to content

Commit f4babf1

Browse files
Bump CAPOCI version and mdBook version (#79)
1 parent ac37f79 commit f4babf1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-cluster-api-provider-book.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install mdbook
1717
run: |
1818
mkdir mdbook
19-
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.15/mdbook-v0.4.15-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
19+
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.18/mdbook-v0.4.18-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
2020
echo `pwd`/mdbook >> $GITHUB_PATH
2121
cargo install mdbook-admonish
2222
- name: Deploy Book to GitHub Pages

docs/src/gs/create-workload-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,6 @@ By default, the [OCI Cloud Controller Manager (CCM)][oci-ccm] is not installed i
194194
[calico]: ../networking/calico.md
195195
[cni]: https://www.cni.dev/
196196
[oci-ccm]: https://github.com/oracle/oci-cloud-controller-manager
197-
[latest-release]: https://github.com/oracle/cluster-api-provider-oci/releases/tag/v0.3.0
197+
[latest-release]: https://github.com/oracle/cluster-api-provider-oci/releases/tag/v0.4.0
198198
[install-oci-ccm]: ./install-oci-ccm.md
199199
[configure-authentication]: ./install-cluster-api.html#configure-authentication

docs/src/gs/install-cluster-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
```yaml
1919
providers:
2020
- name: oci
21-
url: https://github.com/oracle/cluster-api-provider-oci/releases/v0.3.0/infrastructure-components.yaml
21+
url: https://github.com/oracle/cluster-api-provider-oci/releases/v0.4.0/infrastructure-components.yaml
2222
type: InfrastructureProvider
2323
```
2424

metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
apiVersion: clusterctl.cluster.x-k8s.io/v1alpha3
77
releaseSeries:
88
- major: 0
9-
minor: 3
9+
minor: 4
1010
contract: v1beta1

0 commit comments

Comments
 (0)