Browse Source

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

Created by command:

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

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

@@ -1 +1 @@
-3.10.0-0.27.0 ./
+3.10.0-0.28.0 ./

+ 15 - 1
openshift-ansible.spec

@@ -10,7 +10,7 @@
 
 Name:           openshift-ansible
 Version:        3.10.0
-Release:        0.27.0%{?dist}
+Release:        0.28.0%{?dist}
 Summary:        Openshift and Atomic Enterprise Ansible
 License:        ASL 2.0
 URL:            https://github.com/openshift/openshift-ansible
@@ -163,6 +163,20 @@ BuildArch:     noarch
 
 
 %changelog
+* Mon Apr 23 2018 Justin Pierce <jupierce@redhat.com> 3.10.0-0.28.0
+- master-restart: wait for container to stop before proceeding
+  (vrutkovs@redhat.com)
+- Remove meta role openshift_etcd_client_certificates (mgugino@redhat.com)
+- Add debug level for descheduler role. (avagarwa@redhat.com)
+- Add registry checks to v3.10 upgrade (agladkov@redhat.com)
+- Set cli image to origin-node / ose-node (sdodson@redhat.com)
+- Add a new monitoring availability component (ironcladlou@gmail.com)
+- Check and fix registry serviceaccount (agladkov@redhat.com)
+- Remove legacy env variables from the registry deploymentconfig if present
+  (agladkov@redhat.com)
+- spec: own playbooks/common/openshift-master (vrutkovs@redhat.com)
+- spec: own inventory dir (vrutkovs@redhat.com)
+
 * Sat Apr 21 2018 Justin Pierce <jupierce@redhat.com> 3.10.0-0.27.0
 - Update minimal hosts.localhost (rteague@redhat.com)
 - Ensure /opt/cni/bin exists when running a node in a system container