15
0

Accepting request 689083 from home:pgajdos

- version update to 0.11.0
  * Added region and zone members to task model. #260
  * Exception #259
  * SSE SSL authentication not supported #247
  * Lack of support for container.networks #243
  * __init__() got an unexpected keyword argument 'port_mappings' #237
  * Wrong health check object generated for COMMAND protocol #222
  * Add support for mesos 1.6 #255 
  * Possibility for send the full json object on create #252 
  * events: add a few attributes #251 
  * install-marathon.sh: do not remove oracle-java7-installer #250 
  * MarathonClient: set verify when using sse_session #248 
  * add reset delay api #246 
  * fixes for issue 244 #245 
  * Test against 1.4.11 #240 
  * fix isuuse-238 #239 (yudong2015)
  * Test against 1.4.10 instead of 1.4.9 #236 
  * make models.info compatible with 1.4.9 #233 
  * Fix health check 'command' #231 
  * Feature/marathon constraint model improvements #229 
  * Removes id validation from MarathonGroup() #228

OBS-URL: https://build.opensuse.org/request/show/689083
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-marathon?expand=0&rev=8
This commit is contained in:
2019-03-27 13:06:32 +00:00
committed by Git OBS Bridge
parent 905e200cce
commit 3fe89833e5
4 changed files with 35 additions and 6 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Wed Mar 27 12:00:32 UTC 2019 - pgajdos@suse.com
- version update to 0.11.0
* Added region and zone members to task model. #260
* Exception #259
* SSE SSL authentication not supported #247
* Lack of support for container.networks #243
* __init__() got an unexpected keyword argument 'port_mappings' #237
* Wrong health check object generated for COMMAND protocol #222
* Add support for mesos 1.6 #255
* Possibility for send the full json object on create #252
* events: add a few attributes #251
* install-marathon.sh: do not remove oracle-java7-installer #250
* MarathonClient: set verify when using sse_session #248
* add reset delay api #246
* fixes for issue 244 #245
* Test against 1.4.11 #240
* fix isuuse-238 #239 (yudong2015)
* Test against 1.4.10 instead of 1.4.9 #236
* make models.info compatible with 1.4.9 #233
* Fix health check 'command' #231
* Feature/marathon constraint model improvements #229
* Removes id validation from MarathonGroup() #228
-------------------------------------------------------------------
Tue Dec 4 12:50:16 UTC 2018 - Matej Cepl <mcepl@suse.com>