From b9fe19b8a249ff4abbda967800ac8c2c579a3f5c Mon Sep 17 00:00:00 2001 From: yhm1620 <37898156+yhm1620@users.noreply.github.com> Date: Tue, 17 Sep 2024 01:31:26 +0900 Subject: [PATCH] bump up version (#1160) * Chart.yaml appVersion update Signed-off-by: Lee Sungjin * appVersion in the Chart.yaml file of onos-mlb update Signed-off-by: Lee Sungjin * appVersion in the Chart.yaml file of onos-exporter modify Signed-off-by: Lee Sungjin * Chart version update Signed-off-by: Lee Sungjin * Umbrella chart 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 --- onos-a1t/Chart.yaml | 4 ++-- onos-e2t/Chart.yaml | 4 ++-- onos-e2t/values.yaml | 10 +++++----- onos-exporter/Chart.yaml | 4 ++-- onos-kpimon/Chart.yaml | 4 ++-- onos-mho/Chart.yaml | 4 ++-- onos-mlb/Chart.yaml | 4 ++-- onos-o1t/Chart.yaml | 4 ++-- onos-pci/Chart.yaml | 4 ++-- onos-rsm/Chart.yaml | 4 ++-- onos-uenib/Chart.yaml | 4 ++-- ran-simulator/Chart.yaml | 4 ++-- rimedo-ts/Chart.yaml | 6 +++--- sd-ran/Chart.yaml | 34 +++++++++++++++++----------------- sd-ran/values.yaml | 10 +++++----- 15 files changed, 52 insertions(+), 52 deletions(-) diff --git a/onos-a1t/Chart.yaml b/onos-a1t/Chart.yaml index ba48c6da..60897244 100644 --- a/onos-a1t/Chart.yaml +++ b/onos-a1t/Chart.yaml @@ -7,8 +7,8 @@ name: onos-a1t description: ONOS A1 Termination kubeVersion: ">=1.17.0" type: application -version: 0.2.3 -appVersion: v0.2.1 +version: 0.2.4 +appVersion: v0.2.3 keywords: - onos - sdn diff --git a/onos-e2t/Chart.yaml b/onos-e2t/Chart.yaml index 29852f04..b23218ed 100644 --- a/onos-e2t/Chart.yaml +++ b/onos-e2t/Chart.yaml @@ -8,8 +8,8 @@ name: onos-e2t description: ONOS E2 Termination kubeVersion: ">=1.17.0" type: application -version: 1.5.3 -appVersion: v0.11.23 +version: 1.5.4 +appVersion: v0.11.25 keywords: - onos - sdn diff --git a/onos-e2t/values.yaml b/onos-e2t/values.yaml index 0c278549..642cfcc0 100644 --- a/onos-e2t/values.yaml +++ b/onos-e2t/values.yaml @@ -134,31 +134,31 @@ servicemodels: version: 1.0.0 image: repository: onosproject/service-model-docker-e2sm_rc_pre_go-1.0.0 - tag: v0.8.43 + tag: v0.8.45 pullPolicy: IfNotPresent - name: e2sm_kpm_v2_go version: 1.0.0 image: repository: onosproject/service-model-docker-e2sm_kpm_v2_go-1.0.0 - tag: v0.8.43 + tag: v0.8.45 pullPolicy: IfNotPresent - name: e2sm_mho_go version: 1.0.0 image: repository: onosproject/service-model-docker-e2sm_mho_go-1.0.0 - tag: v0.8.43 + tag: v0.8.45 pullPolicy: IfNotPresent - name: e2sm_rsm version: 1.0.0 image: repository: onosproject/service-model-docker-e2sm_rsm-1.0.0 - tag: v0.8.43 + tag: v0.8.45 pullPolicy: IfNotPresent - name: e2sm_rc version: 1.0.0 image: repository: onosproject/service-model-docker-e2sm_rc-1.0.0 - tag: v0.8.43 + tag: v0.8.45 pullPolicy: IfNotPresent # - name: e2sm_ni # version: 1.0.0 diff --git a/onos-exporter/Chart.yaml b/onos-exporter/Chart.yaml index ad6c44f7..7a793f0b 100644 --- a/onos-exporter/Chart.yaml +++ b/onos-exporter/Chart.yaml @@ -7,8 +7,8 @@ name: onos-exporter description: ONOS KPIs Exporter kubeVersion: ">=1.17.0" type: application -version: 0.5.1 -appVersion: v0.2.0 +version: 0.5.2 +appVersion: v0.4.1 keywords: - onos - sdn diff --git a/onos-kpimon/Chart.yaml b/onos-kpimon/Chart.yaml index c8964c37..3a0b72c9 100644 --- a/onos-kpimon/Chart.yaml +++ b/onos-kpimon/Chart.yaml @@ -8,8 +8,8 @@ name: onos-kpimon description: ONOS KPIMON xAPP kubeVersion: ">=1.17.0" type: application -version: 0.9.9 -appVersion: v0.4.7 +version: 0.9.10 +appVersion: v0.4.11 keywords: - onos - sdn diff --git a/onos-mho/Chart.yaml b/onos-mho/Chart.yaml index 5f5c890d..c338e79f 100644 --- a/onos-mho/Chart.yaml +++ b/onos-mho/Chart.yaml @@ -8,8 +8,8 @@ name: onos-mho description: ONOS MHO xAPP kubeVersion: ">=1.17.0" type: application -version: 0.3.8 -appVersion: v0.3.9 +version: 0.3.9 +appVersion: v0.3.12 keywords: - onos - sdn diff --git a/onos-mlb/Chart.yaml b/onos-mlb/Chart.yaml index 357fa7dd..13632b43 100644 --- a/onos-mlb/Chart.yaml +++ b/onos-mlb/Chart.yaml @@ -8,8 +8,8 @@ name: onos-mlb description: ONOS MLB xAPP kubeVersion: ">=1.17.0" type: application -version: 0.3.6 -appVersion: v0.3.5 +version: 0.3.7 +appVersion: v0.3.8 keywords: - onos - sdn diff --git a/onos-o1t/Chart.yaml b/onos-o1t/Chart.yaml index df8232aa..dd28084a 100644 --- a/onos-o1t/Chart.yaml +++ b/onos-o1t/Chart.yaml @@ -7,8 +7,8 @@ name: onos-o1t description: ONOS O1 Termination kubeVersion: ">=1.17.0" type: application -version: 0.3.4 -appVersion: v0.8.2 +version: 0.3.5 +appVersion: v0.8.3 keywords: - onos - sdn diff --git a/onos-pci/Chart.yaml b/onos-pci/Chart.yaml index d8593d37..bda102bd 100644 --- a/onos-pci/Chart.yaml +++ b/onos-pci/Chart.yaml @@ -8,8 +8,8 @@ name: onos-pci description: ONOS PCI xAPP kubeVersion: ">=1.17.0" type: application -version: 0.9.17 -appVersion: v0.4.10 +version: 0.9.18 +appVersion: v0.4.17 keywords: - onos - sdn diff --git a/onos-rsm/Chart.yaml b/onos-rsm/Chart.yaml index 9753114c..818b250d 100644 --- a/onos-rsm/Chart.yaml +++ b/onos-rsm/Chart.yaml @@ -8,8 +8,8 @@ name: onos-rsm description: ONOS RSM xAPP kubeVersion: ">=1.17.0" type: application -version: 0.2.6 -appVersion: v0.2.5 +version: 0.2.7 +appVersion: v0.2.7 keywords: - onos - sdn diff --git a/onos-uenib/Chart.yaml b/onos-uenib/Chart.yaml index 31e9728a..a0031e6b 100644 --- a/onos-uenib/Chart.yaml +++ b/onos-uenib/Chart.yaml @@ -8,8 +8,8 @@ name: onos-uenib description: ONOS UE-NIB Subsystem kubeVersion: ">=1.17.0" type: application -version: 1.4.1 -appVersion: v0.3.3 +version: 1.4.2 +appVersion: v0.3.5 keywords: - onos - sdn diff --git a/ran-simulator/Chart.yaml b/ran-simulator/Chart.yaml index bd35705c..91e3317b 100644 --- a/ran-simulator/Chart.yaml +++ b/ran-simulator/Chart.yaml @@ -8,8 +8,8 @@ name: ran-simulator description: ONOS RAN Simulator kubeVersion: ">=1.15.0" type: application -version: 1.4.17 -appVersion: v0.10.14 +version: 1.4.18 +appVersion: v0.10.16 keywords: - onos - sdn diff --git a/rimedo-ts/Chart.yaml b/rimedo-ts/Chart.yaml index 15952af0..38782c08 100644 --- a/rimedo-ts/Chart.yaml +++ b/rimedo-ts/Chart.yaml @@ -3,11 +3,11 @@ name: rimedo-ts description: RIMEDO-Labs xApp Traffic Steering kubeVersion: ">=1.16.0" type: application -version: 0.1.1 -appVersion: v0.1.1 +version: 0.1.2 +appVersion: v0.1.3 home: https://rimedolabs.com maintainers: - name: Lukasz Kulacz email: lukasz.kulacz@rimedolabs.com - name: Adam Samorzewski - email: adam.samorzewski@rimedolabs.com \ No newline at end of file + email: adam.samorzewski@rimedolabs.com diff --git a/sd-ran/Chart.yaml b/sd-ran/Chart.yaml index 1cd36d7b..1c567a76 100644 --- a/sd-ran/Chart.yaml +++ b/sd-ran/Chart.yaml @@ -8,7 +8,7 @@ name: sd-ran description: Umbrella chart to deploy all ONOS-RIC and simulator kubeVersion: ">=1.17.0" type: application -version: 1.4.141 +version: 1.4.142 appVersion: v1.5.0 keywords: - onos @@ -22,27 +22,27 @@ dependencies: - name: onos-e2t condition: import.onos-e2t.enabled repository: file://../onos-e2t - version: 1.5.3 + version: 1.5.4 - name: onos-a1t condition: import.onos-a1t.enabled repository: file://../onos-a1t - version: 0.2.3 + version: 0.2.4 - name: onos-o1t condition: import.onos-o1t.enabled repository: file://../onos-o1t - version: 0.3.4 + version: 0.3.5 - name: onos-topo condition: import.onos-topo.enabled repository: https://charts.onosproject.org - version: 1.5.1 + version: 1.5.2 - name: onos-uenib condition: import.onos-uenib.enabled repository: file://../onos-uenib - version: 1.4.1 - - name: onos-config + version: 1.4.2 + - name: onos-config condition: import.onos-config.enabled repository: https://charts.onosproject.org - version: 1.8.12 + version: 1.8.13 - name: onos-gui condition: import.onos-gui.enabled repository: https://charts.onosproject.org @@ -50,36 +50,36 @@ dependencies: - name: ran-simulator condition: import.ran-simulator.enabled repository: file://../ran-simulator - version: 1.4.17 + version: 1.4.18 - name: onos-cli condition: import.onos-cli.enabled repository: https://charts.onosproject.org - version: 1.3.16 + version: 1.3.18 - name: onos-kpimon condition: import.onos-kpimon.enabled repository: file://../onos-kpimon - version: 0.9.9 + version: 0.9.10 - name: onos-pci condition: import.onos-pci.enabled repository: file://../onos-pci - version: 0.9.17 + version: 0.9.18 - name: onos-mho condition: import.onos-mho.enabled repository: file://../onos-mho - version: 0.3.8 + version: 0.3.9 - name: onos-rsm condition: import.onos-rsm.enabled repository: file://../onos-rsm - version: 0.2.6 + version: 0.2.7 - name: onos-mlb condition: import.onos-mlb.enabled repository: file://../onos-mlb - version: 0.3.6 + version: 0.3.7 - name: rimedo-ts condition: import.rimedo-ts.enabled repository: file://../rimedo-ts - version: 0.1.1 + version: 0.1.2 - name: onos-exporter condition: import.onos-exporter.enabled - version: 0.5.1 + version: 0.5.2 repository: file://../onos-exporter diff --git a/sd-ran/values.yaml b/sd-ran/values.yaml index 51c5c344..73d124b4 100644 --- a/sd-ran/values.yaml +++ b/sd-ran/values.yaml @@ -124,31 +124,31 @@ onos-e2t: version: 1.0.0 image: repository: onosproject/service-model-docker-e2sm_rc_pre_go-1.0.0 - tag: v0.8.43 + tag: v0.8.45 pullPolicy: IfNotPresent - name: e2sm_kpm_v2_go version: 1.0.0 image: repository: onosproject/service-model-docker-e2sm_kpm_v2_go-1.0.0 - tag: v0.8.43 + tag: v0.8.45 pullPolicy: IfNotPresent - name: e2sm_mho_go version: 1.0.0 image: repository: onosproject/service-model-docker-e2sm_mho_go-1.0.0 - tag: v0.8.43 + tag: v0.8.45 pullPolicy: IfNotPresent - name: e2sm_rsm version: 1.0.0 image: repository: onosproject/service-model-docker-e2sm_rsm-1.0.0 - tag: v0.8.43 + tag: v0.8.45 pullPolicy: IfNotPresent - name: e2sm_rc version: 1.0.0 image: repository: onosproject/service-model-docker-e2sm_rc-1.0.0 - tag: v0.8.43 + tag: v0.8.45 pullPolicy: IfNotPresent onos-cli: