diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2016-03-16 16:27:53 -0400 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2016-03-16 16:27:53 -0400 |
commit | 3dbcb72f88b951247f1eb999bcf7f36df902de8e (patch) | |
tree | 9987eb8daa4b4acd3efdf8ff1680e8ce8dfb05fe | |
parent | 8c4c2680146982bdf98442b02303517f5cc79001 (diff) | |
download | openshift-3dbcb72f88b951247f1eb999bcf7f36df902de8e.tar.gz openshift-3dbcb72f88b951247f1eb999bcf7f36df902de8e.tar.bz2 openshift-3dbcb72f88b951247f1eb999bcf7f36df902de8e.tar.xz openshift-3dbcb72f88b951247f1eb999bcf7f36df902de8e.zip |
Automatic commit of package [openshift-ansible] release [3.0.60-1].
-rw-r--r-- | .tito/packages/openshift-ansible | 2 | ||||
-rw-r--r-- | openshift-ansible.spec | 18 |
2 files changed, 18 insertions, 2 deletions
diff --git a/.tito/packages/openshift-ansible b/.tito/packages/openshift-ansible index 82b3c1ede..59e9b8458 100644 --- a/.tito/packages/openshift-ansible +++ b/.tito/packages/openshift-ansible @@ -1 +1 @@ -3.0.59-1 ./ +3.0.60-1 ./ diff --git a/openshift-ansible.spec b/openshift-ansible.spec index 734a5c2ed..c88b0b790 100644 --- a/openshift-ansible.spec +++ b/openshift-ansible.spec @@ -5,7 +5,7 @@ } Name: openshift-ansible -Version: 3.0.59 +Version: 3.0.60 Release: 1%{?dist} Summary: Openshift and Atomic Enterprise Ansible License: ASL 2.0 @@ -279,6 +279,22 @@ Atomic OpenShift Utilities includes %changelog +* Wed Mar 16 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.60-1 +- Fall back to deployment_type in openshift_facts. (abutcher@redhat.com) +- Fixing undefined variable check (kwoodson@redhat.com) +- Fix path to cacert on /healthz/ready check (sdodson@redhat.com) +- Load environment files in containerized installs (sdodson@redhat.com) +- change type to value_type (zhizhang@zhizhang-laptop-nay.redhat.com) +- change time from int to float (zhizhang@zhizhang-laptop-nay.redhat.com) +- change the check time from 1 hour to 2 hour (zhizhang@zhizhang-laptop- + nay.redhat.com) +- add item of time cost a app build and app create (zhizhang@zhizhang-laptop- + nay.redhat.com) +- add trigger for app creation with build process (zhizhang@zhizhang-laptop- + nay.redhat.com) +- add key of openshift.master.app.build.create (zhizhang@zhizhang-laptop- + nay.redhat.com) + * Wed Mar 16 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.59-1 - Only mask etcd service for containerized installls when it's installed (sdodson@redhat.com) |