diff options
author | Thomas Wiest <twiest@redhat.com> | 2015-12-10 16:29:53 -0500 |
---|---|---|
committer | Thomas Wiest <twiest@redhat.com> | 2015-12-10 16:29:53 -0500 |
commit | 3703f1b967d27796daa6587f7eeeac8876669d16 (patch) | |
tree | c2f563ea172919c1d4652580b38c30aff5aa7ee9 | |
parent | ecbef3a7de3767cdfadfa2167e7f4aa96aa05472 (diff) | |
download | openshift-3703f1b967d27796daa6587f7eeeac8876669d16.tar.gz openshift-3703f1b967d27796daa6587f7eeeac8876669d16.tar.bz2 openshift-3703f1b967d27796daa6587f7eeeac8876669d16.tar.xz openshift-3703f1b967d27796daa6587f7eeeac8876669d16.zip |
Automatic commit of package [openshift-ansible] release [3.0.20-1].
-rw-r--r-- | .tito/packages/openshift-ansible | 2 | ||||
-rw-r--r-- | openshift-ansible.spec | 18 |
2 files changed, 18 insertions, 2 deletions
diff --git a/.tito/packages/openshift-ansible b/.tito/packages/openshift-ansible index b7dc52080..3cc7946d7 100644 --- a/.tito/packages/openshift-ansible +++ b/.tito/packages/openshift-ansible @@ -1 +1 @@ -3.0.19-1 ./ +3.0.20-1 ./ diff --git a/openshift-ansible.spec b/openshift-ansible.spec index 4f3cdbed1..563ea3cae 100644 --- a/openshift-ansible.spec +++ b/openshift-ansible.spec @@ -5,7 +5,7 @@ } Name: openshift-ansible -Version: 3.0.19 +Version: 3.0.20 Release: 1%{?dist} Summary: Openshift and Atomic Enterprise Ansible License: ASL 2.0 @@ -259,6 +259,22 @@ Atomic OpenShift Utilities includes %changelog +* Thu Dec 10 2015 Thomas Wiest <twiest@redhat.com> 3.0.20-1 +- Revert "Automatic commit of package [openshift-ansible] release [3.0.20-1]." + (twiest@redhat.com) +- Automatic commit of package [openshift-ansible] release [3.0.20-1]. + (twiest@redhat.com) +- Install base package in openshift_common for version facts + (abutcher@redhat.com) +- Make the install of openshift_examples optional (jtslear@gmail.com) +- add support for remote command actions no support for anything but custom + scripts at this time (jdiaz@redhat.com) +- Remove yum / dnf duplication (sdodson@redhat.com) +- Remove hacluster user during uninstall. (abutcher@redhat.com) +- Simplify session secrets overrides. (abutcher@redhat.com) +- Squash pcs install into one task. (abutcher@redhat.com) +- Bump ansible requirement to 1.9.4 (sdodson@redhat.com) + * Wed Dec 09 2015 Brenton Leanhardt <bleanhar@redhat.com> 3.0.19-1 - Fix version dependent image streams (sdodson@redhat.com) - atomic-openshift-installer: Error handling on yaml loading |