171 lines
6.5 KiB
Plaintext
171 lines
6.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Feb 26 09:29:11 UTC 2024 - ecsos <ecsos@opensuse.org>
|
|
|
|
- Adjustments patch macro for rpm 4.20.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Aug 26 09:35:57 UTC 2023 - ecsos <ecsos@opensuse.org>
|
|
|
|
- Update to 1.1.10
|
|
* Bug Fixes
|
|
- Replace another missed instance of Infinity in JSON (#2737, @bobemoe)
|
|
- Fix pyparsing > 3.0 compatibility issue. (#2727, @parrotpock)
|
|
- Fix dependency issue for usage as Grafana data source (#2722, @henkf)
|
|
- backporting "html-encode text passed to Ext.Msg" (#2719, @DanCech)
|
|
- Depend on third-party scandir only for Python < 3.5 (#2706, @neirbowj)
|
|
- fix shifting of moving* datapoints by one step into the future (#2682, @zivillian)
|
|
* Features / Enhancements
|
|
- maxStep in requestContext for Finder (#2724, @deniszh)
|
|
- compressPeriodicGaps function (#2720, @deniszh)
|
|
- Implement upper lower case functions (#2586, @replay)
|
|
- Add %define pythons python3, because it seems that graphite-web
|
|
is not compatible with python311
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 25 15:35:53 UTC 2023 - Dirk Stoecker <opensuse@dstoecker.de>
|
|
|
|
- Don't require python2, drop useless install docs
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 10 19:19:35 UTC 2022 - ecsos <ecsos@opensuse.org>
|
|
|
|
- Fix ParseResults exception.
|
|
BuildRequires pyparsing >=2.3.0 and <= 2.4.7
|
|
See: https://github.com/graphite-project/graphite-web/issues/2726
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 15 13:17:13 UTC 2022 - ecsos <ecsos@opensuse.org>
|
|
|
|
- Update to 1.1.8
|
|
Please note that this is a bugfix release for the stable Graphite
|
|
1.1.x branch and it's recommended for production usage.
|
|
|
|
* Highlights:
|
|
- Excessive logging can be disabled
|
|
(in graphite-web and carbon)
|
|
- Tagging can be disabled if not used in carbon
|
|
(improves performance)
|
|
- New function aggregateSeriesLists() and aliases for
|
|
diffSeriesLists(), sumSeriesLists(), multiplySeriesLists()
|
|
- Support for Aggregated-Consistent Hash in carbonate
|
|
- Multiple bugfixes, especially for Graphite-web
|
|
(see full list below)
|
|
|
|
Please see full Release Notes
|
|
https://graphite.readthedocs.io/en/latest/releases/1_1_8.html
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jun 27 13:20:54 UTC 2020 - ecsos <ecsos@opensuse.org>
|
|
|
|
- Switch to use python3 only.
|
|
- Fix build error Tumbleweed.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jun 27 11:59:56 UTC 2020 - ecsos <ecsos@opensuse.org>
|
|
|
|
- Update to 1.1.7
|
|
Please note that this is a bugfix release for the stable Graphite
|
|
1.1.x branch and it's recommended for production usage.
|
|
|
|
* Highlights:
|
|
- New experimental Bucketmax write strategy
|
|
- Fixes for function parameters validation
|
|
- More fixes for better error handling
|
|
- Python 3.9 and Django 3.x support
|
|
- Python 3 fixes Carbon, Carbonate and Graphite-web
|
|
- Many flake8 fixes for Graphite-web
|
|
|
|
Please see full Release Notes
|
|
https://graphite.readthedocs.io/en/latest/releases/1_1_7.html
|
|
|
|
-------------------------------------------------------------------
|
|
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
|