diff options
author | Jenkins CD Merge Bot <smunilla@redhat.com> | 2017-07-18 01:35:24 -0400 |
---|---|---|
committer | Jenkins CD Merge Bot <smunilla@redhat.com> | 2017-07-18 01:35:24 -0400 |
commit | 5a6bf7ddd2f7ef11416a3552d058bbec071d9308 (patch) | |
tree | 770f8b41401c53ac8ea668563681371481ac5af5 /openshift-ansible.spec | |
parent | 99f37b81671fd103d6bf8756d5dd17f56fa03e0c (diff) | |
download | openshift-5a6bf7ddd2f7ef11416a3552d058bbec071d9308.tar.gz openshift-5a6bf7ddd2f7ef11416a3552d058bbec071d9308.tar.bz2 openshift-5a6bf7ddd2f7ef11416a3552d058bbec071d9308.tar.xz openshift-5a6bf7ddd2f7ef11416a3552d058bbec071d9308.zip |
Automatic commit of package [openshift-ansible] release [3.6.153-1].
Created by command:
/usr/bin/tito tag --accept-auto-changelog --use-version=3.6.153
Diffstat (limited to 'openshift-ansible.spec')
-rw-r--r-- | openshift-ansible.spec | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/openshift-ansible.spec b/openshift-ansible.spec index 6b4a86be2..3a59ab25b 100644 --- a/openshift-ansible.spec +++ b/openshift-ansible.spec @@ -9,7 +9,7 @@ %global __requires_exclude ^/usr/bin/ansible-playbook$ Name: openshift-ansible -Version: 3.6.152 +Version: 3.6.153 Release: 1%{?dist} Summary: Openshift and Atomic Enterprise Ansible License: ASL 2.0 @@ -280,6 +280,20 @@ Atomic OpenShift Utilities includes %changelog +* Tue Jul 18 2017 Jenkins CD Merge Bot <smunilla@redhat.com> 3.6.153-1 +- Updating to compare sets instead of sorted lists (ewolinet@redhat.com) +- Adding ability to create podpreset for service-catalog-controller for + bz1471881 (ewolinet@redhat.com) +- Updating to use oc replace and conditionally update edit and admin roles + (ewolinet@redhat.com) +- Other playbooks maybe expecting this to be at least an empty string. I think + they default it to an empty list if its not found. (tbielawa@redhat.com) +- Fix NO_PROXY environment variable setting (tbielawa@redhat.com) +- Changing the passing of data for sc creation. (kwoodson@redhat.com) +- Fixed variable name. (kwoodson@redhat.com) +- Adding disk encryption to storageclasses and to openshift registry + (kwoodson@redhat.com) + * Mon Jul 17 2017 Jenkins CD Merge Bot <smunilla@redhat.com> 3.6.152-1 - |