Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .dmtlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ linters-settings:
- tools/addlicense/testdata
- test/performance/ssh
- test/e2e/legacy/testdata/sshkeys
- images/dvcr-artifact/staging
container:
exclude-rules:
readiness-probe:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev_module_build-and-registration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:
MODULES_MODULE_TAG: ${{ github.event.inputs.tag }}
SOURCE_REPO: "${{secrets.SOURCE_REPO}}"
SOURCE_REPO_GIT: "${{secrets.SOURCE_REPO_GIT}}"
GO_VERSION: "1.24.13"
GO_VERSION: "1.25.8"
MODULE_EDITION: "EE"

on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev_module_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
MODULES_MODULE_SOURCE: ${{ vars.DEV_MODULE_SOURCE }}
MODULES_REGISTRY_LOGIN: ${{ vars.DEV_MODULES_REGISTRY_LOGIN }}
MODULES_REGISTRY_PASSWORD: ${{ secrets.DEV_MODULES_REGISTRY_PASSWORD }}
GO_VERSION: "1.24.13"
GO_VERSION: "1.25.8"
GOLANGCI_LINT_VERSION: "2.11.1"
SOURCE_REPO: "${{secrets.SOURCE_REPO}}"
SOURCE_REPO_GIT: "${{secrets.SOURCE_REPO_GIT}}"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/dev_validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
name: Validations

env:
GO_VERSION: "1.24.13"
GO_VERSION: "1.25.8"
on:
pull_request:
types: [opened, synchronize, labeled, unlabeled]
Expand Down Expand Up @@ -137,9 +137,9 @@ jobs:
matrix:
# Define two groups of components with their respective Go versions
components:
- { component: virtualization-artifact, go-version: "1.24.13" }
- { component: vm-route-forge, go-version: "1.24.13" }
- { component: api, go-version: "1.24.13" }
- { component: virtualization-artifact, go-version: "1.25.8" }
- { component: vm-route-forge, go-version: "1.25.8" }
- { component: api, go-version: "1.25.8" }

steps:
- name: Set skip flag
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ jobs:
virtualization_tag: main
deckhouse_channel: alpha
default_user: cloud
go_version: "1.24.13"
go_version: "1.25.8"
e2e_timeout: "3.5h"
date_start: ${{ needs.set-vars.outputs.date_start }}
randuuid4c: ${{ needs.set-vars.outputs.randuuid4c }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly_e2e_tests_ceph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
CSI: rbd.csi.ceph.com
STORAGE_CLASS_NAME: ceph-pool-r2-csi-rbd-immediate
CI_COMMIT_REF_NAME: ${{ github.ref_name }}
GO_VERSION: "1.24.13"
GO_VERSION: "1.25.8"
TIMEOUT: "3h"

on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly_e2e_tests_replicated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
CSI: replicated.csi.storage.deckhouse.io
STORAGE_CLASS_NAME: linstor-thin-r1
CI_COMMIT_REF_NAME: ${{ github.ref_name }}
GO_VERSION: "1.24.13"
GO_VERSION: "1.25.8"
TIMEOUT: "3h"

on:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_module_release-channels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
needs: print-vars
if: ${{ !inputs.check_only && (inputs.ce || inputs.ee) }}
env:
GO_VERSION: "1.24.13"
GO_VERSION: "1.25.8"
input_channel: ${{ github.event.inputs.channel }}
input_version: ${{ github.event.inputs.tag }}
steps:
Expand Down Expand Up @@ -411,7 +411,7 @@ jobs:
name: Check version on release channel
runs-on: ubuntu-latest
env:
GO_VERSION: "1.24.13"
GO_VERSION: "1.25.8"
input_channel: ${{ github.event.inputs.channel }}
input_version: ${{ github.event.inputs.tag }}
needs:
Expand Down
2 changes: 1 addition & 1 deletion api/client/examples/cancel-evacuation/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/deckhouse/virtualization/api/client/examples/cancel-evacuation

go 1.24.13
go 1.25.8

require (
github.com/deckhouse/virtualization/api v1.6.1
Expand Down
2 changes: 1 addition & 1 deletion api/client/examples/list-resources/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/deckhouse/virtualization/api/client/examples/list-resources

go 1.24.13
go 1.25.8

require (
github.com/deckhouse/virtualization/api v1.6.1
Expand Down
2 changes: 1 addition & 1 deletion api/client/examples/resourceclaim/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/deckhouse/virtualization/api/client/examples/resourceclaim

go 1.24.13
go 1.25.8

require (
github.com/deckhouse/virtualization/api v1.6.1
Expand Down
2 changes: 1 addition & 1 deletion api/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/deckhouse/virtualization/api

go 1.24.13
go 1.25.8

tool (
k8s.io/code-generator
Expand Down
617 changes: 317 additions & 300 deletions build/base-images/deckhouse_images.yml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/components/versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ firmware:
libvirt: v10.9.0
edk2: stable202411
core:
3p-kubevirt: v1.6.2-v12n.19
3p-containerized-data-importer: v1.60.3-v12n.16
3p-kubevirt: v1.6.2-v12n.20
3p-containerized-data-importer: v1.60.3-v12n.17
distribution: 2.8.3
package:
acl: v2.3.1
Expand Down
4 changes: 2 additions & 2 deletions images/cdi-artifact/werf.inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ shell:
---
image: {{ .ModuleNamePrefix }}{{ .ImageName }}
final: false
fromImage: {{ eq $.SVACE_ENABLED "false" | ternary "builder/golang-alt-1.24" "builder/golang-alt-svace-1.24" }}
fromImage: {{ eq $.SVACE_ENABLED "false" | ternary "builder/golang-alt-1.25" "builder/golang-alt-svace-1.25" }}
mount:
- fromPath: ~/go-pkg-cache
to: /go/pkg
Expand Down Expand Up @@ -141,7 +141,7 @@ shell:
---
image: {{ .ModuleNamePrefix }}{{ .ImageName }}-cbuilder
final: false
fromImage: {{ eq $.SVACE_ENABLED "false" | ternary "builder/golang-bookworm-1.24" "builder/golang-alt-svace-1.24" }}
fromImage: {{ eq $.SVACE_ENABLED "false" | ternary "builder/golang-bookworm-1.25" "builder/golang-alt-svace-1.25" }}
git:
- add: {{ .ModuleDir }}/images/{{ .ImageName }}
to: /
Expand Down
2 changes: 1 addition & 1 deletion images/cdi-cloner/werf.inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ shell:
---
image: {{ .ModuleNamePrefix }}{{ .ImageName }}-gobuild
final: false
fromImage: {{ eq $.SVACE_ENABLED "false" | ternary "builder/golang-bookworm-1.24" "builder/golang-alt-svace-1.24" }}
fromImage: {{ eq $.SVACE_ENABLED "false" | ternary "builder/golang-bookworm-1.25" "builder/golang-alt-svace-1.25" }}
git:
- add: {{ .ModuleDir }}/images/{{ .ImageName }}/cloner-startup
to: /app
Expand Down
30 changes: 16 additions & 14 deletions images/dvcr-artifact/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/deckhouse/virtualization-controller/dvcr-importers

go 1.24.13
go 1.25.8

require (
github.com/containers/image/v5 v5.32.0
Expand All @@ -18,7 +18,7 @@ require (
github.com/prometheus/client_model v0.6.0
github.com/spf13/cobra v1.8.1
github.com/spf13/pflag v1.0.5
golang.org/x/sync v0.18.0
golang.org/x/sync v0.19.0
golang.org/x/sys v0.40.0
k8s.io/apimachinery v0.30.2
k8s.io/klog/v2 v2.120.1
Expand All @@ -29,11 +29,12 @@ require (
require (
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
go.opentelemetry.io/otel/sdk v1.40.0 // indirect
go.opentelemetry.io/otel/sdk/metric v1.40.0 // indirect
)

require (
cloud.google.com/go v0.112.0 // indirect
cloud.google.com/go/compute/metadata v0.3.0 // indirect
cloud.google.com/go/compute/metadata v0.9.0 // indirect
cloud.google.com/go/iam v1.1.5 // indirect
cloud.google.com/go/storage v1.36.0 // indirect
github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6
Expand Down Expand Up @@ -115,19 +116,19 @@ require (
go.opentelemetry.io/otel v1.40.0 // indirect
go.opentelemetry.io/otel/metric v1.40.0 // indirect
go.opentelemetry.io/otel/trace v1.40.0 // indirect
golang.org/x/crypto v0.38.0 // indirect
golang.org/x/crypto v0.46.0 // indirect
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
golang.org/x/net v0.47.0 // indirect
golang.org/x/oauth2 v0.27.0 // indirect
golang.org/x/term v0.37.0 // indirect
golang.org/x/text v0.31.0 // indirect
golang.org/x/net v0.48.0 // indirect
golang.org/x/oauth2 v0.34.0 // indirect
golang.org/x/term v0.38.0 // indirect
golang.org/x/text v0.32.0 // indirect
golang.org/x/time v0.5.0 // indirect
google.golang.org/api v0.155.0 // indirect
google.golang.org/genproto v0.0.0-20240123012728-ef4313101c80 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240318140521-94a12d6c2237 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect
google.golang.org/grpc v1.64.1 // indirect
google.golang.org/protobuf v1.34.2 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect
google.golang.org/grpc v1.79.3 // indirect
google.golang.org/protobuf v1.36.10 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down Expand Up @@ -194,7 +195,8 @@ replace (

// CVE Replaces
replace (
github.com/docker/docker => ./staging/src/github.com/docker/docker // CVE-2026-34040,CVE-2026-33997
golang.org/x/crypto => golang.org/x/crypto v0.45.0 // CVE-2024-45337,CVE-2025-22869,CVE-2025-47914
golang.org/x/net => golang.org/x/net v0.40.0 // CVE-2025-22870, CVE-2025-22872
golang.org/x/oauth2 => golang.org/x/oauth2 v0.27.0 // CVE-2025-22868
golang.org/x/net => golang.org/x/net v0.48.0
golang.org/x/oauth2 => golang.org/x/oauth2 v0.34.0
)
Loading
Loading