From fe145a126c721b6f7ce69c9f1427f0bf43313a3a Mon Sep 17 00:00:00 2001 From: Dylan Murray Date: Thu, 6 Dec 2018 09:47:07 -0500 Subject: [PATCH] Automatic commit of package [apb] release [2.0.1-1]. Created by command: /usr/bin/tito tag --- .tito/packages/apb | 2 +- apb.spec | 9 ++++++++- pkg/version/version.go | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.tito/packages/apb b/.tito/packages/apb index fdb72dfe..06322701 100644 --- a/.tito/packages/apb +++ b/.tito/packages/apb @@ -1 +1 @@ -1.9.7-1 ./ +2.0.1-1 ./ diff --git a/apb.spec b/apb.spec index 2176c4e1..4d5c506e 100644 --- a/apb.spec +++ b/apb.spec @@ -38,7 +38,7 @@ %define modulename apb Name: %{repo} -Version: 2.0.0 +Version: 2.0.1 Release: 1%{build_timestamp}%{?dist} Summary: APB CLI License: ASL 2.0 @@ -141,6 +141,13 @@ sort -u -o devel.file-list devel.file-list %endif %changelog +* Thu Dec 06 2018 Dylan Murray 2.0.1-1 +- Update container docs for 4.0 (#144) (dymurray@redhat.com) +- Bug 1640050 - add '--kubeconfig and KUBECONFIG env' support for all sub + commands (#139) (jkim@redhat.com) +- Consider going to 2.0.0 (#137) (jmrodri@gmail.com) +- Preapre for 1.10 release (#136) (jmrodri@gmail.com) + * Mon Sep 10 2018 Dylan Murray 1.9.7-1 - Bug 1626986 - Marshal ext creds instead of assuming interface type (#133) (dymurray@redhat.com) diff --git a/pkg/version/version.go b/pkg/version/version.go index 37ded0f1..347acb17 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -20,4 +20,4 @@ package version // DO NOT EDIT GENERATED FILE. // This file is generated by a tito tag // using templates/version.go.tmpl. -var Version = "1.9.7" +var Version = "2.0.1"