Skip to content

Commit

Permalink
bump up version (#752)
Browse files Browse the repository at this point in the history
* bump up version

* Chart version, umbrella chart version update

Signed-off-by: Lee Sungjin <[email protected]>

* Umbrella chart version update

Signed-off-by: Lee Sungjin <[email protected]>

---------

Signed-off-by: Lee Sungjin <[email protected]>
Co-authored-by: Lee Sungjin <[email protected]>
  • Loading branch information
to6044 and sodyn99 authored Sep 16, 2024
1 parent 94c5bc4 commit 804a3d8
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions device-simulator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions onos-cli/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions onos-config/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions onos-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions onos-topo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions onos-umbrella/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 804a3d8

Please sign in to comment.