Skip to content

Commit fec1f3b

Browse files
authored
Fix CVE (#131)
Signed-off-by: v.oleynikov <[email protected]>
1 parent 0ee8512 commit fec1f3b

File tree

15 files changed

+17
-11
lines changed

15 files changed

+17
-11
lines changed

.github/workflows/build_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
GOPROXY: ${{ secrets.GOPROXY }}
1111
SOURCE_REPO: ${{ secrets.SOURCE_REPO }}
1212
SOURCE_REPO_SSH_KEY: ${{ secrets.SOURCE_REPO_SSH_KEY }}
13-
BASE_IMAGES_VERSION: "v0.5.25"
13+
BASE_IMAGES_VERSION: "v0.5.32"
1414

1515
on:
1616
#pull_request:

.github/workflows/build_prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
GOPROXY: ${{ secrets.GOPROXY }}
1212
SOURCE_REPO: ${{ secrets.SOURCE_REPO }}
1313
SOURCE_REPO_SSH_KEY: ${{ secrets.SOURCE_REPO_SSH_KEY }}
14-
BASE_IMAGES_VERSION: "v0.5.25"
14+
BASE_IMAGES_VERSION: "v0.5.32"
1515

1616
on:
1717
push:

CHANGELOG/v0.3.10.ru.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Изменения:
2+
- Обновлена версия Go до 1.24.8
3+
- Обновлена lib-helm до deckhouse_lib_helm-1.63.6

CHANGELOG/v0.3.10.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Changes:
2+
- Updated Go version to 1.24.8
3+
- Updated lib-helm to deckhouse_lib_helm-1.63.6

api/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/deckhouse/csi-nfs/api
22

3-
go 1.24.6
3+
go 1.24.8
44

55
require k8s.io/apimachinery v0.32.0
66

-27.2 KB
Binary file not shown.
27.4 KB
Binary file not shown.

hooks/go/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/deckhouse/csi-nfs/hooks/go
22

3-
go 1.24.6
3+
go 1.24.8
44

55
require (
66
github.com/deckhouse/csi-nfs/api v0.0.0-20250314071217-91b1f5b52e17

images/controller/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/deckhouse/csi-nfs/images/controller
22

3-
go 1.24.6
3+
go 1.24.8
44

55
require (
66
github.com/deckhouse/csi-nfs/api v0.0.0-20250213115525-4785a9da80db

images/csi-nfs-scheduler-extender/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/deckhouse/csi-nfs/images/csi-nfs-scheduler-extender
22

3-
go 1.24.6
3+
go 1.24.8
44

55
require (
66
github.com/deckhouse/csi-nfs/api v0.0.0-20250213115525-4785a9da80db

0 commit comments

Comments
 (0)