Skip to content

Commit e69c737

Browse files
committed
chore(core): bump go dependencies for cve fixes
Signed-off-by: Dmitry Lopatin <dmitry.lopatin@flant.com>
1 parent af6a989 commit e69c737

44 files changed

Lines changed: 650 additions & 580 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/dev_module_build-and-registration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ env:
2525
MODULES_MODULE_TAG: ${{ github.event.inputs.tag }}
2626
SOURCE_REPO: "${{secrets.SOURCE_REPO}}"
2727
SOURCE_REPO_GIT: "${{secrets.SOURCE_REPO_GIT}}"
28-
GO_VERSION: "1.24.13"
28+
GO_VERSION: "1.25.8"
2929
MODULE_EDITION: "EE"
3030

3131
on:

.github/workflows/dev_module_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
2121
MODULES_MODULE_SOURCE: ${{ vars.DEV_MODULE_SOURCE }}
2222
MODULES_REGISTRY_LOGIN: ${{ vars.DEV_MODULES_REGISTRY_LOGIN }}
2323
MODULES_REGISTRY_PASSWORD: ${{ secrets.DEV_MODULES_REGISTRY_PASSWORD }}
24-
GO_VERSION: "1.24.13"
24+
GO_VERSION: "1.25.8"
2525
GOLANGCI_LINT_VERSION: "1.64.8"
2626
SOURCE_REPO: "${{secrets.SOURCE_REPO}}"
2727
SOURCE_REPO_GIT: "${{secrets.SOURCE_REPO_GIT}}"

.github/workflows/dev_validation.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
name: Validations
1616

1717
env:
18-
GO_VERSION: "1.24.13"
18+
GO_VERSION: "1.25.8"
1919
on:
2020
pull_request:
2121
types: [opened, synchronize, labeled, unlabeled]
@@ -158,9 +158,9 @@ jobs:
158158
matrix:
159159
# Define two groups of components with their respective Go versions
160160
components:
161-
- { component: virtualization-artifact, go-version: "1.24.13" }
162-
- { component: vm-route-forge, go-version: "1.24.13" }
163-
- { component: api, go-version: "1.24.13" }
161+
- { component: virtualization-artifact, go-version: "1.25.8" }
162+
- { component: vm-route-forge, go-version: "1.25.8" }
163+
- { component: api, go-version: "1.25.8" }
164164

165165
steps:
166166
- name: Set skip flag

api/client/examples/cancel-evacuation/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/deckhouse/virtualization/api/client/examples/cancel-evacuation
22

33
replace github.com/deckhouse/virtualization/api => ./../../../../api
44

5-
go 1.24.13
5+
go 1.25.8
66

77
require (
88
github.com/deckhouse/virtualization/api v0.0.0-00010101000000-000000000000

api/client/examples/list-resources/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/virtualization/api/client/examples/list-resources
22

3-
go 1.24.13
3+
go 1.25.8
44

55
require (
66
github.com/deckhouse/virtualization/api v0.0.0-20240322104947-2d492906a8b2

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/virtualization/api
22

3-
go 1.24.13
3+
go 1.25.8
44

55
tool (
66
k8s.io/code-generator

build/base-images/deckhouse_images.yml

Lines changed: 318 additions & 314 deletions
Large diffs are not rendered by default.

build/components/versions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ firmware:
33
libvirt: v10.9.0
44
edk2: stable202411
55
core:
6-
3p-kubevirt: v1.3.1-v12n.12-cse.4
7-
3p-containerized-data-importer: v1.60.3-v12n.10-cse.4
6+
3p-kubevirt: fix-cve-for-cse
7+
3p-containerized-data-importer: fix/cve/cve-mitigation-2
88
distribution: 2.8.3
99
package:
1010
acl: v2.3.1

images/base-alt-p11-binaries/werf.inc.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,6 @@ shell:
3434
cp -af /$pkg/. /
3535
rm -rf /$pkg
3636
done
37+
38+
rm -f /var/lib/rpm/__db*
39+
rpm -v --rebuilddb

images/bounder/werf.inc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ imageSpec:
1212
---
1313
image: {{ .ModuleNamePrefix }}{{ .ImageName }}-cbuilder
1414
final: false
15-
fromImage: {{ eq $.SVACE_ENABLED "false" | ternary "builder/golang-alt-1.24" "builder/golang-alt-svace-1.24" }}
15+
fromImage: {{ eq $.SVACE_ENABLED "false" | ternary "builder/golang-alt-1.25" "builder/golang-alt-svace-1.25" }}
1616
git:
1717
- add: {{ .ModuleDir }}/images/{{ .ImageName }}/static_binaries
1818
to: /static_binaries

0 commit comments

Comments
 (0)