summaryrefslogtreecommitdiffstats
path: root/openshift-ansible.spec
diff options
context:
space:
mode:
authorJustin Pierce <jupierce@redhat.com>2018-02-02 20:19:01 -0500
committerJustin Pierce <jupierce@redhat.com>2018-02-02 20:19:01 -0500
commitbaca4fb2053081a5b91d55ca1187a1e6a9853645 (patch)
treeeec08468f543782cbd945537772f8e68875a46dd /openshift-ansible.spec
parentccb26c84fef4c85fddcdde217b9c0f01ff54bf7e (diff)
downloadopenshift-baca4fb2053081a5b91d55ca1187a1e6a9853645.tar.gz
openshift-baca4fb2053081a5b91d55ca1187a1e6a9853645.tar.bz2
openshift-baca4fb2053081a5b91d55ca1187a1e6a9853645.tar.xz
openshift-baca4fb2053081a5b91d55ca1187a1e6a9853645.zip
Automatic commit of package [openshift-ansible] release [3.9.0-0.37.0].
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
Diffstat (limited to 'openshift-ansible.spec')
-rw-r--r--openshift-ansible.spec10
1 files changed, 9 insertions, 1 deletions
diff --git a/openshift-ansible.spec b/openshift-ansible.spec
index 6fbea5260..5d2d83750 100644
--- a/openshift-ansible.spec
+++ b/openshift-ansible.spec
@@ -10,7 +10,7 @@
Name: openshift-ansible
Version: 3.9.0
-Release: 0.36.0%{?dist}
+Release: 0.37.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
+* Fri Feb 02 2018 Justin Pierce <jupierce@redhat.com> 3.9.0-0.37.0
+- Don't use 'omit' for package module (vrutkovs@redhat.com)
+- Adding requirements for logging and metrics (ewolinet@redhat.com)
+- Disable master controllers before upgrade and re-enable those when restart
+ mode is system (vrutkovs@redhat.com)
+- upgrade: run upgrade_control_plane and upgrade_nodes playbooks during full
+ upgrade (vrutkovs@redhat.com)
+
* Fri Feb 02 2018 Justin Pierce <jupierce@redhat.com> 3.9.0-0.36.0
- Add missing tasks file (sdodson@redhat.com)
- Upgrade to migrate to using push to DNS for registries. (kwoodson@redhat.com)