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

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.25.8"
go_version: "1.25.9"
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.25.8"
GO_VERSION: "1.25.9"
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.25.8"
GO_VERSION: "1.25.9"
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.25.8"
GO_VERSION: "1.25.9"
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.8"
GO_VERSION: "1.25.9"
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.8
go 1.25.9

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.8
go 1.25.9

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.8
go 1.25.9

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.8
go 1.25.9

tool (
k8s.io/code-generator
Expand Down
95 changes: 55 additions & 40 deletions build/base-images/deckhouse_images.yml

Large diffs are not rendered by default.

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.8
go 1.25.9

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 github.com/deckhouse/virtualization/hooks

go 1.25.8
go 1.25.9

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

go 1.25.8
go 1.25.9

require (
github.com/deckhouse/kube-api-rewriter v0.1.2
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.8
go 1.25.9

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.8
go 1.25.9

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.8
go 1.25.9

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.8
go 1.25.9

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.8-bookworm@sha256:7fb09d8804035fbde8a84ed59ca9f46dd68c6f160f9d193e98d795d8d9e002ec AS builder
FROM golang:1.25.9-bookworm@sha256:29e59af995c51a5bf63d072eca973b918e0e7af4db0e4667aa73f1b8da1a6d8c 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.8-bookworm@sha256:7fb09d8804035fbde8a84ed59ca9f46dd68c6f160f9d193e98d795d8d9e002ec AS builder
FROM golang:1.25.9-bookworm@sha256:29e59af995c51a5bf63d072eca973b918e0e7af4db0e4667aa73f1b8da1a6d8c 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.8-bookworm@sha256:7fb09d8804035fbde8a84ed59ca9f46dd68c6f160f9d193e98d795d8d9e002ec AS builder
FROM golang:1.25.9-bookworm@sha256:29e59af995c51a5bf63d072eca973b918e0e7af4db0e4667aa73f1b8da1a6d8c AS builder
ARG TARGETOS
ARG TARGETARCH

Expand Down
2 changes: 1 addition & 1 deletion images/vm-route-forge/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module vm-route-forge

go 1.25.8
go 1.25.9

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

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

go 1.25.8
go 1.25.9

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

go 1.25.8
go 1.25.9

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

Expand Down
2 changes: 1 addition & 1 deletion test/performance/tools/shatal/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/deckhouse/virtualization/shatal

go 1.25.8
go 1.25.9

require (
github.com/deckhouse/virtualization/api v1.0.0
Expand Down
Loading