From 018f22bb5943acf175e86ed54c423b0d4ed2f02e26af07a5b79b72cb9a880bea Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 29 Oct 2014 20:09:54 +0000 Subject: [PATCH] Accepting request 258484 from Virtualization Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/258484 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docker?expand=0&rev=8 --- docker-1.2.0.tar.bz2 | 3 --- docker-1.3.0.tar.bz2 | 3 +++ docker.changes | 15 +++++++++++++++ docker.spec | 4 ++-- 4 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 docker-1.2.0.tar.bz2 create mode 100644 docker-1.3.0.tar.bz2 diff --git a/docker-1.2.0.tar.bz2 b/docker-1.2.0.tar.bz2 deleted file mode 100644 index 9bcd9f5..0000000 --- a/docker-1.2.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5dece4fdbad85fc50d47c37917c7c05f969fa862b30418e850399e134e6227cd -size 6814292 diff --git a/docker-1.3.0.tar.bz2 b/docker-1.3.0.tar.bz2 new file mode 100644 index 0000000..ee81a68 --- /dev/null +++ b/docker-1.3.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75f6d387e38e73a2a2662223c98b91705cdb863ace124a781fce786823a40c43 +size 5641757 diff --git a/docker.changes b/docker.changes index ebf8005..aab45e4 100644 --- a/docker.changes +++ b/docker.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Oct 20 08:38:30 UTC 2014 - fcastelli@suse.com + + - Upgraded to version 1.3.0 (2014-10-14) + * docker `exec` allows you to run additional processes inside existing containers + * docker `create` gives you the ability to create a container via the cli without executing a process + * `--security-opts` options to allow user to customize container labels and apparmor profiles + * docker `ps` filters + * wildcard support to copy/add + * move production urls to get.docker.com from get.docker.io + * allocate ip address on the bridge inside a valid cidr + * use drone.io for pr and ci testing + * ability to setup an official registry mirror + * Ability to save multiple images with docker `save` + ------------------------------------------------------------------- Fri Sep 12 13:21:40 UTC 2014 - cbosdonnat@suse.com diff --git a/docker.spec b/docker.spec index 6500a65..a2f5101 100644 --- a/docker.spec +++ b/docker.spec @@ -16,10 +16,10 @@ # -%define git_version fa7b24f +%define git_version c78088f Name: docker -Version: 1.2.0 +Version: 1.3.0 Release: 0 Summary: The Linux container runtime License: Apache-2.0