-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reorganize change logs, licenses, and community outreach activities
- Loading branch information
Showing
9 changed files
with
394 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
### Summary | ||
|
||
This release is our very first release of Mizar including: | ||
|
||
* A basic implementation of the data plane and a mini controller; | ||
* Create and deletion of VPC/subnet/ports objects. | ||
* Initial automated test and deployment scripts. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
### Summary | ||
|
||
This release primarily introduces the beta implementation of direct-path (fast-path), | ||
and scaled endpoints. The releases also provides hooks within the data-plane to | ||
support extensibility at various stages of the packet processing pipeline. | ||
|
||
### Breaking Changes | ||
|
||
This release does not involve breaking changes to existing | ||
integrations. | ||
|
||
### Data Plane | ||
|
||
1. Fast path (beta) | ||
1. Scaled endpoint (beta) | ||
1. Performance improvements | ||
1. Extensible packet processing pipeline support | ||
|
||
### Documentation | ||
1. Components name changes proposal | ||
|
||
### Continuous Integration | ||
* Codedeploy support |
40 changes: 0 additions & 40 deletions
40
docs/releases/release-notes.md → docs/CHANGELOG/CHANGELOG-0.3.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
1. [Dataplane license](gpl.md) | ||
1. [Management Plane license](mit.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Released under MIT License | ||
|
||
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. |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
## Chronology of Socialization Activities | ||
- **ICNP 2019 Networking Conference (October 7-10, 2019, Chicago, Illinois, USA)**: Displayed Mizar networking open source project details as part of Futurewei booth during the conference. Also, socialized Mizar project with various professors and researchers. Scheduled follow on detail sessions during the subsequent weeks. | ||
- **Open Source Summit Europe 2019 (October 28-30, 2019, Lyon, France)**: Met Linux Foundation executives for socializing Mizar project as well as possibility of landing Mizar as an official Linux Foundation project. They seem to be open to our proposal. They asked us to firstly sync. up with Network Service Mesh (NSM) folks for possible synergy & their feedback. | ||
- **Socialization with various Universities**: Mizar networking open source project overview session with professors & researchers from various universities. We went over the possible collaboration areas researchers/academia can get involved in. | ||
- **KubeCon North America (November 18-21, 2019, San Diego, USA)**: Displayed Mizar networking open source project details as part of Futurewei booth during the conference. Also, socialized Mizar project with eBPF/XDP community members. | ||
- **Network Service Mesh (NSM) Discussion**: Mizar networking open source project overview session with NSM folks. They provided a very positive feedback and liked our project. It seems that there is good synergy with regards to integrating Mizar data plane with Network Service Mesh project. | ||
|
||
### Talks and Videos: | ||
- [Research Slides](./Mizar-research-v3.pdf) | ||
- [Mizar Biweekly Open Source Community Meeting 04/02/2020](https://www.youtube.com/playlist?list=PL_7gYB_Le9d31Bpd3ZfyNE-c3AY-fYYw1) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters