Skip to content

Releases: telstra/open-kilda

v1.17.0 (10/04/2019)

10 Apr 13:45
Compare
Choose a tag to compare

Enhancements:

  • #2161 Combine api and northbound modules, prepare Northbound for API v2 support

Bug Fixes:

  • #2236 Fix the network dump issue in Floodlight router (Router doesn't set proper switch statuses when a region goes back up after being offline).
  • #2242 Fix anonymous authentication for Northbound health-check (#2161 broke anonymous authentication for /api/v1/health-check)

Improvements:

  • #2231 Add logging of stacktrace in DiscoveryBolt exception handling
  • #2227 Add storm.yaml template config in confd
  • #2235 Enable OVS virtual meters by default [area/testing]
  • #2179 Add test: System is able to reroute flow in the correct order based on the priority field [area/testing] (Issue: #2144)

For the complete list of changes, check out the commit log.

v1.1.8.21

27 Aug 08:21
Compare
Choose a tag to compare

Features

  • #963 Ability to turn port on or off (up / down) through NB API.
  • #659 Return 500 HTTP status code on create flow in case "Path was not found"
  • #1134 Return 500 HTTP status code on update flow in case "Path was not found"
  • #1119 Change code on "Port/Vlan occupied by another flow" error to "409 Conflict" (Create Flow case)
  • #1146 Change code on "Port/Vlan occupied by another flow" error to "409 Conflict" (Update Flow case)

Enhancements

  • #1081 Handling SwitchId as a special entity with the strict format (long integer, 8 octets separated by a colon, otsd).
  • #1023 Combine processing of similar requests in the flow topology.
  • #1131 Drop unused ancient project components.
  • #590, #1140 Remove unit tests for non-existent methods in FL.
  • #1141 Added auto upload of kibana dashboards to ELK.
  • #1143 Enabled mandatory run update-props as part of make targets.
  • #1148 Rework docker files using best practices.
  • #1158 Added sonarcloud test in CICD pipeline.
  • #1160 Update README.md
  • #1166 Changed .travis.yaml for parallel running.

Bug Fixes

  • #1181 Fix duplication of ISL records in DiscoveryManager.
  • #1126 Docker raise warning for empty line joined via ''.
  • #1161 Storm unable to process DumpRulesRequest due to 'switch_id' -> 'switchId' difference.
  • #1183 Link properties filtering doesn't work with incomplete query.

Testing Improvements

  • #1092 Added test for isl oversubscribing via reroute. Added utility classes.
  • #1145 Fix bw type from int to long in cucumber step.
  • #1154 Test for successful reroute case.
  • #1069, #1142 Remove VariableDeclarationUsageDistance suppress lines for tests.

1.1.0 Release!

31 Mar 03:59
35a06ff
Compare
Choose a tag to compare

This release adds some new features:

  • Ability to erase default rules
  • Ability to install default rules
  • Ability to control what happens when switches connect - AUTO install base rules, MANUAL, or SAFE.

RC1 for 1.1.0

29 Mar 10:13
4e0cc47
Compare
Choose a tag to compare
RC1 for 1.1.0 Pre-release
Pre-release
Merge pull request #412 from carmine/master

Push Switch update, Fix dumpFlowTable, and ignore switchsync in FL/SwitchManager

Hot Fixes for 1.0.0

14 Mar 11:51
e2e5b15
Compare
Choose a tag to compare
  • Occasional Deadlock Issue
  • Alter path computation (move where clause to before cost)
  • Meter ID cache management
  • Port DOWN triggers flow reflow

1.0.0 Release

13 Mar 13:09
140e9a4
Compare
Choose a tag to compare

First Official "Production Ready" release.

Initial "production ready" version of kilda.

12 Mar 10:21
140e9a4
Compare
Choose a tag to compare

Initial "production ready" version of kilda.