From 7629a1c93427b5712f21fe8cab1b0c006dca93b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 21:25:22 +0000 Subject: [PATCH 1/2] Bump golang.org/x/oauth2 Bumps the go_modules group with 1 update in the /pkg/kubevirt-helper directory: [golang.org/x/oauth2](https://github.com/golang/oauth2). Updates `golang.org/x/oauth2` from 0.13.0 to 0.27.0 - [Commits](https://github.com/golang/oauth2/compare/v0.13.0...v0.27.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-version: 0.27.0 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] --- pkg/kubevirt-helper/go.mod | 2 +- pkg/kubevirt-helper/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/kubevirt-helper/go.mod b/pkg/kubevirt-helper/go.mod index ba242c4..ae8f797 100644 --- a/pkg/kubevirt-helper/go.mod +++ b/pkg/kubevirt-helper/go.mod @@ -74,7 +74,7 @@ require ( go.uber.org/multierr v1.10.0 // indirect go.uber.org/zap v1.27.0 // indirect golang.org/x/net v0.38.0 // indirect - golang.org/x/oauth2 v0.27.0 // indirect + golang.org/x/oauth2 v0.30.0 // indirect golang.org/x/sys v0.31.0 // indirect golang.org/x/term v0.30.0 // indirect golang.org/x/text v0.23.0 // indirect diff --git a/pkg/kubevirt-helper/go.sum b/pkg/kubevirt-helper/go.sum index 11850a5..b8183a8 100644 --- a/pkg/kubevirt-helper/go.sum +++ b/pkg/kubevirt-helper/go.sum @@ -1153,8 +1153,8 @@ golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6/go.mod h1:gOpvHmFTYa4Iltr golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b/go.mod h1:DAh4E804XQdzx2j+YRIaUnCqCV2RuMz24cGBJ5QYIrc= -golang.org/x/oauth2 v0.27.0 h1:da9Vo7/tDv5RH/7nZDz1eMGS/q1Vv1N/7FCrBhI9I3M= -golang.org/x/oauth2 v0.27.0/go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8= +golang.org/x/oauth2 v0.30.0 h1:dnDm7JmhM45NNpd8FDDeLhK6FwqbOf4MLCM9zb1BOHI= +golang.org/x/oauth2 v0.30.0/go.mod h1:B++QgG3ZKulg6sRPGD/mqlHQs5rB3Ml9erfeDY7xKlU= golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= From 7fa9fda39d622e50514accf7f87167e68fd17f91 Mon Sep 17 00:00:00 2001 From: "Condon, Sean" Date: Thu, 24 Jul 2025 13:15:38 +0100 Subject: [PATCH 2/2] update versions --- VERSION | 2 +- deployment-package/virtualization/application.yaml | 4 ++-- deployment-package/virtualization/deployment-package.yaml | 4 ++-- helm/kubevirt-helper/Chart.yaml | 4 ++-- manifest/manifest.yaml | 4 ++-- pkg/kubevirt-helper/VERSION | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/VERSION b/VERSION index 3a3cd8c..1892b92 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.1 +1.3.2 diff --git a/deployment-package/virtualization/application.yaml b/deployment-package/virtualization/application.yaml index 866154a..2db3a6b 100644 --- a/deployment-package/virtualization/application.yaml +++ b/deployment-package/virtualization/application.yaml @@ -73,13 +73,13 @@ schemaVersion: "0.1" $schema: "https://schema.intel.com/catalog.orchestrator/0.1/schema" name: kubevirt-helper -version: 1.5.3 +version: 1.5.4 description: "Automatically restart VM when editable VM spec is updated" kind: extension helmRegistry: "intel-rs-helm" chartName: "edge-orch/en/charts/kubevirt-helper" -chartVersion: 1.5.3 +chartVersion: 1.5.4 profiles: - name: "default" diff --git a/deployment-package/virtualization/deployment-package.yaml b/deployment-package/virtualization/deployment-package.yaml index 07d8917..1ab6852 100644 --- a/deployment-package/virtualization/deployment-package.yaml +++ b/deployment-package/virtualization/deployment-package.yaml @@ -7,7 +7,7 @@ $schema: "https://schema.intel.com/catalog.orchestrator/0.1/schema" name: "virtualization" description: "Virtualization support for k8s cluster" -version: 0.5.4 +version: 0.5.5 forbidsMultipleDeployments: true kind: extension @@ -17,7 +17,7 @@ applications: - name: cdi version: 2.1.0 - name: kubevirt-helper - version: 1.5.3 + version: 1.5.4 defaultNamespaces: kubevirt: kubevirt diff --git a/helm/kubevirt-helper/Chart.yaml b/helm/kubevirt-helper/Chart.yaml index c0a422b..0ca482c 100644 --- a/helm/kubevirt-helper/Chart.yaml +++ b/helm/kubevirt-helper/Chart.yaml @@ -5,6 +5,6 @@ apiVersion: v2 name: kubevirt-helper description: A Helm chart for KubeVirt Helper service type: application -version: 1.5.3 -appVersion: 1.5.3 +version: 1.5.4 +appVersion: 1.5.4 annotations: {} diff --git a/manifest/manifest.yaml b/manifest/manifest.yaml index fa328db..33cd6c2 100644 --- a/manifest/manifest.yaml +++ b/manifest/manifest.yaml @@ -3,7 +3,7 @@ --- metadata: schemaVersion: 0.3.0 - release: 1.3.1 + release: 1.3.2 lpke: deploymentPackages: - dpkg: edge-orch/en/file/cert-manager @@ -27,7 +27,7 @@ lpke: - dpkg: edge-orch/en/file/usb version: 0.4.0 - dpkg: edge-orch/en/file/virtualization - version: 0.5.4 + version: 0.5.5 - dpkg: edge-orch/en/file/observability version: 0.1.0 deploymentList: [] diff --git a/pkg/kubevirt-helper/VERSION b/pkg/kubevirt-helper/VERSION index 8af85be..94fe62c 100644 --- a/pkg/kubevirt-helper/VERSION +++ b/pkg/kubevirt-helper/VERSION @@ -1 +1 @@ -1.5.3 +1.5.4