From f92e7bc40c05c2de89a8de4ff22b1c1044737f43 Mon Sep 17 00:00:00 2001 From: Lee Sungjin Date: Sun, 11 Aug 2024 05:26:50 +0000 Subject: [PATCH 1/6] Chart.yaml appVersion update Signed-off-by: Lee Sungjin --- onos-a1t/Chart.yaml | 2 +- onos-e2t/Chart.yaml | 2 +- onos-exporter/Chart.yaml | 2 +- onos-kpimon/Chart.yaml | 2 +- onos-mho/Chart.yaml | 2 +- onos-o1t/Chart.yaml | 2 +- onos-pci/Chart.yaml | 2 +- onos-rsm/Chart.yaml | 2 +- onos-uenib/Chart.yaml | 2 +- ran-simulator/Chart.yaml | 2 +- rimedo-ts/Chart.yaml | 4 ++-- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/onos-a1t/Chart.yaml b/onos-a1t/Chart.yaml index ba48c6da..15e44434 100644 --- a/onos-a1t/Chart.yaml +++ b/onos-a1t/Chart.yaml @@ -8,7 +8,7 @@ description: ONOS A1 Termination kubeVersion: ">=1.17.0" type: application version: 0.2.3 -appVersion: v0.2.1 +appVersion: v0.2.3 keywords: - onos - sdn diff --git a/onos-e2t/Chart.yaml b/onos-e2t/Chart.yaml index 29852f04..b6835775 100644 --- a/onos-e2t/Chart.yaml +++ b/onos-e2t/Chart.yaml @@ -9,7 +9,7 @@ description: ONOS E2 Termination kubeVersion: ">=1.17.0" type: application version: 1.5.3 -appVersion: v0.11.23 +appVersion: v0.11.25 keywords: - onos - sdn diff --git a/onos-exporter/Chart.yaml b/onos-exporter/Chart.yaml index ad6c44f7..42757f77 100644 --- a/onos-exporter/Chart.yaml +++ b/onos-exporter/Chart.yaml @@ -8,7 +8,7 @@ description: ONOS KPIs Exporter kubeVersion: ">=1.17.0" type: application version: 0.5.1 -appVersion: v0.2.0 +appVersion: v0.4.2 keywords: - onos - sdn diff --git a/onos-kpimon/Chart.yaml b/onos-kpimon/Chart.yaml index c8964c37..cbab516a 100644 --- a/onos-kpimon/Chart.yaml +++ b/onos-kpimon/Chart.yaml @@ -9,7 +9,7 @@ description: ONOS KPIMON xAPP kubeVersion: ">=1.17.0" type: application version: 0.9.9 -appVersion: v0.4.7 +appVersion: v0.4.11 keywords: - onos - sdn diff --git a/onos-mho/Chart.yaml b/onos-mho/Chart.yaml index 5f5c890d..c82cb39f 100644 --- a/onos-mho/Chart.yaml +++ b/onos-mho/Chart.yaml @@ -9,7 +9,7 @@ description: ONOS MHO xAPP kubeVersion: ">=1.17.0" type: application version: 0.3.8 -appVersion: v0.3.9 +appVersion: v0.3.12 keywords: - onos - sdn diff --git a/onos-o1t/Chart.yaml b/onos-o1t/Chart.yaml index df8232aa..f2e9e236 100644 --- a/onos-o1t/Chart.yaml +++ b/onos-o1t/Chart.yaml @@ -8,7 +8,7 @@ description: ONOS O1 Termination kubeVersion: ">=1.17.0" type: application version: 0.3.4 -appVersion: v0.8.2 +appVersion: v0.8.3 keywords: - onos - sdn diff --git a/onos-pci/Chart.yaml b/onos-pci/Chart.yaml index d8593d37..1ab1c7de 100644 --- a/onos-pci/Chart.yaml +++ b/onos-pci/Chart.yaml @@ -9,7 +9,7 @@ description: ONOS PCI xAPP kubeVersion: ">=1.17.0" type: application version: 0.9.17 -appVersion: v0.4.10 +appVersion: v0.4.17 keywords: - onos - sdn diff --git a/onos-rsm/Chart.yaml b/onos-rsm/Chart.yaml index 9753114c..d4613284 100644 --- a/onos-rsm/Chart.yaml +++ b/onos-rsm/Chart.yaml @@ -9,7 +9,7 @@ description: ONOS RSM xAPP kubeVersion: ">=1.17.0" type: application version: 0.2.6 -appVersion: v0.2.5 +appVersion: v0.2.7 keywords: - onos - sdn diff --git a/onos-uenib/Chart.yaml b/onos-uenib/Chart.yaml index 31e9728a..8c53b4d1 100644 --- a/onos-uenib/Chart.yaml +++ b/onos-uenib/Chart.yaml @@ -9,7 +9,7 @@ description: ONOS UE-NIB Subsystem kubeVersion: ">=1.17.0" type: application version: 1.4.1 -appVersion: v0.3.3 +appVersion: v0.3.5 keywords: - onos - sdn diff --git a/ran-simulator/Chart.yaml b/ran-simulator/Chart.yaml index bd35705c..2e4317ca 100644 --- a/ran-simulator/Chart.yaml +++ b/ran-simulator/Chart.yaml @@ -9,7 +9,7 @@ description: ONOS RAN Simulator kubeVersion: ">=1.15.0" type: application version: 1.4.17 -appVersion: v0.10.14 +appVersion: v0.10.16 keywords: - onos - sdn diff --git a/rimedo-ts/Chart.yaml b/rimedo-ts/Chart.yaml index 15952af0..0725e5be 100644 --- a/rimedo-ts/Chart.yaml +++ b/rimedo-ts/Chart.yaml @@ -4,10 +4,10 @@ description: RIMEDO-Labs xApp Traffic Steering kubeVersion: ">=1.16.0" type: application version: 0.1.1 -appVersion: v0.1.1 +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 From 551e28f7e594ea3638b85221650d921672c99b1b Mon Sep 17 00:00:00 2001 From: Lee Sungjin Date: Sun, 11 Aug 2024 05:49:06 +0000 Subject: [PATCH 2/6] appVersion in the Chart.yaml file of onos-mlb update Signed-off-by: Lee Sungjin --- onos-mlb/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onos-mlb/Chart.yaml b/onos-mlb/Chart.yaml index 357fa7dd..e234a424 100644 --- a/onos-mlb/Chart.yaml +++ b/onos-mlb/Chart.yaml @@ -9,7 +9,7 @@ description: ONOS MLB xAPP kubeVersion: ">=1.17.0" type: application version: 0.3.6 -appVersion: v0.3.5 +appVersion: v0.3.8 keywords: - onos - sdn From 59c9ed2fef34d563965ca224e8872fe23755886f Mon Sep 17 00:00:00 2001 From: Lee Sungjin Date: Sun, 11 Aug 2024 06:45:00 +0000 Subject: [PATCH 3/6] appVersion in the Chart.yaml file of onos-exporter modify Signed-off-by: Lee Sungjin --- onos-exporter/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onos-exporter/Chart.yaml b/onos-exporter/Chart.yaml index 42757f77..6aa2fc4b 100644 --- a/onos-exporter/Chart.yaml +++ b/onos-exporter/Chart.yaml @@ -8,7 +8,7 @@ description: ONOS KPIs Exporter kubeVersion: ">=1.17.0" type: application version: 0.5.1 -appVersion: v0.4.2 +appVersion: v0.4.1 keywords: - onos - sdn From 920b4dad4d829f387c7b1aa74781dcfb14e6e8a2 Mon Sep 17 00:00:00 2001 From: Lee Sungjin Date: Fri, 6 Sep 2024 04:36:06 +0000 Subject: [PATCH 4/6] Chart version update Signed-off-by: Lee Sungjin --- onos-a1t/Chart.yaml | 2 +- onos-e2t/Chart.yaml | 2 +- onos-exporter/Chart.yaml | 2 +- onos-kpimon/Chart.yaml | 2 +- onos-mho/Chart.yaml | 2 +- onos-mlb/Chart.yaml | 2 +- onos-o1t/Chart.yaml | 2 +- onos-pci/Chart.yaml | 2 +- onos-rsm/Chart.yaml | 2 +- onos-uenib/Chart.yaml | 2 +- ran-simulator/Chart.yaml | 2 +- rimedo-ts/Chart.yaml | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/onos-a1t/Chart.yaml b/onos-a1t/Chart.yaml index 15e44434..60897244 100644 --- a/onos-a1t/Chart.yaml +++ b/onos-a1t/Chart.yaml @@ -7,7 +7,7 @@ name: onos-a1t description: ONOS A1 Termination kubeVersion: ">=1.17.0" type: application -version: 0.2.3 +version: 0.2.4 appVersion: v0.2.3 keywords: - onos diff --git a/onos-e2t/Chart.yaml b/onos-e2t/Chart.yaml index b6835775..b23218ed 100644 --- a/onos-e2t/Chart.yaml +++ b/onos-e2t/Chart.yaml @@ -8,7 +8,7 @@ name: onos-e2t description: ONOS E2 Termination kubeVersion: ">=1.17.0" type: application -version: 1.5.3 +version: 1.5.4 appVersion: v0.11.25 keywords: - onos diff --git a/onos-exporter/Chart.yaml b/onos-exporter/Chart.yaml index 6aa2fc4b..7a793f0b 100644 --- a/onos-exporter/Chart.yaml +++ b/onos-exporter/Chart.yaml @@ -7,7 +7,7 @@ name: onos-exporter description: ONOS KPIs Exporter kubeVersion: ">=1.17.0" type: application -version: 0.5.1 +version: 0.5.2 appVersion: v0.4.1 keywords: - onos diff --git a/onos-kpimon/Chart.yaml b/onos-kpimon/Chart.yaml index cbab516a..3a0b72c9 100644 --- a/onos-kpimon/Chart.yaml +++ b/onos-kpimon/Chart.yaml @@ -8,7 +8,7 @@ name: onos-kpimon description: ONOS KPIMON xAPP kubeVersion: ">=1.17.0" type: application -version: 0.9.9 +version: 0.9.10 appVersion: v0.4.11 keywords: - onos diff --git a/onos-mho/Chart.yaml b/onos-mho/Chart.yaml index c82cb39f..c338e79f 100644 --- a/onos-mho/Chart.yaml +++ b/onos-mho/Chart.yaml @@ -8,7 +8,7 @@ name: onos-mho description: ONOS MHO xAPP kubeVersion: ">=1.17.0" type: application -version: 0.3.8 +version: 0.3.9 appVersion: v0.3.12 keywords: - onos diff --git a/onos-mlb/Chart.yaml b/onos-mlb/Chart.yaml index e234a424..13632b43 100644 --- a/onos-mlb/Chart.yaml +++ b/onos-mlb/Chart.yaml @@ -8,7 +8,7 @@ name: onos-mlb description: ONOS MLB xAPP kubeVersion: ">=1.17.0" type: application -version: 0.3.6 +version: 0.3.7 appVersion: v0.3.8 keywords: - onos diff --git a/onos-o1t/Chart.yaml b/onos-o1t/Chart.yaml index f2e9e236..dd28084a 100644 --- a/onos-o1t/Chart.yaml +++ b/onos-o1t/Chart.yaml @@ -7,7 +7,7 @@ name: onos-o1t description: ONOS O1 Termination kubeVersion: ">=1.17.0" type: application -version: 0.3.4 +version: 0.3.5 appVersion: v0.8.3 keywords: - onos diff --git a/onos-pci/Chart.yaml b/onos-pci/Chart.yaml index 1ab1c7de..bda102bd 100644 --- a/onos-pci/Chart.yaml +++ b/onos-pci/Chart.yaml @@ -8,7 +8,7 @@ name: onos-pci description: ONOS PCI xAPP kubeVersion: ">=1.17.0" type: application -version: 0.9.17 +version: 0.9.18 appVersion: v0.4.17 keywords: - onos diff --git a/onos-rsm/Chart.yaml b/onos-rsm/Chart.yaml index d4613284..818b250d 100644 --- a/onos-rsm/Chart.yaml +++ b/onos-rsm/Chart.yaml @@ -8,7 +8,7 @@ name: onos-rsm description: ONOS RSM xAPP kubeVersion: ">=1.17.0" type: application -version: 0.2.6 +version: 0.2.7 appVersion: v0.2.7 keywords: - onos diff --git a/onos-uenib/Chart.yaml b/onos-uenib/Chart.yaml index 8c53b4d1..a0031e6b 100644 --- a/onos-uenib/Chart.yaml +++ b/onos-uenib/Chart.yaml @@ -8,7 +8,7 @@ name: onos-uenib description: ONOS UE-NIB Subsystem kubeVersion: ">=1.17.0" type: application -version: 1.4.1 +version: 1.4.2 appVersion: v0.3.5 keywords: - onos diff --git a/ran-simulator/Chart.yaml b/ran-simulator/Chart.yaml index 2e4317ca..91e3317b 100644 --- a/ran-simulator/Chart.yaml +++ b/ran-simulator/Chart.yaml @@ -8,7 +8,7 @@ name: ran-simulator description: ONOS RAN Simulator kubeVersion: ">=1.15.0" type: application -version: 1.4.17 +version: 1.4.18 appVersion: v0.10.16 keywords: - onos diff --git a/rimedo-ts/Chart.yaml b/rimedo-ts/Chart.yaml index 0725e5be..38782c08 100644 --- a/rimedo-ts/Chart.yaml +++ b/rimedo-ts/Chart.yaml @@ -3,7 +3,7 @@ name: rimedo-ts description: RIMEDO-Labs xApp Traffic Steering kubeVersion: ">=1.16.0" type: application -version: 0.1.1 +version: 0.1.2 appVersion: v0.1.3 home: https://rimedolabs.com maintainers: From 98f63541ea9cd3d18f812dfb132b07cba07ea772 Mon Sep 17 00:00:00 2001 From: Lee Sungjin Date: Fri, 6 Sep 2024 04:54:36 +0000 Subject: [PATCH 5/6] Umbrella chart update Signed-off-by: Lee Sungjin --- onos-e2t/values.yaml | 10 +++++----- sd-ran/Chart.yaml | 32 ++++++++++++++++---------------- sd-ran/values.yaml | 10 +++++----- 3 files changed, 26 insertions(+), 26 deletions(-) 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/sd-ran/Chart.yaml b/sd-ran/Chart.yaml index 1cd36d7b..c55de9de 100644 --- a/sd-ran/Chart.yaml +++ b/sd-ran/Chart.yaml @@ -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: From 17f60fdf8d64d2e4d63092b441e3e575bd0c3cb4 Mon Sep 17 00:00:00 2001 From: Lee Sungjin Date: Fri, 6 Sep 2024 05:11:05 +0000 Subject: [PATCH 6/6] Umbrella chart version update Signed-off-by: Lee Sungjin --- sd-ran/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sd-ran/Chart.yaml b/sd-ran/Chart.yaml index c55de9de..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