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
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.25.9"
GO_VERSION: "1.25.10"
MODULE_EDITION: "EE"

on:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/dev_module_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ 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.25.9"
GOLANGCI_LINT_VERSION: "2.11.1"
SOURCE_REPO: "${{secrets.SOURCE_REPO}}"
SOURCE_REPO_GIT: "${{secrets.SOURCE_REPO_GIT}}"
DECKHOUSE_PRIVATE_REPO: "${{secrets.DECKHOUSE_PRIVATE_REPO}}"
GO_VERSION: "1.25.10"
GOLANGCI_LINT_VERSION: "2.11.1"
TRIVY_DISABLE_VEX_NOTICE: "true"

on:
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.25.9"
GO_VERSION: "1.25.10"
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.25.9" }
- { component: vm-route-forge, go-version: "1.25.9" }
- { component: api, go-version: "1.25.9" }
- { component: virtualization-artifact, go-version: "1.25.10" }
- { component: vm-route-forge, go-version: "1.25.10" }
- { component: api, go-version: "1.25.10" }

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 @@ -338,7 +338,7 @@ jobs:
virtualization_tag: main
deckhouse_channel: alpha
default_user: cloud
go_version: "1.25.9"
go_version: "1.25.10"
e2e_timeout: "3.5h"
date_start: ${{ needs.set-vars.outputs.date_start }}
randuuid4c: ${{ needs.set-vars.outputs.randuuid4c }}
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.25.9"
GO_VERSION: "1.25.10"
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.25.9"
GO_VERSION: "1.25.10"
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.25.9
go 1.25.10

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.25.9
go 1.25.10

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.25.9
go 1.25.10

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.25.9
go 1.25.10

tool (
k8s.io/code-generator
Expand Down
112 changes: 58 additions & 54 deletions build/base-images/deckhouse_images.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/components/versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ firmware:
edk2: stable202411
core:
3p-kubevirt: v1.6.2-v12n.25.1
3p-containerized-data-importer: v1.60.3-v12n.18
3p-containerized-data-importer: v1.60.3-v12n.19
distribution: 2.8.3
package:
acl: v2.3.1
Expand Down
2 changes: 1 addition & 1 deletion 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.25.9
go 1.25.10

require (
github.com/containers/image/v5 v5.32.0
Expand Down
4 changes: 2 additions & 2 deletions images/hooks/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/deckhouse/virtualization/hooks

go 1.25.9
go 1.25.10

tool github.com/onsi/ginkgo/v2/ginkgo

Expand All @@ -17,6 +17,7 @@ require (
k8s.io/apimachinery v0.34.2
k8s.io/client-go v0.34.2
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397
sigs.k8s.io/controller-runtime v0.21.0
)

require (
Expand Down Expand Up @@ -109,7 +110,6 @@ require (
kubevirt.io/api v1.6.2 // indirect
kubevirt.io/containerized-data-importer-api v1.63.1 // indirect
kubevirt.io/controller-lifecycle-operator-sdk/api v0.0.0-20220329064328-f3cc58c6ed90 // indirect
sigs.k8s.io/controller-runtime v0.21.0 // indirect
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
sigs.k8s.io/randfill v1.0.0 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
Expand Down
2 changes: 1 addition & 1 deletion images/kube-api-rewriter/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/deckhouse/virtualization/kube-api-rewriter

go 1.25.9
go 1.25.10

require (
github.com/deckhouse/kube-api-rewriter v0.2.0
Expand Down
2 changes: 1 addition & 1 deletion images/pre-delete-hook/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module pre-delete-hook

go 1.25.9
go 1.25.10

require (
github.com/ilyakaznacheev/cleanenv v1.5.0
Expand Down
2 changes: 1 addition & 1 deletion images/virt-launcher/node-labeller/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module node-labeller

go 1.25.9
go 1.25.10

require (
golang.org/x/sys v0.25.0
Expand Down
2 changes: 1 addition & 1 deletion images/virt-launcher/vlctl/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module vlctl

go 1.25.9
go 1.25.10

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

go 1.25.9
go 1.25.10

tool (
github.com/matryer/moq
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.25.9-bookworm@sha256:29e59af995c51a5bf63d072eca973b918e0e7af4db0e4667aa73f1b8da1a6d8c AS builder
FROM golang:1.25.10-bookworm@sha256:e3a54b77385b4f8a31c1db4d12429ffb3718ea76865731a787c497755d409547 AS builder
ARG TARGETOS
ARG TARGETARCH

Expand Down
2 changes: 1 addition & 1 deletion images/virtualization-artifact/hack/dlv-audit.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.25.9-bookworm@sha256:29e59af995c51a5bf63d072eca973b918e0e7af4db0e4667aa73f1b8da1a6d8c AS builder
FROM golang:1.25.10-bookworm@sha256:e3a54b77385b4f8a31c1db4d12429ffb3718ea76865731a787c497755d409547 AS builder
ARG TARGETOS
ARG TARGETARCH

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.25.9-bookworm@sha256:29e59af995c51a5bf63d072eca973b918e0e7af4db0e4667aa73f1b8da1a6d8c AS builder
FROM golang:1.25.10-bookworm@sha256:e3a54b77385b4f8a31c1db4d12429ffb3718ea76865731a787c497755d409547 AS builder
ARG TARGETOS
ARG TARGETARCH

Expand Down
4 changes: 2 additions & 2 deletions images/virtualization-dra/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ require (
github.com/tetratelabs/wazero v1.9.0 // indirect
github.com/x448/float16 v0.8.4 // indirect
go.etcd.io/etcd/client/pkg/v3 v3.6.4 // indirect
go.opentelemetry.io/otel v1.40.0 // indirect
go.opentelemetry.io/otel v1.41.0 // indirect
go.opentelemetry.io/otel/sdk/metric v1.40.0 // indirect
go.opentelemetry.io/otel/trace v1.40.0 // indirect
go.opentelemetry.io/otel/trace v1.41.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
go.yaml.in/yaml/v2 v2.4.2 // indirect
Expand Down
12 changes: 6 additions & 6 deletions images/virtualization-dra/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -156,16 +156,16 @@ go.etcd.io/etcd/client/pkg/v3 v3.6.4 h1:9HBYrjppeOfFjBjaMTRxT3R7xT0GLK8EJMVC4xg6
go.etcd.io/etcd/client/pkg/v3 v3.6.4/go.mod h1:sbdzr2cl3HzVmxNw//PH7aLGVtY4QySjQFuaCgcRFAI=
go.opentelemetry.io/auto/sdk v1.2.1 h1:jXsnJ4Lmnqd11kwkBV2LgLoFMZKizbCi5fNZ/ipaZ64=
go.opentelemetry.io/auto/sdk v1.2.1/go.mod h1:KRTj+aOaElaLi+wW1kO/DZRXwkF4C5xPbEe3ZiIhN7Y=
go.opentelemetry.io/otel v1.40.0 h1:oA5YeOcpRTXq6NN7frwmwFR0Cn3RhTVZvXsP4duvCms=
go.opentelemetry.io/otel v1.40.0/go.mod h1:IMb+uXZUKkMXdPddhwAHm6UfOwJyh4ct1ybIlV14J0g=
go.opentelemetry.io/otel/metric v1.40.0 h1:rcZe317KPftE2rstWIBitCdVp89A2HqjkxR3c11+p9g=
go.opentelemetry.io/otel/metric v1.40.0/go.mod h1:ib/crwQH7N3r5kfiBZQbwrTge743UDc7DTFVZrrXnqc=
go.opentelemetry.io/otel v1.41.0 h1:YlEwVsGAlCvczDILpUXpIpPSL/VPugt7zHThEMLce1c=
go.opentelemetry.io/otel v1.41.0/go.mod h1:Yt4UwgEKeT05QbLwbyHXEwhnjxNO6D8L5PQP51/46dE=
go.opentelemetry.io/otel/metric v1.41.0 h1:rFnDcs4gRzBcsO9tS8LCpgR0dxg4aaxWlJxCno7JlTQ=
go.opentelemetry.io/otel/metric v1.41.0/go.mod h1:xPvCwd9pU0VN8tPZYzDZV/BMj9CM9vs00GuBjeKhJps=
go.opentelemetry.io/otel/sdk v1.40.0 h1:KHW/jUzgo6wsPh9At46+h4upjtccTmuZCFAc9OJ71f8=
go.opentelemetry.io/otel/sdk v1.40.0/go.mod h1:Ph7EFdYvxq72Y8Li9q8KebuYUr2KoeyHx0DRMKrYBUE=
go.opentelemetry.io/otel/sdk/metric v1.40.0 h1:mtmdVqgQkeRxHgRv4qhyJduP3fYJRMX4AtAlbuWdCYw=
go.opentelemetry.io/otel/sdk/metric v1.40.0/go.mod h1:4Z2bGMf0KSK3uRjlczMOeMhKU2rhUqdWNoKcYrtcBPg=
go.opentelemetry.io/otel/trace v1.40.0 h1:WA4etStDttCSYuhwvEa8OP8I5EWu24lkOzp+ZYblVjw=
go.opentelemetry.io/otel/trace v1.40.0/go.mod h1:zeAhriXecNGP/s2SEG3+Y8X9ujcJOTqQ5RgdEJcawiA=
go.opentelemetry.io/otel/trace v1.41.0 h1:Vbk2co6bhj8L59ZJ6/xFTskY+tGAbOnCtQGVVa9TIN0=
go.opentelemetry.io/otel/trace v1.41.0/go.mod h1:U1NU4ULCoxeDKc09yCWdWe+3QoyweJcISEVa1RBzOis=
go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE=
go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=
Expand Down
22 changes: 11 additions & 11 deletions images/vm-route-forge/go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
module vm-route-forge

go 1.25.9
go 1.25.10

tool github.com/cilium/ebpf/cmd/bpf2go

require (
github.com/cilium/cilium v1.17.14
github.com/cilium/cilium v1.17.15
github.com/cilium/ebpf v0.17.1
github.com/deckhouse/virtualization/api v0.0.0-00010101000000-000000000000
github.com/go-logr/logr v1.4.3
Expand Down Expand Up @@ -74,7 +74,7 @@ require (
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/prometheus/client_golang v1.22.0 // indirect
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/client_model v0.6.2 // indirect
github.com/prometheus/common v0.62.0 // indirect
github.com/prometheus/procfs v0.15.1 // indirect
github.com/sagikazarmark/locafero v0.4.0 // indirect
Expand All @@ -100,15 +100,15 @@ require (
go.yaml.in/yaml/v3 v3.0.4 // indirect
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba // indirect
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa // indirect
golang.org/x/net v0.47.0 // indirect
golang.org/x/oauth2 v0.30.0 // indirect
golang.org/x/sync v0.18.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/sync v0.19.0 // indirect
golang.org/x/term v0.38.0 // indirect
golang.org/x/text v0.32.0 // indirect
golang.org/x/time v0.12.0 // indirect
golang.org/x/tools v0.38.0 // indirect
golang.org/x/tools v0.39.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
google.golang.org/protobuf v1.36.6 // indirect
google.golang.org/protobuf v1.36.10 // indirect
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
Expand All @@ -117,7 +117,7 @@ require (
k8s.io/apiextensions-apiserver v0.34.2 // indirect
k8s.io/klog/v2 v2.130.1 // indirect
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
k8s.io/utils v0.0.0-20260210185600-b8788abfbbc2 // indirect
k8s.io/utils v0.0.0-20260319190234-28399d86e0b5 // indirect
kubevirt.io/api v1.6.2 // indirect
kubevirt.io/containerized-data-importer-api v1.60.3-0.20241105012228-50fbed985de9 // indirect
kubevirt.io/controller-lifecycle-operator-sdk/api v0.0.0-20220329064328-f3cc58c6ed90 // indirect
Expand Down
Loading
Loading