forked from pool/python-pifpaf
update to version 0.24.1 * doc: rabbitmq cluster is supported * tests: allow to find zookeeper bins * Make travis-ci happy again * ceph: increase rados object name limit for ext4 fs * gnocchi: start statsd daemon * gnocchi: Set statd old vars * tests: Fix a python3 bug * rabbit: put password for all hosts in the url * Set storage engine to mmapv1 when wiredtiger is not present * correctly decode application stdout * Revert "gnocchi: set auth_mode = noauth" * Add MongoDB to README * tests: Don't run them in // * gnocchi: allow to run with an existing storage URL * aodh: auth with basic against Gnocchi * Revert "mysql: fix timezone" * travis: fix mysql install * travis: remove tarball from cache * ceph: last jewel point release have lowered object max len * Clean variables on exit * gnocchi: fix statds waiting line for gnocchi <3.0 * Revert "Partial revert for debug output" * mysql: fix timezone * gnocchi: set auth_mode = noauth * tests: fix env variable parsing * rabbit: use process group * Set a proper PS1 when invoked via eval * Gnocchi >= 3.1 will not ship any config by default * rabbitmq: fix waiting line OBS-URL: https://build.opensuse.org/request/show/456653 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pifpaf?expand=0&rev=4
114 lines
4.1 KiB
Plaintext
114 lines
4.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Feb 13 08:57:19 UTC 2017 - tbechtold@suse.com
|
|
|
|
update to version 0.24.1
|
|
* doc: rabbitmq cluster is supported
|
|
* tests: allow to find zookeeper bins
|
|
* Make travis-ci happy again
|
|
* ceph: increase rados object name limit for ext4 fs
|
|
* gnocchi: start statsd daemon
|
|
* gnocchi: Set statd old vars
|
|
* tests: Fix a python3 bug
|
|
* rabbit: put password for all hosts in the url
|
|
* Set storage engine to mmapv1 when wiredtiger is not present
|
|
* correctly decode application stdout
|
|
* Revert "gnocchi: set auth_mode = noauth"
|
|
* Add MongoDB to README
|
|
* tests: Don't run them in //
|
|
* gnocchi: allow to run with an existing storage URL
|
|
* aodh: auth with basic against Gnocchi
|
|
* Revert "mysql: fix timezone"
|
|
* travis: fix mysql install
|
|
* travis: remove tarball from cache
|
|
* ceph: last jewel point release have lowered object max len
|
|
* Clean variables on exit
|
|
* gnocchi: fix statds waiting line for gnocchi <3.0
|
|
* Revert "Partial revert for debug output"
|
|
* mysql: fix timezone
|
|
* gnocchi: set auth_mode = noauth
|
|
* tests: fix env variable parsing
|
|
* rabbit: use process group
|
|
* Set a proper PS1 when invoked via eval
|
|
* Gnocchi >= 3.1 will not ship any config by default
|
|
* rabbitmq: fix waiting line
|
|
* gnocchi: Add support to s3 backend
|
|
* ceph: use shm and try to not really write data
|
|
* Update influxdb.py
|
|
* gnocchi: Reduce the metricd delays
|
|
* gnocchi: allow to run with an existing indexer URL
|
|
* tests: Capture logging and print it on failure
|
|
* ceph: don't use /dev/shm
|
|
* Bump hacking to 0.12
|
|
* Implements the Kafka driver
|
|
* Fix mysql gate
|
|
* Fix a typo in README: gobal -> global
|
|
* Add support for Python 3.6
|
|
* cli: fully segment all environ vars
|
|
* aodh: fix authentication disabling with newer Aodh
|
|
* tests: fix s3rver tests
|
|
* gnocchi: stop setting old statsd conf var
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 31 08:28:38 UTC 2016 - tbechtold@suse.com
|
|
|
|
- update to 0.12.0:
|
|
* Add support for s3rver
|
|
* fakes3: export HTTP url
|
|
* Mention CouchDB support in README
|
|
* Add support for CouchDB
|
|
* gnocchi: Catch a working line for metricd
|
|
* Fix virtualenv handling
|
|
* Revert "mysql: add --basedir=/usr"
|
|
* mysql: fix typo
|
|
* tests: fix mysqld database name
|
|
* mysql: use pifpaf as the name of the database
|
|
* mysql: add --basedir=/usr
|
|
* mysql: use mysql_install_db if mysqld --initialize-insecure fails
|
|
* mysql: add --no-defaults and --tmpdir to mysqld
|
|
* Indicate we support etcd clustering
|
|
* Support etcdctl
|
|
* etcd: add clustering support
|
|
* etcd: change default port to IANA and allow to change peer port
|
|
* Print PID of process when logging output
|
|
* Support for Aodh 3
|
|
* Better reporting on wait_for_line
|
|
* Print actual output when we don't find the expected line
|
|
* tests: fix a port collision
|
|
* tests: fix Popen usage with Python 3
|
|
* Fix Python 3
|
|
* Fix pep8 errors
|
|
* influxdb: fix wait_for_line with re
|
|
* ceph: fix output matching with re
|
|
* Gnocchi: bugfix on wait_for_line on API
|
|
* gnocchi: fix URL in waiting
|
|
* keystone: disable tests
|
|
* zookeeper: wait for ZooKeeper to start before returning
|
|
* Fix Redis driver with Redis 3.2.1
|
|
* drivers: support regexp for wait_for_line
|
|
* gnocchi: support latest master/2.2 changes on gnocchi-api
|
|
* aodh: run aodh-evaluator
|
|
* Install software via tox
|
|
* keystone: simplify wait for line for admin
|
|
* drivers: translate OSError to a more readable error
|
|
* keystone: simplify wait_for_line
|
|
* keystone: fix pep8 error in test
|
|
* Add a Keystone driver
|
|
* Better debugging on errors
|
|
* Add a pifpaf_stop function to stop pifpaf
|
|
* Fix typo in InfluxDB driver
|
|
* influxdb: fix Python >= 3.0 & < 3.5
|
|
* travis: Remove missing etcd from install
|
|
* travis: install InfluxDB with wget
|
|
* Add PyPI version badge
|
|
* postgresql: allow to configure host, set to none by default
|
|
* aodh: set AODH_ENDPOINT for aodh client
|
|
* gnocchi: fix a regression on variable names
|
|
- Adjust Requires
|
|
- Use pypi.io as Source url
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 13 12:48:05 UTC 2016 - tbechtold@suse.com
|
|
|
|
- Initial packaging (version 0.2.0)
|
|
|