diff options
author | Jenkins CD Merge Bot <smunilla@redhat.com> | 2017-08-28 14:52:46 -0400 |
---|---|---|
committer | Jenkins CD Merge Bot <smunilla@redhat.com> | 2017-08-28 14:52:46 -0400 |
commit | f2ae4eeecb94d5194131a4c31c2beea5071d84b9 (patch) | |
tree | 2dea3da6b2cfda7858ee300a32b2b6c7e8b33fad | |
parent | ca5ebcbb4ee01841ca415df3c5afc61c192e2df2 (diff) | |
download | openshift-f2ae4eeecb94d5194131a4c31c2beea5071d84b9.tar.gz openshift-f2ae4eeecb94d5194131a4c31c2beea5071d84b9.tar.bz2 openshift-f2ae4eeecb94d5194131a4c31c2beea5071d84b9.tar.xz openshift-f2ae4eeecb94d5194131a4c31c2beea5071d84b9.zip |
Automatic commit of package [openshift-ansible] release [3.7.0-0.118.0].
Created by command:
/usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
-rw-r--r-- | .tito/packages/openshift-ansible | 2 | ||||
-rw-r--r-- | openshift-ansible.spec | 23 |
2 files changed, 23 insertions, 2 deletions
diff --git a/.tito/packages/openshift-ansible b/.tito/packages/openshift-ansible index cf612e0aa..9af073db8 100644 --- a/.tito/packages/openshift-ansible +++ b/.tito/packages/openshift-ansible @@ -1 +1 @@ -3.7.0-0.117.0 ./ +3.7.0-0.118.0 ./ diff --git a/openshift-ansible.spec b/openshift-ansible.spec index fa467de00..5ae1bf3d3 100644 --- a/openshift-ansible.spec +++ b/openshift-ansible.spec @@ -10,7 +10,7 @@ Name: openshift-ansible Version: 3.7.0 -Release: 0.117.0%{?dist} +Release: 0.118.0%{?dist} Summary: Openshift and Atomic Enterprise Ansible License: ASL 2.0 URL: https://github.com/openshift/openshift-ansible @@ -280,6 +280,27 @@ Atomic OpenShift Utilities includes %changelog +* Mon Aug 28 2017 Jenkins CD Merge Bot <smunilla@redhat.com> 3.7.0-0.118.0 +- Fix origin metrics and logging container version + (gevorg15@users.noreply.github.com) +- Removing deprecation warnings for when conditions. (kwoodson@redhat.com) +- Default to global setting for firewall. (kwoodson@redhat.com) +- system-containers: Fallback for system_images_registry (smilner@redhat.com) +- inventory: Add system_images_registry example (smilner@redhat.com) +- Remove near-meta role openshift_cli_facts (mgugino@redhat.com) +- Update error message: s/non-unique/duplicate (rhcarvalho@gmail.com) +- Make pylint disables more specific (rhcarvalho@gmail.com) +- Handle exceptions in failure summary cb plugin (rhcarvalho@gmail.com) +- Rewrite failure summary callback plugin (rhcarvalho@gmail.com) +- Handle more exceptions when running checks (rhcarvalho@gmail.com) +- List known checks/tags when check name is invalid (rhcarvalho@gmail.com) +- List existing health checks when none is requested (rhcarvalho@gmail.com) +- Add playbook for running arbitrary health checks (rhcarvalho@gmail.com) +- Update health check README (rhcarvalho@gmail.com) +- Standardize openshift_provisioners entry point (rteague@redhat.com) +- Remove unused upgrade playbook (rteague@redhat.com) +- Bug 1471322: logging roles based image versions (jwozniak@redhat.com) + * Fri Aug 25 2017 Jenkins CD Merge Bot <smunilla@redhat.com> 3.7.0-0.117.0 - Standardize openshift-checks code paths (rteague@redhat.com) |