Skip to content

Commit

Permalink
Merge pull request #674 from gianlucam76/prep
Browse files Browse the repository at this point in the history
Prepare for release v0.37.0
  • Loading branch information
gianlucam76 authored Aug 30, 2024
2 parents 377af0f + 886d6a4 commit 763f454
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 16 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 ?= $(shell go env GOARCH)
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 ?= dev
TAG ?= v0.37.0

.PHONY: all
all: build
Expand Down
2 changes: 1 addition & 1 deletion config/default/manager_auth_proxy_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ spec:
- "--report-mode=0"
- --shard-key=
- "--v=5"
- "--version=dev"
- "--version=v0.37.0"
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/addon-controller:dev
- image: docker.io/projectsveltos/addon-controller:v0.37.0
name: controller
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/onsi/ginkgo/v2 v2.20.2
github.com/onsi/gomega v1.34.2
github.com/pkg/errors v0.9.1
github.com/projectsveltos/libsveltos v0.36.1-0.20240830065516-767c014bcf0a
github.com/projectsveltos/libsveltos v0.37.0
github.com/prometheus/client_golang v1.20.2
github.com/spf13/pflag v1.0.5
github.com/yuin/gopher-lua v1.1.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,8 @@ 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/libsveltos v0.36.1-0.20240830065516-767c014bcf0a h1:KI/6KjtFpJB2VDozyVDoEDni1rNKfgRQHU8Nc09ik3c=
github.com/projectsveltos/libsveltos v0.36.1-0.20240830065516-767c014bcf0a/go.mod h1:YZQWtvZUDfg2VbjrPEGVQZa/yxq0n+KMV58iro7L5yg=
github.com/projectsveltos/libsveltos v0.37.0 h1:DHntG8wOL8fI44Vkiyk0d5ZLhpuwbShYZZPGa5RnyNI=
github.com/projectsveltos/libsveltos v0.37.0/go.mod h1:YZQWtvZUDfg2VbjrPEGVQZa/yxq0n+KMV58iro7L5yg=
github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw=
github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo=
github.com/prometheus/client_golang v1.1.0/go.mod h1:I1FGZT9+L76gKKOs5djB6ezCbFQP1xR9D75/vuwEF3g=
Expand Down
4 changes: 2 additions & 2 deletions manifest/deployment-agentless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ spec:
- --report-mode=0
- --agent-in-mgmt-cluster
- --v=5
- --version=dev
- --version=v0.37.0
command:
- /manager
image: docker.io/projectsveltos/addon-controller:dev
image: docker.io/projectsveltos/addon-controller:v0.37.0
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions manifest/deployment-shard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ spec:
- --report-mode=0
- --shard-key={{.SHARD}}
- --v=5
- --version=dev
- --version=v0.37.0
command:
- /manager
image: docker.io/projectsveltos/addon-controller:dev
image: docker.io/projectsveltos/addon-controller:v0.37.0
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions manifest/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8109,10 +8109,10 @@ spec:
- --report-mode=0
- --shard-key=
- --v=5
- --version=dev
- --version=v0.37.0
command:
- /manager
image: docker.io/projectsveltos/addon-controller:dev
image: docker.io/projectsveltos/addon-controller:v0.37.0
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
- --run-mode=do-not-send-updates
command:
- /manager
image: docker.io/projectsveltos/drift-detection-manager:dev
image: docker.io/projectsveltos/drift-detection-manager:v0.37.0
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
- --run-mode=do-not-send-updates
command:
- /manager
image: docker.io/projectsveltos/drift-detection-manager:dev
image: docker.io/projectsveltos/drift-detection-manager:v0.37.0
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion pkg/drift-detection/drift-detection-manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ spec:
- --run-mode=do-not-send-updates
command:
- /manager
image: docker.io/projectsveltos/drift-detection-manager:dev
image: docker.io/projectsveltos/drift-detection-manager:v0.37.0
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion pkg/drift-detection/drift-detection-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ spec:
- --run-mode=do-not-send-updates
command:
- /manager
image: docker.io/projectsveltos/drift-detection-manager:dev
image: docker.io/projectsveltos/drift-detection-manager:v0.37.0
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down

0 comments on commit 763f454

Please sign in to comment.