summaryrefslogtreecommitdiffstats
path: root/openshift-ansible.spec
diff options
context:
space:
mode:
authorJenkins CD Merge Bot <tdawson@redhat.com>2017-03-30 06:01:29 -0400
committerJenkins CD Merge Bot <tdawson@redhat.com>2017-03-30 06:01:29 -0400
commit52b609645a96bc78d1c0dc4d76d56661b5c2a498 (patch)
tree579f29bd0c299d57c747b6a4d46dc535712b3fbc /openshift-ansible.spec
parent6f0c06028dae9b277de409f7bc7eebca5c9bd29e (diff)
downloadopenshift-52b609645a96bc78d1c0dc4d76d56661b5c2a498.tar.gz
openshift-52b609645a96bc78d1c0dc4d76d56661b5c2a498.tar.bz2
openshift-52b609645a96bc78d1c0dc4d76d56661b5c2a498.tar.xz
openshift-52b609645a96bc78d1c0dc4d76d56661b5c2a498.zip
Automatic commit of package [openshift-ansible] release [3.6.12-1].
Created by command: /usr/bin/tito tag --accept-auto-changelog
Diffstat (limited to 'openshift-ansible.spec')
-rw-r--r--openshift-ansible.spec19
1 files changed, 18 insertions, 1 deletions
diff --git a/openshift-ansible.spec b/openshift-ansible.spec
index e0cd9c097..c25c152df 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.11
+Version: 3.6.12
Release: 1%{?dist}
Summary: Openshift and Atomic Enterprise Ansible
License: ASL 2.0
@@ -270,6 +270,23 @@ Atomic OpenShift Utilities includes
%changelog
+* Thu Mar 30 2017 Jenkins CD Merge Bot <tdawson@redhat.com> 3.6.12-1
+- Update example inventory files to mention certificate validity parameters.
+ (vsemushi@redhat.com)
+- openshift_hosted: add openshift_hosted_registry_cert_expire_days parameter.
+ (vsemushi@redhat.com)
+- oc_adm_ca_server_cert.py: re-generate. (vsemushi@redhat.com)
+- oc_adm_ca_server_cert: add expire_days parameter. (vsemushi@redhat.com)
+- openshift_ca: add openshift_ca_cert_expire_days and
+ openshift_master_cert_expire_days parameters. (vsemushi@redhat.com)
+- redeploy-certificates/registry.yml: add
+ openshift_hosted_registry_cert_expire_days parameter. (vsemushi@redhat.com)
+- openshift_master_certificates: add openshift_master_cert_expire_days
+ parameter. (vsemushi@redhat.com)
+- openshift_node_certificates: add openshift_node_cert_expire_days parameter.
+ (vsemushi@redhat.com)
+- Update Dockerfile.rhel7 to reflect changes to Dockerfile (pep@redhat.com)
+
* Wed Mar 29 2017 Jenkins CD Merge Bot <tdawson@redhat.com> 3.6.11-1
- Add etcd_debug and etcd_log_package_levels variables (sdodson@redhat.com)
- Make the OCP available version detection excluder free (jchaloup@redhat.com)