Browse Source

Automatic commit of package [openshift-ansible] release [3.9.0-0.40.0].

Created by command:

/usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
Justin Pierce 7 years ago
parent
commit
9c299e0228
2 changed files with 10 additions and 2 deletions
  1. 1 1
      .tito/packages/openshift-ansible
  2. 9 1
      openshift-ansible.spec

+ 1 - 1
.tito/packages/openshift-ansible

@@ -1 +1 @@
-3.9.0-0.39.0 ./
+3.9.0-0.40.0 ./

+ 9 - 1
openshift-ansible.spec

@@ -10,7 +10,7 @@
 
 Name:           openshift-ansible
 Version:        3.9.0
-Release:        0.39.0%{?dist}
+Release:        0.40.0%{?dist}
 Summary:        Openshift and Atomic Enterprise Ansible
 License:        ASL 2.0
 URL:            https://github.com/openshift/openshift-ansible
@@ -201,6 +201,14 @@ Atomic OpenShift Utilities includes
 
 
 %changelog
+* Wed Feb 07 2018 Justin Pierce <jupierce@redhat.com> 3.9.0-0.40.0
+- health checks: tolerate ovs 2.9 (lmeyer@redhat.com)
+- Fix docker rpm upgrade install task wording (mgugino@redhat.com)
+- Initial support for 3.10 (sdodson@redhat.com)
+- add deprovisioning for ELB (and IAM certs) (jdiaz@redhat.com)
+- [6632] fix indentation of terminationGracePeriodSeconds var
+  (jsanda@redhat.com)
+
 * Tue Feb 06 2018 Justin Pierce <jupierce@redhat.com> 3.9.0-0.39.0
 - Update code to not fail when rc != 0 (kwoodson@redhat.com)
 - Upgrades: pass openshift_manage_node_is_master to master nodes during upgrade