[rubygem-openshift-origin-msg-broker-mcollective] update to openshift origin v2

tdawson tdawson at fedoraproject.org
Wed Aug 7 16:13:21 UTC 2013


commit 994b618899651ccd74b048d243bb94c43e28e5a1
Author: Troy Dawson <tdawson at redhat.com>
Date:   Wed Aug 7 11:13:13 2013 -0500

    update to openshift origin v2

 .gitignore                                         |    1 +
 ...em-openshift-origin-msg-broker-mcollective.spec |   87 ++++++++++++++++++-
 sources                                            |    2 +-
 3 files changed, 84 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2cf97be..33e0aa2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /openshift-origin-msg-broker-mcollective-1.4.6.gem
 /openshift-origin-msg-broker-mcollective-1.5.12.gem
 /openshift-origin-msg-broker-mcollective-1.9.9.gem
+/openshift-origin-msg-broker-mcollective-1.13.0.1.gem
diff --git a/rubygem-openshift-origin-msg-broker-mcollective.spec b/rubygem-openshift-origin-msg-broker-mcollective.spec
index 10e3e74..43af448 100644
--- a/rubygem-openshift-origin-msg-broker-mcollective.spec
+++ b/rubygem-openshift-origin-msg-broker-mcollective.spec
@@ -3,8 +3,8 @@
 
 Summary:       OpenShift plugin for mcollective service
 Name:          rubygem-%{gem_name}
-Version:       1.9.9
-Release:       2%{?dist}
+Version:       1.13.0.1
+Release:       1%{?dist}
 Group:         Development/Languages
 License:       ASL 2.0
 URL:           http://www.openshift.com
@@ -73,10 +73,87 @@ rm -rf %{buildroot}%{gem_instdir}/.yardoc
 %attr(0644,-,-) %ghost /etc/mcollective/client.cfg
 
 %changelog
-* Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.9.9-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+* Thu Aug 01 2013 Krishna Raman <kraman at gmail.com> 1.13.0.1-1
+- Bumping version #s for origin release 2 (kraman at gmail.com)
+- bump_minor_versions for sprint 32 (admiller at redhat.com)
 
-* Sat Jun 01 2013 Dan McPherson <dmcphers at redhat.com> 1.9.9-1
+* Wed Jul 31 2013 Adam Miller <admiller at redhat.com> 1.12.6-1
+- Bug 988255 (lnader at redhat.com)
+
+* Tue Jul 30 2013 Adam Miller <admiller at redhat.com> 1.12.5-1
+- Bug 917790 - Do not log user credentials in broker development.log
+  (rpenta at redhat.com)
+- Merge pull request #3140 from Miciah/move_gear-fix-rollback-drop-remove-
+  httpd-proxy (dmcphers+openshiftbot at redhat.com)
+- move_gear: drop outdated rollback code (miciah.masters at gmail.com)
+
+* Mon Jul 29 2013 Adam Miller <admiller at redhat.com> 1.12.4-1
+- Merge remote-tracking branch 'origin/master' into changes_for_membership
+  (ccoleman at redhat.com)
+- Merge remote-tracking branch 'origin/master' into changes_for_membership
+  (ccoleman at redhat.com)
+- Merge remote-tracking branch 'origin/master' into changes_for_membership
+  (ccoleman at redhat.com)
+- Simplify capabilities to be more model like, and support clean proxying of
+  inherited properties (ccoleman at redhat.com)
+
+* Fri Jul 26 2013 Adam Miller <admiller at redhat.com> 1.12.3-1
+- Merge pull request #3160 from pravisankar/dev/ravi/card78
+  (dmcphers+openshiftbot at redhat.com)
+- For consistency, rest api response must display 'delete' instead 'destroy'
+  for user/domain/app (rpenta at redhat.com)
+
+* Wed Jul 24 2013 Adam Miller <admiller at redhat.com> 1.12.2-1
+- fix issues with move code for multiple haproxy cases (rchopra at redhat.com)
+- support for sparse cartridges (multiple haproxy) (rchopra at redhat.com)
+- Merge pull request #3069 from sosiouxme/admin-console-mcollective
+  (dmcphers+openshiftbot at redhat.com)
+- <container proxy> adjust naming for getting facts (lmeyer at redhat.com)
+- <mcollective> whitespace + typo fixes (lmeyer at redhat.com)
+- <mcollective> adding call to retrieve set of facts for admin-console
+  (lmeyer at redhat.com)
+
+* Fri Jul 12 2013 Adam Miller <admiller at redhat.com> 1.12.1-1
+- bump_minor_versions for sprint 31 (admiller at redhat.com)
+
+* Wed Jul 10 2013 Adam Miller <admiller at redhat.com> 1.11.3-1
+- mcoll action for getting env vars for a gear (rchopra at redhat.com)
+
+* Tue Jul 02 2013 Adam Miller <admiller at redhat.com> 1.11.2-1
+- Handling cleanup of failed pending op using rollbacks (abhgupta at redhat.com)
+- Remove Online specific references: -Remove hard-coded cart name references.
+  -Remove login validations from CloudUser model, login validation must be done
+  by authentication plugin. -Remove 'medium' gear size references -All 'small'
+  gear size references must be from configuration files. -Remove stale
+  application_observer.rb and its references -Remove stale 'abstract' cart
+  references -Remove duplicate code from rest controllers -Move all
+  get_rest_{user,domain,app,cart} methods in RestModelHelper module. -Cleanup
+  unnecessary TODO/FIXME comments in broker. (rpenta at redhat.com)
+- Fix for bug 977224 (abhgupta at redhat.com)
+
+* Tue Jun 25 2013 Adam Miller <admiller at redhat.com> 1.11.1-1
+- bump_minor_versions for sprint 30 (admiller at redhat.com)
+
+* Tue Jun 18 2013 Adam Miller <admiller at redhat.com> 1.10.3-1
+- Merge pull request #2872 from pravisankar/dev/ravi/bug973918
+  (dmcphers+openshiftbot at redhat.com)
+- Bug 973918 - Do not allow move gear with oo-admin-move without districts.
+  (rpenta at redhat.com)
+- Various cleanup (dmcphers at redhat.com)
+
+* Mon Jun 17 2013 Adam Miller <admiller at redhat.com> 1.10.2-1
+- Bug 971199 - Need to pass application object to CartridgeCache.find_cartridge
+  method in mcollective_application_container_proxy.rb (rpenta at redhat.com)
+- Bug 974533 - Separate response messages from secondary carts
+  (jforrest at redhat.com)
+- part two of parallelizing node tasks from broker (rchopra at redhat.com)
+- parallelization of app events across gears (rchopra at redhat.com)
+- workaround for bz969325 (rchopra at redhat.com)
+
+* Thu May 30 2013 Adam Miller <admiller at redhat.com> 1.10.1-1
+- bump_minor_versions for sprint 29 (admiller at redhat.com)
+
+* Thu May 30 2013 Dan McPherson <dmcphers at redhat.com> 1.9.9-1
 - workaround for bz969325 (rchopra at redhat.com)
 
 * Thu May 30 2013 Adam Miller <admiller at redhat.com> 1.9.8-1
diff --git a/sources b/sources
index c825c77..749e5b9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4544c8bebe549c0df6c88bdf1112c783  openshift-origin-msg-broker-mcollective-1.9.9.gem
+221ba103f3d4620005df987abe55da11  openshift-origin-msg-broker-mcollective-1.13.0.1.gem


More information about the scm-commits mailing list