Skip to content

Commit c3a4da3

Browse files
authored
Merge pull request #574 from furkatgofurov7/index-v0.12.0
✨ Update index.yaml for v0.12.0 minor release
2 parents 771e8a3 + 4052438 commit c3a4da3

File tree

2 files changed

+22
-12
lines changed

2 files changed

+22
-12
lines changed

index.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
apiVersion: v1
22
entries:
33
cluster-api-operator:
4+
- apiVersion: v2
5+
appVersion: 0.12.0
6+
created: "2024-07-31T21:04:34.435129+03:00"
7+
description: Cluster API Operator
8+
digest: aa24fb8ac1f61d7187f642078676862cf11f115c5c0ff7455108dd5d917bfbe4
9+
name: cluster-api-operator
10+
type: application
11+
urls:
12+
- https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.12.0/cluster-api-operator-0.12.0.tgz
13+
version: 0.12.0
414
- apiVersion: v2
515
appVersion: 0.11.0
616
created: "2024-06-05T18:06:37.317055+02:00"
@@ -206,4 +216,4 @@ entries:
206216
urls:
207217
- https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.2.0/cluster-api-operator-0.2.0.tgz
208218
version: 0.2.0
209-
generated: "2024-06-05T18:06:37.319931+02:00"
219+
generated: "2024-07-31T21:04:34.435183+03:00"

plugins/clusterctl-operator.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Plugin
33
metadata:
44
name: operator
55
spec:
6-
version: v0.11.0
6+
version: v0.12.0
77
homepage: https://github.com/kubernetes-sigs/cluster-api-operator
88
shortDescription: Use this clusterctl plugin to bootstrap a management cluster for Cluster API with the Cluster API Operator.
99
description: |
@@ -13,36 +13,36 @@ spec:
1313
matchLabels:
1414
os: darwin
1515
arch: amd64
16-
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.11.0/clusterctl-operator_v0.11.0_darwin_amd64.tar.gz
17-
sha256: aa65ed15d94b4539d2338200fdadab7b6bfb4703318ff73660ae5e3b1ade028f
16+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.12.0/clusterctl-operator_v0.12.0_darwin_amd64.tar.gz
17+
sha256: 2d1bb0f8489ed4b64b3e46947bd1ea80c24496077f85c9eb42155b10d57daf2b
1818
bin: bin/clusterctl-operator
1919
- selector:
2020
matchLabels:
2121
os: darwin
2222
arch: arm64
23-
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.11.0/clusterctl-operator_v0.11.0_darwin_arm64.tar.gz
24-
sha256: e123933762b21d55b002e85b10762b764d82f1640a989c553fdd46d1a3da3b65
23+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.12.0/clusterctl-operator_v0.12.0_darwin_arm64.tar.gz
24+
sha256: 56a9c1d7c7f4ecfff41ca171b27c1a7bae4978675e3f45440b6d354c0a292fb2
2525
bin: bin/clusterctl-operator
2626
- selector:
2727
matchLabels:
2828
os: linux
2929
arch: amd64
30-
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.11.0/clusterctl-operator_v0.11.0_linux_amd64.tar.gz
31-
sha256: 6b884b39091058b0bcb1cc6139b58103e637db19a1840be6af4376c7116b5940
30+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.12.0/clusterctl-operator_v0.12.0_linux_amd64.tar.gz
31+
sha256: 0efdea346363b5f0037e68d85550a3be65909c7992b250dc678012556d32e958
3232
bin: bin/clusterctl-operator
3333
- selector:
3434
matchLabels:
3535
os: linux
3636
arch: arm64
37-
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.11.0/clusterctl-operator_v0.11.0_linux_arm64.tar.gz
38-
sha256: d9814fa7cf881e669118a0dad1ebe2f2b6ed9442f1fee6697c358a6c0484b0a7
37+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.12.0/clusterctl-operator_v0.12.0_linux_arm64.tar.gz
38+
sha256: 0e4f6a27fa5474490243903194f62f41dac054d5ac35343c301aa631826908bd
3939
bin: bin/clusterctl-operator
4040
- selector:
4141
matchLabels:
4242
os: windows
4343
arch: amd64
44-
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.11.0/clusterctl-operator_v0.11.0_windows_amd64.tar.gz
45-
sha256: 87aa6ae50b137441fea2e6b80d4594d7a2253d3de0dc7317c96f527140566c6f
44+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.12.0/clusterctl-operator_v0.12.0_windows_amd64.tar.gz
45+
sha256: b9948b799f0c8db6699c67bf64690b48cb608ac1baeaf0a7a90f96c653cc98ed
4646
bin: bin/clusterctl-operator.exe
4747

4848

0 commit comments

Comments
 (0)