From c7dc6adfe1c45cf32bcc468738f682b41e9ab1bc Mon Sep 17 00:00:00 2001 From: David Zager Date: Thu, 19 Apr 2018 20:51:02 -0400 Subject: [PATCH] Automatic commit of package [apb-base-scripts] release [1.2.2-1]. Created by command: /usr/bin/tito tag --- .tito/packages/apb-base-scripts | 2 +- apb-base-scripts.spec | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.tito/packages/apb-base-scripts b/.tito/packages/apb-base-scripts index fe105c3..d25978a 100644 --- a/.tito/packages/apb-base-scripts +++ b/.tito/packages/apb-base-scripts @@ -1 +1 @@ -1.2.1-1 ./ +1.2.2-1 ./ diff --git a/apb-base-scripts.spec b/apb-base-scripts.spec index ccc0292..7876c8c 100644 --- a/apb-base-scripts.spec +++ b/apb-base-scripts.spec @@ -5,7 +5,7 @@ %endif Name: apb-base-scripts -Version: 1.2.1 +Version: 1.2.2 Release: 1%{build_timestamp}%{?dist} Summary: Scripts for the apb-base container image @@ -44,6 +44,14 @@ install -m 644 files/etc/ansible/hosts %{buildroot}%{_sysconfdir}/ansible /opt/apb/.kube/config %changelog +* Thu Apr 19 2018 David Zager 1.2.2-1 +- Bug 1565241 - stops using bash "-x" unless in debug mode (#25) + (mhrivnak@hrivnak.org) +- Use 644 (david.j.zager@gmail.com) +- Include ansible config in rpm spec (david.j.zager@gmail.com) +- Prevents ansible from trying to create retry files, which can't be used + anyway. (mhrivnak@redhat.com) + * Mon Apr 09 2018 David Zager 1.2.1-1 - Bump version for 3.10 (david.j.zager@gmail.com) - Add jmespath to canary image (david.j.zager@gmail.com)