-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Conversation
Can we also include for known issues: |
2b95d96
to
fd6f41d
Compare
Can we also add a mention of all the new aarch64 distros we added? Commit for reference: 8f588ee PR for reference as well: docker/docker-ce-packaging#35 |
CHANGELOG.md
Outdated
@@ -12,6 +12,12 @@ See related PR: [moby/moby#35812](https://github.com/moby/moby/pull/35812) | |||
|
|||
## 17.12.0-ce (2017-12-DD) |
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.
TODO here: add a date when we pin down a GA date
f5b6c31
to
3baffec
Compare
@gbarr01 PTAL |
|
||
## Known Issues | ||
* AWS logs batch size calculation [moby/moby#35726](https://github.com/moby/moby/pull/35726) |
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.
Nit: newline after headings
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.
I can't seem to comment on this because it wasn't changed in this PR, but the admontion in line 8++ should be written as a real admonition:
> **Important**: <blah blah>
> More lines
{:.important}
Also s/should/must
3baffec
to
e6bb2fd
Compare
CHANGELOG.md
Outdated
|
||
You should stop all containers and plugins **BEFORE** upgrading to Docker CE 17.12. | ||
You must stop all containers and plugins **BEFORE** upgrading to Docker CE 17.12. |
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.
Can you put this on the same line as the **IMPORTANT**
line?
e6bb2fd
to
a1e8238
Compare
CHANGELOG.md
Outdated
@@ -105,3 +108,4 @@ See related PR: [moby/moby#35812](https://github.com/moby/moby/pull/35812) | |||
+ Add Packaging for Fedora 27 [docker/docker-ce-packaging#59](https://github.com/docker/docker-ce-packaging/pull/59) | |||
* Change default versioning scheme to 0.0.0-dev unless specified for packaging [docker/docker-ce-packaging#67](https://github.com/docker/docker-ce-packaging/pull/67) | |||
* Pass Version to engine static builds [docker/docker-ce-packaging#70](https://github.com/docker/docker-ce-packaging/pull/70) | |||
+ Added support for aarch64 on Debian (stretch/jessie) and Ubuntu Xenial or newer [docker/docker-ce-packaging#35](https://github.com/docker/docker-ce-packaging/pull/35) |
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.
There was already aarch64
support for Ubuntu Xenial, this should be for Ubuntu Zesty instead.
Signed-off-by: jose-bigio <[email protected]>
a1e8238
to
8673a42
Compare
* add aarch64 support * use go 1.9 for arm64 support * fixtypo * add backports on jessie * fix path * delet yakkety * rm golang-go * use arm64v8/ images * fix error made in merge * remove double architecture * use arm64v8/ * use go 1.8.5 * Update aarch64 builds to 1.9.2 Signed-off-by: Eli Uriegas <[email protected]> Upstream-commit: 03eac42 Component: packaging
…-log-options Update __docker_get_log_options completion (zsh) Upstream-commit: 33a25708d4feb8e2402de491c952f2ffac603595 Component: cli
Pin Golang images to debian stretch variant Upstream-commit: aab70be Component: packaging
[19.03] bump swarmkit to f35d9100f2c6ac810cc8d7de6e8f93dcc7a42d29 Upstream-commit: 2399b7a91b6a54c962f896e56a58b2d234d9366d Component: engine
Pin Golang images to debian stretch variant
Removing change that didn't make it in to the release.
Signed-off-by: jose-bigio [email protected]