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

onos-umbrella: releasing 1.1.15 for new config, topo and cli #544

Merged
merged 1 commit into from
Oct 28, 2021
Merged
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
8 changes: 4 additions & 4 deletions onos-umbrella/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: onos-umbrella
description: Umbrella chart to deploy all µONOS
kubeVersion: ">=1.17.0"
type: application
version: 1.1.14
version: 1.1.15
appVersion: v1.1.0
keywords:
- onos
Expand All @@ -16,19 +16,19 @@ dependencies:
- name: onos-topo
condition: import.onos-topo.enabled
repository: https://charts.onosproject.org
version: 1.1.102
version: 1.1.107
- name: onos-config
condition: import.onos-config.enabled
repository: https://charts.onosproject.org
version: 1.3.5
version: 1.3.7
- name: onos-gui
condition: import.onos-gui.enabled
repository: https://charts.onosproject.org
version: 1.0.8
- name: onos-cli
condition: import.onos-cli.enabled
repository: https://charts.onosproject.org
version: 1.1.6
version: 1.1.10
- name: config-model-devicesim
condition: onos-config.models.devicesim.v1.enabled
repository: https://charts.onosproject.org
Expand Down