diff options
author | Jenkins CD Merge Bot <smunilla@redhat.com> | 2017-06-18 01:53:01 -0400 |
---|---|---|
committer | Jenkins CD Merge Bot <smunilla@redhat.com> | 2017-06-18 01:53:01 -0400 |
commit | e2840e8ab50215eb7603a832f2f729d873e5a811 (patch) | |
tree | cb71fd775b4403e1e6643e8b77698e75c414d2e1 | |
parent | e37c99d056a045aee2e0c4c060fe8b1b2ff1d8bc (diff) | |
download | openshift-e2840e8ab50215eb7603a832f2f729d873e5a811.tar.gz openshift-e2840e8ab50215eb7603a832f2f729d873e5a811.tar.bz2 openshift-e2840e8ab50215eb7603a832f2f729d873e5a811.tar.xz openshift-e2840e8ab50215eb7603a832f2f729d873e5a811.zip |
Automatic commit of package [openshift-ansible] release [3.6.116-1].
Created by command:
/usr/bin/tito tag --accept-auto-changelog --use-version=3.6.116
-rw-r--r-- | .tito/packages/openshift-ansible | 2 | ||||
-rw-r--r-- | openshift-ansible.spec | 13 |
2 files changed, 13 insertions, 2 deletions
diff --git a/.tito/packages/openshift-ansible b/.tito/packages/openshift-ansible index baf77acc6..ceb11a9e9 100644 --- a/.tito/packages/openshift-ansible +++ b/.tito/packages/openshift-ansible @@ -1 +1 @@ -3.6.114-1 ./ +3.6.116-1 ./ diff --git a/openshift-ansible.spec b/openshift-ansible.spec index 17e816edd..0b9531269 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.114 +Version: 3.6.116 Release: 1%{?dist} Summary: Openshift and Atomic Enterprise Ansible License: ASL 2.0 @@ -280,6 +280,17 @@ Atomic OpenShift Utilities includes %changelog +* Sun Jun 18 2017 Jenkins CD Merge Bot <smunilla@redhat.com> 3.6.116-1 +- PAPR: define openshift_image_tag via command line (rhcarvalho@gmail.com) +- Ensure only one ES pod per PV (peter.portante@redhat.com) +- etcd v3 for clean installs (sdodson@redhat.com) +- Rename cockpit-shell -> cockpit-system (rhcarvalho@gmail.com) +- Update image repo name, images have been moved from 'cloudforms' to + 'cloudforms42' for CF 4.2. (simaishi@redhat.com) +- Update image repo name, images have been moved from 'cloudforms' to + 'cloudforms45' for CF 4.5. (simaishi@redhat.com) +- CloudForms 4.5 templates (simaishi@redhat.com) + * Fri Jun 16 2017 Jenkins CD Merge Bot <smunilla@redhat.com> 3.6.114-1 - |