Skip to content

Commit

Permalink
Change logs for v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zasherif committed Apr 16, 2020
1 parent c578503 commit 581d5e5
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
50 changes: 50 additions & 0 deletions docs/CHANGELOG/CHANGELOG-0.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<!--
SPDX-License-Identifier: MIT
Copyright (c) 2020 The Authors.
Authors: Sherif Abdelwahab <@zasherif>
Phu Tran <@phudtran>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright
notice and this permission notice shall be included in all copies or
substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS",
WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-->

### Summary

### Breaking Changes

### Data Plane

### Management plane

### Tests
* Basic end-to-end tests
[#147](https://github.com/futurewei-cloud/mizar/pull/147),
[#142](https://github.com/futurewei-cloud/mizar/pull/142),
[#134](https://github.com/futurewei-cloud/mizar/pull/134)

### Fixes

* Fix scaled endpoint bug when bouncer is on same client host
[#146](https://github.com/futurewei-cloud/mizar/pull/146),
[#150](https://github.com/futurewei-cloud/mizar/pull/150)

* Fix for intermittent Luigi scheduler disconnect
[#143](https://github.com/futurewei-cloud/mizar/pull/143)

* Fix scaled endpoint delete workflow
[#138](https://github.com/futurewei-cloud/mizar/pull/138)

### Documentation
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ nav:
- 'IP Address Management': 'design/mp_ipam.md'
- 'Other Data-plane support': 'design/mp_dpsupport.md'
- Releases:
- '0.4': 'CHANGELOG/CHANGELOG-0.4.md'
- '0.3': 'CHANGELOG/CHANGELOG-0.3.md'
- '0.2': 'CHANGELOG/CHANGELOG-0.2.md'
- '0.1': 'CHANGELOG/CHANGELOG-0.1.md'
Expand Down

0 comments on commit 581d5e5

Please sign in to comment.