Skip to content

Commit 804a3d8

Browse files
to6044sodyn99
andauthored
bump up version (#752)
* bump up version * Chart version, umbrella chart version update Signed-off-by: Lee Sungjin <sodyn99@gmail.com> * Umbrella chart version update Signed-off-by: Lee Sungjin <sodyn99@gmail.com> --------- Signed-off-by: Lee Sungjin <sodyn99@gmail.com> Co-authored-by: Lee Sungjin <sodyn99@gmail.com>
1 parent 94c5bc4 commit 804a3d8

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

device-simulator/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ apiVersion: v2
66
name: device-simulator
77
kubeVersion: ">=1.17.0"
88
type: application
9-
version: 0.0.7
10-
appVersion: v0.6.3
9+
version: 0.0.8
10+
appVersion: v0.6.6
1111
description: ONOS Config Device Simulator
1212
keywords:
1313
- onos

onos-cli/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ name: onos-cli
77
description: ONOS Command Line Interface
88
kubeVersion: ">=1.17.0"
99
type: application
10-
version: 1.3.17
11-
appVersion: v0.9.36
10+
version: 1.3.18
11+
appVersion: v0.9.38
1212
keywords:
1313
- onos
1414
- sdn

onos-config/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
apiVersion: v2
66
name: onos-config
7-
version: 1.8.12
7+
version: 1.8.13
88
kubeVersion: ">=1.17.0"
9-
appVersion: v1.1.1
9+
appVersion: v1.1.4
1010
description: ONOS Config Manager
1111
keywords:
1212
- onos

onos-operator/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
apiVersion: v2
66
name: onos-operator
7-
version: 0.5.8
7+
version: 0.5.9
88
kubeVersion: ">=1.17.0"
9-
appVersion: v0.5.3
9+
appVersion: v0.5.5
1010
description: µONOS Operator
1111
keywords:
1212
- onos

onos-topo/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ name: onos-topo
77
description: ONOS Topology service
88
kubeVersion: ">=1.17.0"
99
type: application
10-
version: 1.5.1
11-
appVersion: v1.0.1
10+
version: 1.5.2
11+
appVersion: v1.0.3
1212
keywords:
1313
- onos
1414
- sdn

onos-umbrella/Chart.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: onos-umbrella
77
description: Umbrella chart to deploy all µONOS
88
kubeVersion: ">=1.17.0"
99
type: application
10-
version: 1.3.33
10+
version: 1.3.34
1111
appVersion: v1.1.0
1212
keywords:
1313
- onos
@@ -20,15 +20,15 @@ dependencies:
2020
- name: onos-topo
2121
condition: import.onos-topo.enabled
2222
repository: file://../onos-topo
23-
version: 1.5.1
23+
version: 1.5.2
2424
- name: onos-config
2525
condition: import.onos-config.enabled
2626
repository: file://../onos-config
27-
version: 1.8.12
27+
version: 1.8.13
2828
- name: onos-cli
2929
condition: import.onos-cli.enabled
3030
repository: file://../onos-cli
31-
version: 1.3.17
31+
version: 1.3.18
3232
- name: device-provisioner
3333
condition: import.device-provisioner.enabled
3434
repository: file://../device-provisioner

0 commit comments

Comments
 (0)