-
Notifications
You must be signed in to change notification settings - Fork 949
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: add 0.5.0 ChangeLog #1414
doc: add 0.5.0 ChangeLog #1414
Conversation
4fc38b0
to
9575b05
Compare
Codecov Report
@@ Coverage Diff @@
## master #1414 +/- ##
===========================================
- Coverage 38.77% 16.23% -22.55%
===========================================
Files 250 200 -50
Lines 16630 13583 -3047
===========================================
- Hits 6449 2205 -4244
- Misses 9355 11223 +1868
+ Partials 826 155 -671
|
CHANGELOG.md
Outdated
@@ -1,5 +1,158 @@ | |||
# CHANGELOG | |||
|
|||
## 0.5.0 (2018-05-25) | |||
|
|||
**IMPORTANT**: In Pouch 0.5.0 we have done many things that important to all users of Pouch: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use PouchContainer
here, since it is the brand we use now. If the part below has the same issue, please correct them as well. Thanks a lot.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
roger !
CHANGELOG.md
Outdated
|
||
1. PouchContainer now supports CRI v1alpha2 that will support for Kubernetes 1.10.0 | ||
2. Add plugin mechanism that we can use many existing volume and network plugins | ||
3. Add many container and image tools like `logs` and `tags` command that will be very helpful for daily container operation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/tags/tag
CHANGELOG.md
Outdated
* Add `debug` flag to pouch client [\#1234](https://github.com/alibaba/pouch/pull/1234) ([shaloulcy](https://github.com/shaloulcy)) | ||
* Fix `exec` command align with Moby `v1.24` API [\#1226](https://github.com/alibaba/pouch/pull/1226) ([fuweid](https://github.com/fuweid)) | ||
* Fix volume info of `inspect` output is incompatible with Moby API [\#1213](https://github.com/alibaba/pouch/pull/1213) ([HusterWan](https://github.com/HusterWan)) | ||
* Refact network list api, make it compatible with Mody API [\#1173](https://github.com/alibaba/pouch/pull/1173) ([rudyfly](https://github.com/rudyfly)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/refactor/refact
Signed-off-by: Michael Wan <[email protected]>
LGTM |
Signed-off-by: Michael Wan [email protected]
Ⅰ. Describe what this PR did
doc: add changelog for release 0.5.0
Ⅱ. Does this pull request fix one issue?
Ⅲ. Describe how you did it
Ⅳ. Describe how to verify it
Ⅴ. Special notes for reviews