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

Bumped topo-discovery #737

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ clean:: # @HELP clean up temporary files.
rm -rf onos-umbrella/charts onos-umbrella/Chart.lock

deps: # @HELP build dependencies for local charts.
deps: clean license
deps: clean license just-deps

just-deps: # HELP build deps for umbrella charts
rm onos-umbrella/Chart.lock scale-sim/Chart.lock
helm dep build onos-umbrella
helm dep build scale-sim

4 changes: 2 additions & 2 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.26
version: 1.3.28
appVersion: v1.1.0
keywords:
- onos
Expand Down Expand Up @@ -36,7 +36,7 @@ dependencies:
- name: topo-discovery
condition: import.topo-discovery.enabled
repository: file://../topo-discovery
version: 1.1.10
version: 1.1.11
- name: fabric-underlay
condition: import.fabric-underlay.enabled
repository: file://../fabric-underlay
Expand Down
4 changes: 2 additions & 2 deletions topo-discovery/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ apiVersion: v2
name: topo-discovery
description: ONOS Topology Discovery service
type: application
version: 1.1.10
appVersion: v1.1.10
version: 1.1.11
appVersion: v1.1.11
keywords:
- onos
- sdn
Expand Down