Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit 325e847

Browse files
authored
update to cso v0.1.0-alpha.5 (#132)
this commit udpates to the new release of CSO. Signed-off-by: kranurag7 <[email protected]>
1 parent b4b8dc6 commit 325e847

File tree

7 files changed

+15
-18
lines changed

7 files changed

+15
-18
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ Explore the documentation stored in the [docs](./docs) directory or view the ren
2222

2323
## Compatibility with Cluster Stack Operator
2424

25-
| | CSO `v0.1.0-alpha.2` | CSO `v0.1.0-alpha.3` |
26-
| ----------------------- | -------------------- | -------------------- |
27-
| CSPO `v0.1.0-alpha.rc1` || |
28-
| CSPO `v0.1.0-alpha.1` |||
29-
| CSPO `v0.1.0-alpha.2` |||
25+
| | CSO `v0.1.0-alpha.2` | CSO `v0.1.0-alpha.3` | CSO `v0.1.0-alpha.5` |
26+
| ----------------------- | -------------------- | -------------------- | -------------------- |
27+
| CSPO `v0.1.0-alpha.rc1` || | |
28+
| CSPO `v0.1.0-alpha.1` ||||
29+
| CSPO `v0.1.0-alpha.2` ||||
3030

3131
## Controllers
3232

Tiltfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ settings = {
2222
"preload_images_for_kind": True,
2323
"kind_cluster_name": "cspo",
2424
"capi_version": "v1.6.0",
25-
"cso_version": "v0.1.0-alpha.3",
25+
"cso_version": "v0.1.0-alpha.5",
2626
"capo_version": "v0.9.0",
2727
"cert_manager_version": "v1.13.1",
2828
"kustomize_substitutions": {

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/sovereignCloudStack/cluster-stack-provider-openstack
33
go 1.21
44

55
require (
6-
github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.3
6+
github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.5
77
github.com/google/go-github/v52 v52.0.0
88
github.com/gophercloud/gophercloud v1.9.0
99
github.com/gophercloud/utils v0.0.0-20231010081019-80377eca5d56
@@ -65,7 +65,6 @@ require (
6565
github.com/prometheus/procfs v0.11.1 // indirect
6666
github.com/spf13/pflag v1.0.5 // indirect
6767
github.com/stretchr/objx v0.5.1 // indirect
68-
go.uber.org/goleak v1.3.0 // indirect
6968
go.uber.org/multierr v1.11.0 // indirect
7069
go.uber.org/zap v1.25.0 // indirect
7170
golang.org/x/crypto v0.16.0 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ github.com/Masterminds/sprig/v3 v3.2.3 h1:eL2fZNezLomi0uOLqjQoN6BfsDD+fyLtgbJMAj
88
github.com/Masterminds/sprig/v3 v3.2.3/go.mod h1:rXcFaZ2zZbLRJv/xSysmlgIM1u11eBaRMhvYXJNkGuM=
99
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 h1:wPbRQzjjwFc0ih8puEVAOFGELsn1zoIIYdxvML7mDxA=
1010
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8/go.mod h1:I0gYDMZ6Z5GRU7l58bNFSkPTFN6Yl12dsUlAZ8xy98g=
11-
github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.3 h1:FzgRYkdQNc2Frsna4XXPij83PJNuSn4UUa+JAkabCdE=
12-
github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.3/go.mod h1:1nOm+nYIGs8kansssJC8J/WOMbbbooR4bUJBVae7r90=
11+
github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.5 h1:jONI0j2BVpL6ubQt9nT8LxWwtHQ1kyrvt1X/1+Hrea8=
12+
github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.5/go.mod h1:zrwUudq/JQae24/yzS5exA1ZwaXxIL2ZtKIQVrYuPqY=
1313
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230321174746-8dcc6526cfb1 h1:X8MJ0fnN5FPdcGF5Ij2/OW+HgiJrRg3AfHAx1PJtIzM=
1414
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230321174746-8dcc6526cfb1/go.mod h1:pSwJ0fSY5KhvocuWSx4fz3BA8OrA1bQn+K1Eli3BRwM=
1515
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 h1:DklsrG3dyBCFEj5IhUbnKptjxatkF07cF2ak3yi77so=
@@ -155,8 +155,8 @@ github.com/prometheus/common v0.44.0 h1:+5BrQJwiBB9xsMygAB3TNvpQKOwlkc25LbISbrdO
155155
github.com/prometheus/common v0.44.0/go.mod h1:ofAIvZbQ1e/nugmZGz4/qCb9Ap1VoSTIO7x0VV9VvuY=
156156
github.com/prometheus/procfs v0.11.1 h1:xRC8Iq1yyca5ypa9n1EZnWZkt7dwcoRPQwX/5gwaUuI=
157157
github.com/prometheus/procfs v0.11.1/go.mod h1:eesXgaPo1q7lBpVMoMy0ZOFTth9hBn4W/y0/p/ScXhY=
158-
github.com/rogpeppe/go-internal v1.11.0 h1:cWPaGQEPrBb5/AsnsZesgZZ9yb1OQ+GOISoDNXVBh4M=
159-
github.com/rogpeppe/go-internal v1.11.0/go.mod h1:ddIwULY96R17DhadqLgMfk9H9tvdUzkipdSkR5nkCZA=
158+
github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ=
159+
github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog=
160160
github.com/shopspring/decimal v1.3.1 h1:2Usl1nmF/WZucqkFZhnfFYxxxu8LG21F6nPQBE5gKV8=
161161
github.com/shopspring/decimal v1.3.1/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o=
162162
github.com/spf13/cast v1.5.1 h1:R+kOtfhWQE6TVQzY+4D7wJLBgkdVasCEFxSUBYBYIlA=

local_cso.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ spec:
871871
- --local=true
872872
command:
873873
- /manager
874-
image: ghcr.io/sovereigncloudstack/cso-test:v0.1.0-alpha.3
874+
image: ghcr.io/sovereigncloudstack/cso-test:v0.1.0-alpha.5
875875
imagePullPolicy: Always
876876
livenessProbe:
877877
failureThreshold: 3

tilt-settings.yaml.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ deploy_cert_manager: true
66
preload_images_for_kind: true
77
kind_cluster_name: cspo
88
capi_version: v1.6.0
9-
cso_version: v0.1.0-alpha.3
9+
cso_version: v0.1.0-alpha.5
1010
capo_version: v0.9.0
1111
cert_manager_version: v1.13.1

vendor/modules.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ github.com/ProtonMail/go-crypto/openpgp/internal/ecc
1818
github.com/ProtonMail/go-crypto/openpgp/internal/encoding
1919
github.com/ProtonMail/go-crypto/openpgp/packet
2020
github.com/ProtonMail/go-crypto/openpgp/s2k
21-
# github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.3
22-
## explicit; go 1.19
21+
# github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.5
22+
## explicit; go 1.21
2323
github.com/SovereignCloudStack/cluster-stack-operator/pkg/clusterstack
2424
github.com/SovereignCloudStack/cluster-stack-operator/pkg/github/client
2525
github.com/SovereignCloudStack/cluster-stack-operator/pkg/github/client/fake
@@ -262,8 +262,6 @@ github.com/stretchr/objx
262262
## explicit; go 1.20
263263
github.com/stretchr/testify/assert
264264
github.com/stretchr/testify/mock
265-
# go.uber.org/goleak v1.3.0
266-
## explicit; go 1.20
267265
# go.uber.org/multierr v1.11.0
268266
## explicit; go 1.19
269267
go.uber.org/multierr

0 commit comments

Comments
 (0)