Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🌱 update to cso v0.1.0-alpha.5 #132

Merged
merged 1 commit into from
Mar 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ Explore the documentation stored in the [docs](./docs) directory or view the ren

## Compatibility with Cluster Stack Operator

| | CSO `v0.1.0-alpha.2` | CSO `v0.1.0-alpha.3` |
| ----------------------- | -------------------- | -------------------- |
| CSPO `v0.1.0-alpha.rc1` | ✓ | |
| CSPO `v0.1.0-alpha.1` | ✓ | ✓ |
| CSPO `v0.1.0-alpha.2` | ✓ | ✓ |
| | CSO `v0.1.0-alpha.2` | CSO `v0.1.0-alpha.3` | CSO `v0.1.0-alpha.5` |
| ----------------------- | -------------------- | -------------------- | -------------------- |
| CSPO `v0.1.0-alpha.rc1` | ✓ | | |
| CSPO `v0.1.0-alpha.1` | ✓ | ✓ | ✓ |
| CSPO `v0.1.0-alpha.2` | ✓ | ✓ | ✓ |

## Controllers

Expand Down
2 changes: 1 addition & 1 deletion Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ settings = {
"preload_images_for_kind": True,
"kind_cluster_name": "cspo",
"capi_version": "v1.6.0",
"cso_version": "v0.1.0-alpha.3",
"cso_version": "v0.1.0-alpha.5",
"capo_version": "v0.9.0",
"cert_manager_version": "v1.13.1",
"kustomize_substitutions": {
Expand Down
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/sovereignCloudStack/cluster-stack-provider-openstack
go 1.21

require (
github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.3
github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.5
github.com/google/go-github/v52 v52.0.0
github.com/gophercloud/gophercloud v1.9.0
github.com/gophercloud/utils v0.0.0-20231010081019-80377eca5d56
Expand Down Expand Up @@ -65,7 +65,6 @@ require (
github.com/prometheus/procfs v0.11.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/objx v0.5.1 // indirect
go.uber.org/goleak v1.3.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.25.0 // indirect
golang.org/x/crypto v0.16.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ github.com/Masterminds/sprig/v3 v3.2.3 h1:eL2fZNezLomi0uOLqjQoN6BfsDD+fyLtgbJMAj
github.com/Masterminds/sprig/v3 v3.2.3/go.mod h1:rXcFaZ2zZbLRJv/xSysmlgIM1u11eBaRMhvYXJNkGuM=
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 h1:wPbRQzjjwFc0ih8puEVAOFGELsn1zoIIYdxvML7mDxA=
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8/go.mod h1:I0gYDMZ6Z5GRU7l58bNFSkPTFN6Yl12dsUlAZ8xy98g=
github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.3 h1:FzgRYkdQNc2Frsna4XXPij83PJNuSn4UUa+JAkabCdE=
github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.3/go.mod h1:1nOm+nYIGs8kansssJC8J/WOMbbbooR4bUJBVae7r90=
github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.5 h1:jONI0j2BVpL6ubQt9nT8LxWwtHQ1kyrvt1X/1+Hrea8=
github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.5/go.mod h1:zrwUudq/JQae24/yzS5exA1ZwaXxIL2ZtKIQVrYuPqY=
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230321174746-8dcc6526cfb1 h1:X8MJ0fnN5FPdcGF5Ij2/OW+HgiJrRg3AfHAx1PJtIzM=
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230321174746-8dcc6526cfb1/go.mod h1:pSwJ0fSY5KhvocuWSx4fz3BA8OrA1bQn+K1Eli3BRwM=
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 h1:DklsrG3dyBCFEj5IhUbnKptjxatkF07cF2ak3yi77so=
Expand Down Expand Up @@ -155,8 +155,8 @@ github.com/prometheus/common v0.44.0 h1:+5BrQJwiBB9xsMygAB3TNvpQKOwlkc25LbISbrdO
github.com/prometheus/common v0.44.0/go.mod h1:ofAIvZbQ1e/nugmZGz4/qCb9Ap1VoSTIO7x0VV9VvuY=
github.com/prometheus/procfs v0.11.1 h1:xRC8Iq1yyca5ypa9n1EZnWZkt7dwcoRPQwX/5gwaUuI=
github.com/prometheus/procfs v0.11.1/go.mod h1:eesXgaPo1q7lBpVMoMy0ZOFTth9hBn4W/y0/p/ScXhY=
github.com/rogpeppe/go-internal v1.11.0 h1:cWPaGQEPrBb5/AsnsZesgZZ9yb1OQ+GOISoDNXVBh4M=
github.com/rogpeppe/go-internal v1.11.0/go.mod h1:ddIwULY96R17DhadqLgMfk9H9tvdUzkipdSkR5nkCZA=
github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ=
github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog=
github.com/shopspring/decimal v1.3.1 h1:2Usl1nmF/WZucqkFZhnfFYxxxu8LG21F6nPQBE5gKV8=
github.com/shopspring/decimal v1.3.1/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o=
github.com/spf13/cast v1.5.1 h1:R+kOtfhWQE6TVQzY+4D7wJLBgkdVasCEFxSUBYBYIlA=
Expand Down
2 changes: 1 addition & 1 deletion local_cso.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ spec:
- --local=true
command:
- /manager
image: ghcr.io/sovereigncloudstack/cso-test:v0.1.0-alpha.3
image: ghcr.io/sovereigncloudstack/cso-test:v0.1.0-alpha.5
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down
2 changes: 1 addition & 1 deletion tilt-settings.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ deploy_cert_manager: true
preload_images_for_kind: true
kind_cluster_name: cspo
capi_version: v1.6.0
cso_version: v0.1.0-alpha.3
cso_version: v0.1.0-alpha.5
capo_version: v0.9.0
cert_manager_version: v1.13.1
6 changes: 2 additions & 4 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ github.com/ProtonMail/go-crypto/openpgp/internal/ecc
github.com/ProtonMail/go-crypto/openpgp/internal/encoding
github.com/ProtonMail/go-crypto/openpgp/packet
github.com/ProtonMail/go-crypto/openpgp/s2k
# github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.3
## explicit; go 1.19
# github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.5
## explicit; go 1.21
github.com/SovereignCloudStack/cluster-stack-operator/pkg/clusterstack
github.com/SovereignCloudStack/cluster-stack-operator/pkg/github/client
github.com/SovereignCloudStack/cluster-stack-operator/pkg/github/client/fake
Expand Down Expand Up @@ -262,8 +262,6 @@ github.com/stretchr/objx
## explicit; go 1.20
github.com/stretchr/testify/assert
github.com/stretchr/testify/mock
# go.uber.org/goleak v1.3.0
## explicit; go 1.20
# go.uber.org/multierr v1.11.0
## explicit; go 1.19
go.uber.org/multierr
Expand Down
Loading