diff options
author | Jenkins CD Merge Bot <tdawson@redhat.com> | 2017-04-20 09:12:55 -0400 |
---|---|---|
committer | Jenkins CD Merge Bot <tdawson@redhat.com> | 2017-04-20 09:12:55 -0400 |
commit | b6d96f6fa604684616aaed1cf94bcc98df276f80 (patch) | |
tree | 537ad90a7a4139c57ce1848528961897ce64980e | |
parent | 5652298bec7089ebb0f27b85e427bf19091dda13 (diff) | |
download | openshift-b6d96f6fa604684616aaed1cf94bcc98df276f80.tar.gz openshift-b6d96f6fa604684616aaed1cf94bcc98df276f80.tar.bz2 openshift-b6d96f6fa604684616aaed1cf94bcc98df276f80.tar.xz openshift-b6d96f6fa604684616aaed1cf94bcc98df276f80.zip |
Automatic commit of package [openshift-ansible] release [3.6.30-1].
Created by command:
/usr/bin/tito tag --accept-auto-changelog
-rw-r--r-- | .tito/packages/openshift-ansible | 2 | ||||
-rw-r--r-- | openshift-ansible.spec | 17 |
2 files changed, 17 insertions, 2 deletions
diff --git a/.tito/packages/openshift-ansible b/.tito/packages/openshift-ansible index d5fb56cda..88bdb40a1 100644 --- a/.tito/packages/openshift-ansible +++ b/.tito/packages/openshift-ansible @@ -1 +1 @@ -3.6.29-1 ./ +3.6.30-1 ./ diff --git a/openshift-ansible.spec b/openshift-ansible.spec index 24ae5ba85..aad8bbff3 100644 --- a/openshift-ansible.spec +++ b/openshift-ansible.spec @@ -9,7 +9,7 @@ %global __requires_exclude ^/usr/bin/ansible-playbook$ Name: openshift-ansible -Version: 3.6.29 +Version: 3.6.30 Release: 1%{?dist} Summary: Openshift and Atomic Enterprise Ansible License: ASL 2.0 @@ -273,6 +273,21 @@ Atomic OpenShift Utilities includes %changelog +* Thu Apr 20 2017 Jenkins CD Merge Bot <tdawson@redhat.com> 3.6.30-1 +- Add Ansible syntax checks to tox (rteague@redhat.com) +- Add /etc/sysconfig/etcd to etcd_container (me@fale.io) +- openshift_version: improve messaging (lmeyer@redhat.com) +- Simplify memory availability check, review tests (rhcarvalho@gmail.com) +- Simplify mixin class (rhcarvalho@gmail.com) +- Simplify disk availability check, review tests (rhcarvalho@gmail.com) +- add disk and memory availability check tests (jvallejo@redhat.com) +- add ram and storage preflight check (jvallejo@redhat.com) +- Fix paths for file includes (rteague@redhat.com) +- Fix instantiation of action plugin in test fixture (rhcarvalho@gmail.com) +- Introduce Elasticsearch readiness probe (lukas.vlcek@gmail.com) +- added a empty file to the contiv empty dir. This allows contiv to be vendored + in git (mwoodson@redhat.com) + * Wed Apr 19 2017 Jenkins CD Merge Bot <tdawson@redhat.com> 3.6.29-1 - Create openshift-metrics entrypoint playbook (rteague@redhat.com) |