diff options
author | Jenkins CD Merge Bot <smunilla@redhat.com> | 2018-01-15 20:27:12 -0500 |
---|---|---|
committer | Jenkins CD Merge Bot <smunilla@redhat.com> | 2018-01-15 20:27:12 -0500 |
commit | dce44f0bf93c1cf7b2d2fd7f01d591be117b2d60 (patch) | |
tree | 463f4289c55538910f72f0ebb72d70ed21136a2f | |
parent | cf3210af449231044d9672b69b72e1eb4b541e97 (diff) | |
download | openshift-dce44f0bf93c1cf7b2d2fd7f01d591be117b2d60.tar.gz openshift-dce44f0bf93c1cf7b2d2fd7f01d591be117b2d60.tar.bz2 openshift-dce44f0bf93c1cf7b2d2fd7f01d591be117b2d60.tar.xz openshift-dce44f0bf93c1cf7b2d2fd7f01d591be117b2d60.zip |
Automatic commit of package [openshift-ansible] release [3.9.0-0.20.0].
Created by command:
/usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
-rw-r--r-- | .tito/packages/openshift-ansible | 2 | ||||
-rw-r--r-- | openshift-ansible.spec | 15 |
2 files changed, 15 insertions, 2 deletions
diff --git a/.tito/packages/openshift-ansible b/.tito/packages/openshift-ansible index a2b323b95..61e7d68a2 100644 --- a/.tito/packages/openshift-ansible +++ b/.tito/packages/openshift-ansible @@ -1 +1 @@ -3.9.0-0.19.0 ./ +3.9.0-0.20.0 ./ diff --git a/openshift-ansible.spec b/openshift-ansible.spec index a301cfe5b..63c36f551 100644 --- a/openshift-ansible.spec +++ b/openshift-ansible.spec @@ -10,7 +10,7 @@ Name: openshift-ansible Version: 3.9.0 -Release: 0.19.0%{?dist} +Release: 0.20.0%{?dist} Summary: Openshift and Atomic Enterprise Ansible License: ASL 2.0 URL: https://github.com/openshift/openshift-ansible @@ -202,6 +202,19 @@ Atomic OpenShift Utilities includes %changelog +* Mon Jan 15 2018 Jenkins CD Merge Bot <smunilla@redhat.com> 3.9.0-0.20.0 +- Adjust openstack provider dependencies versions (bdobreli@redhat.com) +- Fix openstack provider playbook name in docs (bdobreli@redhat.com) +- Install web console on upgrade (spadgett@redhat.com) +- Add var for controller to enable async bindings (jpeeler@redhat.com) +- Add cluster-operator playbook directory. (abutcher@redhat.com) +- Move s3 & elb provisioning into their own playbooks s.t. they are applied + outside of the openshift_aws master provisioning tasks. (abutcher@redhat.com) +- Update to AWS EC2 root vol size so that Health Check tasks pass + (mazzystr@gmail.com) +- Configure Kuryr CNI daemon (mdulko@redhat.com) +- Clean up host-local IPAM data while nodes are drained (danw@redhat.com) + * Fri Jan 12 2018 Jenkins CD Merge Bot <smunilla@redhat.com> 3.9.0-0.19.0 - |