Skip to content

Commit 282fc51

Browse files
committed
(chore) prepare for release v1.6.1
1 parent 867afb0 commit 282fc51

12 files changed

Lines changed: 24 additions & 24 deletions

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 ?= v1.6.0
30+
TAG ?= v1.6.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
@@ -22,7 +22,7 @@ spec:
2222
- --shard-key=
2323
- --capi-onboard-annotation=
2424
- "--v=5"
25-
- "--version=v1.6.0"
25+
- "--version=v1.6.1"
2626
- "--agent-in-mgmt-cluster=false"
2727
env:
2828
- name: GOMEMLIMIT

config/default/manager_image_patch.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ spec:
77
template:
88
spec:
99
initContainers:
10-
- image: docker.io/projectsveltos/addon-controller:v1.6.0
10+
- image: docker.io/projectsveltos/addon-controller:v1.6.1
1111
name: initialization
1212
containers:
13-
- image: docker.io/projectsveltos/addon-controller:v1.6.0
13+
- image: docker.io/projectsveltos/addon-controller:v1.6.1
1414
name: controller

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
github.com/onsi/ginkgo/v2 v2.28.1
1919
github.com/onsi/gomega v1.39.1
2020
github.com/pkg/errors v0.9.1
21-
github.com/projectsveltos/libsveltos v1.6.0
21+
github.com/projectsveltos/libsveltos v1.6.1
2222
github.com/prometheus/client_golang v1.23.2
2323
github.com/robfig/cron v1.2.0
2424
github.com/spf13/pflag v1.0.10

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,8 @@ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRI
279279
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
280280
github.com/poy/onpar v1.1.2 h1:QaNrNiZx0+Nar5dLgTVp5mXkyoVFIbepjyEoGSnhbAY=
281281
github.com/poy/onpar v1.1.2/go.mod h1:6X8FLNoxyr9kkmnlqpK6LSoiOtrO6MICtWwEuWkLjzg=
282-
github.com/projectsveltos/libsveltos v1.6.0 h1:O6Rd5K+HsmyxKS/YVlXywGaLriNmU/T6MkhEFziaIjY=
283-
github.com/projectsveltos/libsveltos v1.6.0/go.mod h1:Wi/ICx8bv1SGBuzIu6ZFEJAosauY3jA/wbIe1SCvnEs=
282+
github.com/projectsveltos/libsveltos v1.6.1 h1:+NRYGDWONyUfjX0/LKFtPwvK/eQhO/jz1yvcPBj2lVA=
283+
github.com/projectsveltos/libsveltos v1.6.1/go.mod h1:Wi/ICx8bv1SGBuzIu6ZFEJAosauY3jA/wbIe1SCvnEs=
284284
github.com/projectsveltos/lua-utils/glua-json v0.0.0-20251212200258-2b3cdcb7c0f5 h1:khnc+994UszxZYu69J+R5FKiLA/Nk1JQj0EYAkwTWz0=
285285
github.com/projectsveltos/lua-utils/glua-json v0.0.0-20251212200258-2b3cdcb7c0f5/go.mod h1:yVL8KQFa9tmcxgwl9nwIMtKgtmIVC1zaFRSCfOwYvPY=
286286
github.com/projectsveltos/lua-utils/glua-runes v0.0.0-20251212200258-2b3cdcb7c0f5 h1:YbsebwRwTRhV8QacvEAdFqxcxHdeu7JTVtsBovbkgos=

manifest/deployment-agentless.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
- --shard-key=
2727
- --capi-onboard-annotation=
2828
- --v=5
29-
- --version=v1.6.0
29+
- --version=v1.6.1
3030
- --agent-in-mgmt-cluster=true
3131
command:
3232
- /manager
@@ -39,7 +39,7 @@ spec:
3939
valueFrom:
4040
resourceFieldRef:
4141
resource: limits.cpu
42-
image: docker.io/projectsveltos/addon-controller:v1.6.0
42+
image: docker.io/projectsveltos/addon-controller:v1.6.1
4343
livenessProbe:
4444
failureThreshold: 3
4545
httpGet:
@@ -85,7 +85,7 @@ spec:
8585
env:
8686
- name: IS_INITIALIZATION
8787
value: "true"
88-
image: docker.io/projectsveltos/addon-controller:v1.6.0
88+
image: docker.io/projectsveltos/addon-controller:v1.6.1
8989
name: initialization
9090
securityContext:
9191
runAsNonRoot: true

manifest/deployment-shard.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
- --shard-key={{.SHARD}}
2727
- --capi-onboard-annotation=
2828
- --v=5
29-
- --version=v1.6.0
29+
- --version=v1.6.1
3030
- --agent-in-mgmt-cluster=false
3131
command:
3232
- /manager
@@ -39,7 +39,7 @@ spec:
3939
valueFrom:
4040
resourceFieldRef:
4141
resource: limits.cpu
42-
image: docker.io/projectsveltos/addon-controller:v1.6.0
42+
image: docker.io/projectsveltos/addon-controller:v1.6.1
4343
livenessProbe:
4444
failureThreshold: 3
4545
httpGet:
@@ -85,7 +85,7 @@ spec:
8585
env:
8686
- name: IS_INITIALIZATION
8787
value: "true"
88-
image: docker.io/projectsveltos/addon-controller:v1.6.0
88+
image: docker.io/projectsveltos/addon-controller:v1.6.1
8989
name: initialization
9090
securityContext:
9191
runAsNonRoot: true

manifest/manifest.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7918,7 +7918,7 @@ spec:
79187918
- --shard-key=
79197919
- --capi-onboard-annotation=
79207920
- --v=5
7921-
- --version=v1.6.0
7921+
- --version=v1.6.1
79227922
- --agent-in-mgmt-cluster=false
79237923
command:
79247924
- /manager
@@ -7931,7 +7931,7 @@ spec:
79317931
valueFrom:
79327932
resourceFieldRef:
79337933
resource: limits.cpu
7934-
image: docker.io/projectsveltos/addon-controller:v1.6.0
7934+
image: docker.io/projectsveltos/addon-controller:v1.6.1
79357935
livenessProbe:
79367936
failureThreshold: 3
79377937
httpGet:
@@ -7977,7 +7977,7 @@ spec:
79777977
env:
79787978
- name: IS_INITIALIZATION
79797979
value: "true"
7980-
image: docker.io/projectsveltos/addon-controller:v1.6.0
7980+
image: docker.io/projectsveltos/addon-controller:v1.6.1
79817981
name: initialization
79827982
securityContext:
79837983
runAsNonRoot: true

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=v1.6.0
47+
- --version=v1.6.1
4848
command:
4949
- /manager
50-
image: docker.io/projectsveltos/drift-detection-manager@sha256:29d666e30ba9bfd32c0c23f0243ec4d9ece1232e33af84d0fd1fbda397b71d46
50+
image: docker.io/projectsveltos/drift-detection-manager@sha256:7958f12ef20bef5ac580a0c3e22ef0ef452a98f215c4485963cedbec9c9c62ad
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=v1.6.0
29+
- --version=v1.6.1
3030
command:
3131
- /manager
32-
image: docker.io/projectsveltos/drift-detection-manager@sha256:29d666e30ba9bfd32c0c23f0243ec4d9ece1232e33af84d0fd1fbda397b71d46
32+
image: docker.io/projectsveltos/drift-detection-manager@sha256:7958f12ef20bef5ac580a0c3e22ef0ef452a98f215c4485963cedbec9c9c62ad
3333
livenessProbe:
3434
failureThreshold: 3
3535
httpGet:

0 commit comments

Comments
 (0)