Skip to content

Commit b3f8366

Browse files
committed
(chore) set tag to v1.1.1
1 parent 471cf31 commit b3f8366

14 files changed

+22
-22
lines changed

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.1.0
48+
TAG ?= v1.1.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.1.0"
19+
- "--version=v1.1.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.1.0
11+
- image: docker.io/projectsveltos/classifier:v1.1.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.25.3
1010
github.com/onsi/gomega v1.38.2
1111
github.com/pkg/errors v0.9.1
12-
github.com/projectsveltos/libsveltos v1.1.0
12+
github.com/projectsveltos/libsveltos v1.1.1
1313
github.com/prometheus/client_golang v1.23.2
1414
github.com/spf13/pflag v1.0.10
1515
golang.org/x/text v0.29.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
135135
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
136136
github.com/prashantv/gostub v1.1.0 h1:BTyx3RfQjRHnUWaGF9oQos79AlQ5k8WNktv7VGvVH4g=
137137
github.com/prashantv/gostub v1.1.0/go.mod h1:A5zLQHz7ieHGG7is6LLXLz7I8+3LZzsrV0P1IAHhP5U=
138-
github.com/projectsveltos/libsveltos v1.1.0 h1:QcBq3emJgUskCtwaX3mNFBg91mrga04zzvWpqTDU10w=
139-
github.com/projectsveltos/libsveltos v1.1.0/go.mod h1:pjM/s2wIcArFEk8uPRroCPNnV4cL/tlNozwb5ehoxhE=
138+
github.com/projectsveltos/libsveltos v1.1.1 h1:CGFN206SCufzkgXfhe8q4Zecp64Wy7xUBfRtYkxVfr8=
139+
github.com/projectsveltos/libsveltos v1.1.1/go.mod h1:pjM/s2wIcArFEk8uPRroCPNnV4cL/tlNozwb5ehoxhE=
140140
github.com/prometheus/client_golang v1.23.2 h1:Je96obch5RDVy3FDMndoUsjAhG5Edi49h0RJWRi/o0o=
141141
github.com/prometheus/client_golang v1.23.2/go.mod h1:Tb1a6LWHB3/SPIzCoaDXI4I8UHKeFTEQ1YCr+0Gyqmg=
142142
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.1.0
27+
- --version=v1.1.1
2828
- --registry=
2929
- --agent-in-mgmt-cluster=true
3030
command:
3131
- /manager
32-
image: docker.io/projectsveltos/classifier:v1.1.0
32+
image: docker.io/projectsveltos/classifier:v1.1.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.1.0
27+
- --version=v1.1.1
2828
- --registry=
2929
- --agent-in-mgmt-cluster=false
3030
command:
3131
- /manager
32-
image: docker.io/projectsveltos/classifier:v1.1.0
32+
image: docker.io/projectsveltos/classifier:v1.1.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
@@ -162,12 +162,12 @@ spec:
162162
- --shard-key=
163163
- --capi-onboard-annotation=
164164
- --v=5
165-
- --version=v1.1.0
165+
- --version=v1.1.1
166166
- --registry=
167167
- --agent-in-mgmt-cluster=false
168168
command:
169169
- /manager
170-
image: docker.io/projectsveltos/classifier:v1.1.0
170+
image: docker.io/projectsveltos/classifier:v1.1.1
171171
livenessProbe:
172172
failureThreshold: 3
173173
httpGet:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ spec:
4242
- --cluster-namespace=
4343
- --cluster-name=
4444
- --cluster-type=
45-
- --version=v1.1.0
45+
- --version=v1.1.1
4646
- --current-cluster=management-cluster
4747
- --run-mode=do-not-send-reports
4848
command:
4949
- /manager
50-
image: docker.io/projectsveltos/sveltos-agent@sha256:0653a04650de7be38e3d301d9b252c941b2b179a4b346b6ac0b6753c29256c3d
50+
image: docker.io/projectsveltos/sveltos-agent@sha256:cb9318721a0d8a8b7c234f661a9b7590d3aacfa418b67d67cc07efb0454f21d8
5151
livenessProbe:
5252
failureThreshold: 3
5353
httpGet:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ spec:
2424
- --cluster-namespace=
2525
- --cluster-name=
2626
- --cluster-type=
27-
- --version=v1.1.0
27+
- --version=v1.1.1
2828
- --current-cluster=management-cluster
2929
- --run-mode=do-not-send-reports
3030
command:
3131
- /manager
32-
image: docker.io/projectsveltos/sveltos-agent@sha256:0653a04650de7be38e3d301d9b252c941b2b179a4b346b6ac0b6753c29256c3d
32+
image: docker.io/projectsveltos/sveltos-agent@sha256:cb9318721a0d8a8b7c234f661a9b7590d3aacfa418b67d67cc07efb0454f21d8
3333
livenessProbe:
3434
failureThreshold: 3
3535
httpGet:

0 commit comments

Comments
 (0)