Skip to content
Closed
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 VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.1
1.3.2
4 changes: 2 additions & 2 deletions deployment-package/virtualization/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions deployment-package/virtualization/deployment-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions helm/kubevirt-helper/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}
4 changes: 2 additions & 2 deletions manifest/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: []
2 changes: 1 addition & 1 deletion pkg/kubevirt-helper/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.3
1.5.4
2 changes: 1 addition & 1 deletion pkg/kubevirt-helper/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions pkg/kubevirt-helper/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
Loading