File graphite-web.changes of Package graphite-web
-------------------------------------------------------------------
Thu Jan 16 11:08:56 UTC 2020 - Eric Schirra <ecsos@opensuse.org>
- Update to 1.1.6
Please note that this is a bugfix / securityfix release for the
stable Graphite 1.1.x branch and it's recommended for production
usage.
* Highlights:
- Function parameters validation (disabled by default, can be
enabled through ENFORCE_INPUT_VALIDATION variable)
- Better error handling (return 4XX instead of 5XX in case of
wrong function parameters) if input validation enabled
- Python 3.8 and Django 2.x support
- New functions: add, sigmoid, logit, exp
- Python 3 fixes for Whisper and Carbon
- Carbonate have Python 3 support now
- Many improvements for Docker image, check its release page for
details
Please see full Release Notes
https://graphite.readthedocs.io/en/latest/releases/1_1_6.html
- Drop CVE-2017-18636.patch, because now in upstream.
- Run spec-cleaner.
-------------------------------------------------------------------
Wed Oct 16 07:19:34 UTC 2019 - Tim Serong <tserong@suse.com>
- Remove function 'send_email' (bsc#1154007, CVE-2017-18638)
+ Added CVE-2017-18638.patch
Patch must be remove with version 1.1.6
-------------------------------------------------------------------
Sat Mar 23 18:55:33 UTC 2019 - ecsos@opensuse.org
- update to 1.1.5
* Main features
- Python 3.x support fixes for whisper, carbon and graphite-web
- REMOTE_BUFFER_SIZE = 0 now works properly
- Multi-instance settings support (see #2358)
- Increase performance of localdatabase tag db
- avg_zero consolidation function fully supported now
- Carbonlink queries working now for tagged series
- Docker image migrated to Alpine, reducing the image size
from ~530MB to 188MB
- Rebase graphite-web-path.patch
Please see full Release Notes:
https://graphite.readthedocs.io/en/latest/releases/1_1_5.html
-------------------------------------------------------------------
Tue Sep 18 11:38:28 UTC 2018 - ecsos@opensuse.org
- update to 1.1.4
- rebase spec
- drop usr-share.patch because no more need
- add graphite-web-path.patch to preallocate graphite paths.
- use apache.conf from upstream
- change initial database commond to wich are descriped in
upstream doc.
- Fix startup error with change of rights for /var/lib/graphite/storage
-------------------------------------------------------------------
Wed Jul 30 02:54:24 UTC 2014 - tserong@suse.com
- Ensure /var/lib/graphite/graphite.db is writable by apache user
-------------------------------------------------------------------
Tue Jul 29 14:41:30 UTC 2014 - tserong@suse.com
- Prefer /usr/share/graphite, /etc/graphite etc. to match python
site-packages directory naming, and also what calamari-server expects
(this obsoletes earlier graphite-web change).
- Ensure `manage.py syncdb` is invoked correctly on first install
-------------------------------------------------------------------
Mon Jul 28 13:41:05 UTC 2014 - tserong@suse.com
- Generate random SECRET_KEY on install
-------------------------------------------------------------------
Mon Jul 28 12:50:36 UTC 2014 - tserong@suse.com
- Use /usr/share/graphite-web instead of /usr/share/graphite
-------------------------------------------------------------------
Tue Jul 08 04:54:08 UTC 2014 - tserong@suse.com
- Initial SUSE packaging