Skip to content

Commit

Permalink
Merge pull request #70 from gianlucam76/release-0.49
Browse files Browse the repository at this point in the history
(chore) set tag to v0.49.0
  • Loading branch information
gianlucam76 authored Feb 25, 2025
2 parents 1e9640b + f53c726 commit 02cd858
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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

.PHONY: all
all: build
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: projectsveltos/ui-backend:main
- image: projectsveltos/ui-backend:v0.49.0
name: manager
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ 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/addon-controller v0.48.2-0.20250224142030-4f66743d65c1
github.com/projectsveltos/libsveltos v0.48.2-0.20250224123442-b672af4e6104
github.com/projectsveltos/addon-controller v0.49.0
github.com/projectsveltos/libsveltos v0.49.0
github.com/spf13/pflag v1.0.6
k8s.io/api v0.32.2
k8s.io/apiextensions-apiserver v0.32.2
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -356,10 +356,10 @@ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRI
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/poy/onpar v1.1.2 h1:QaNrNiZx0+Nar5dLgTVp5mXkyoVFIbepjyEoGSnhbAY=
github.com/poy/onpar v1.1.2/go.mod h1:6X8FLNoxyr9kkmnlqpK6LSoiOtrO6MICtWwEuWkLjzg=
github.com/projectsveltos/addon-controller v0.48.2-0.20250224142030-4f66743d65c1 h1:LlEfR3Exd1NV5z0kKaiesUoGhpq61LYHVGRZCu2JVtg=
github.com/projectsveltos/addon-controller v0.48.2-0.20250224142030-4f66743d65c1/go.mod h1:d6cq5nt+nsq7cCnqlUcfMeTwSf4rvdB5ymBSYQc2Doo=
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/addon-controller v0.49.0 h1:y5+SgkmTBrW4fftV8vINVdG8XA9UXO+qQv3J3xC1SIs=
github.com/projectsveltos/addon-controller v0.49.0/go.mod h1:F9d+6kJ20nSBoGQQ3nmiyfJ5jIvqwRdeQuRfOh7mnsY=
github.com/projectsveltos/libsveltos v0.49.0 h1:mzbEzN1Ruu7lZ918gijf5mzG3QTGETaZ5doIu6iTH7U=
github.com/projectsveltos/libsveltos v0.49.0/go.mod h1:xne9qc5+gVpvTwJ7cXORfS2FRo27az2LDQY3oNTWY9M=
github.com/projectsveltos/lua-utils/glua-json v0.0.0-20250215155204-2e8364e9ce73 h1:Sgh71mZil6CXZXcRPrzfl7XuetK+CyvruWOajU95qhs=
github.com/projectsveltos/lua-utils/glua-json v0.0.0-20250215155204-2e8364e9ce73/go.mod h1:AIzg+JWbfrFWazyM5Ka2fX69r9aFr3+o2Mvn9SfKDYU=
github.com/projectsveltos/lua-utils/glua-runes v0.0.0-20250215155204-2e8364e9ce73 h1:VdjrXW3hU6JPP9kUtUC6K8ulW82uAjPyiMKf4iJGIXg=
Expand Down
2 changes: 1 addition & 1 deletion manifest/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ spec:
- --v=5
command:
- /manager
image: projectsveltos/ui-backend:main
image: projectsveltos/ui-backend:v0.49.0
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down

0 comments on commit 02cd858

Please sign in to comment.