Mario Rodas
e45c657469
Merge pull request #112221 from r-ryantm/auto-update/thanos
...
thanos: 0.17.2 -> 0.18.0
2021-02-08 20:13:35 -05:00
Mario Rodas
9bf2ea5433
Merge pull request #112215 from r-ryantm/auto-update/termshark
...
termshark: 2.1.1 -> 2.2.0
2021-02-08 20:12:57 -05:00
Mario Rodas
f7be43c4ad
Merge pull request #112236 from r-ryantm/auto-update/turbo-geth
...
turbo-geth: 2021.01.01 -> 2021.02.01
2021-02-08 20:12:26 -05:00
Mario Rodas
7e740fa3a5
Merge pull request #112235 from r-ryantm/auto-update/tuptime
...
tuptime: 5.0.1 -> 5.0.2
2021-02-08 20:11:58 -05:00
Mario Rodas
236c3a240c
Merge pull request #112226 from r-ryantm/auto-update/tilt
...
tilt: 0.18.5 -> 0.18.8
2021-02-08 20:11:43 -05:00
Mario Rodas
6edcc3fb2d
Merge pull request #112240 from r-ryantm/auto-update/unciv
...
unciv: 3.12.8 -> 3.12.12
2021-02-08 20:09:26 -05:00
Mario Rodas
4d0f64b9e9
Merge pull request #112246 from r-ryantm/auto-update/aws-checksums
...
aws-checksums: 0.1.10 -> 0.1.11
2021-02-08 20:07:49 -05:00
Mario Rodas
c296254734
Merge pull request #112259 from r-ryantm/auto-update/cfr
...
cfr: 0.150 -> 0.151
2021-02-08 20:01:47 -05:00
Mario Rodas
b8fa0e6090
Merge pull request #112265 from r-ryantm/auto-update/gensio
...
gensio: 2.2.3 -> 2.2.4
2021-02-08 20:00:27 -05:00
Mario Rodas
6b6ff1e7c7
Merge pull request #112109 from r-ryantm/auto-update/chezmoi
...
chezmoi: 1.8.10 -> 1.8.11
2021-02-08 19:59:25 -05:00
Martin Weinelt
47901b544c
Merge pull request #111302 from fooker/pr/nginx-default-type
...
nixos/nginx: serve unknown MIME-Types as binary
2021-02-09 01:44:47 +01:00
Jan Tojnar
faf133f854
Merge pull request #97972 from mvnetbiz/power-profiles-daemon
2021-02-09 01:41:04 +01:00
Sandro
bac13d7357
Merge pull request #112433 from Luflosi/update/py-multihash
...
python3Packages.py-multihash: 1.0.0 -> 2.0.1
2021-02-09 01:38:57 +01:00
Matt Votava
65968a1f59
power-profiles-daemon: add test
2021-02-09 01:25:57 +01:00
Matt Votava
9a3190a960
power-profiles-daemon: init at 0.1, add service module
2021-02-09 01:25:56 +01:00
Sandro
5464a2355a
Merge pull request #96549 from kampka/trilium
...
trilium: 0.43.3 -> 0.43.4
2021-02-09 00:58:20 +01:00
Luflosi
7a6d18c8e7
python3Packages.py-multihash: 1.0.0 -> 2.0.1
...
https://github.com/multiformats/py-multihash/releases/tag/v2.0.1
The `variants` package is not in the list of requirements for py-multihash, so remove it.
Switch to `pytestCheckHook` for the tests instead of using `pytest`.
Also slightly change the Python version requirements check.
2021-02-09 00:47:04 +01:00
Wael Nasreddine
28430d1e51
python3Packages.h3: 3.7.0 -> 3.7.1 ( #112091 )
...
Co-authored-by: Robert T. McGibbon <rmcgibbo@gmail.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-02-09 00:43:47 +01:00
Sandro
35c35e485e
Merge pull request #112436 from 0x4A6F/master-promscale
...
promscale: 0.1.4 -> 0.2.0
2021-02-09 00:25:24 +01:00
Sandro
e594b202fa
Merge pull request #112432 from oxzi/bonnmotion-3.0.1
...
bonnmotion: init at 3.0.1
2021-02-09 00:24:40 +01:00
Sandro
847726390b
Merge pull request #112437 from AndersonTorres/robodoc
...
robodoc: init at 4.99.44
2021-02-08 23:45:15 +01:00
Sandro
dbf3b16306
Merge pull request #112435 from fabaff/pyvex
2021-02-08 23:44:37 +01:00
Matthew Bauer
91fe7257d3
Merge pull request #112421 from sternenseemann/fetchcvs-fix-missing-env
...
fetchcvs: fix ssh wrapper failing due to missing /usr/bin/env
2021-02-08 16:05:22 -06:00
Benjamin Hipple
14b6a84804
Merge pull request #108406 from zaninime/nginx-kaltura
...
nginx: add VOD-related modules from Kaltura
2021-02-08 17:02:09 -05:00
0x4A6F
f5f512512e
promscale: 0.1.4 -> 0.2.0
...
This release adds support for TimescaleDB 2.0 multinode. This means all of TimescaleDB 2.0 features are now fully supported. This also means that Promscale now supports horizontal scalability across the entire stack!
This release also includes performance improvements and bug fixes.
At a high-level, this release:
- Adds support for Multinode TimescaleDB.
- Improved promQL query latency by 4x in some cases.
- Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings.
- Fixed metrics produced by Promscale itself
- PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags)
- Added configuration for query timeout and default step interval
- Improved UX
Notes for people upgrading from 0.1.4 and before
- The CLI and ENV option install-timescaledb was renamed to install-extension
- Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available.
- We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds.
Prom-Migrator
- Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seen some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-08 21:54:32 +00:00
AndersonTorres
29631c1cbe
robodoc: init at 4.99.44
2021-02-08 18:23:31 -03:00
Fabian Affolter
5f46918167
python3Packages.ailment: init at 9.0.5739
2021-02-08 22:14:54 +01:00
Ryan Mulligan
381cb08528
Merge pull request #111797 from r-ryantm/auto-update/openxr-loader
...
openxr-loader: 1.0.13 -> 1.0.14
2021-02-08 13:14:35 -08:00
Fabian Affolter
a42abb5801
python3Packages.pyvex: init at 9.0.5739
2021-02-08 22:14:13 +01:00
TredwellGit
d7c4ca2de6
firmwareLinuxNonfree: 2020-12-18 -> 2021-02-08
2021-02-08 16:09:22 -05:00
Maximilian Bosch
d9c6f13e13
Merge pull request #112182 from r-ryantm/auto-update/scrot
...
scrot: 1.4 -> 1.5
2021-02-08 22:00:22 +01:00
Maximilian Bosch
98cc224405
Merge pull request #112297 from r-ryantm/auto-update/haproxy
...
haproxy: 2.3.4 -> 2.3.5
2021-02-08 21:57:12 +01:00
Tim Steinbach
325df29630
linux/hardened/patches/5.4: 5.4.95-hardened1 -> 5.4.96-hardened1
2021-02-08 15:48:47 -05:00
Tim Steinbach
35c2b6a578
linux/hardened/patches/5.10: 5.10.13-hardened1 -> 5.10.14-hardened1
2021-02-08 15:48:46 -05:00
Tim Steinbach
c338363969
linux/hardened/patches/4.19: 4.19.173-hardened1 -> 4.19.174-hardened1
2021-02-08 15:48:45 -05:00
Tim Steinbach
a1c4ddf275
linux/hardened/patches/4.14: 4.14.219-hardened1 -> 4.14.220-hardened1
2021-02-08 15:48:45 -05:00
Tim Steinbach
f891d28420
linux_latest-libre: 17812 -> 17873
2021-02-08 15:48:44 -05:00
Tim Steinbach
6a9fe0b972
linux: 5.4.95 -> 5.4.96
2021-02-08 15:48:43 -05:00
Tim Steinbach
1d0d45860e
linux: 5.10.13 -> 5.10.14
2021-02-08 15:48:42 -05:00
Tim Steinbach
5eba1183f6
linux: 4.9.255 -> 4.9.256
2021-02-08 15:48:41 -05:00
Tim Steinbach
4d75ebab78
linux: 4.4.255 -> 4.4.256
2021-02-08 15:48:41 -05:00
Tim Steinbach
f1831d8586
linux: 4.19.173 -> 4.19.174
2021-02-08 15:48:40 -05:00
Tim Steinbach
bed08131cd
linux: 4.14.219 -> 4.14.220
2021-02-08 15:48:35 -05:00
Maximilian Bosch
27d21f84b6
roundcube: 1.4.10 -> 1.4.11
...
ChangeLog: https://github.com/roundcube/roundcubemail/releases/tag/1.4.11
Most notably is the fix of a XSS vulnerability which allowed an attacker
to inject malicious code via CSS's `content'-property from an email[1].
[1] 9dc276d5f2
2021-02-08 21:43:19 +01:00
Sandro
d9d1f5627e
Merge pull request #112381 from SuperSandro2000/httpie
2021-02-08 21:29:45 +01:00
Alvar Penning
8106651e6f
bonnmotion: init at 3.0.1
2021-02-08 21:27:10 +01:00
Sandro
8c8731330b
Merge pull request #112410 from Luflosi/py-multihash-not-broken
...
python3Packages.py-multihash: mark not broken
2021-02-08 20:46:59 +01:00
Sandro
c6ba81f02e
Merge pull request #112411 from fabaff/license-ocrmypdf
...
ocrmypdf: 11.3.3 -> 11.6.0
2021-02-08 20:45:37 +01:00
Sandro
152f381458
Merge pull request #112427 from IvarWithoutBones/ppsspp
...
ppsspp: 1.10.3 -> 1.11
2021-02-08 20:41:45 +01:00
Sandro
acce23fe6d
Merge pull request #112418 from fabaff/bump-archinfo
...
python3Packages.archinfo: 9.0.5610 -> 9.0.5739
2021-02-08 20:38:21 +01:00