Skip to content

Conversation

calavera
Copy link
Contributor

Track changes for Docker 1.8.0.

Release scheduled for Tuesday, August 11th.

jessfraz and others added 7 commits July 28, 2015 09:34
Signed-off-by: Jessica Frazelle <princess@docker.com>
(cherry picked from commit a2ea8f2)
In 1.6.2 we were decoding inspect API response into interface{}.
time.Time fields were JSON encoded as RFC3339Nano in the response
and when decoded into interface{} they were just strings so the inspect
template treated them as just strings.
From 1.7 we are decoding into types.ContainerJSON and when the template
gets executed it now gets a time.Time and it's formatted as
2015-07-22 05:02:38.091530369 +0000 UTC.
This patch brings back the old behavior by typing time.Time fields
as string so they gets formatted as they were encoded in JSON -- RCF3339Nano

Signed-off-by: Antonio Murdaca <runcom@linux.com>
(cherry picked from commit c9207bc)
This version includes a fix that avoids checking against specific HTTP
status codes. The previous behavior violated the registry API spec.

Fixes moby#14975

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
(cherry picked from commit 091dbc1)
Symbolic links in the context directory path are now evaluated.

Docker-DCO-1.1-Signed-off-by: Josh Hawn <josh.hawn@docker.com> (github: jlhawn)

(cherry picked from commit 01d570a)
I think it was original intention, because even half of a comment was about
MaxInt32.

Fix moby#15038

Signed-off-by: Alexander Morozov <lk4d4@docker.com>
(cherry picked from commit eb45602)
Signed-off-by: Avi Miller <avi.miller@oracle.com>
(cherry picked from commit a43199f)
Signed-off-by: Avi Miller <avi.miller@oracle.com>
(cherry picked from commit 59e48b3)
Signed-off-by: Jessica Frazelle <princess@docker.com>
(cherry picked from commit 2eee192)
@ibuildthecloud
Copy link
Contributor

Are RC builds tagged? I can't find a tag anywhere.

@tianon
Copy link
Member

tianon commented Jul 29, 2015 via email

Will attempt to load profiles automatically. If loading fails
but the profiles are already loaded, execution will continue.

A hard failure will only occur if Docker cannot load
the profiles *and* they have not already been loaded via
some other means.

Also introduces documentation for AppArmor.

Signed-off-by: Eric Windisch <eric@windisch.us>
(cherry picked from commit 3edc88f)
Implements the policies for the remaining binaries
called by the Docker engine and eliminates the
giant whitelisted 'all files' permission in favor
of granular whitelisting and child-specific policies.

It should be possible now to remove the 'file' permission,
but for the sake of keeping Docker unbroken, we'll try
to gradually tighten the policy.

Signed-off-by: Eric Windisch <eric@windisch.us>
(cherry picked from commit 8b2fcdd)
The engine policy will now only complain
as a temporary measure to ensure we do not
cause breakages while users exercise this
policy.

This is NOT the policy for containers, but
for the newly-introduced policy for the
daemon itself.

Signed-off-by: Eric Windisch <eric@windisch.us>
(cherry picked from commit 6c887be)
Fix moby#14911

Signed-off-by: Antonio Murdaca <runcom@linux.com>
(cherry picked from commit 98f15ca)
calavera added 2 commits July 29, 2015 16:44
So we marshal/unmarshal its value properly when it's empty.

Signed-off-by: David Calavera <david.calavera@gmail.com>
(cherry picked from commit 4e25d29)
Return an error when the container is stopped only in api versions
equal or greater than 1.20 (docker 1.8).

Signed-off-by: David Calavera <david.calavera@gmail.com>
(cherry picked from commit 621e3d8)
vincentbernat and others added 3 commits August 10, 2015 12:10
The documentation for Debian and Ubuntu explains how to enable memory
and swap accounting but doesn't explain why it is disabled in the first
place. The problem with those subsystems is that they incurs a
performance hit even when not used at all. Add this explanation.

The provided figure are quite vague. The memory overhead is easily
verifiable. It is for example cited in [RedHat documentation][]. For the
performance hit, maybe the performance is better now, but a few years
ago, it was said to be [between 6 and 15%][].

The goal is that people don't just enable memory accounting if they
don't have a use for it.

[RedHat documentation]: https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Resource_Management_Guide/sec-memory.html
[between 6 and 15%]: https://lwn.net/Articles/517562/

Signed-off-by: Vincent Bernat <vincent@bernat.im>
(cherry picked from commit 56b33e9)
Signed-off-by: Mary Anthony <mary@docker.com>
(cherry picked from commit 1d5f479)
YOU GO CURL

Fixes moby#14650

Signed-off-by: Ankush Agarwal <ankushagarwal11@gmail.com>
(cherry picked from commit c76fef1)
ankushagarwal and others added 3 commits August 10, 2015 12:11
Fixes moby#14734

Signed-off-by: Ankush Agarwal <ankushagarwal11@gmail.com>
(cherry picked from commit 89ec539)
Following @cles commit #6bd15a68c for Arch

Signed-off-by: yyekhlef <yyekhlef@gmail.com>
(cherry picked from commit f224a9f)
With systemd in version 219 IP forwarding should be forced in the interface configuration file.

Signed-off-by: yyekhlef <yyekhlef@gmail.com>
(cherry picked from commit 35aebdc)
diogomonica and others added 5 commits August 11, 2015 11:35
- started from Diogo's work
- updated after discussions with team
- Updating with new key names
- fixing weight
- adding in sandbox
- adding in gliffy for images
- backing out to old names for now
- Copy edit pass
- Entering comments from the content trust team
- Update name of branch and image name
- Removing the last diogo reference
- Updating with Seb's comments

Signed-off-by: Mary Anthony <mary@docker.com>
(cherry picked from commit 753bf40)
Removing references to regsitry 1.0, pointing to distribution
Updating links and title
Adding in comments

Signed-off-by: Mary Anthony <mary@docker.com>
(cherry picked from commit d550d72)
Signed-off-by: Mary Anthony <mary@docker.com>
(cherry picked from commit e5c160e)
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
(cherry picked from commit 8bd6322)
Signed-off-by: David Calavera <david.calavera@gmail.com>
@jessfraz
Copy link
Contributor

LGTM

1 similar comment
@icecrime
Copy link
Contributor

LGTM

calavera added a commit that referenced this pull request Aug 11, 2015
@calavera calavera merged commit b0e0dbb into moby:release_v1.8.0 Aug 11, 2015
@thaJeztah
Copy link
Member

Congrats all! And thanks @calavera for being release captain! Have one on me 🍺🍻🍷🍸🍼☕️

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.