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
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.25.9"
GO_VERSION: "1.25.10"
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.25.9"
GO_VERSION: "1.25.10"
on:
pull_request:
types: [opened, synchronize, labeled, unlabeled]
Expand Down Expand Up @@ -158,9 +158,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 api/client/examples/cancel-evacuation/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/deckhouse/virtualization/api/client/examples/cancel-evacuation

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

go 1.25.9
go 1.25.10

require (
github.com/deckhouse/virtualization/api v0.0.0-00010101000000-000000000000
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 v0.0.0-20240322104947-2d492906a8b2
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.3.1-v12n.12-cse.5
3p-containerized-data-importer: v1.60.3-v12n.10-cse.7
3p-containerized-data-importer: v1.60.3-v12n.10-cse.8
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
2 changes: 1 addition & 1 deletion images/hooks/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module hooks

go 1.25.9
go 1.25.10

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

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/kube-api-rewriter

go 1.25.9
go 1.25.10

require (
github.com/fsnotify/fsnotify v1.9.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
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import (

func main() {
logs.InitLogs()

if err := app.NewAPIServerCommand().ExecuteContext(genericapiserver.SetupSignalContext()); err != nil {
logs.FlushLogs()
_, _ = fmt.Fprintf(os.Stderr, "ERROR:%v\n", err)
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
28 changes: 14 additions & 14 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/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7 // indirect
github.com/pkg/errors v0.9.1 // 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 @@ -90,24 +90,24 @@ require (
github.com/x448/float16 v0.8.4 // indirect
go.mongodb.org/mongo-driver v1.14.0 // indirect
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
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
go.opentelemetry.io/otel v1.41.0 // indirect
go.opentelemetry.io/otel/metric v1.41.0 // indirect
go.opentelemetry.io/otel/trace v1.41.0 // indirect
go.uber.org/dig v1.17.1 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.yaml.in/yaml/v2 v2.4.2 // indirect
go.yaml.in/yaml/v3 v3.0.3 // 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 @@ -116,7 +116,7 @@ require (
k8s.io/apiextensions-apiserver v0.33.3 // indirect
k8s.io/klog/v2 v2.130.1 // indirect
k8s.io/kube-openapi v0.0.0-20250701173324-9bd5c66d9911 // indirect
k8s.io/utils v0.0.0-20260210185600-b8788abfbbc2 // indirect
k8s.io/utils v0.0.0-20260319190234-28399d86e0b5 // indirect
kubevirt.io/api v1.3.1 // indirect
kubevirt.io/containerized-data-importer-api v1.57.0-alpha1 // indirect
kubevirt.io/controller-lifecycle-operator-sdk/api v0.0.0-20220329064328-f3cc58c6ed90 // indirect
Expand Down
Loading
Loading