Skip to content

Commit 9ee8eef

Browse files
authored
chore: bump dependencies (#146)
* chore: bump dependencies * bump sigs.k8s.io/controller-runtime
1 parent 3cf8c8e commit 9ee8eef

File tree

227 files changed

+872
-293
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

227 files changed

+872
-293
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ UP_CHANNEL = stable
5454
UPTEST_LOCAL_VERSION ?= v0.13.0
5555
UPTEST_LOCAL_CHANNEL ?= stable
5656
-include build/makelib/k8s_tools.mk
57-
CROSSPLANE_VERSION = 1.16.0
57+
CROSSPLANE_VERSION = 1.18.0
5858

5959
UPTEST_LOCAL := $(TOOLS_HOST_DIR)/uptest-$(UPTEST_LOCAL_VERSION)
6060

config/provider-metadata.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ resources:
102102
}
103103
references:
104104
offer: data.scaleway_baremetal_offer.my_offer.offer_id
105+
ssh_key_ids: data.scaleway_iam_ssh_key.my_ssh_key.id
105106
- name: base
106107
manifest: |-
107108
{
@@ -124,6 +125,7 @@ resources:
124125
offer: data.scaleway_baremetal_offer.my_offer.offer_id
125126
options.id: data.scaleway_baremetal_option.remote_access.option_id
126127
os: data.scaleway_baremetal_os.my_os.os_id
128+
ssh_key_ids: data.scaleway_iam_ssh_key.my_ssh_key.id
127129
- name: my_server
128130
manifest: |-
129131
{
@@ -149,6 +151,7 @@ resources:
149151
options.id: data.scaleway_baremetal_option.private_network.option_id
150152
os: data.scaleway_baremetal_os.my_os.os_id
151153
private_network.id: scaleway_vpc_private_network.pn.id
154+
ssh_key_ids: data.scaleway_iam_ssh_key.my_ssh_key.id
152155
dependencies:
153156
scaleway_vpc_private_network.pn: |-
154157
{
@@ -183,6 +186,8 @@ resources:
183186
options.id: data.scaleway_baremetal_option.private_network.option_id
184187
os: data.scaleway_baremetal_os.my_os.os_id
185188
private_network.id: scaleway_vpc_private_network.pn01.id
189+
private_network.ipam_ip_ids: scaleway_ipam_ip.ip01.id
190+
ssh_key_ids: data.scaleway_iam_ssh_key.my_ssh_key.id
186191
dependencies:
187192
scaleway_ipam_ip.ip01: |-
188193
{
@@ -238,6 +243,7 @@ resources:
238243
offer: data.scaleway_baremetal_offer.my_offer.offer_id
239244
os: data.scaleway_baremetal_os.my_os.os_id
240245
partitioning: var.configCustomPartitioning
246+
ssh_key_ids: scaleway_iam_ssh_key.my_ssh_key.id
241247
dependencies:
242248
scaleway_iam_ssh_key.my_ssh_key: |-
243249
{
@@ -1806,6 +1812,7 @@ resources:
18061812
}
18071813
references:
18081814
flexible_ip_id: scaleway_flexible_ip.ip01.id
1815+
flexible_ip_ids_to_duplicate: scaleway_flexible_ip.ip02.id
18091816
dependencies:
18101817
scaleway_baremetal_server.base: |-
18111818
{
@@ -2235,6 +2242,8 @@ resources:
22352242
"name": "iam_group_with_app",
22362243
"user_ids": []
22372244
}
2245+
references:
2246+
application_ids: scaleway_iam_application.app.id
22382247
dependencies:
22392248
scaleway_iam_application.app: '{}'
22402249
- name: with_users
@@ -2323,6 +2332,7 @@ resources:
23232332
}
23242333
references:
23252334
application_id: scaleway_iam_application.app.id
2335+
rule.project_ids: data.scaleway_account_project.default.id
23262336
dependencies:
23272337
scaleway_iam_application.app: |-
23282338
{
@@ -2369,6 +2379,7 @@ resources:
23692379
}
23702380
references:
23712381
group_id: scaleway_iam_group.with_users.id
2382+
rule.project_ids: data.scaleway_account_project.project.id
23722383
dependencies:
23732384
scaleway_iam_group.with_users: |-
23742385
{
@@ -2613,6 +2624,7 @@ resources:
26132624
"root_volume_id": "${scaleway_instance_snapshot.server_snapshot.id}"
26142625
}
26152626
references:
2627+
additional_volumes: scaleway_instance_snapshot.volume_snapshot.id
26162628
root_volume_id: scaleway_instance_snapshot.server_snapshot.id
26172629
dependencies:
26182630
scaleway_instance_server.server: |-
@@ -2777,6 +2789,7 @@ resources:
27772789
"server_id": "${scaleway_instance_server.server01.id}"
27782790
}
27792791
references:
2792+
ipam_ip_ids: scaleway_ipam_ip.ip01.id
27802793
private_network_id: scaleway_vpc_private_network.pn01.id
27812794
server_id: scaleway_instance_server.server01.id
27822795
dependencies:
@@ -3060,6 +3073,8 @@ resources:
30603073
],
30613074
"type": "DEV1-S"
30623075
}
3076+
references:
3077+
additional_volume_ids: scaleway_block_volume.data.id
30633078
dependencies:
30643079
scaleway_block_volume.data: |-
30653080
{
@@ -4366,6 +4381,7 @@ resources:
43664381
"zone": "${scaleway_lb_ip.main.zone}"
43674382
}
43684383
references:
4384+
ip_ids: scaleway_lb_ip.main.id
43694385
zone: scaleway_lb_ip.main.zone
43704386
dependencies:
43714387
scaleway_lb_ip.main: |-
@@ -4389,6 +4405,8 @@ resources:
43894405
"name": "ipv6-lb",
43904406
"type": "LB-S"
43914407
}
4408+
references:
4409+
ip_ids: scaleway_lb_ip.v4.id
43924410
dependencies:
43934411
scaleway_lb_ip.v4: '{}'
43944412
scaleway_lb_ip.v6: |-
@@ -4413,6 +4431,8 @@ resources:
44134431
"type": "LB-S"
44144432
}
44154433
references:
4434+
ip_ids: scaleway_lb_ip.v4.id
4435+
private_network.ipam_ids: scaleway_ipam_ip.ip01.id
44164436
private_network.private_network_id: scaleway_vpc_private_network.pn01.id
44174437
dependencies:
44184438
scaleway_ipam_ip.ip01: |-
@@ -4680,6 +4700,7 @@ resources:
46804700
}
46814701
references:
46824702
backend_id: scaleway_lb_backend.bkd01.id
4703+
certificate_ids: scaleway_lb_certificate.cert01.id
46834704
lb_id: scaleway_lb.lb01.id
46844705
dependencies:
46854706
scaleway_lb.lb01: |-

go.mod

Lines changed: 56 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,55 @@
11
module github.com/scaleway/crossplane-provider-scaleway
22

3-
go 1.22.0
4-
5-
toolchain go1.22.2
3+
go 1.24.1
64

75
require (
8-
dario.cat/mergo v1.0.0
6+
dario.cat/mergo v1.0.1
97
github.com/alecthomas/kingpin/v2 v2.4.0
10-
github.com/crossplane/crossplane-runtime v1.17.0-rc.0
8+
github.com/crossplane/crossplane-runtime v1.20.0-rc.0.0.20250509113121-26da25aff65f
119
github.com/crossplane/crossplane-tools v0.0.0-20230925130601-628280f8bf79
12-
github.com/crossplane/upjet v1.4.1
10+
github.com/crossplane/upjet v1.9.0
1311
github.com/pkg/errors v0.9.1
14-
golang.org/x/text v0.21.0
12+
golang.org/x/text v0.24.0
1513
gopkg.in/yaml.v3 v3.0.1
16-
k8s.io/apimachinery v0.30.3
17-
k8s.io/client-go v0.29.4
18-
sigs.k8s.io/controller-runtime v0.17.3
19-
sigs.k8s.io/controller-tools v0.14.0
14+
k8s.io/apimachinery v0.33.1
15+
k8s.io/client-go v0.33.0
16+
sigs.k8s.io/controller-runtime v0.21.0
17+
sigs.k8s.io/controller-tools v0.16.5
2018
)
2119

2220
require (
2321
github.com/agext/levenshtein v1.2.3 // indirect
2422
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
25-
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
23+
github.com/alecthomas/units v0.0.0-20240927000941-0f3dac36c52b // indirect
2624
github.com/antchfx/htmlquery v1.2.4 // indirect
2725
github.com/antchfx/xpath v1.2.0 // indirect
2826
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
2927
github.com/beorn7/perks v1.0.1 // indirect
3028
github.com/blang/semver/v4 v4.0.0 // indirect
31-
github.com/cespare/xxhash/v2 v2.2.0 // indirect
29+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
3230
github.com/dave/jennifer v1.4.1 // indirect
33-
github.com/davecgh/go-spew v1.1.1 // indirect
34-
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
35-
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
36-
github.com/evanphx/json-patch/v5 v5.8.0 // indirect
31+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
32+
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
33+
github.com/evanphx/json-patch v5.9.11+incompatible // indirect
34+
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
3735
github.com/fatih/camelcase v1.0.0 // indirect
38-
github.com/fatih/color v1.16.0 // indirect
36+
github.com/fatih/color v1.18.0 // indirect
3937
github.com/fsnotify/fsnotify v1.7.0 // indirect
40-
github.com/go-logr/logr v1.4.1 // indirect
38+
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
39+
github.com/go-logr/logr v1.4.2 // indirect
4140
github.com/go-logr/zapr v1.3.0 // indirect
42-
github.com/go-openapi/jsonpointer v0.19.6 // indirect
43-
github.com/go-openapi/jsonreference v0.20.2 // indirect
44-
github.com/go-openapi/swag v0.22.3 // indirect
45-
github.com/gobuffalo/flect v1.0.2 // indirect
41+
github.com/go-openapi/jsonpointer v0.21.0 // indirect
42+
github.com/go-openapi/jsonreference v0.21.0 // indirect
43+
github.com/go-openapi/swag v0.23.0 // indirect
44+
github.com/gobuffalo/flect v1.0.3 // indirect
4645
github.com/gogo/protobuf v1.3.2 // indirect
4746
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
4847
github.com/golang/mock v1.6.0 // indirect
4948
github.com/golang/protobuf v1.5.4 // indirect
50-
github.com/google/gnostic-models v0.6.8 // indirect
51-
github.com/google/go-cmp v0.6.0 // indirect
52-
github.com/google/gofuzz v1.2.0 // indirect
53-
github.com/google/uuid v1.4.0 // indirect
49+
github.com/google/btree v1.1.3 // indirect
50+
github.com/google/gnostic-models v0.6.9 // indirect
51+
github.com/google/go-cmp v0.7.0 // indirect
52+
github.com/google/uuid v1.6.0 // indirect
5453
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
5554
github.com/hashicorp/go-hclog v1.5.0 // indirect
5655
github.com/hashicorp/go-plugin v1.5.1 // indirect
@@ -67,14 +66,12 @@ require (
6766
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
6867
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
6968
github.com/iancoleman/strcase v0.2.0 // indirect
70-
github.com/imdario/mergo v0.3.16 // indirect
7169
github.com/inconshreveable/mousetrap v1.1.0 // indirect
7270
github.com/josharian/intern v1.0.0 // indirect
7371
github.com/json-iterator/go v1.1.12 // indirect
7472
github.com/mailru/easyjson v0.7.7 // indirect
7573
github.com/mattn/go-colorable v0.1.13 // indirect
7674
github.com/mattn/go-isatty v0.0.20 // indirect
77-
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
7875
github.com/mitchellh/copystructure v1.2.0 // indirect
7976
github.com/mitchellh/go-ps v1.0.0 // indirect
8077
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
@@ -86,47 +83,51 @@ require (
8683
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
8784
github.com/muvaf/typewriter v0.0.0-20220131201631-921e94e8e8d7 // indirect
8885
github.com/oklog/run v1.0.0 // indirect
89-
github.com/prometheus/client_golang v1.18.0 // indirect
90-
github.com/prometheus/client_model v0.5.0 // indirect
91-
github.com/prometheus/common v0.45.0 // indirect
92-
github.com/prometheus/procfs v0.12.0 // indirect
86+
github.com/prometheus/client_golang v1.22.0 // indirect
87+
github.com/prometheus/client_model v0.6.1 // indirect
88+
github.com/prometheus/common v0.62.0 // indirect
89+
github.com/prometheus/procfs v0.15.1 // indirect
9390
github.com/spf13/afero v1.11.0 // indirect
94-
github.com/spf13/cobra v1.8.0 // indirect
91+
github.com/spf13/cobra v1.8.1 // indirect
9592
github.com/spf13/pflag v1.0.5 // indirect
9693
github.com/tmccombs/hcl2json v0.3.3 // indirect
9794
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
9895
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
9996
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
97+
github.com/x448/float16 v0.8.4 // indirect
10098
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
10199
github.com/yuin/goldmark v1.4.13 // indirect
102100
github.com/zclconf/go-cty v1.14.1 // indirect
103101
github.com/zclconf/go-cty-yaml v1.0.3 // indirect
102+
go.opentelemetry.io/otel v1.33.0 // indirect
103+
go.opentelemetry.io/otel/trace v1.33.0 // indirect
104104
go.uber.org/multierr v1.11.0 // indirect
105-
go.uber.org/zap v1.26.0 // indirect
106-
golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3 // indirect
107-
golang.org/x/mod v0.17.0 // indirect
108-
golang.org/x/net v0.33.0 // indirect
109-
golang.org/x/oauth2 v0.15.0 // indirect
110-
golang.org/x/sync v0.10.0 // indirect
111-
golang.org/x/sys v0.28.0 // indirect
112-
golang.org/x/term v0.27.0 // indirect
113-
golang.org/x/time v0.5.0 // indirect
114-
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
105+
go.uber.org/zap v1.27.0 // indirect
106+
golang.org/x/mod v0.24.0 // indirect
107+
golang.org/x/net v0.39.0 // indirect
108+
golang.org/x/oauth2 v0.28.0 // indirect
109+
golang.org/x/sync v0.13.0 // indirect
110+
golang.org/x/sys v0.32.0 // indirect
111+
golang.org/x/term v0.31.0 // indirect
112+
golang.org/x/time v0.9.0 // indirect
113+
golang.org/x/tools v0.32.0 // indirect
115114
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
116115
google.golang.org/appengine v1.6.8 // indirect
117-
google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f // indirect
118-
google.golang.org/grpc v1.61.0 // indirect
119-
google.golang.org/protobuf v1.33.0 // indirect
116+
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect
117+
google.golang.org/grpc v1.68.1 // indirect
118+
google.golang.org/protobuf v1.36.5 // indirect
120119
gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect
120+
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
121121
gopkg.in/inf.v0 v0.9.1 // indirect
122122
gopkg.in/yaml.v2 v2.4.0 // indirect
123-
k8s.io/api v0.29.4 // indirect
124-
k8s.io/apiextensions-apiserver v0.29.2 // indirect
125-
k8s.io/component-base v0.29.2 // indirect
126-
k8s.io/klog/v2 v2.120.1 // indirect
127-
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
128-
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
129-
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
130-
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
123+
k8s.io/api v0.33.0 // indirect
124+
k8s.io/apiextensions-apiserver v0.33.0 // indirect
125+
k8s.io/component-base v0.33.0 // indirect
126+
k8s.io/klog/v2 v2.130.1 // indirect
127+
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
128+
k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e // indirect
129+
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
130+
sigs.k8s.io/randfill v1.0.0 // indirect
131+
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
131132
sigs.k8s.io/yaml v1.4.0 // indirect
132133
)

0 commit comments

Comments
 (0)