diff options
author | Jenkins CD Merge Bot <smunilla@redhat.com> | 2017-10-01 01:10:25 -0400 |
---|---|---|
committer | Jenkins CD Merge Bot <smunilla@redhat.com> | 2017-10-01 01:10:25 -0400 |
commit | ab8fc38c62e2b56e37518c86a2ecd68596f8cc1a (patch) | |
tree | 30c3bf252edc77380f45870af31081cf1e35fbbf | |
parent | 62cb2a8d573928cb54a7d0ba475d61a6b65e0307 (diff) | |
download | openshift-ab8fc38c62e2b56e37518c86a2ecd68596f8cc1a.tar.gz openshift-ab8fc38c62e2b56e37518c86a2ecd68596f8cc1a.tar.bz2 openshift-ab8fc38c62e2b56e37518c86a2ecd68596f8cc1a.tar.xz openshift-ab8fc38c62e2b56e37518c86a2ecd68596f8cc1a.zip |
Automatic commit of package [openshift-ansible] release [3.7.0-0.136.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 7fc09771e..e7acfeb7a 100644 --- a/.tito/packages/openshift-ansible +++ b/.tito/packages/openshift-ansible @@ -1 +1 @@ -3.7.0-0.135.0 ./ +3.7.0-0.136.0 ./ diff --git a/openshift-ansible.spec b/openshift-ansible.spec index 91df8c965..d84c5f187 100644 --- a/openshift-ansible.spec +++ b/openshift-ansible.spec @@ -10,7 +10,7 @@ Name: openshift-ansible Version: 3.7.0 -Release: 0.135.0%{?dist} +Release: 0.136.0%{?dist} Summary: Openshift and Atomic Enterprise Ansible License: ASL 2.0 URL: https://github.com/openshift/openshift-ansible @@ -276,6 +276,19 @@ Atomic OpenShift Utilities includes %changelog +* Sun Oct 01 2017 Jenkins CD Merge Bot <smunilla@redhat.com> 3.7.0-0.136.0 +- Include openshift_hosted when redeploying router certificates to handle auto- + generated wildcard certificate or custom openshift_hosted_router_certificate. + (abutcher@redhat.com) +- Check for router service annotations when redeploying router certificates. + (abutcher@redhat.com) +- Remove oo_option symlink from specfile. (abutcher@redhat.com) +- Add a README.md to lookup_plugins/ (abutcher@redhat.com) +- Remove oo_option facts. (abutcher@redhat.com) +- block 3.6->3.7 upgrade if storage backend is not set to etcd3 + (jchaloup@redhat.com) +- Changes necessary to support AMI building (mgugino@redhat.com) + * Sat Sep 30 2017 Jenkins CD Merge Bot <smunilla@redhat.com> 3.7.0-0.135.0 - fix whitespace for centos repos (jdetiber@redhat.com) - Fix registry auth variable (mgugino@redhat.com) |