Sfoglia il codice sorgente

Automatic commit of package [openshift-ansible] release [3.10.0-0.15.0].

Created by command:

/usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
Justin Pierce 7 anni fa
parent
commit
556ddbb31a
2 ha cambiato i file con 10 aggiunte e 2 eliminazioni
  1. 1 1
      .tito/packages/openshift-ansible
  2. 9 1
      openshift-ansible.spec

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

@@ -1 +1 @@
-3.10.0-0.14.0 ./
+3.10.0-0.15.0 ./

+ 9 - 1
openshift-ansible.spec

@@ -10,7 +10,7 @@
 
 Name:           openshift-ansible
 Version:        3.10.0
-Release:        0.14.0%{?dist}
+Release:        0.15.0%{?dist}
 Summary:        Openshift and Atomic Enterprise Ansible
 License:        ASL 2.0
 URL:            https://github.com/openshift/openshift-ansible
@@ -202,6 +202,14 @@ Atomic OpenShift Utilities includes
 
 
 %changelog
+* Tue Mar 27 2018 Justin Pierce <jupierce@redhat.com> 3.10.0-0.15.0
+- Remove etcd_migrate and embedded2external (mgugino@redhat.com)
+- Master: change openshift_node include_tasks to import_tasks
+  (mgugino@redhat.com)
+- Use consistent image references and split out node sync (ccoleman@redhat.com)
+- Remove complex version logic and fix f27 build (ccoleman@redhat.com)
+- CSR approval should ignore errors when retrying (ccoleman@redhat.com)
+
 * Mon Mar 26 2018 Justin Pierce <jupierce@redhat.com> 3.10.0-0.14.0
 - Split the provision.yml playbook for more flexibility.
   (jmencak@users.noreply.github.com)