-
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
docs: update CHANGELOG for 1.0.0-rc1 #1742
docs: update CHANGELOG for 1.0.0-rc1 #1742
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1742 +/- ##
==========================================
+ Coverage 56.23% 56.36% +0.12%
==========================================
Files 200 200
Lines 15657 15657
==========================================
+ Hits 8805 8825 +20
+ Misses 5755 5740 -15
+ Partials 1097 1092 -5
|
CHANGELOG.md
Outdated
|
||
__IMPORTANT__: In PouchContainer 1.0.0-rc1 we have done many things that important to all users of PouchContainer: | ||
|
||
* PouchContainer-CRI now supports use annotation to choose different runtime. |
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/use/using :)
CHANGELOG.md
Outdated
* PouchContainer Image Manager supports `load` and `save` functionality. | ||
* PouchContainer Log Driver supports `syslog` type. | ||
* PouchContainer uses latest `libnetwork` in network module. | ||
* PouchContainer makes the runtime module stable! |
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/!/./ WDYT?
CHANGELOG.md
Outdated
* bugfix: change the order of generating MountPoints [#1541](https://github.com/alibaba/pouch/pull/1541) ([shaloulcy](https://github.com/shaloulcy)) | ||
* refactor: make code more encapsulate and logic simple [#1540](https://github.com/alibaba/pouch/pull/1540) ([allencloud](https://github.com/allencloud)) | ||
* feature: add container setting check [#1537](https://github.com/alibaba/pouch/pull/1537) ([Ace-Tang](https://github.com/Ace-Tang)) | ||
* fix: update cpu-quota of 0.2.4 container may occur error [#1533](https://github.com/alibaba/pouch/pull/1533) ([HusterWan](https://github.com/HusterWan)) |
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/fix/bugfix
Signed-off-by: Wei Fu <[email protected]>
Have updated @HusterWan please take a look. |
lgtm |
Signed-off-by: Wei Fu [email protected]
Ⅰ. Describe what this PR did
Update CHANGELOG for 1.0.0-rc1
Ⅱ. Does this pull request fix one issue?
NONE
Ⅲ. Describe how you did it
use third party tool to generate it.
Ⅳ. Describe how to verify it
eye ball....
Ⅴ. Special notes for reviews
NONE