From 092486014d15d7d5b7f2c1cd03ab6ac4dc95044c Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 8 Nov 2017 01:12:05 +0000 Subject: Add secrets patch to buildah Add proper SELinux labeling to buildah run Add tls-verify to bud command Make filtering by date use the image's date images: don't list unnamed images twice Fix timeout issue Add further tty verbiage to buildah run Make inspect try an image on failure if type not specified Add support for `buildah run --hostname` Tons of bug fixes and code cleanup --- .gitignore | 1 + buildah.spec | 16 ++++++++++++++-- sources | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 427a91f..f306b79 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /buildah-b37a981.tar.gz /buildah-b9b2a8a.tar.gz /buildah-9cbccf8.tar.gz +/buildah-35afa1c.tar.gz diff --git a/buildah.spec b/buildah.spec index 9bef3a7..757788d 100644 --- a/buildah.spec +++ b/buildah.spec @@ -21,11 +21,11 @@ # https://github.com/projectatomic/buildah %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} -%global commit 9cbccf88cfc1f6e205af30f7e048eab0949468ad +%global commit 35afa1c1f4143130668eff755187bac1866a8704 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: buildah -Version: 0.4 +Version: 0.5 Release: 1.git%{shortcommit}%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 @@ -90,6 +90,18 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions %{_datadir}/bash-completion/completions/buildah %changelog +* Tue Nov 07 2017 Dan Walsh 0.5-1 +- Add secrets patch to buildah +- Add proper SELinux labeling to buildah run +- Add tls-verify to bud command +- Make filtering by date use the image's date +- images: don't list unnamed images twice +- Fix timeout issue +- Add further tty verbiage to buildah run +- Make inspect try an image on failure if type not specified +- Add support for `buildah run --hostname` +- Tons of bug fixes and code cleanup + * Fri Sep 22 2017 Dan Walsh 0.4-1.git9cbccf88c - Add default transport to push if not provided - Avoid trying to print a nil ImageReference diff --git a/sources b/sources index 06d244c..db04117 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (buildah-9cbccf8.tar.gz) = b205d8ec5a9cc08e08a9ae62d6fd2bd21146b88bf324d6618a4b686101f744819a74430d13d64e7debd7d6deee0f555e4d18aa9c2db4241667c78a25a56e3636 +SHA512 (buildah-35afa1c.tar.gz) = df23f69a566c52dc45fb2f4c1014066a063abe70b42c006f08cd59860fe8fa7906137510591875c0d3664155fe688363af8ea335908a9580ea0753493a045972 -- cgit