Skip to content

Commit

Permalink
Merge pull request #233 from gianlucam76/prep
Browse files Browse the repository at this point in the history
Release v0.38.4
  • Loading branch information
gianlucam76 authored Sep 27, 2024
2 parents 534b0b5 + 0276b29 commit 8962095
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 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.38.3
TAG ?= v0.38.4

.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 @@ -14,4 +14,4 @@ spec:
- "--diagnostics-address=:8443"
- "--shard-key="
- "--v=5"
- "--version=v0.38.3"
- "--version=v0.38.4"
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/healthcheck-manager:v0.38.3
- image: docker.io/projectsveltos/healthcheck-manager:v0.38.4
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.20.2
github.com/onsi/gomega v1.34.2
github.com/pkg/errors v0.9.1
github.com/projectsveltos/addon-controller v0.38.3
github.com/projectsveltos/libsveltos v0.38.3
github.com/projectsveltos/addon-controller v0.38.4
github.com/projectsveltos/libsveltos v0.38.4
github.com/prometheus/client_golang v1.20.4
github.com/slack-go/slack v0.14.0
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 @@ -151,10 +151,10 @@ 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/addon-controller v0.38.3 h1:Al42YV6vCp1dbbgW2+gL0dCnLtkyhQG+eavjGVNAbb8=
github.com/projectsveltos/addon-controller v0.38.3/go.mod h1:2NH4aH+iHk5nYnePHaBU/9l4XZ1pF9bwOM9iymrvJQ0=
github.com/projectsveltos/libsveltos v0.38.3 h1:LcNeAwEJWuez9CP2Z5D++i9GUJUPQcqBllPLsCTRCCE=
github.com/projectsveltos/libsveltos v0.38.3/go.mod h1:FITu0ZxiB0lfPVfFkIKJ9rk/ZWDup1OTymiIX+uEXtw=
github.com/projectsveltos/addon-controller v0.38.4 h1:EiRy3RJA+DJQhyhJ56+NMB5E+46zU0wcz1KoOuZdDHc=
github.com/projectsveltos/addon-controller v0.38.4/go.mod h1:4Ey8ChJPQd+14402V9yMSO/8ITMWA5R1tlZOaZmrKEw=
github.com/projectsveltos/libsveltos v0.38.4 h1:vOV1mmcUYoNrTyU7Vv8bppvk+5NFOXfzJMgLnVgDNDc=
github.com/projectsveltos/libsveltos v0.38.4/go.mod h1:FITu0ZxiB0lfPVfFkIKJ9rk/ZWDup1OTymiIX+uEXtw=
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
4 changes: 2 additions & 2 deletions manifest/deployment-shard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ spec:
- --diagnostics-address=:8443
- --shard-key={{.SHARD}}
- --v=5
- --version=v0.38.3
- --version=v0.38.4
command:
- /manager
image: docker.io/projectsveltos/healthcheck-manager:v0.38.3
image: docker.io/projectsveltos/healthcheck-manager:v0.38.4
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 @@ -168,10 +168,10 @@ spec:
- --diagnostics-address=:8443
- --shard-key=
- --v=5
- --version=v0.38.3
- --version=v0.38.4
command:
- /manager
image: docker.io/projectsveltos/healthcheck-manager:v0.38.3
image: docker.io/projectsveltos/healthcheck-manager:v0.38.4
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down

0 comments on commit 8962095

Please sign in to comment.