Skip to content

Commit

Permalink
Merge pull request #289 from gianlucam76/prep
Browse files Browse the repository at this point in the history
Prepare for release v0.38.2
  • Loading branch information
gianlucam76 authored Sep 19, 2024
2 parents e566133 + 18a9218 commit 9522516
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ GO_INSTALL := ./scripts/go_install.sh
REGISTRY ?= projectsveltos
IMAGE_NAME ?= sveltosctl
export SVELTOSCTL_IMG ?= $(REGISTRY)/$(IMAGE_NAME)
TAG ?= v0.38.1
TAG ?= v0.38.2
ARCH ?= $(shell go env GOARCH)

# Directories.
Expand Down
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ 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.1
github.com/projectsveltos/event-manager v0.38.1
github.com/projectsveltos/libsveltos v0.38.1
github.com/projectsveltos/addon-controller v0.38.2
github.com/projectsveltos/event-manager v0.38.2
github.com/projectsveltos/libsveltos v0.38.2
github.com/robfig/cron/v3 v3.0.1
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.31.0
Expand Down Expand Up @@ -61,7 +61,7 @@ require (
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/prometheus/client_golang v1.20.3 // indirect
github.com/prometheus/client_golang v1.20.4 // indirect
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common v0.59.1 // indirect
github.com/prometheus/procfs v0.15.1 // indirect
Expand Down
16 changes: 8 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,14 @@ 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.1 h1:3r8/pIxWziR6C/cvnUReK4fmKpQilVgZUwQzLoIzih0=
github.com/projectsveltos/addon-controller v0.38.1/go.mod h1:TY52LJeIKQvP7HXvmXFv2CSYqJSRRFFMr7d6b8obM3k=
github.com/projectsveltos/event-manager v0.38.1 h1:QMT9gXEA7L5o8Gr30UuS/CxGgqzq20wflUiMse+b9CQ=
github.com/projectsveltos/event-manager v0.38.1/go.mod h1:I5wszaph6rgU0XTjg/mebdb8zb/yacgLP/w3LGwbO88=
github.com/projectsveltos/libsveltos v0.38.1 h1:4kYeAAXQ7/r0h5CIpHiOn9MMDw9GvnLgquo5HF+1L4A=
github.com/projectsveltos/libsveltos v0.38.1/go.mod h1:FITu0ZxiB0lfPVfFkIKJ9rk/ZWDup1OTymiIX+uEXtw=
github.com/prometheus/client_golang v1.20.3 h1:oPksm4K8B+Vt35tUhw6GbSNSgVlVSBH0qELP/7u83l4=
github.com/prometheus/client_golang v1.20.3/go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE=
github.com/projectsveltos/addon-controller v0.38.2 h1:Q23bgHRTYfN7jKvbR1vLftBOtU5mHrJhU3bDJ+b4pOw=
github.com/projectsveltos/addon-controller v0.38.2/go.mod h1:bRm51IhMphV5EYfX5SkaXuwrzxzNfhYzlNFra646uOo=
github.com/projectsveltos/event-manager v0.38.2 h1:cyZpCv8mlcW4LzRFQa2SXx1eg7cz0oah2qMPgGYJMP8=
github.com/projectsveltos/event-manager v0.38.2/go.mod h1:Gzr0AEzDmI7tZ0Oro9O7aG5Xdtyr35TrAYwJuqSkd5w=
github.com/projectsveltos/libsveltos v0.38.2 h1:CJHr+0KWXXcevxkmkzzHhrM5I61Oj3SyuR3/lxfDTO0=
github.com/projectsveltos/libsveltos v0.38.2/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=
github.com/prometheus/client_model v0.6.1/go.mod h1:OrxVMOVHjw3lKMa8+x6HeMGkHMQyHDk9E3jmP2AmGiY=
github.com/prometheus/common v0.59.1 h1:LXb1quJHWm1P6wq/U824uxYi4Sg0oGvNeUm1z5dJoX0=
Expand Down
2 changes: 1 addition & 1 deletion manifest/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
serviceAccountName: sveltosctl
containers:
- name: sveltosctl
image: docker.io/projectsveltos/sveltosctl:v0.38.1
image: docker.io/projectsveltos/sveltosctl:v0.38.2
imagePullPolicy: IfNotPresent
command:
- /sveltosctl
Expand Down

0 comments on commit 9522516

Please sign in to comment.