summaryrefslogtreecommitdiffstats
path: root/openshift-ansible.spec
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2016-02-22 10:51:11 -0500
committerBrenton Leanhardt <bleanhar@redhat.com>2016-02-22 10:51:11 -0500
commit2140f3d05e09c102a5940dec4a502b45084a0bac (patch)
treecbb147e7f0456e6558265b5d929c5da3d5fbd9f5 /openshift-ansible.spec
parentcf42fa6038a98065c372d03910bbd36b62f9c2f8 (diff)
downloadopenshift-2140f3d05e09c102a5940dec4a502b45084a0bac.tar.gz
openshift-2140f3d05e09c102a5940dec4a502b45084a0bac.tar.bz2
openshift-2140f3d05e09c102a5940dec4a502b45084a0bac.tar.xz
openshift-2140f3d05e09c102a5940dec4a502b45084a0bac.zip
Automatic commit of package [openshift-ansible] release [3.0.45-1].
Diffstat (limited to 'openshift-ansible.spec')
-rw-r--r--openshift-ansible.spec19
1 files changed, 18 insertions, 1 deletions
diff --git a/openshift-ansible.spec b/openshift-ansible.spec
index 22108ffde..4eef29a4d 100644
--- a/openshift-ansible.spec
+++ b/openshift-ansible.spec
@@ -5,7 +5,7 @@
}
Name: openshift-ansible
-Version: 3.0.44
+Version: 3.0.45
Release: 1%{?dist}
Summary: Openshift and Atomic Enterprise Ansible
License: ASL 2.0
@@ -261,6 +261,23 @@ Atomic OpenShift Utilities includes
%changelog
+* Mon Feb 22 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.45-1
+- Do not monitor for etcd watchers (mmahut@redhat.com)
+- remove old master registry item/triggers (jdiaz@redhat.com)
+- a-o-i: Redo logic for detecting master_lb (smunilla@redhat.com)
+- Fix 1.2 version check (jdetiber@redhat.com)
+- Fix pv/c creation failed_when. (abutcher@redhat.com)
+- Rename variable to delete temporary file, add configurable path.
+ (hrosnet@redhat.com)
+- Add /var/log to containerized node mounts (sdodson@redhat.com)
+- Add extra parameters for S3 registry: delete file, create bucket.
+ (hrosnet@redhat.com)
+- Don't make config files world readable (sdodson@redhat.com)
+- Fix requiring state and providing a default (rharriso@redhat.com)
+- bind in /etc/origin/node for non-master monitoring to be able to talk with
+ master (jdiaz@redhat.com)
+- a-o-i: pylint fixes related to too-long lines (smunilla@redhat.com)
+
* Wed Feb 17 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.44-1
- create registry items/triggers under Openshift Node (jdiaz@redhat.com)
- a-o-i: Change method for counting master_lb as installed