Skip to content

Commit fe857e1

Browse files
author
mgianluc
committed
Prepare for release v0.42.1
1 parent 080a8f9 commit fe857e1

12 files changed

+26
-26
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ OS ?= $(shell uname -s)
2727
OS := $(shell echo $(OS) | tr '[:upper:]' '[:lower:]')
2828
K8S_LATEST_VER ?= $(shell curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)
2929
export CONTROLLER_IMG ?= $(REGISTRY)/$(IMAGE_NAME)
30-
TAG ?= v0.42.0
30+
TAG ?= v0.42.1
3131

3232
.PHONY: all
3333
all: build

config/default/manager_auth_proxy_patch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
- "--report-mode=0"
1616
- --shard-key=
1717
- "--v=5"
18-
- "--version=v0.42.0"
18+
- "--version=v0.42.1"
1919
env:
2020
- name: GOMEMLIMIT
2121
valueFrom:

config/default/manager_image_patch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ spec:
88
spec:
99
containers:
1010
# Change the value of image field below to your controller image URL
11-
- image: docker.io/projectsveltos/addon-controller:v0.42.0
11+
- image: docker.io/projectsveltos/addon-controller:v0.42.1
1212
name: controller

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/onsi/ginkgo/v2 v2.22.0
1717
github.com/onsi/gomega v1.35.1
1818
github.com/pkg/errors v0.9.1
19-
github.com/projectsveltos/libsveltos v0.42.0
19+
github.com/projectsveltos/libsveltos v0.42.1
2020
github.com/prometheus/client_golang v1.20.5
2121
github.com/spf13/pflag v1.0.5
2222
github.com/yuin/gopher-lua v1.1.1
@@ -32,7 +32,7 @@ require (
3232
k8s.io/klog/v2 v2.130.1
3333
k8s.io/utils v0.0.0-20241104163129-6fe5fd82f078
3434
sigs.k8s.io/cluster-api v1.8.5
35-
sigs.k8s.io/controller-runtime v0.19.1
35+
sigs.k8s.io/controller-runtime v0.19.2
3636
sigs.k8s.io/kustomize/api v0.18.0
3737
sigs.k8s.io/kustomize/kyaml v0.18.1
3838
)
@@ -182,7 +182,7 @@ require (
182182
k8s.io/apiserver v0.31.3 // indirect
183183
k8s.io/cluster-bootstrap v0.31.1 // indirect
184184
k8s.io/kube-openapi v0.0.0-20241009091222-67ed5848f094 // indirect
185-
k8s.io/kubectl v0.31.2 // indirect
185+
k8s.io/kubectl v0.31.3 // indirect
186186
oras.land/oras-go v1.2.6 // indirect
187187
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.30.3 // indirect
188188
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,8 @@ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRI
324324
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
325325
github.com/poy/onpar v1.1.2 h1:QaNrNiZx0+Nar5dLgTVp5mXkyoVFIbepjyEoGSnhbAY=
326326
github.com/poy/onpar v1.1.2/go.mod h1:6X8FLNoxyr9kkmnlqpK6LSoiOtrO6MICtWwEuWkLjzg=
327-
github.com/projectsveltos/libsveltos v0.42.0 h1:U+mFYi2K4IPY1rvpg4jAPBqG4PaznUK4huo/xnFk7jc=
328-
github.com/projectsveltos/libsveltos v0.42.0/go.mod h1:DvifWRZuPtGKi4oGzQzcGe8XBKlzIlx2DcaoukAio+M=
327+
github.com/projectsveltos/libsveltos v0.42.1 h1:B7c8cF+vhR5AZJT8D4h19PSJfZqWUCR3CKEDUf032JI=
328+
github.com/projectsveltos/libsveltos v0.42.1/go.mod h1:XPev2TKsMxVG5LwhbbMkcCs/U0730ZMmOXIvu2HEtWo=
329329
github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw=
330330
github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo=
331331
github.com/prometheus/client_golang v1.1.0/go.mod h1:I1FGZT9+L76gKKOs5djB6ezCbFQP1xR9D75/vuwEF3g=
@@ -559,8 +559,8 @@ k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk=
559559
k8s.io/klog/v2 v2.130.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE=
560560
k8s.io/kube-openapi v0.0.0-20241009091222-67ed5848f094 h1:MErs8YA0abvOqJ8gIupA1Tz6PKXYUw34XsGlA7uSL1k=
561561
k8s.io/kube-openapi v0.0.0-20241009091222-67ed5848f094/go.mod h1:7ioBJr1A6igWjsR2fxq2EZ0mlMwYLejazSIc2bzMp2U=
562-
k8s.io/kubectl v0.31.2 h1:gTxbvRkMBwvTSAlobiTVqsH6S8Aa1aGyBcu5xYLsn8M=
563-
k8s.io/kubectl v0.31.2/go.mod h1:EyASYVU6PY+032RrTh5ahtSOMgoDRIux9V1JLKtG5xM=
562+
k8s.io/kubectl v0.31.3 h1:3r111pCjPsvnR98oLLxDMwAeM6OPGmPty6gSKaLTQes=
563+
k8s.io/kubectl v0.31.3/go.mod h1:lhMECDCbJN8He12qcKqs2QfmVo9Pue30geovBVpH5fs=
564564
k8s.io/utils v0.0.0-20241104163129-6fe5fd82f078 h1:jGnCPejIetjiy2gqaJ5V0NLwTpF4wbQ6cZIItJCSHno=
565565
k8s.io/utils v0.0.0-20241104163129-6fe5fd82f078/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
566566
oras.land/oras-go v1.2.6 h1:z8cmxQXBU8yZ4mkytWqXfo6tZcamPwjsuxYU81xJ8Lk=
@@ -569,8 +569,8 @@ sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.30.3 h1:2770sDpzrjjsA
569569
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.30.3/go.mod h1:Ve9uj1L+deCXFrPOk1LpFXqTg7LCFzFso6PA48q/XZw=
570570
sigs.k8s.io/cluster-api v1.8.5 h1:lNA2fPN4fkXEs+oOQlnwxT/4VwRFBpv5kkSoJG8nqBA=
571571
sigs.k8s.io/cluster-api v1.8.5/go.mod h1:pXv5LqLxuIbhGIXykyNKiJh+KrLweSBajVHHitPLyoY=
572-
sigs.k8s.io/controller-runtime v0.19.1 h1:Son+Q40+Be3QWb+niBXAg2vFiYWolDjjRfO8hn/cxOk=
573-
sigs.k8s.io/controller-runtime v0.19.1/go.mod h1:iRmWllt8IlaLjvTTDLhRBXIEtkCK6hwVBJJsYS9Ajf4=
572+
sigs.k8s.io/controller-runtime v0.19.2 h1:3sPrF58XQEPzbE8T81TN6selQIMGbtYwuaJ6eDssDF8=
573+
sigs.k8s.io/controller-runtime v0.19.2/go.mod h1:iRmWllt8IlaLjvTTDLhRBXIEtkCK6hwVBJJsYS9Ajf4=
574574
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo=
575575
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd/go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0=
576576
sigs.k8s.io/kustomize/api v0.18.0 h1:hTzp67k+3NEVInwz5BHyzc9rGxIauoXferXyjv5lWPo=

manifest/deployment-agentless.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
- --report-mode=0
2424
- --agent-in-mgmt-cluster
2525
- --v=5
26-
- --version=v0.42.0
26+
- --version=v0.42.1
2727
command:
2828
- /manager
2929
env:
@@ -35,7 +35,7 @@ spec:
3535
valueFrom:
3636
resourceFieldRef:
3737
resource: limits.cpu
38-
image: docker.io/projectsveltos/addon-controller:v0.42.0
38+
image: docker.io/projectsveltos/addon-controller:v0.42.1
3939
livenessProbe:
4040
failureThreshold: 3
4141
httpGet:

manifest/deployment-shard.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
- --report-mode=0
2424
- --shard-key={{.SHARD}}
2525
- --v=5
26-
- --version=v0.42.0
26+
- --version=v0.42.1
2727
command:
2828
- /manager
2929
env:
@@ -35,7 +35,7 @@ spec:
3535
valueFrom:
3636
resourceFieldRef:
3737
resource: limits.cpu
38-
image: docker.io/projectsveltos/addon-controller:v0.42.0
38+
image: docker.io/projectsveltos/addon-controller:v0.42.1
3939
livenessProbe:
4040
failureThreshold: 3
4141
httpGet:

manifest/manifest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8424,7 +8424,7 @@ spec:
84248424
- --report-mode=0
84258425
- --shard-key=
84268426
- --v=5
8427-
- --version=v0.42.0
8427+
- --version=v0.42.1
84288428
command:
84298429
- /manager
84308430
env:
@@ -8436,7 +8436,7 @@ spec:
84368436
valueFrom:
84378437
resourceFieldRef:
84388438
resource: limits.cpu
8439-
image: docker.io/projectsveltos/addon-controller:v0.42.0
8439+
image: docker.io/projectsveltos/addon-controller:v0.42.1
84408440
livenessProbe:
84418441
failureThreshold: 3
84428442
httpGet:

pkg/drift-detection/drift-detection-manager-in-mgmt-cluster.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ spec:
4444
- --cluster-type=
4545
- --current-cluster=management-cluster
4646
- --run-mode=do-not-send-updates
47-
- --version=v0.42.0
47+
- --version=v0.42.1
4848
command:
4949
- /manager
50-
image: docker.io/projectsveltos/drift-detection-manager:v0.42.0
50+
image: docker.io/projectsveltos/drift-detection-manager:v0.42.1
5151
livenessProbe:
5252
failureThreshold: 3
5353
httpGet:

pkg/drift-detection/drift-detection-manager-in-mgmt-cluster.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ spec:
2626
- --cluster-type=
2727
- --current-cluster=management-cluster
2828
- --run-mode=do-not-send-updates
29-
- --version=v0.42.0
29+
- --version=v0.42.1
3030
command:
3131
- /manager
32-
image: docker.io/projectsveltos/drift-detection-manager:v0.42.0
32+
image: docker.io/projectsveltos/drift-detection-manager:v0.42.1
3333
livenessProbe:
3434
failureThreshold: 3
3535
httpGet:

pkg/drift-detection/drift-detection-manager.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,10 @@ spec:
138138
- --cluster-type=
139139
- --current-cluster=managed-cluster
140140
- --run-mode=do-not-send-updates
141-
- --version=v0.42.0
141+
- --version=v0.42.1
142142
command:
143143
- /manager
144-
image: docker.io/projectsveltos/drift-detection-manager:v0.42.0
144+
image: docker.io/projectsveltos/drift-detection-manager:v0.42.1
145145
livenessProbe:
146146
failureThreshold: 3
147147
httpGet:

pkg/drift-detection/drift-detection-manager.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,10 @@ spec:
120120
- --cluster-type=
121121
- --current-cluster=managed-cluster
122122
- --run-mode=do-not-send-updates
123-
- --version=v0.42.0
123+
- --version=v0.42.1
124124
command:
125125
- /manager
126-
image: docker.io/projectsveltos/drift-detection-manager:v0.42.0
126+
image: docker.io/projectsveltos/drift-detection-manager:v0.42.1
127127
livenessProbe:
128128
failureThreshold: 3
129129
httpGet:

0 commit comments

Comments
 (0)