-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Bump v1.8.0 #15091
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
Merged
Merged
Bump v1.8.0 #15091
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: Jessica Frazelle <princess@docker.com> (cherry picked from commit 2eee192)
Are RC builds tagged? I can't find a tag anywhere. |
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)
This was referenced Jul 29, 2015
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)
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)
This was referenced Aug 10, 2015
Fixes moby#14734 Signed-off-by: Ankush Agarwal <ankushagarwal11@gmail.com> (cherry picked from commit 89ec539)
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)
c90ab70
to
92a6e40
Compare
This was referenced Aug 11, 2015
- 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>
LGTM |
1 similar comment
LGTM |
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Track changes for Docker 1.8.0.
Release scheduled for Tuesday, August 11th.