Merge "Oslo releases for week of june 6th, 2016"

This commit is contained in:
Jenkins 2016-06-10 01:24:25 +00:00 committed by Gerrit Code Review
commit c9bf9c39ce
21 changed files with 120 additions and 0 deletions

View File

@ -8,3 +8,8 @@ releases:
projects:
- repo: openstack/debtcollector
hash: c204667ed8eec848b664a41a8e5869771c5dd9a4
- version: 1.5.0
projects:
- repo: openstack/debtcollector
hash: 4d766d6526e3c7cff97dc87890f5e354bb3370e1
highlights: '* Fix renamed_kwarg to preserve argspec'

View File

@ -8,3 +8,7 @@ releases:
projects:
- repo: openstack/mox3
hash: a2752b8b652a8b83273dd2ce84274c844333be7a
- version: 0.16.0
projects:
- repo: openstack/mox3
hash: c09ec5b1b248e489f71758e60cc3a5eb2c20c76a

View File

@ -12,3 +12,7 @@ releases:
projects:
- repo: openstack/oslo.cache
hash: 6251a1554c23d9a421a5819e4ec79bcbe08d5310
- version: 1.9.0
projects:
- repo: openstack/oslo.cache
hash: f6108b0b6603743a3dd56dcbc0f0a2590ddb5fe7

View File

@ -13,3 +13,7 @@ releases:
- repo: openstack/oslo.concurrency
hash: e1cde970287e84faa5d533cce9576d7dea916a8d
highlights: '* Add timeout option to ssh_execute'
- version: 3.10.0
projects:
- repo: openstack/oslo.concurrency
hash: 4c60f8e984a02f07dbdf4b3b775f5660bbc38c6a

View File

@ -13,3 +13,11 @@ releases:
* Don't set html_last_updated_fmt without git
* Improve documentation about registering entry points for
config generator
- version: 3.11.0
projects:
- repo: openstack/oslo.config
hash: bb0f7e3880bd83dbb9088f3f8045152ce8e7897b
highlights: |-
* Return [] for .config_dirs when config files are not parsed
* Incorrect group name when deprecated_group is not specified
* Disallow config option name as same as attribute of ConfigOpts

View File

@ -12,3 +12,7 @@ releases:
projects:
- repo: openstack/oslo.context
hash: 6e61493b5477ffc49b6e437effa27c593c15e3b0
- version: 2.5.0
projects:
- repo: openstack/oslo.context
hash: 061741287a9fd90fa1664462f5ef6bb4d942f1a6

View File

@ -8,3 +8,7 @@ releases:
projects:
- repo: openstack/oslo.i18n
hash: fb8b773cb11ea43821305c052b0eb765f0ec12a6
- version: 3.7.0
projects:
- repo: openstack/oslo.i18n
hash: 4b33a2c0b05f384a5428e6f21f88a4ade36d5967

View File

@ -32,3 +32,10 @@ releases:
projects:
- repo: openstack/oslo.log
hash: ed582b108776bbbf65ce05f9581237261ce6000b
- version: 3.9.0
projects:
- repo: openstack/oslo.log
hash: 070cc7ae8de83ffa546fa49902a3a3b8da06466c
highlights: |-
* Convert unicode data to utf-8 before calling syslog.syslog()
* Reduce READ_FREQ and TIMEOUT for watch-file

View File

@ -16,3 +16,12 @@ releases:
projects:
- repo: openstack/oslo.messaging
hash: 4b0e247d2d9d1c8eb5b9f904dd632bda9c706670
- version: 5.3.0
projects:
- repo: openstack/oslo.messaging
hash: a4a4a50eb736bd0955ab1a84cde6bd4c0d00a266
highlights: |-
* Refactoring of zmq client
* Remove deprecated get_expiration method (rabbitmq)
* Randomize host list connection attempts (amqp 1.0)
* Fix timeout in ThreadingPoller.poll (zmq)

View File

@ -17,3 +17,8 @@ releases:
- repo: openstack/oslo.middleware
hash: 6f1db02ef07137907977e7437d1e2df7619a429d
highlights: '* Add a simple __main__ to easily show healthcheck output'
- version: 3.12.0
projects:
- repo: openstack/oslo.middleware
hash: 549be72d688f838a85e2c664b9911546f52c758d
highlights: '* Do not add a default content type when replying'

View File

@ -13,3 +13,11 @@ releases:
projects:
- repo: openstack/oslo.policy
hash: 5a8969c97ba637a609aa98fbdd93137874e6e7d3
- version: 1.9.0
projects:
- repo: openstack/oslo.policy
hash: 474c120ae6de61c1f46523baa0fef11b5e537cf8
highlights: |-
* Add equality operator to policy.RuleDefault
* Add policy registration and authorize method
* Add sample file generation script and helper methods

View File

@ -8,3 +8,7 @@ releases:
projects:
- repo: openstack/oslo.rootwrap
hash: cba9437bb23f6396209e3206abf559bf7301e6d2
- version: 4.3.0
projects:
- repo: openstack/oslo.rootwrap
hash: 7ec1e73d6aab37ecc7fae3553bc309addc18c1fe

View File

@ -17,3 +17,10 @@ releases:
projects:
- repo: openstack/oslo.serialization
hash: 0dcd9271631b2931eb37ce59b184f42c8cd9078e
- version: 2.8.0
projects:
- repo: openstack/oslo.serialization
hash: 4fdaeff758c3a95cdbf99976b87cad42215307b6
highlights: |-
* Replace TypeError by ValueError in msgpackutils (so that it matches
jsonutils)

View File

@ -17,3 +17,7 @@ releases:
projects:
- repo: openstack/oslo.service
hash: 43343b4445ddb6c217489ab394e466d35a1d6ac2
- version: 1.12.0
projects:
- repo: openstack/oslo.service
hash: 33d8b1096d91b704e5080641957524a75ef9f307

View File

@ -23,3 +23,10 @@ releases:
- repo: openstack/oslo.utils
hash: 6cf8386cc7278a98f9ba9260d7ea61e519e93975
highlights: '* Move method split_path into oslo.utils'
- version: 3.12.0
projects:
- repo: openstack/oslo.utils
hash: dfdaaa2e31296982ce4dce4a416e3d3f8b315de9
highlights: |-
* Remove deprecated method total_seconds in timeutils
* Fix is_valid_cidr raises TypeError

View File

@ -12,3 +12,12 @@ releases:
projects:
- repo: openstack/oslo.versionedobjects
hash: 72dad2600488d4c49c34233db27604ed2bdcd675
- version: 1.10.0
projects:
- repo: openstack/oslo.versionedobjects
hash: 91184e1047d07c8fbeee2648ec7a929858b58b89
highlights: |-
* Fix ComparableVersionedObject in python 3.4
* Add a pci address field
* Replace safe_utils.getcallargs with inspect.getcallargs
* Fix compare_obj() to obey missing/unset fields

View File

@ -12,3 +12,7 @@ releases:
projects:
- repo: openstack/oslo.vmware
hash: af2bbfef345b30db22f4df84e3f6f7e2e174d66f
- version: 2.8.0
projects:
- repo: openstack/oslo.vmware
hash: bfcd07fc9ece2154261ad2bf4000cec9802fdee8

View File

@ -8,3 +8,7 @@ releases:
projects:
- repo: openstack/oslotest
hash: 9581cd0206c708bc47dd8bee914c6e49262c00f0
- version: 2.6.0
projects:
- repo: openstack/oslotest
hash: 412073f87029ab913d979dcfc587cdb1217a714c

View File

@ -12,3 +12,7 @@ releases:
projects:
- repo: openstack/stevedore
hash: b106ba3fc6cfcc79740af144984863d7f6192417
- version: 1.15.0
projects:
- repo: openstack/stevedore
hash: 01b09a5c1d683007d86fec09594db9f5787805f3

View File

@ -23,3 +23,10 @@ releases:
- repo: openstack/taskflow
hash: 827b291cf8ab24aa79454586c86425f19245b482
highlights: '* Remove deprecated things for 2.0 release'
- version: 2.1.0
projects:
- repo: openstack/taskflow
hash: 88fec5d4ad8e5e8efbf60085fd0f5b96724d403d
highlights: |-
* Split revert/execute missing args (exception) messages
* Instead of a multiprocessing queue use sockets via asyncore

View File

@ -17,3 +17,11 @@ releases:
- repo: openstack/tooz
hash: ad9ce088de976ab741a8ed4a89f701e38c721891
highlights: '* Add a consul based driver'
- version: 1.38.0
projects:
- repo: openstack/tooz
hash: 7f15e34c5269bc9ad3ecb56c9dedccd55e31032e
highlights: |-
* Using LOG.warning instead of LOG.warn
* Expose a heartbeat loop method
* Make python2 payload readable from python3 (bug)