Skip to content

Commit 74408ce

Browse files
authored
Merge pull request #363 from gianlucam76/main
Merge release-0.52 to main
2 parents 2f649ad + abe41c0 commit 74408ce

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/onsi/ginkgo/v2 v2.23.4
1010
github.com/onsi/gomega v1.37.0
1111
github.com/pkg/errors v0.9.1
12-
github.com/projectsveltos/libsveltos v0.52.0
12+
github.com/projectsveltos/libsveltos v0.52.1
1313
github.com/prometheus/client_golang v1.22.0
1414
github.com/spf13/pflag v1.0.6
1515
golang.org/x/text v0.24.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRI
138138
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
139139
github.com/prashantv/gostub v1.1.0 h1:BTyx3RfQjRHnUWaGF9oQos79AlQ5k8WNktv7VGvVH4g=
140140
github.com/prashantv/gostub v1.1.0/go.mod h1:A5zLQHz7ieHGG7is6LLXLz7I8+3LZzsrV0P1IAHhP5U=
141-
github.com/projectsveltos/libsveltos v0.52.0 h1:AzdROgzlRsYShaDlaYlXQlA3UXbJyuEA5Gqx7VwMveg=
142-
github.com/projectsveltos/libsveltos v0.52.0/go.mod h1:FR5Zi1h1HRuRxsvhH24HQRWRCbJLcKailfYlcbG/Cvk=
141+
github.com/projectsveltos/libsveltos v0.52.1 h1:EoQweDP8I7lsTa6wJI0wsqgXSdd2aLdf9DAvyb9bELA=
142+
github.com/projectsveltos/libsveltos v0.52.1/go.mod h1:FR5Zi1h1HRuRxsvhH24HQRWRCbJLcKailfYlcbG/Cvk=
143143
github.com/prometheus/client_golang v1.22.0 h1:rb93p9lokFEsctTys46VnV1kLCDpVZ0a/Y92Vm0Zc6Q=
144144
github.com/prometheus/client_golang v1.22.0/go.mod h1:R7ljNsLXhuQXYZYtw6GAE9AZg8Y7vEW5scdCXrWRXC0=
145145
github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E=

pkg/agent/sveltos-agent-in-mgmt-cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
- --run-mode=do-not-send-reports
4848
command:
4949
- /manager
50-
image: docker.io/projectsveltos/sveltos-agent@sha256:da55425fd797627e90cb0ac0fd7f97f348ec8ed5d966d9bf4d0c4292d8a5b257
50+
image: docker.io/projectsveltos/sveltos-agent@sha256:9300eb3bcbd089d2adcdcea2a37b996d11e64e4952ed1118b6a96f22417c8126
5151
livenessProbe:
5252
failureThreshold: 3
5353
httpGet:

pkg/agent/sveltos-agent-in-mgmt-cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
- --run-mode=do-not-send-reports
3030
command:
3131
- /manager
32-
image: docker.io/projectsveltos/sveltos-agent@sha256:da55425fd797627e90cb0ac0fd7f97f348ec8ed5d966d9bf4d0c4292d8a5b257
32+
image: docker.io/projectsveltos/sveltos-agent@sha256:9300eb3bcbd089d2adcdcea2a37b996d11e64e4952ed1118b6a96f22417c8126
3333
livenessProbe:
3434
failureThreshold: 3
3535
httpGet:

pkg/agent/sveltos-agent.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ spec:
198198
- --run-mode=do-not-send-reports
199199
command:
200200
- /manager
201-
image: docker.io/projectsveltos/sveltos-agent@sha256:da55425fd797627e90cb0ac0fd7f97f348ec8ed5d966d9bf4d0c4292d8a5b257
201+
image: docker.io/projectsveltos/sveltos-agent@sha256:9300eb3bcbd089d2adcdcea2a37b996d11e64e4952ed1118b6a96f22417c8126
202202
livenessProbe:
203203
failureThreshold: 3
204204
httpGet:

pkg/agent/sveltos-agent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ spec:
180180
- --run-mode=do-not-send-reports
181181
command:
182182
- /manager
183-
image: docker.io/projectsveltos/sveltos-agent@sha256:da55425fd797627e90cb0ac0fd7f97f348ec8ed5d966d9bf4d0c4292d8a5b257
183+
image: docker.io/projectsveltos/sveltos-agent@sha256:9300eb3bcbd089d2adcdcea2a37b996d11e64e4952ed1118b6a96f22417c8126
184184
livenessProbe:
185185
failureThreshold: 3
186186
httpGet:

0 commit comments

Comments
 (0)