Skip to content

Commit ce37ccb

Browse files
authored
Merge pull request #455 from gianlucam76/release-1.6
(chore) prepare for release v1.6.1
2 parents 5578800 + 2d584d2 commit ce37ccb

12 files changed

Lines changed: 20 additions & 20 deletions

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ ARCH ?= $(shell go env GOARCH)
4545
OS ?= $(shell uname -s | tr A-Z a-z)
4646
K8S_LATEST_VER ?= $(shell curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)
4747
export CONTROLLER_IMG ?= $(REGISTRY)/$(IMAGE_NAME)
48-
TAG ?= v1.6.0
48+
TAG ?= v1.6.1
4949

5050
## Tool Binaries
5151
CONTROLLER_GEN := $(TOOLS_BIN_DIR)/controller-gen

config/default/manager_auth_proxy_patch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ spec:
1616
- "--shard-key="
1717
- --capi-onboard-annotation=
1818
- "--v=5"
19-
- "--version=v1.6.0"
19+
- "--version=v1.6.1"
2020
- "--registry="
2121
- "--agent-in-mgmt-cluster=false"

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/classifier:v1.6.0
11+
- image: docker.io/projectsveltos/classifier:v1.6.1
1212
name: manager

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/onsi/ginkgo/v2 v2.28.1
1010
github.com/onsi/gomega v1.39.1
1111
github.com/pkg/errors v0.9.1
12-
github.com/projectsveltos/libsveltos v1.6.0
12+
github.com/projectsveltos/libsveltos v1.6.1
1313
github.com/prometheus/client_golang v1.23.2
1414
github.com/spf13/pflag v1.0.10
1515
golang.org/x/text v0.34.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
143143
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
144144
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
145145
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
146-
github.com/projectsveltos/libsveltos v1.6.0 h1:O6Rd5K+HsmyxKS/YVlXywGaLriNmU/T6MkhEFziaIjY=
147-
github.com/projectsveltos/libsveltos v1.6.0/go.mod h1:Wi/ICx8bv1SGBuzIu6ZFEJAosauY3jA/wbIe1SCvnEs=
146+
github.com/projectsveltos/libsveltos v1.6.1 h1:+NRYGDWONyUfjX0/LKFtPwvK/eQhO/jz1yvcPBj2lVA=
147+
github.com/projectsveltos/libsveltos v1.6.1/go.mod h1:Wi/ICx8bv1SGBuzIu6ZFEJAosauY3jA/wbIe1SCvnEs=
148148
github.com/prometheus/client_golang v1.23.2 h1:Je96obch5RDVy3FDMndoUsjAhG5Edi49h0RJWRi/o0o=
149149
github.com/prometheus/client_golang v1.23.2/go.mod h1:Tb1a6LWHB3/SPIzCoaDXI4I8UHKeFTEQ1YCr+0Gyqmg=
150150
github.com/prometheus/client_model v0.6.2 h1:oBsgwpGs7iVziMvrGhE53c/GrLUsZdHnqNwqPLxwZyk=

manifest/deployment-agentless.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ spec:
2424
- --shard-key=
2525
- --capi-onboard-annotation=
2626
- --v=5
27-
- --version=v1.6.0
27+
- --version=v1.6.1
2828
- --registry=
2929
- --agent-in-mgmt-cluster=true
3030
command:
3131
- /manager
32-
image: docker.io/projectsveltos/classifier:v1.6.0
32+
image: docker.io/projectsveltos/classifier:v1.6.1
3333
livenessProbe:
3434
failureThreshold: 3
3535
httpGet:

manifest/deployment-shard.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ spec:
2424
- --shard-key={{.SHARD}}
2525
- --capi-onboard-annotation=
2626
- --v=5
27-
- --version=v1.6.0
27+
- --version=v1.6.1
2828
- --registry=
2929
- --agent-in-mgmt-cluster=false
3030
command:
3131
- /manager
32-
image: docker.io/projectsveltos/classifier:v1.6.0
32+
image: docker.io/projectsveltos/classifier:v1.6.1
3333
livenessProbe:
3434
failureThreshold: 3
3535
httpGet:

manifest/manifest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,12 @@ spec:
168168
- --shard-key=
169169
- --capi-onboard-annotation=
170170
- --v=5
171-
- --version=v1.6.0
171+
- --version=v1.6.1
172172
- --registry=
173173
- --agent-in-mgmt-cluster=false
174174
command:
175175
- /manager
176-
image: docker.io/projectsveltos/classifier:v1.6.0
176+
image: docker.io/projectsveltos/classifier:v1.6.1
177177
livenessProbe:
178178
failureThreshold: 3
179179
httpGet:

pkg/agent/sveltos-agent-in-mgmt-cluster.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
- --cluster-namespace=
4343
- --cluster-name=
4444
- --cluster-type=
45-
- --version=v1.6.0
45+
- --version=v1.6.1
4646
- --current-cluster=management-cluster
4747
- --run-mode=do-not-send-reports
4848
- --discard-managed-fields=true
@@ -57,7 +57,7 @@ spec:
5757
valueFrom:
5858
resourceFieldRef:
5959
resource: limits.cpu
60-
image: docker.io/projectsveltos/sveltos-agent@sha256:16b0272d99f04af0818906fb5279473991e8eb8a3bc661e8ac378ef4ae68fd2f
60+
image: docker.io/projectsveltos/sveltos-agent@sha256:fea8b2099efad804f6927df419de1898c358056b053552e22338bf1e0e34e45c
6161
livenessProbe:
6262
failureThreshold: 3
6363
httpGet:

pkg/agent/sveltos-agent-in-mgmt-cluster.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
- --cluster-namespace=
2525
- --cluster-name=
2626
- --cluster-type=
27-
- --version=v1.6.0
27+
- --version=v1.6.1
2828
- --current-cluster=management-cluster
2929
- --run-mode=do-not-send-reports
3030
- --discard-managed-fields=true
@@ -39,7 +39,7 @@ spec:
3939
valueFrom:
4040
resourceFieldRef:
4141
resource: limits.cpu
42-
image: docker.io/projectsveltos/sveltos-agent@sha256:16b0272d99f04af0818906fb5279473991e8eb8a3bc661e8ac378ef4ae68fd2f
42+
image: docker.io/projectsveltos/sveltos-agent@sha256:fea8b2099efad804f6927df419de1898c358056b053552e22338bf1e0e34e45c
4343
livenessProbe:
4444
failureThreshold: 3
4545
httpGet:

0 commit comments

Comments
 (0)