Skip to content

Commit ea4f195

Browse files
authored
Merge pull request #551 from alexander-demicev/index-v0.11.0
✨Update index.yaml for v0.11.0
2 parents 1e758d1 + faf0312 commit ea4f195

File tree

2 files changed

+22
-12
lines changed

2 files changed

+22
-12
lines changed

index.yaml

+11-1
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.11.0
6+
created: "2024-06-05T18:06:37.317055+02:00"
7+
description: Cluster API Operator
8+
digest: 63c1371ab9e9573afce3c2c7d98fb0f81f7a6b64961823721cf4fb12285a30a1
9+
name: cluster-api-operator
10+
type: application
11+
urls:
12+
- https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.11.0/cluster-api-operator-0.11.0.tgz
13+
version: 0.11.0
414
- apiVersion: v2
515
appVersion: 0.10.1
616
created: "2024-04-29T15:54:40.160537215+02:00"
@@ -196,4 +206,4 @@ entries:
196206
urls:
197207
- https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.2.0/cluster-api-operator-0.2.0.tgz
198208
version: 0.2.0
199-
generated: "2024-04-29T15:54:40.16059616+02:00"
209+
generated: "2024-06-05T18:06:37.319931+02:00"

plugins/clusterctl-operator.yaml

+11-11
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Plugin
33
metadata:
44
name: operator
55
spec:
6-
version: v0.10.1
6+
version: v0.11.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.10.1/clusterctl-operator_v0.10.1_darwin_amd64.tar.gz
17-
sha256: 2800d8e6a9aaa23aed329f9ac28424422caa3e74afe72a4ee4f8fb8193f5f6af
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
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.10.1/clusterctl-operator_v0.10.1_darwin_arm64.tar.gz
24-
sha256: 202ce22b8ab7da0091271d7653cbb07f80251d83ff33705a785f93eeb9b96cf2
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
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.10.1/clusterctl-operator_v0.10.1_linux_amd64.tar.gz
31-
sha256: c57a6cdffd2aace261a3d8042a4217a0e9312f7337845743cea4aec4085a87d8
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
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.10.1/clusterctl-operator_v0.10.1_linux_arm64.tar.gz
38-
sha256: c6238f6f5e99a19d6ce710e686f6a6abcfeec9af9cf78f7fbf18cd1efe5b6476
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
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.10.1/clusterctl-operator_v0.10.1_windows_amd64.tar.gz
45-
sha256: 89d2d8310ee233c1367ce49ec6b5c893c1748026a3fd5485409d0fcf99736174
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
4646
bin: bin/clusterctl-operator.exe
4747

4848

0 commit comments

Comments
 (0)