Skip to content

Commit

Permalink
Merge pull request #184 from gianlucam76/v0.29.1
Browse files Browse the repository at this point in the history
Prepare for release v0.29.1
  • Loading branch information
gianlucam76 authored May 8, 2024
2 parents ec305ee + 3b8ba96 commit 0065240
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 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 ?= v0.29.0
TAG ?= v0.29.1

.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/healthcheck-manager:v0.29.0
- image: projectsveltos/healthcheck-manager:v0.29.1
name: manager
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ require (
github.com/onsi/ginkgo/v2 v2.17.2
github.com/onsi/gomega v1.33.1
github.com/pkg/errors v0.9.1
github.com/projectsveltos/addon-controller v0.29.0
github.com/projectsveltos/libsveltos v0.29.0
github.com/projectsveltos/addon-controller v0.29.1
github.com/projectsveltos/libsveltos v0.29.1
github.com/prometheus/client_golang v1.19.0
github.com/slack-go/slack v0.12.5
github.com/spf13/pflag v1.0.5
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -384,10 +384,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.29.0 h1:J5JTSHotbVhtEQE+fRc8MX+IH+4sTmcN1U91bC/zW/4=
github.com/projectsveltos/addon-controller v0.29.0/go.mod h1:Yn/5DA7NmGoBCn2kaynIV0FyHL5IXNtUMU0XRhygle0=
github.com/projectsveltos/libsveltos v0.29.0 h1:Hi810HrVz+lgjPhPSBPS7Dha1/bkVsKkLLTLdDih3CY=
github.com/projectsveltos/libsveltos v0.29.0/go.mod h1:hCFMjAjY3d/h3Nw2ZBREFqDenhqYyZl2lJlybpEcuzM=
github.com/projectsveltos/addon-controller v0.29.1 h1:DFOjmIH5RodRqzh1jSIczOhHiPyD+Uj/sm0WsSbqyhU=
github.com/projectsveltos/addon-controller v0.29.1/go.mod h1:bDnfFJ40lUx24Ni7w60WJDJnp3pVY6Chp3GGNSSogrI=
github.com/projectsveltos/libsveltos v0.29.1 h1:zrLGv6KoEHp/B7UDJXCXMAC7XEewYubQRB23xkfCxes=
github.com/projectsveltos/libsveltos v0.29.1/go.mod h1:hCFMjAjY3d/h3Nw2ZBREFqDenhqYyZl2lJlybpEcuzM=
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
2 changes: 1 addition & 1 deletion manifest/deployment-shard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- --v=5
command:
- /manager
image: projectsveltos/healthcheck-manager:v0.29.0
image: projectsveltos/healthcheck-manager:v0.29.1
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion manifest/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ spec:
- --v=5
command:
- /manager
image: projectsveltos/healthcheck-manager:v0.29.0
image: projectsveltos/healthcheck-manager:v0.29.1
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down

0 comments on commit 0065240

Please sign in to comment.