Skip to content

add 1.13.0 CHANGELOG.md#28275

Merged
vieux merged 1 commit intomoby:masterfrom
vieux:1.13.0_changelog
Nov 11, 2016
Merged

add 1.13.0 CHANGELOG.md#28275
vieux merged 1 commit intomoby:masterfrom
vieux:1.13.0_changelog

Conversation

@vieux
Copy link
Contributor

@vieux vieux commented Nov 11, 2016

ping @docker/core-engine-maintainers

CHANGELOG.md Outdated
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AkihiroSuda looks like that was not yet added to the deprecated.md file, can you open a PR for that?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure, #28293

CHANGELOG.md Outdated
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this in CLI and "allow parallel stop, pause, unpause" in Runtime. Essentially they should be same bullet point with 2 PR links(improve stopping, removing and pausing).

CHANGELOG.md Outdated
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could be in distribution on security.

CHANGELOG.md Outdated
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CLI?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be moved to logging yes

CHANGELOG.md Outdated
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Notary will now ...

CHANGELOG.md Outdated
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/fo//

CHANGELOG.md Outdated
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing quotes

CHANGELOG.md Outdated
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

needs to be after actual feature --init

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a separate flag; --init-path

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

anyway I reordered

CHANGELOG.md Outdated
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add workaround for overlay issues during build in older kernels.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also missing )

CHANGELOG.md Outdated
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

quotes

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(backtics)

CHANGELOG.md Outdated
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should add new options --autolock and swarm unlock here?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the current line is sufficient. It would be a lot of information to describe the new options and commands in this changelog entry.

CHANGELOG.md Outdated
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be under distribution @tonistiigi ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes

CHANGELOG.md Outdated
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be + or *

CHANGELOG.md Outdated
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

backticks around --publish

CHANGELOG.md Outdated
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

duplicate

CHANGELOG.md Outdated
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fo

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also looks like L#66

CHANGELOG.md Outdated
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is filtering volumes by label

CHANGELOG.md Outdated
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

selinux labeling

CHANGELOG.md Outdated
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just realized this is "experimental", so we should prefix with (experimental) ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes

CHANGELOG.md Outdated
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move this down, together with the other prune commands

CHANGELOG.md Outdated
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe we should change "collect" to "view"

CHANGELOG.md Outdated
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

backticks around /sys/firmware/**

@vieux vieux force-pushed the 1.13.0_changelog branch 2 times, most recently from 9901f02 to 2f967e7 Compare November 11, 2016 02:42
@vieux
Copy link
Contributor Author

vieux commented Nov 11, 2016

@thaJeztah @cpuguy83 I addressed your comments

@tonistiigi all but one comment addressed (I ask @aaronlehmann for a good description)

@vieux vieux force-pushed the 1.13.0_changelog branch 2 times, most recently from 9f88a25 to bc46212 Compare November 11, 2016 08:04
CHANGELOG.md Outdated
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Windows server 2016 swarm-mode support #27838

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: and Windows 10 (right?)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well... I dont think overlay networking will work in windows 10. So, technically yes, windows 10 as well. But practically I haven't tried an alternative (such as a network plugin that provides the overlay functionality for windows 10.

@msabansal wdyt ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vieux Lets change it to

  • swarm-mode support for windows #27838

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mavenugo , @msabansal really excited to see windows support for overlay and native 'swarm' mode. Would i be able to try these out if i pick the latest binaries from master.dockerproject.org, or i would need some upcoming updates for windows server 2016 (because i saw that mentioned somewhere). Please let me know as i can keep me from trying this out :)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@git-jiby-me you should be able to try native swarm mode without the overlay driver. overlay driver would require a windows update.

Copy link
Contributor

@mavenugo mavenugo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vieux can you please add the above missing items ?

@vieux
Copy link
Contributor Author

vieux commented Nov 11, 2016

@mavenugo yes, thanks!

@vieux vieux force-pushed the 1.13.0_changelog branch 2 times, most recently from 61dfbb8 to 5cd533e Compare November 11, 2016 09:20
Copy link
Member

@vdemeester vdemeester left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Few comments 👼.
The templating support for Swarm Mode (#28025 — there was no changelog tag but I feel it could be in the changelog) is missing too 😝

CHANGELOG.md Outdated
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be Add step number on … (makes it a little more readable, at least for me 👼)

CHANGELOG.md Outdated
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we precise it's --publish flag on docker run ?

CHANGELOG.md Outdated
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing backticks 👼

CHANGELOG.md Outdated
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could be grouped with --mount one 👼

CHANGELOG.md Outdated
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

docker create has them too 👼

CHANGELOG.md Outdated
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this go into Swarm Mode ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good point

@vieux
Copy link
Contributor Author

vieux commented Nov 11, 2016

@vdemeester updated

Signed-off-by: Victor Vieux <vieux@docker.com>
Copy link
Member

@vdemeester vdemeester left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🐮

@mavenugo
Copy link
Contributor

@vieux just 1 comment above : #28275 (comment)

@thaJeztah
Copy link
Member

@vieux guess we need to add this one #27955

@thaJeztah
Copy link
Member

@vieux also #28042, which has label "merge", so only if it gets merged before code freeze

@thaJeztah
Copy link
Member

And possibly this one for the API deprecation #27872

CHANGELOG.md Outdated
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Enable ping for service VIP address #28019

@vieux
Copy link
Contributor Author

vieux commented Nov 11, 2016

@mavenugo @sanimej done

@vieux
Copy link
Contributor Author

vieux commented Nov 11, 2016

@thaJeztah done

@vieux vieux dismissed cpuguy83’s stale review November 11, 2016 17:53

He's busy right, but I addressed all his comments.

Copy link
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@icecrime
Copy link
Contributor

LGTM

@vieux vieux merged commit 3c5e09f into moby:master Nov 11, 2016
@vieux vieux deleted the 1.13.0_changelog branch November 11, 2016 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.