diff options
author | Jenkins CD Merge Bot <smunilla@redhat.com> | 2017-06-23 01:32:38 -0400 |
---|---|---|
committer | Jenkins CD Merge Bot <smunilla@redhat.com> | 2017-06-23 01:32:38 -0400 |
commit | 0371aff5b86302d4786a87c0fe6f52b32a2952c9 (patch) | |
tree | a4ce43fb6bfd79a997b48c5a26c312fef2a92f29 /openshift-ansible.spec | |
parent | 6bd8a7f1645e593cd4a99ba9c6bc47979f219608 (diff) | |
download | openshift-0371aff5b86302d4786a87c0fe6f52b32a2952c9.tar.gz openshift-0371aff5b86302d4786a87c0fe6f52b32a2952c9.tar.bz2 openshift-0371aff5b86302d4786a87c0fe6f52b32a2952c9.tar.xz openshift-0371aff5b86302d4786a87c0fe6f52b32a2952c9.zip |
Automatic commit of package [openshift-ansible] release [3.6.123-1].
Created by command:
/usr/bin/tito tag --accept-auto-changelog --use-version=3.6.123
Diffstat (limited to 'openshift-ansible.spec')
-rw-r--r-- | openshift-ansible.spec | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/openshift-ansible.spec b/openshift-ansible.spec index b3e097018..15b892219 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.122.0 +Version: 3.6.123 Release: 1%{?dist} Summary: Openshift and Atomic Enterprise Ansible License: ASL 2.0 @@ -280,6 +280,32 @@ Atomic OpenShift Utilities includes %changelog +* Fri Jun 23 2017 Jenkins CD Merge Bot <smunilla@redhat.com> 3.6.123-1 +- releases: enable build/push with multiple tags (lmeyer@redhat.com) +- Update template examples for 3.6 (rteague@redhat.com) +- Reverting v prefix introduced by stagecut (smunilla@redhat.com) +- Fixed readme doc. (kwoodson@redhat.com) +- Adding version field for stagecut (smunilla@redhat.com) +- Remove package_update from install playbook (rhcarvalho@gmail.com) +- Restart NetworkManager only if dnsmasq was used + (bliemli@users.noreply.github.com) +- remove extra close brace in example inventory (gpei@redhat.com) +- Adding option for serviceAccountConfig.limitSecretReferences + (kwoodson@redhat.com) +- doc: Add system_container examples to inventory (smilner@redhat.com) +- system_containers: Add openshift_ to other system_container vars + (smilner@redhat.com) +- system_containers: Add openshift_ to use_system_containers var + (smilner@redhat.com) +- detect etcd service name based on etcd runtime when restarting + (jchaloup@redhat.com) +- set proper etcd_data_dir for system container (jchaloup@redhat.com) +- etcd, system_container: do not mask etcd_container (gscrivan@redhat.com) +- etcd, system_container: do not enable system etcd (gscrivan@redhat.com) +- oc_atomic_container: Require 1.17.2 (smilner@redhat.com) +- Verify matched openshift_upgrade_nodes_label (rteague@redhat.com) +- bug 1457642. Use same SG index to avoid seeding timeout (jcantril@redhat.com) + * Wed Jun 21 2017 Jenkins CD Merge Bot <smunilla@redhat.com> 3.6.122-1 - |