-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
3 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 |
---|---|---|
@@ -1,17 +1,30 @@ | ||
# Changelog | ||
|
||
## 0.5 (2017-01-06) | ||
## v0.6 (2017-03-13) | ||
- Refactored all code to compile on both Windows and Linux. | ||
- Added Windows CNI network and IPAM plugins. | ||
- Added Linux l2tunnel mode for CNI and libnetwork. | ||
- Added ability to request address pools on a specific interface. | ||
- Added support for multiple subnets and gateways per network. | ||
- Updated official plugin names and file locations. | ||
- Separated CNI IPAM plugin to its own binary. | ||
- Improved overall logging. | ||
- Added containerized builds. | ||
- Added basic documentation. | ||
- Added license. | ||
|
||
## v0.5 (2017-01-06) | ||
- Added CNI support. | ||
- Added Docker managed plugin support. | ||
- Various bug fixes. | ||
|
||
## 0.4 (2016-09-30) | ||
## v0.4 (2016-09-30) | ||
- Azure and Azure Stack environment support. | ||
- Added automatic address configuration from WireServer based on environment. | ||
- Refactored core net and IPAM logic for CNI support. | ||
- Various bug fixes and polish. | ||
|
||
## 0.3 (2016-07-29) | ||
## v0.3 (2016-07-29) | ||
- Initial release of network and IPAM plugin. | ||
- Added Libnetwork CNM support. | ||
- Added JSON store support. |