Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump up topo and cli #748

Merged
merged 1 commit into from
Jul 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.15
appVersion: v0.9.35
version: 1.3.16
appVersion: v0.9.36
keywords:
- onos
- sdn
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.0
appVersion: v1.0.0
version: 1.5.1
appVersion: v1.0.1
keywords:
- onos
- sdn
Expand Down
6 changes: 3 additions & 3 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.31
version: 1.3.32
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.0
version: 1.5.1
- name: onos-config
condition: import.onos-config.enabled
repository: file://../onos-config
version: 1.8.12
- name: onos-cli
condition: import.onos-cli.enabled
repository: file://../onos-cli
version: 1.3.15
version: 1.3.16
- name: device-provisioner
condition: import.device-provisioner.enabled
repository: file://../device-provisioner
Expand Down