Skip to content

Commit 16d049b

Browse files
authored
Merge pull request #1190 from gianlucam76/prep
(chore) prepare for release v0.54.0
2 parents e39ae0f + 6a98c2e commit 16d049b

15 files changed

Lines changed: 98 additions & 78 deletions

.github/workflows/main.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: checkout
1717
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818
- name: Set up Go
19-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
19+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
2020
with:
2121
go-version: 1.24.1
2222
- name: Build
@@ -35,7 +35,7 @@ jobs:
3535
- name: checkout
3636
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3737
- name: Set up Go
38-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
38+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
3939
with:
4040
go-version: 1.24.1
4141
- name: ut
@@ -48,7 +48,7 @@ jobs:
4848
- name: checkout
4949
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5050
- name: Set up Go
51-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
51+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
5252
with:
5353
go-version: 1.24.1
5454
- name: Free Disk Space (Ubuntu)
@@ -57,7 +57,7 @@ jobs:
5757
# this might remove tools that are actually needed,
5858
# if set to "true" but frees about 6 GB
5959
tool-cache: false
60-
60+
6161
# all of these default to true, but feel free to set to
6262
# "false" if necessary for your workflow
6363
android: true
@@ -76,7 +76,7 @@ jobs:
7676
- name: checkout
7777
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7878
- name: Set up Go
79-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
79+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
8080
with:
8181
go-version: 1.24.1
8282
- name: Free Disk Space (Ubuntu)
@@ -85,7 +85,7 @@ jobs:
8585
# this might remove tools that are actually needed,
8686
# if set to "true" but frees about 6 GB
8787
tool-cache: false
88-
88+
8989
# all of these default to true, but feel free to set to
9090
# "false" if necessary for your workflow
9191
android: true
@@ -97,14 +97,14 @@ jobs:
9797
- name: fv
9898
run: make create-cluster new-fv
9999
env:
100-
FV: true
100+
FV: true
101101
FV_SHARDING:
102102
runs-on: ubuntu-latest
103103
steps:
104104
- name: checkout
105105
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
106106
- name: Set up Go
107-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
107+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
108108
with:
109109
go-version: 1.24.1
110110
- name: Free Disk Space (Ubuntu)
@@ -113,7 +113,7 @@ jobs:
113113
# this might remove tools that are actually needed,
114114
# if set to "true" but frees about 6 GB
115115
tool-cache: false
116-
116+
117117
# all of these default to true, but feel free to set to
118118
# "false" if necessary for your workflow
119119
android: true
@@ -132,7 +132,7 @@ jobs:
132132
- name: checkout
133133
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
134134
- name: Set up Go
135-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
135+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
136136
with:
137137
go-version: 1.24.1
138138
- name: Free Disk Space (Ubuntu)
@@ -141,7 +141,7 @@ jobs:
141141
# this might remove tools that are actually needed,
142142
# if set to "true" but frees about 6 GB
143143
tool-cache: false
144-
144+
145145
# all of these default to true, but feel free to set to
146146
# "false" if necessary for your workflow
147147
android: true

config/crd/bases/config.projectsveltos.io_clusterconfigurations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.17.3
6+
controller-gen.kubebuilder.io/version: v0.18.0
77
name: clusterconfigurations.config.projectsveltos.io
88
spec:
99
group: config.projectsveltos.io

config/crd/bases/config.projectsveltos.io_clusterprofiles.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.17.3
6+
controller-gen.kubebuilder.io/version: v0.18.0
77
name: clusterprofiles.config.projectsveltos.io
88
spec:
99
group: config.projectsveltos.io

config/crd/bases/config.projectsveltos.io_clusterreports.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.17.3
6+
controller-gen.kubebuilder.io/version: v0.18.0
77
name: clusterreports.config.projectsveltos.io
88
spec:
99
group: config.projectsveltos.io

config/crd/bases/config.projectsveltos.io_clustersummaries.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.17.3
6+
controller-gen.kubebuilder.io/version: v0.18.0
77
name: clustersummaries.config.projectsveltos.io
88
spec:
99
group: config.projectsveltos.io

config/crd/bases/config.projectsveltos.io_profiles.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.17.3
6+
controller-gen.kubebuilder.io/version: v0.18.0
77
name: profiles.config.projectsveltos.io
88
spec:
99
group: config.projectsveltos.io

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ require (
1616
github.com/onsi/ginkgo/v2 v2.23.4
1717
github.com/onsi/gomega v1.37.0
1818
github.com/pkg/errors v0.9.1
19-
github.com/projectsveltos/libsveltos v0.53.1-0.20250508204842-3ec81919e31d
19+
github.com/projectsveltos/libsveltos v0.54.0
2020
github.com/prometheus/client_golang v1.22.0
2121
github.com/spf13/pflag v1.0.6
2222
github.com/yuin/gopher-lua v1.1.1
23-
golang.org/x/text v0.24.0
23+
golang.org/x/text v0.25.0
2424
gopkg.in/yaml.v3 v3.0.1
2525
helm.sh/helm/v3 v3.17.3
2626
k8s.io/api v0.32.4
@@ -168,7 +168,7 @@ require (
168168
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect
169169
golang.org/x/net v0.39.0 // indirect
170170
golang.org/x/oauth2 v0.28.0 // indirect
171-
golang.org/x/sync v0.13.0 // indirect
171+
golang.org/x/sync v0.14.0 // indirect
172172
golang.org/x/sys v0.32.0 // indirect
173173
golang.org/x/term v0.31.0 // indirect
174174
golang.org/x/time v0.8.0 // indirect

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -329,8 +329,8 @@ github.com/poy/onpar v1.1.2 h1:QaNrNiZx0+Nar5dLgTVp5mXkyoVFIbepjyEoGSnhbAY=
329329
github.com/poy/onpar v1.1.2/go.mod h1:6X8FLNoxyr9kkmnlqpK6LSoiOtrO6MICtWwEuWkLjzg=
330330
github.com/prashantv/gostub v1.1.0 h1:BTyx3RfQjRHnUWaGF9oQos79AlQ5k8WNktv7VGvVH4g=
331331
github.com/prashantv/gostub v1.1.0/go.mod h1:A5zLQHz7ieHGG7is6LLXLz7I8+3LZzsrV0P1IAHhP5U=
332-
github.com/projectsveltos/libsveltos v0.53.1-0.20250508204842-3ec81919e31d h1:JcGfM5vYF+mWaR1xz7qDn0O0UNPqdzb/bBWJanwSamU=
333-
github.com/projectsveltos/libsveltos v0.53.1-0.20250508204842-3ec81919e31d/go.mod h1:sqZMoHeBgXY6cMIRrByGsdZxpOmwdK+p/H3G81yZ6q0=
332+
github.com/projectsveltos/libsveltos v0.54.0 h1:TTRNf0tODQ0516kJgUIh+XuwJPsmxJ2SKi/HpKnqCNk=
333+
github.com/projectsveltos/libsveltos v0.54.0/go.mod h1:Y4qyewEFHPxwASli2wTWAAokhzOpMPsdGHeOQtW3qpI=
334334
github.com/projectsveltos/lua-utils/glua-json v0.0.0-20250301182851-e4fbb9fd7ff7 h1:KdDtBEJPgavOHlut1gq2i6bFm5dgoNHNsOUC8oe2hK4=
335335
github.com/projectsveltos/lua-utils/glua-json v0.0.0-20250301182851-e4fbb9fd7ff7/go.mod h1:AIzg+JWbfrFWazyM5Ka2fX69r9aFr3+o2Mvn9SfKDYU=
336336
github.com/projectsveltos/lua-utils/glua-runes v0.0.0-20250301182851-e4fbb9fd7ff7 h1:kZzOx+XTEfCRjxw1yACuGhFSyS7ybP/NNJFAZYNARCk=
@@ -478,8 +478,8 @@ golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJ
478478
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
479479
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
480480
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
481-
golang.org/x/sync v0.13.0 h1:AauUjRAJ9OSnvULf/ARrrVywoJDy0YS2AwQ98I37610=
482-
golang.org/x/sync v0.13.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
481+
golang.org/x/sync v0.14.0 h1:woo0S4Yywslg6hp4eUFjTVOyKt0RookbpAHG4c1HmhQ=
482+
golang.org/x/sync v0.14.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
483483
golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
484484
golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
485485
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
@@ -496,8 +496,8 @@ golang.org/x/term v0.31.0 h1:erwDkOK1Msy6offm1mOgvspSkslFnIGsFnxOKoufg3o=
496496
golang.org/x/term v0.31.0/go.mod h1:R4BeIy7D95HzImkxGkTW1UQTtP54tio2RyHz7PwK0aw=
497497
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
498498
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
499-
golang.org/x/text v0.24.0 h1:dd5Bzh4yt5KYA8f9CJHCP4FB4D51c2c6JvN37xJJkJ0=
500-
golang.org/x/text v0.24.0/go.mod h1:L8rBsPeo2pSS+xqN0d5u2ikmjtmoJbDBT1b7nHvFCdU=
499+
golang.org/x/text v0.25.0 h1:qVyWApTSYLk/drJRO5mDlNYskwQznZmkpV2c8q9zls4=
500+
golang.org/x/text v0.25.0/go.mod h1:WEdwpYrmk1qmdHvhkSTNPm3app7v4rsT8F2UD6+VHIA=
501501
golang.org/x/time v0.8.0 h1:9i3RxcPv3PZnitoVGMPDKZSq1xW1gK1Xy3ArNOGZfEg=
502502
golang.org/x/time v0.8.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
503503
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=

hack/tools/go.mod

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ go 1.24.1
55
require (
66
github.com/a8m/envsubst v1.4.3
77
github.com/onsi/ginkgo/v2 v2.23.4
8-
golang.org/x/oauth2 v0.29.0
9-
k8s.io/client-go v0.32.4
10-
sigs.k8s.io/controller-tools v0.17.3
8+
golang.org/x/oauth2 v0.30.0
9+
k8s.io/client-go v0.33.0
10+
sigs.k8s.io/controller-tools v0.18.0
1111
sigs.k8s.io/kind v0.27.0
1212
)
1313

@@ -20,15 +20,20 @@ require (
2020
github.com/fatih/color v1.18.0 // indirect
2121
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
2222
github.com/go-logr/logr v1.4.2 // indirect
23+
github.com/go-openapi/jsonpointer v0.21.0 // indirect
24+
github.com/go-openapi/jsonreference v0.20.2 // indirect
25+
github.com/go-openapi/swag v0.23.0 // indirect
2326
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
2427
github.com/gobuffalo/flect v1.0.3 // indirect
2528
github.com/gogo/protobuf v1.3.2 // indirect
26-
github.com/google/gofuzz v1.2.0 // indirect
29+
github.com/google/gnostic-models v0.6.9 // indirect
2730
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
2831
github.com/google/safetext v0.0.0-20240722112252-5a72de7e7962 // indirect
2932
github.com/google/uuid v1.6.0 // indirect
3033
github.com/inconshreveable/mousetrap v1.1.0 // indirect
34+
github.com/josharian/intern v1.0.0 // indirect
3135
github.com/json-iterator/go v1.1.12 // indirect
36+
github.com/mailru/easyjson v0.7.7 // indirect
3237
github.com/mattn/go-colorable v0.1.13 // indirect
3338
github.com/mattn/go-isatty v0.0.20 // indirect
3439
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
@@ -47,17 +52,22 @@ require (
4752
golang.org/x/sys v0.32.0 // indirect
4853
golang.org/x/term v0.31.0 // indirect
4954
golang.org/x/text v0.24.0 // indirect
50-
golang.org/x/time v0.8.0 // indirect
51-
golang.org/x/tools v0.31.0 // indirect
55+
golang.org/x/time v0.9.0 // indirect
56+
golang.org/x/tools v0.32.0 // indirect
57+
google.golang.org/protobuf v1.36.5 // indirect
5258
gopkg.in/inf.v0 v0.9.1 // indirect
5359
gopkg.in/yaml.v2 v2.4.0 // indirect
5460
gopkg.in/yaml.v3 v3.0.1 // indirect
55-
k8s.io/api v0.32.4 // indirect
56-
k8s.io/apiextensions-apiserver v0.32.2 // indirect
57-
k8s.io/apimachinery v0.32.4 // indirect
61+
k8s.io/api v0.33.0 // indirect
62+
k8s.io/apiextensions-apiserver v0.33.0 // indirect
63+
k8s.io/apimachinery v0.33.0 // indirect
64+
k8s.io/code-generator v0.33.0 // indirect
65+
k8s.io/gengo/v2 v2.0.0-20250207200755-1244d31929d7 // indirect
5866
k8s.io/klog/v2 v2.130.1 // indirect
67+
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
5968
k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect
6069
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
61-
sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect
70+
sigs.k8s.io/randfill v1.0.0 // indirect
71+
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
6272
sigs.k8s.io/yaml v1.4.0 // indirect
6373
)

0 commit comments

Comments
 (0)