Skip to content

Commit 486e892

Browse files
authored
Merge pull request #222 from gianlucam76/prep
(chore) Set tag to v1.12.0
2 parents 507d0a1 + 58cff24 commit 486e892

15 files changed

Lines changed: 28 additions & 28 deletions

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ARCH ?= amd64
3636
OS ?= $(shell uname -s | tr A-Z a-z)
3737
K8S_LATEST_VER ?= $(shell curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)
3838
export CONTROLLER_IMG ?= $(REGISTRY)/$(IMAGE_NAME)
39-
TAG ?= main
39+
TAG ?= v1.12.0
4040

4141
## Tool Binaries
4242
CONTROLLER_GEN := $(TOOLS_BIN_DIR)/controller-gen

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/shard-controller:main
11+
- image: docker.io/projectsveltos/shard-controller:v1.12.0
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.32.0
1010
github.com/onsi/gomega v1.42.1
1111
github.com/pkg/errors v0.9.1
12-
github.com/projectsveltos/libsveltos v1.11.2-0.20260630062346-87fc6de07e4a
12+
github.com/projectsveltos/libsveltos v1.12.0
1313
github.com/spf13/pflag v1.0.10
1414
golang.org/x/text v0.38.0
1515
k8s.io/api v0.36.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINE
146146
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
147147
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=
148148
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
149-
github.com/projectsveltos/libsveltos v1.11.2-0.20260630062346-87fc6de07e4a h1:KuqOQNqIJf/rUJXISalUj3KPELq3b8taSASAw0hpqnc=
150-
github.com/projectsveltos/libsveltos v1.11.2-0.20260630062346-87fc6de07e4a/go.mod h1:qxA5aI6uodU2izOjoaFcC5yqizE/7HBXSM8674BXMbg=
149+
github.com/projectsveltos/libsveltos v1.12.0 h1:xQfo/AEh3vVRbfWVazpsgBoRgBG5vzm/sJmXp5YrUEg=
150+
github.com/projectsveltos/libsveltos v1.12.0/go.mod h1:4/vcbYFCFE8uEGIHmltriAoHxdB8jgS2zI+9gruOfJ4=
151151
github.com/prometheus/client_golang v1.23.2 h1:Je96obch5RDVy3FDMndoUsjAhG5Edi49h0RJWRi/o0o=
152152
github.com/prometheus/client_golang v1.23.2/go.mod h1:Tb1a6LWHB3/SPIzCoaDXI4I8UHKeFTEQ1YCr+0Gyqmg=
153153
github.com/prometheus/client_model v0.6.2 h1:oBsgwpGs7iVziMvrGhE53c/GrLUsZdHnqNwqPLxwZyk=

manifest/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ spec:
166166
valueFrom:
167167
fieldRef:
168168
fieldPath: metadata.namespace
169-
image: docker.io/projectsveltos/shard-controller:main
169+
image: docker.io/projectsveltos/shard-controller:v1.12.0
170170
livenessProbe:
171171
failureThreshold: 3
172172
httpGet:

pkg/sharding/ac.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=main
29+
- --version=v1.12.0
3030
- --agent-in-mgmt-cluster=false
3131
command:
3232
- /manager
@@ -43,7 +43,7 @@ spec:
4343
valueFrom:
4444
fieldRef:
4545
fieldPath: metadata.namespace
46-
image: docker.io/projectsveltos/addon-controller@sha256:05135a2c481f8dabc5627b39dd2d23a9211674dc804a4877cef654ab1aea75c0
46+
image: docker.io/projectsveltos/addon-controller@sha256:98312b5bc21f1cd6dd3d9b3d6d2d530981f8f3369477ae5455869ef11fceaf18
4747
livenessProbe:
4848
failureThreshold: 3
4949
httpGet:
@@ -101,7 +101,7 @@ spec:
101101
fieldPath: metadata.namespace
102102
- name: IS_INITIALIZATION
103103
value: "true"
104-
image: docker.io/projectsveltos/addon-controller@sha256:05135a2c481f8dabc5627b39dd2d23a9211674dc804a4877cef654ab1aea75c0
104+
image: docker.io/projectsveltos/addon-controller@sha256:98312b5bc21f1cd6dd3d9b3d6d2d530981f8f3369477ae5455869ef11fceaf18
105105
name: initialization
106106
securityContext:
107107
allowPrivilegeEscalation: false

pkg/sharding/addon-controller.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spec:
4444
- --shard-key={{.SHARD}}
4545
- --capi-onboard-annotation=
4646
- --v=5
47-
- --version=main
47+
- --version=v1.12.0
4848
- --agent-in-mgmt-cluster=false
4949
command:
5050
- /manager
@@ -61,7 +61,7 @@ spec:
6161
valueFrom:
6262
fieldRef:
6363
fieldPath: metadata.namespace
64-
image: docker.io/projectsveltos/addon-controller@sha256:05135a2c481f8dabc5627b39dd2d23a9211674dc804a4877cef654ab1aea75c0
64+
image: docker.io/projectsveltos/addon-controller@sha256:98312b5bc21f1cd6dd3d9b3d6d2d530981f8f3369477ae5455869ef11fceaf18
6565
livenessProbe:
6666
failureThreshold: 3
6767
httpGet:
@@ -119,7 +119,7 @@ spec:
119119
fieldPath: metadata.namespace
120120
- name: IS_INITIALIZATION
121121
value: "true"
122-
image: docker.io/projectsveltos/addon-controller@sha256:05135a2c481f8dabc5627b39dd2d23a9211674dc804a4877cef654ab1aea75c0
122+
image: docker.io/projectsveltos/addon-controller@sha256:98312b5bc21f1cd6dd3d9b3d6d2d530981f8f3369477ae5455869ef11fceaf18
123123
name: initialization
124124
securityContext:
125125
allowPrivilegeEscalation: false

pkg/sharding/classifier.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spec:
4444
- --shard-key={{.SHARD}}
4545
- --capi-onboard-annotation=
4646
- --v=5
47-
- --version=main
47+
- --version=v1.12.0
4848
- --registry=
4949
- --agent-in-mgmt-cluster=false
5050
command:
@@ -62,7 +62,7 @@ spec:
6262
valueFrom:
6363
fieldRef:
6464
fieldPath: metadata.namespace
65-
image: docker.io/projectsveltos/classifier@sha256:fff85efc68cbb3df969ce2748db9c1b1db8e3ba42d4478cd2c6d056b8ee11c79
65+
image: docker.io/projectsveltos/classifier@sha256:1ecc84c8f162337f7fe547313ce75796468a752ab6e25684ced9be52be02c078
6666
imagePullPolicy: IfNotPresent
6767
livenessProbe:
6868
failureThreshold: 3
@@ -110,7 +110,7 @@ spec:
110110
fieldPath: metadata.namespace
111111
- name: IS_INITIALIZATION
112112
value: "true"
113-
image: docker.io/projectsveltos/classifier@sha256:fff85efc68cbb3df969ce2748db9c1b1db8e3ba42d4478cd2c6d056b8ee11c79
113+
image: docker.io/projectsveltos/classifier@sha256:1ecc84c8f162337f7fe547313ce75796468a752ab6e25684ced9be52be02c078
114114
imagePullPolicy: IfNotPresent
115115
name: migrate
116116
resources:

pkg/sharding/classifier.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=main
29+
- --version=v1.12.0
3030
- --registry=
3131
- --agent-in-mgmt-cluster=false
3232
command:
@@ -44,7 +44,7 @@ spec:
4444
valueFrom:
4545
fieldRef:
4646
fieldPath: metadata.namespace
47-
image: docker.io/projectsveltos/classifier@sha256:fff85efc68cbb3df969ce2748db9c1b1db8e3ba42d4478cd2c6d056b8ee11c79
47+
image: docker.io/projectsveltos/classifier@sha256:1ecc84c8f162337f7fe547313ce75796468a752ab6e25684ced9be52be02c078
4848
imagePullPolicy: IfNotPresent
4949
livenessProbe:
5050
failureThreshold: 3
@@ -92,7 +92,7 @@ spec:
9292
fieldPath: metadata.namespace
9393
- name: IS_INITIALIZATION
9494
value: "true"
95-
image: docker.io/projectsveltos/classifier@sha256:fff85efc68cbb3df969ce2748db9c1b1db8e3ba42d4478cd2c6d056b8ee11c79
95+
image: docker.io/projectsveltos/classifier@sha256:1ecc84c8f162337f7fe547313ce75796468a752ab6e25684ced9be52be02c078
9696
imagePullPolicy: IfNotPresent
9797
name: migrate
9898
resources:

pkg/sharding/em.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
- --shard-key={{.SHARD}}
2424
- --capi-onboard-annotation=
2525
- --v=5
26-
- --version=main
26+
- --version=v1.12.0
2727
- --agent-in-mgmt-cluster=false
2828
command:
2929
- /manager
@@ -40,7 +40,7 @@ spec:
4040
valueFrom:
4141
fieldRef:
4242
fieldPath: metadata.namespace
43-
image: docker.io/projectsveltos/event-manager@sha256:3a14303cd47f691b2e94dd003f039d6c08d8821e69aa681ba0d18fb513dc30d0
43+
image: docker.io/projectsveltos/event-manager@sha256:fd31a6163d6ca133ca4bef7216a9d2bcf3eb6ae15638d5e3ad3a9e20aa6d464f
4444
livenessProbe:
4545
failureThreshold: 3
4646
httpGet:

0 commit comments

Comments
 (0)