Releases: telstra/open-kilda
Releases · telstra/open-kilda
v1.17.0 (10/04/2019)
Enhancements:
- #2161 Combine
api
andnorthbound
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
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
1.1.0 Release!
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
Merge pull request #412 from carmine/master Push Switch update, Fix dumpFlowTable, and ignore switchsync in FL/SwitchManager
Hot Fixes for 1.0.0
- 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
First Official "Production Ready" release.
Initial "production ready" version of kilda.
Initial "production ready" version of kilda.