summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-06-27 22:16:48 -0400
committerScott Dodson <sdodson@redhat.com>2017-06-27 22:16:48 -0400
commit002ceeb5bf17efe27880b1a17a342efabf9dbc30 (patch)
tree38b8587febad1f7c16b7514639cb479dce5795af
parent5351845b37e18f6253dc97e454a429597793e19f (diff)
downloadopenshift-002ceeb5bf17efe27880b1a17a342efabf9dbc30.tar.gz
openshift-002ceeb5bf17efe27880b1a17a342efabf9dbc30.tar.bz2
openshift-002ceeb5bf17efe27880b1a17a342efabf9dbc30.tar.xz
openshift-002ceeb5bf17efe27880b1a17a342efabf9dbc30.zip
Automatic commit of package [openshift-ansible] release [3.6.123.1003-1].
Created by command: /usr/bin/tito tag
-rw-r--r--.tito/packages/openshift-ansible2
-rw-r--r--openshift-ansible.spec11
2 files changed, 11 insertions, 2 deletions
diff --git a/.tito/packages/openshift-ansible b/.tito/packages/openshift-ansible
index 37d45ff3b..e7eddc506 100644
--- a/.tito/packages/openshift-ansible
+++ b/.tito/packages/openshift-ansible
@@ -1 +1 @@
-3.6.123.1002-1 ./
+3.6.123.1003-1 ./
diff --git a/openshift-ansible.spec b/openshift-ansible.spec
index 58a7c36b5..415a62e63 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.123.1002
+Version: 3.6.123.1003
Release: 1%{?dist}
Summary: Openshift and Atomic Enterprise Ansible
License: ASL 2.0
@@ -280,6 +280,15 @@ Atomic OpenShift Utilities includes
%changelog
+* Tue Jun 27 2017 Scott Dodson <sdodson@redhat.com> 3.6.123.1003-1
+- Generate loopback kubeconfig separately to preserve OpenShift CA certificate.
+ (abutcher@redhat.com)
+- registry: look for the oc executable in /usr/local/bin and ~/bin
+ (gscrivan@redhat.com)
+- router: look for the oc executable in /usr/local/bin and ~/bin
+ (gscrivan@redhat.com)
+- Retry docker startup once (sdodson@redhat.com)
+
* Tue Jun 27 2017 Scott Dodson <sdodson@redhat.com> 3.6.123.1002-1
- Fix typo in fluentd_secureforward_contents variable
(Andreas.Dembach@dg-i.net)