summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins CD Merge Bot <smunilla@redhat.com>2018-01-03 09:02:59 -0500
committerJenkins CD Merge Bot <smunilla@redhat.com>2018-01-03 09:02:59 -0500
commit8a2cc47f8371e7b3a078b5803c1ae96dc28e1982 (patch)
tree70992b152d6e3a02af5cbc7148e1ffa803e8cef6
parent79e1bf6974e7c107a20b510d664c09a26e0fe88d (diff)
downloadopenshift-8a2cc47f8371e7b3a078b5803c1ae96dc28e1982.tar.gz
openshift-8a2cc47f8371e7b3a078b5803c1ae96dc28e1982.tar.bz2
openshift-8a2cc47f8371e7b3a078b5803c1ae96dc28e1982.tar.xz
openshift-8a2cc47f8371e7b3a078b5803c1ae96dc28e1982.zip
Automatic commit of package [openshift-ansible] release [3.9.0-0.14.0].
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
-rw-r--r--.tito/packages/openshift-ansible2
-rw-r--r--openshift-ansible.spec12
2 files changed, 12 insertions, 2 deletions
diff --git a/.tito/packages/openshift-ansible b/.tito/packages/openshift-ansible
index 73f2e8c87..07c0a9dfd 100644
--- a/.tito/packages/openshift-ansible
+++ b/.tito/packages/openshift-ansible
@@ -1 +1 @@
-3.9.0-0.13.0 ./
+3.9.0-0.14.0 ./
diff --git a/openshift-ansible.spec b/openshift-ansible.spec
index b65c8d252..3ec7212af 100644
--- a/openshift-ansible.spec
+++ b/openshift-ansible.spec
@@ -10,7 +10,7 @@
Name: openshift-ansible
Version: 3.9.0
-Release: 0.13.0%{?dist}
+Release: 0.14.0%{?dist}
Summary: Openshift and Atomic Enterprise Ansible
License: ASL 2.0
URL: https://github.com/openshift/openshift-ansible
@@ -202,6 +202,16 @@ Atomic OpenShift Utilities includes
%changelog
+* Wed Jan 03 2018 Jenkins CD Merge Bot <smunilla@redhat.com> 3.9.0-0.14.0
+- Cast openshift_docker_use_system_container to bool (mgugino@redhat.com)
+- Correct kublet_args cloud-provider directories (mgugino@redhat.com)
+- Updating logging_facts to be able to pull values from config maps yaml files,
+ use diffs to keep custom changes, white list certain settings when creating
+ diffs (ewolinet@redhat.com)
+- Add docker auth credentials to system container install (mgugino@redhat.com)
+- Move wait_for_pods to it's own play openshift_hosted (mgugino@redhat.com)
+- Remove oauth_template bits from openshift_facts (mgugino@redhat.com)
+
* Tue Jan 02 2018 Jenkins CD Merge Bot <smunilla@redhat.com> 3.9.0-0.13.0
- Bug 1527178 - installation of logging stack failed: Invalid version specified
for Elasticsearch (nhosoi@redhat.com)