Skip to content

Commit 09ee495

Browse files
authored
Merge pull request #882 from furkatgofurov7/index-v0.23.0
🌱 Update index.yaml for v0.23.0 release
2 parents 3846d87 + e70a0cb commit 09ee495

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.23.0
6+
created: "2025-08-26T22:07:30.642285+03:00"
7+
description: Cluster API Operator
8+
digest: 8946159709357896963b2e752dc0d5e621d18a30e0457a92d73df93c75766a04
9+
name: cluster-api-operator
10+
type: application
11+
urls:
12+
- https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.23.0/cluster-api-operator-0.23.0.tgz
13+
version: 0.23.0
414
- apiVersion: v2
515
appVersion: 0.22.0
616
created: "2025-07-21T11:16:26.870155+02:00"
@@ -346,4 +356,4 @@ entries:
346356
urls:
347357
- https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.2.0/cluster-api-operator-0.2.0.tgz
348358
version: 0.2.0
349-
generated: "2025-07-21T11:16:26.870489+02:00"
359+
generated: "2025-08-26T22:07:30.642449+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.22.0
6+
version: v0.23.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.22.0/clusterctl-operator_v0.22.0_darwin_amd64.tar.gz
17-
sha256: 6ceaceb498d467cd6abbb89c17f8744a1db038fa4b6adebb94f6b87aeeb03f9b
16+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.23.0/clusterctl-operator_v0.23.0_darwin_amd64.tar.gz
17+
sha256: 96bea367e51f3138ffe83a35f1ea9260821229da8bf7d98863d3d29786147a95
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.22.0/clusterctl-operator_v0.22.0_darwin_arm64.tar.gz
24-
sha256: 8868dbd14ebecf730ef35bb14cbd45453302dfcce4cb111f6ffb872b22565921
23+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.23.0/clusterctl-operator_v0.23.0_darwin_arm64.tar.gz
24+
sha256: ef20476b54d4baaa64f0edb670c2d6ce977aa2d789f0cdbd582334e5623e8a4d
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.22.0/clusterctl-operator_v0.22.0_linux_amd64.tar.gz
31-
sha256: 526103cf488435014d4ed8cdad4c3c0f0c6e502bdccb60a9c47af88ec34a88f2
30+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.23.0/clusterctl-operator_v0.23.0_linux_amd64.tar.gz
31+
sha256: fc0880ab43c9969e5594432acca18e1ee3ee3d5c37ae88d815c53da02de40a46
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.22.0/clusterctl-operator_v0.22.0_linux_arm64.tar.gz
38-
sha256: 77f06e2e5f67bf68d9791d2089186c9e7852cf97a7942ce986192c4a3fc2b379
37+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.23.0/clusterctl-operator_v0.23.0_linux_arm64.tar.gz
38+
sha256: 1d95a7f6f15a3d3e07d2d1e164807ddb1bd2d34538dcf36bdac2d20b9acbf565
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.22.0/clusterctl-operator_v0.22.0_windows_amd64.tar.gz
45-
sha256: 82c1d2051c9786247a86fe15ba54397d80b73d3e6a42699a66a294fdfbaf8820
44+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.23.0/clusterctl-operator_v0.23.0_windows_amd64.tar.gz
45+
sha256: ca7149b15e890daeee4f61a7ca8ba3a9c003ddab7c50664284b1136d1576993f
4646
bin: bin/clusterctl-operator.exe
4747

4848

0 commit comments

Comments
 (0)