Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(chore) set tag to v0.49.0 #141

Merged
merged 1 commit into from
Feb 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ARCH ?= amd64
OS ?= $(shell uname -s | tr A-Z a-z)
K8S_LATEST_VER ?= $(shell curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)
export CONTROLLER_IMG ?= $(REGISTRY)/$(IMAGE_NAME)
TAG ?= main
TAG ?= v0.49.0

## Tool Binaries
CONTROLLER_GEN := $(TOOLS_BIN_DIR)/controller-gen
Expand Down
2 changes: 1 addition & 1 deletion config/default/manager_image_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ spec:
spec:
containers:
# Change the value of image field below to your controller image URL
- image: docker.io/projectsveltos/shard-controller:main
- image: docker.io/projectsveltos/shard-controller:v0.49.0
name: manager
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/onsi/ginkgo/v2 v2.22.2
github.com/onsi/gomega v1.36.2
github.com/pkg/errors v0.9.1
github.com/projectsveltos/libsveltos v0.48.2-0.20250224123442-b672af4e6104
github.com/projectsveltos/libsveltos v0.49.0
github.com/spf13/pflag v1.0.6
golang.org/x/text v0.22.0
k8s.io/api v0.32.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINE
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/projectsveltos/libsveltos v0.48.2-0.20250224123442-b672af4e6104 h1:Vs3xBteguNXaQFLJu1QZxjDp5ia7TciIMjAOLVjdxgk=
github.com/projectsveltos/libsveltos v0.48.2-0.20250224123442-b672af4e6104/go.mod h1:xne9qc5+gVpvTwJ7cXORfS2FRo27az2LDQY3oNTWY9M=
github.com/projectsveltos/libsveltos v0.49.0 h1:mzbEzN1Ruu7lZ918gijf5mzG3QTGETaZ5doIu6iTH7U=
github.com/projectsveltos/libsveltos v0.49.0/go.mod h1:xne9qc5+gVpvTwJ7cXORfS2FRo27az2LDQY3oNTWY9M=
github.com/prometheus/client_golang v1.20.4 h1:Tgh3Yr67PaOv/uTqloMsCEdeuFTatm5zIq5+qNN23vI=
github.com/prometheus/client_golang v1.20.4/go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE=
github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E=
Expand Down
2 changes: 1 addition & 1 deletion manifest/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ spec:
- --report-mode=0
command:
- /manager
image: docker.io/projectsveltos/shard-controller:main
image: docker.io/projectsveltos/shard-controller:v0.49.0
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions pkg/sharding/ac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- --shard-key={{.SHARD}}
- --capi-onboard-annotation=
- --v=5
- --version=main
- --version=v0.49.0
command:
- /manager
env:
Expand All @@ -36,7 +36,7 @@ spec:
valueFrom:
resourceFieldRef:
resource: limits.cpu
image: docker.io/projectsveltos/addon-controller@sha256:3930d641420475c3cb82b023b4e91ca4a03d5a1a03c8a6a1560a4c01a3d25b0d
image: docker.io/projectsveltos/addon-controller@sha256:1b65773d03eb864dd08a6f7c53b4f96333c49b420b3dea8446e5ecfb4878c7ca
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions pkg/sharding/addon-controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
- --shard-key={{.SHARD}}
- --capi-onboard-annotation=
- --v=5
- --version=main
- --version=v0.49.0
command:
- /manager
env:
Expand All @@ -54,7 +54,7 @@ spec:
valueFrom:
resourceFieldRef:
resource: limits.cpu
image: docker.io/projectsveltos/addon-controller@sha256:3930d641420475c3cb82b023b4e91ca4a03d5a1a03c8a6a1560a4c01a3d25b0d
image: docker.io/projectsveltos/addon-controller@sha256:1b65773d03eb864dd08a6f7c53b4f96333c49b420b3dea8446e5ecfb4878c7ca
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions pkg/sharding/classifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ spec:
- --shard-key={{.SHARD}}
- --capi-onboard-annotation=
- --v=5
- --version=main
- --version=v0.49.0
command:
- /manager
image: docker.io/projectsveltos/classifier@sha256:c55772fb9aec5cbb0f1e1aa000f39cf30509dffa96a4bf21db2310f71bf15310
image: docker.io/projectsveltos/classifier@sha256:1009c617a5b33965ff97ec830b427b836e5a1ea13dd9df91228d12ed818ab61c
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions pkg/sharding/classifier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ spec:
- --shard-key={{.SHARD}}
- --capi-onboard-annotation=
- --v=5
- --version=main
- --version=v0.49.0
command:
- /manager
image: docker.io/projectsveltos/classifier@sha256:c55772fb9aec5cbb0f1e1aa000f39cf30509dffa96a4bf21db2310f71bf15310
image: docker.io/projectsveltos/classifier@sha256:1009c617a5b33965ff97ec830b427b836e5a1ea13dd9df91228d12ed818ab61c
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions pkg/sharding/em.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ spec:
- --shard-key={{.SHARD}}
- --capi-onboard-annotation=
- --v=5
- --version=main
- --version=v0.49.0
command:
- /manager
image: docker.io/projectsveltos/event-manager@sha256:b8c5c5fb3698795a0a1f90d2381eb44a3b9fee0f4d63fe1fac7627af5a0a7308
image: docker.io/projectsveltos/event-manager@sha256:2a04eb744d78b6b1c15ecc90613558c4b553ced12d27ea1d2b829611f9d04939
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions pkg/sharding/event-manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ spec:
- --shard-key={{.SHARD}}
- --capi-onboard-annotation=
- --v=5
- --version=main
- --version=v0.49.0
command:
- /manager
image: docker.io/projectsveltos/event-manager@sha256:b8c5c5fb3698795a0a1f90d2381eb44a3b9fee0f4d63fe1fac7627af5a0a7308
image: docker.io/projectsveltos/event-manager@sha256:2a04eb744d78b6b1c15ecc90613558c4b553ced12d27ea1d2b829611f9d04939
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions pkg/sharding/healthcheck-manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ spec:
- --shard-key={{.SHARD}}
- --capi-onboard-annotation=
- --v=5
- --version=main
- --version=v0.49.0
command:
- /manager
image: docker.io/projectsveltos/healthcheck-manager@sha256:41f875071b434e9c0f152d8dce694030388245d2569a58951cd3d6f1b12db3c6
image: docker.io/projectsveltos/healthcheck-manager@sha256:94dce3b79405dac357430de39cfb1f596b4f148afb4d6f5dfcf2b6d4905931f6
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions pkg/sharding/hm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ spec:
- --shard-key={{.SHARD}}
- --capi-onboard-annotation=
- --v=5
- --version=main
- --version=v0.49.0
command:
- /manager
image: docker.io/projectsveltos/healthcheck-manager@sha256:41f875071b434e9c0f152d8dce694030388245d2569a58951cd3d6f1b12db3c6
image: docker.io/projectsveltos/healthcheck-manager@sha256:94dce3b79405dac357430de39cfb1f596b4f148afb4d6f5dfcf2b6d4905931f6
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion pkg/sharding/sc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- --v=5
command:
- /manager
image: docker.io/projectsveltos/sveltoscluster-manager@sha256:1c5f0eceafc7c3663bddc17ef01aed7d0633ffdcf67b9155ad1ef2d62145890a
image: docker.io/projectsveltos/sveltoscluster-manager@sha256:e486834d42ec6b98fa4772936d46c73edd54b954718757f0554b4332cb6993b4
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion pkg/sharding/sveltoscluster-manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
- --v=5
command:
- /manager
image: docker.io/projectsveltos/sveltoscluster-manager@sha256:1c5f0eceafc7c3663bddc17ef01aed7d0633ffdcf67b9155ad1ef2d62145890a
image: docker.io/projectsveltos/sveltoscluster-manager@sha256:e486834d42ec6b98fa4772936d46c73edd54b954718757f0554b4332cb6993b4
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
Loading