From 804a3d8696839722d167dfc9ecbeac5ca0f180da Mon Sep 17 00:00:00 2001 From: CHOIHOSEONG <138663865+to6044@users.noreply.github.com> Date: Tue, 17 Sep 2024 01:25:23 +0900 Subject: [PATCH] bump up version (#752) * bump up version * Chart version, umbrella chart version update Signed-off-by: Lee Sungjin * Umbrella chart version update Signed-off-by: Lee Sungjin --------- Signed-off-by: Lee Sungjin Co-authored-by: Lee Sungjin --- device-simulator/Chart.yaml | 4 ++-- onos-cli/Chart.yaml | 4 ++-- onos-config/Chart.yaml | 4 ++-- onos-operator/Chart.yaml | 4 ++-- onos-topo/Chart.yaml | 4 ++-- onos-umbrella/Chart.yaml | 8 ++++---- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/device-simulator/Chart.yaml b/device-simulator/Chart.yaml index 1c273104..2b1b7627 100644 --- a/device-simulator/Chart.yaml +++ b/device-simulator/Chart.yaml @@ -6,8 +6,8 @@ apiVersion: v2 name: device-simulator kubeVersion: ">=1.17.0" type: application -version: 0.0.7 -appVersion: v0.6.3 +version: 0.0.8 +appVersion: v0.6.6 description: ONOS Config Device Simulator keywords: - onos diff --git a/onos-cli/Chart.yaml b/onos-cli/Chart.yaml index 51bdd4ca..80124a0d 100644 --- a/onos-cli/Chart.yaml +++ b/onos-cli/Chart.yaml @@ -7,8 +7,8 @@ name: onos-cli description: ONOS Command Line Interface kubeVersion: ">=1.17.0" type: application -version: 1.3.17 -appVersion: v0.9.36 +version: 1.3.18 +appVersion: v0.9.38 keywords: - onos - sdn diff --git a/onos-config/Chart.yaml b/onos-config/Chart.yaml index ff49a0cc..f7d15050 100644 --- a/onos-config/Chart.yaml +++ b/onos-config/Chart.yaml @@ -4,9 +4,9 @@ apiVersion: v2 name: onos-config -version: 1.8.12 +version: 1.8.13 kubeVersion: ">=1.17.0" -appVersion: v1.1.1 +appVersion: v1.1.4 description: ONOS Config Manager keywords: - onos diff --git a/onos-operator/Chart.yaml b/onos-operator/Chart.yaml index 9da28432..fcce8261 100644 --- a/onos-operator/Chart.yaml +++ b/onos-operator/Chart.yaml @@ -4,9 +4,9 @@ apiVersion: v2 name: onos-operator -version: 0.5.8 +version: 0.5.9 kubeVersion: ">=1.17.0" -appVersion: v0.5.3 +appVersion: v0.5.5 description: µONOS Operator keywords: - onos diff --git a/onos-topo/Chart.yaml b/onos-topo/Chart.yaml index 8290b280..9ec1a1ab 100644 --- a/onos-topo/Chart.yaml +++ b/onos-topo/Chart.yaml @@ -7,8 +7,8 @@ name: onos-topo description: ONOS Topology service kubeVersion: ">=1.17.0" type: application -version: 1.5.1 -appVersion: v1.0.1 +version: 1.5.2 +appVersion: v1.0.3 keywords: - onos - sdn diff --git a/onos-umbrella/Chart.yaml b/onos-umbrella/Chart.yaml index 69a0f813..0150a768 100644 --- a/onos-umbrella/Chart.yaml +++ b/onos-umbrella/Chart.yaml @@ -7,7 +7,7 @@ name: onos-umbrella description: Umbrella chart to deploy all µONOS kubeVersion: ">=1.17.0" type: application -version: 1.3.33 +version: 1.3.34 appVersion: v1.1.0 keywords: - onos @@ -20,15 +20,15 @@ dependencies: - name: onos-topo condition: import.onos-topo.enabled repository: file://../onos-topo - version: 1.5.1 + version: 1.5.2 - name: onos-config condition: import.onos-config.enabled repository: file://../onos-config - version: 1.8.12 + version: 1.8.13 - name: onos-cli condition: import.onos-cli.enabled repository: file://../onos-cli - version: 1.3.17 + version: 1.3.18 - name: device-provisioner condition: import.device-provisioner.enabled repository: file://../device-provisioner