From 4decefb361c420a1de7800d07050cfe8c3dd23b9 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 18 Jul 2017 21:16:00 +0000 Subject: buildah run: Add support for -- ending options parsing buildah Add/Copy support for glob syntax buildah commit: Add flag to remove containers on commit buildah push: Improve man page and help information buildah run: add a way to disable PTY allocation Buildah docs: clarify --runtime-flag of run command Update to match newer storage and image-spec APIs Update containers/storage and containers/image versions buildah export: add support buildah images: update commands buildah images: Add JSON output option buildah rmi: update commands buildah containers: Add JSON output option buildah version: add command buildah run: Handle run without an explicit command correctly Ensure volume points get created, and with perms buildah containers: Add a -a/--all option --- .gitignore | 1 + buildah.spec | 25 ++++++++++++++++++++++--- sources | 2 +- 3 files changed, 24 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 2e8b4e3..cd36484 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /buildah-a0a5333.tar.gz /buildah-597d2ab.tar.gz +/buildah-ac2aad6.tar.gz diff --git a/buildah.spec b/buildah.spec index 04d4f10..018d546 100644 --- a/buildah.spec +++ b/buildah.spec @@ -21,12 +21,12 @@ # https://github.com/projectatomic/buildah %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} -%global commit 597d2ab9fa41b2db8ce0c6d8be05edb462d3b31d +%global commit ac2aad63436e5eabdd8d49d712bee5cf637dd59a %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: buildah -Version: 0.1.0 -Release: 2.git%{shortcommit}%{?dist} +Version: 0.2.0 +Release: 1.git%{shortcommit}%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{provider_prefix} @@ -89,6 +89,25 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions %{_datadir}/bash-completion/completions/buildah %changelog +* Tue Jul 18 2017 Dan Walsh 0.2.0-1.gitac2aad6 +- buildah run: Add support for -- ending options parsing +- buildah Add/Copy support for glob syntax +- buildah commit: Add flag to remove containers on commit +- buildah push: Improve man page and help information +- buildah run: add a way to disable PTY allocation +- Buildah docs: clarify --runtime-flag of run command +- Update to match newer storage and image-spec APIs +- Update containers/storage and containers/image versions +- buildah export: add support +- buildah images: update commands +- buildah images: Add JSON output option +- buildah rmi: update commands +- buildah containers: Add JSON output option +- buildah version: add command +- buildah run: Handle run without an explicit command correctly +- Ensure volume points get created, and with perms +- buildah containers: Add a -a/--all option + * Wed Jun 14 2017 Dan Walsh 0.1.0-2.git597d2ab9 - Release Candidate 1 - All features have now been implemented. diff --git a/sources b/sources index edcf8bd..53974ad 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (buildah-597d2ab.tar.gz) = 89f86b12fd2b96c52ce6c21e6583a2099fa4b8f8de0c7d18eef698ebdb846e7b33441c78ac8c8be4117d3b59a9c90c1987f490278b23e7fc5c9d8d366677a35a +SHA512 (buildah-ac2aad6.tar.gz) = fcd1c087449f6d420499fec6f13fb750c6c990708598243e148825c2a5c2538f092b93c975591a07adb729b898690f9830b4baa8563fa4661905b669a3587364 -- cgit