diff options
author | Justin Pierce <jupierce@redhat.com> | 2018-01-30 17:06:45 -0500 |
---|---|---|
committer | Justin Pierce <jupierce@redhat.com> | 2018-01-30 17:06:45 -0500 |
commit | c7d95858489f9b058a6d3816421c0a36ea455276 (patch) | |
tree | a087b8f196c02d901e963c95584875b07c13f012 | |
parent | 4cf65887f803016f55c6a529a740dfd6c02e7325 (diff) | |
download | openshift-c7d95858489f9b058a6d3816421c0a36ea455276.tar.gz openshift-c7d95858489f9b058a6d3816421c0a36ea455276.tar.bz2 openshift-c7d95858489f9b058a6d3816421c0a36ea455276.tar.xz openshift-c7d95858489f9b058a6d3816421c0a36ea455276.zip |
Automatic commit of package [openshift-ansible] release [3.9.0-0.34.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 | 11 |
2 files changed, 11 insertions, 2 deletions
diff --git a/.tito/packages/openshift-ansible b/.tito/packages/openshift-ansible index da0712a8a..6300e1179 100644 --- a/.tito/packages/openshift-ansible +++ b/.tito/packages/openshift-ansible @@ -1 +1 @@ -3.9.0-0.33.0 ./ +3.9.0-0.34.0 ./ diff --git a/openshift-ansible.spec b/openshift-ansible.spec index 059bbffae..ab00e9d0f 100644 --- a/openshift-ansible.spec +++ b/openshift-ansible.spec @@ -10,7 +10,7 @@ Name: openshift-ansible Version: 3.9.0 -Release: 0.33.0%{?dist} +Release: 0.34.0%{?dist} Summary: Openshift and Atomic Enterprise Ansible License: ASL 2.0 URL: https://github.com/openshift/openshift-ansible @@ -200,6 +200,15 @@ Atomic OpenShift Utilities includes %changelog +* Tue Jan 30 2018 Justin Pierce <jupierce@redhat.com> 3.9.0-0.34.0 +- docker_creds: decode docker_config for py3 only if its a string + (vrutkovs@redhat.com) +- Removing ability to change default cassandra_pvc_prefix based on metrics + volume name (ewolinet@redhat.com) +- Don't deploy the console if disabled or registry subtype (sdodson@redhat.com) +- [1538960] Correct ability to overried openshift_management_app_template + (rteague@redhat.com) + * Tue Jan 30 2018 Justin Pierce <jupierce@redhat.com> 3.9.0-0.33.0 - |