Ninjatrappeur
553301324c
Merge pull request #102300 from arcnmx/prosody-migrator
2020-11-01 12:24:35 +01:00
Frederik Rietdijk
7a8d5dc8a6
Merge master into staging-next
2020-11-01 10:10:47 +01:00
happysalada
de694b3a14
sozu: 0.11.46 -> 0.11.50; fix Darwin build
2020-11-01 16:34:16 +09:00
R. RyanTM
f6863c9f5d
gitlab-pages: 1.21.0 -> 1.28.0
2020-11-01 03:09:39 +00:00
arcnmx
e2ade56177
prosody: install prosody-migrator tool
2020-10-31 17:56:10 -07:00
Maximilian Bosch
b18d189ab2
Merge pull request #102177 from Ma27/bump-matrix-synapse
...
matrix-synapse: 1.22.0 -> 1.22.1
2020-10-31 18:47:28 +01:00
Mario Rodas
2faef82610
Merge pull request #101986 from mweinelt/loki2
...
grafana-loki: 1.6.1 -> 2.0.0
2020-10-31 11:28:05 -05:00
Izorkin
fb25f00cbb
unit: 1.19.0 -> 1.20.0
2020-10-31 18:50:24 +03:00
Vladimír Čunát
dfd3ede68d
Merge branch 'master' into staging-next
2020-10-31 14:30:44 +01:00
Philipp Kern
f433d25ea0
exim: unconditionally build with dsearch lookups enabled
...
dsearch is required to do untainted lookups in directories. There's
no reason not to build it in and it's a standard feature in other
distributions.
2020-10-31 10:57:46 +01:00
Doron Behar
0989b93cf8
rtsp-simple-server: init at 0.10.0
2020-10-31 10:56:14 +02:00
Daiderd Jordan
76dc3ea89e
Merge pull request #101783 from elseym/plex
...
plex: 1.20.2.3402 -> 1.20.3.3483
2020-10-30 21:40:14 +01:00
ajs124
b4d6406058
Merge pull request #101869 from helsinki-systems/upd/nginx
...
nginxMainline: 1.19.3 -> 1.19.4
2020-10-30 19:50:25 +01:00
Maximilian Bosch
460a30c15b
matrix-synapse: 1.22.0 -> 1.22.1
...
https://github.com/matrix-org/synapse/releases/tag/v1.22.1
2020-10-30 19:26:47 +01:00
Maximilian Bosch
3a12f8588a
Merge pull request #102160 from WilliButz/update/grafana/v7.3.1
...
grafana: 7.3.0 -> 7.3.1
2020-10-30 19:05:04 +01:00
WilliButz
a3c16e973a
Merge pull request #102094 from Frostman/blackbox-exporter-0.18.0
...
blackbox-exporter: 0.17.0 -> 0.18.0
2020-10-30 15:11:58 +01:00
WilliButz
207804705d
grafana: 7.3.0 -> 7.3.1
...
https://github.com/grafana/grafana/releases/tag/v7.3.1
2020-10-30 14:53:59 +01:00
Martin Weinelt
4e6820a230
homeassistant: 0.117.0 -> 0.117.1
2020-10-30 14:23:06 +01:00
Mario Rodas
52ae8c3cd0
Merge pull request #102110 from r-ryantm/auto-update/consul
...
consul: 1.8.4 -> 1.8.5
2020-10-30 07:41:33 -05:00
Finn Behrens
aa98d660e7
openbgpd: 6.7p0 -> 6.8p0
2020-10-29 22:09:51 -04:00
Martin Weinelt
fd7beaceae
Merge pull request #102101 from Frostman/prometheus-pushgateway-1.3.0
...
prometheus-pushgateway: 1.2.0 -> 1.3.0
2020-10-30 00:17:05 +01:00
R. RyanTM
126fe37921
consul: 1.8.4 -> 1.8.5
2020-10-29 22:44:05 +00:00
Sergey Lukjanov
4e3da4adc8
blackbox-exporter: 0.17.0 -> 0.18.0
2020-10-29 13:48:17 -07:00
Sergey Lukjanov
bd31e0dd0b
prometheus-pushgateway: 1.2.0 -> 1.3.0
2020-10-29 13:38:50 -07:00
Martin Weinelt
c8d6c254e8
homeassistant: 0.116.4 -> 0.117.0
2020-10-29 10:52:28 -07:00
Michele Guerini Rocco
1be7c44aa7
Merge pull request #102001 from rnhmjoj/pdns
...
pdns-recursor: 4.3.5 -> 4.4.0
2020-10-29 18:31:58 +01:00
talyz
89e83833af
nixos/keycloak: Add support for MySQL and external DBs with SSL
...
- Add support for using MySQL as an option to PostgreSQL.
- Enable connecting to external DBs with SSL
- Add a database port config option
2020-10-29 12:47:10 +01:00
Mario Rodas
6884da4784
Merge pull request #102013 from andir/promscale
...
promscale: 0.1.0 -> 0.1.1
2020-10-29 06:41:34 -05:00
Anderson Torres
7cb747c3b7
Merge pull request #99480 from Sohalt/tarssh
...
tarssh: init at 0.4.0
2020-10-29 08:35:40 -03:00
talyz
31fe90d6ef
nixos/keycloak: Add test
2020-10-29 12:07:49 +01:00
Andreas Rammhold
b64d91e92e
promscale: 0.1.0 -> 0.1.1
...
Changelog:
- Add QueryRow to our connection interface
- Add SQL API for managing metric compression setting
- Add code documentation for query/read path of the connector
- Adds support for checking pg version on startup
- BUGFIX reset pendingBuffer epoch when we're done
- Epoch-Based cache validation
- First pass documenting the write path
- Fix bug with deletion of metric name labels.
- Fix erroneous PromQL query in end-to-end tests
- Fix error reporting to prevent panic
- Fix golden file tests
- Fix logging output to match rest of the project
- Fix views on Vanilla PG and add tests
- Make example docker-compose clearer (#305 )
- Mask password while printing config
- Prepare for the 0.1.1 release
- Prepare for the next development cycle
- REFACTOR rearrange mocks
- REFACTOR switch TestPGXInserterInsertData to the new mock
- REFACTOR switch TestPGXInserterInsertSeries to the new mock
- Start a pgmodel Readme
Source: https://github.com/timescale/promscale/releases/tag/0.1.1
2020-10-29 10:02:35 +01:00
rnhmjoj
8f897b0f9c
pdns-recursor: 4.3.5 -> 4.4.0
2020-10-29 08:34:13 +01:00
ajs124
d69e98a425
Merge pull request #101758 from helsinki-systems/upd/asterisk-bump
...
asterisk: Bump all packages
2020-10-29 01:31:13 +01:00
Martin Weinelt
09bbd4017f
grafana-loki: 1.6.1 -> 2.0.0
...
Convert to use buildGoModule and add a patch for a test failing on
golang>=1.15.
2020-10-29 01:16:58 +01:00
Martin Weinelt
41f0c4ad9b
Merge pull request #101853 from Ma27/bump-matrix-synapse
...
matrix-synapse: 1.21.2 -> 1.22.0
2020-10-28 22:01:32 +01:00
Maximilian Bosch
ff9487703e
matrix-synapse: make dependency for hiredis
optional
...
This is only needed for replication which isn't even supported by the
current NixOS module.
2020-10-28 21:05:22 +01:00
Thomas Depierre
63caecee7d
riak-cs: delete
2020-10-28 19:31:33 +01:00
Maximilian Bosch
304066bc2b
Merge pull request #101944 from WilliButz/update/grafana/v7.3.0
...
grafana: 7.2.2 -> 7.3.0
2020-10-28 19:08:04 +01:00
Linus Heckemann
6a0a9fbd55
Merge pull request #101353 from WilliButz/update/atlassian-crowd/4.2.0
...
atlassian-crowd: 4.0.2 -> 4.2.0
2020-10-28 16:41:27 +01:00
Linus Heckemann
6ee80e39fc
Merge pull request #101354 from WilliButz/update/atlassian-confluence/7.8.1
...
atlassian-confluence: 7.8.0 -> 7.8.1
2020-10-28 16:33:05 +01:00
WilliButz
c4f6310e75
grafana: 7.2.2 -> 7.3.0
...
https://github.com/grafana/grafana/releases/tag/v7.3.0
2020-10-28 16:20:41 +01:00
Linus Heckemann
da5209c89f
Merge pull request #101343 from WilliButz/update/prometheus-snmp-exporter/0.19.0
...
prometheus-snmp-exporter: 0.18.0 -> 0.19.0
2020-10-28 16:13:56 +01:00
stovemeerkat
4c7982a2c5
metabase: 0.36.4 -> 0.37.0.2
2020-10-28 13:02:30 +01:00
Jonathan Ringer
f175726bd2
Merge pull request #101874 from davidak/fix-release-notes
...
doc: improve 20.09 release notes
2020-10-27 17:26:53 -07:00
Aaron Andersen
48148913b6
Merge pull request #101808 from aanderse/zabbix
...
zabbix: 4.0.25 -> 4.0.26, 5.0.4 -> 5.0.5
2020-10-27 20:09:58 -04:00
Ivan Kozik
5074b8e473
postgresqlPackages.periods: 1.1 -> 1.2
2020-10-27 21:07:29 +00:00
davidak
4166a767de
doc: improve 20.09 release notes
2020-10-27 21:11:22 +01:00
ajs124
91b55655ed
nginxMainline: 1.19.3 -> 1.19.4
2020-10-27 20:05:34 +01:00
talyz
513599a6d7
nixos/keycloak: Init
2020-10-27 19:01:26 +01:00
Martin Weinelt
0ead6f8cfd
Merge pull request #101557 from mvnetbiz/zigpy-znp
...
home-assistant: pythonPackages.zigpy-znp: init at 0.2.2; pythonPackages.zigpy: 0.22.2 -> 0.26.0; pythonPackages.zigpy-cc: 0.5.1 -> 0.5.2; pythonPackages.zigpy-xbee: 0.12.1 -> 0.13.0; pythonPackages.zigpy-zigate: 0.6.1 -> 0.6.2
2020-10-27 18:30:26 +01:00
Ben Siraphob
db74029e3e
treewide: remove package names from prefix of descriptions
2020-10-27 09:15:07 -07:00
Maximilian Bosch
2e2eea4338
matrix-synapse: 1.21.2 -> 1.22.0
...
https://github.com/matrix-org/synapse/releases/tag/v1.22.0
2020-10-27 14:48:35 +01:00
Aaron Andersen
7298f524e5
Merge pull request #100413 from helsinki-systems/fix/mariadb-perl
...
pkgs/mariadb: Fix when running without aliases
2020-10-27 08:23:56 -04:00
Mario Rodas
3692288f91
Merge pull request #101584 from r-ryantm/auto-update/dnsdist
...
dnsdist: 1.5.0 -> 1.5.1
2020-10-27 06:48:58 -05:00
Pierre Bourdon
02796d77f8
bind: 9.16.7 -> 9.16.8
...
https://bind9.readthedocs.io/en/v9_16_8/notes.html#notes-for-bind-9-16-8
2020-10-27 08:48:19 +01:00
Matt Votava
c4e2e9adf8
home-assistant: update component-packages.nix
2020-10-26 22:48:40 -07:00
Aaron Andersen
9aa5b53b5a
zabbix: 5.0.4 -> 5.0.5
2020-10-26 20:13:51 -04:00
Aaron Andersen
855a6bb9c1
zabbix: 4.0.25 -> 4.0.26
2020-10-26 20:11:52 -04:00
elseym
4deb3a51df
plex: 1.20.2.3402 -> 1.20.3.3483
2020-10-26 18:59:52 +01:00
V
99fabc5779
mpd: remove unused fetchpatch argument
...
This argument is no longer referenced anywhere as of #93143 .
2020-10-26 15:40:32 +00:00
Janne Heß
722c94310c
asterisk: Bump all packages
2020-10-26 13:58:41 +01:00
Vladimír Čunát
89023c38fc
Recover the complicated situation after my bad merge
...
I made a mistake merge. Reverting it in c778945806
undid the state
on master, but now I realize it crippled the git merge mechanism.
As the merge contained a mix of commits from `master..staging-next`
and other commits from `staging-next..staging`, it got the
`staging-next` branch into a state that was difficult to recover.
I reconstructed the "desired" state of staging-next tree by:
- checking out the last commit of the problematic range: 4effe769e2
- `git rebase -i --preserve-merges a8a018ddc0` - dropping the mistaken
merge commit and its revert from that range (while keeping
reapplication from 4effe769e2
)
- merging the last unaffected staging-next commit (803ca85c20
)
- fortunately no other commits have been pushed to staging-next yet
- applying a diff on staging-next to get it into that state
2020-10-26 09:01:04 +01:00
Jörg Thalheim
753f5ee01d
nextcloud: 20.0.0 -> 20.0.1
2020-10-26 05:06:34 +01:00
Ryan Mulligan
b7bb3aa602
Merge pull request #101680 from r-ryantm/auto-update/livepeer
...
livepeer: 0.5.10 -> 0.5.11
2020-10-25 18:04:40 -07:00
Mario Rodas
ccb6aff774
Merge pull request #101664 from r-ryantm/auto-update/jackett
...
jackett: 0.16.1757 -> 0.16.1883
2020-10-25 19:28:08 -05:00
R. RyanTM
a37ff262d4
livepeer: 0.5.10 -> 0.5.11
2020-10-25 19:45:44 +00:00
R. RyanTM
96a163601a
jackett: 0.16.1757 -> 0.16.1883
2020-10-25 16:27:37 +00:00
R. RyanTM
6fecc33dad
bazarr: 0.9.0.2 -> 0.9.0.5
2020-10-25 09:51:22 +01:00
R. RyanTM
7461989bd9
icingaweb2: 2.8.1 -> 2.8.2
2020-10-25 09:50:06 +01:00
R. RyanTM
4b023fb1da
caddy: 2.2.0 -> 2.2.1
2020-10-25 09:49:15 +01:00
Vladimír Čunát
c778945806
Revert "Merge #101508 : libraw: 0.20.0 -> 0.20.2"
...
I'm sorry; I didn't notice it contained staging commits.
This reverts commit 17f5305b6c
, reversing
changes made to a8a018ddc0
.
2020-10-25 09:41:51 +01:00
R. RyanTM
2f474d44ff
storm: 2.1.0 -> 2.2.0
2020-10-25 09:33:38 +01:00
Vladimír Čunát
17f5305b6c
Merge #101508 : libraw: 0.20.0 -> 0.20.2
2020-10-25 09:28:53 +01:00
lewo
7c84c74897
Merge pull request #101328 from r-ryantm/auto-update/consul_exporter
...
prometheus-consul-exporter: 0.6.0 -> 0.7.1
2020-10-25 08:09:44 +01:00
R. RyanTM
b90d8c6849
dgraph: 20.07.0 -> 20.07.1
2020-10-24 23:18:43 -07:00
Aaron Andersen
603f0dcae8
powerdns: 4.2.3 -> 4.3.1
2020-10-24 16:40:20 -04:00
R. RyanTM
d14027748b
dnsdist: 1.5.0 -> 1.5.1
2020-10-24 18:33:26 +00:00
Andreas Rammhold
f0af7d27b8
Merge pull request #98748 from TredwellGit/xorg.xorgserver
...
xorg.xorgserver: 1.20.8 -> 1.20.9
2020-10-24 00:44:52 +02:00
WilliButz
993437d0d6
Merge pull request #96511 from Zopieux/rtl_433_prom
...
Add rtl_433 Prometheus exporter
2020-10-23 23:24:38 +02:00
Alexandre Macabies
af28dac3ac
prometheus-rtl_433-exporter: init at 641a1f5
2020-10-23 20:33:35 +02:00
Michael Weiss
3bde36537c
monetdb: 11.37.11 -> 11.39.5 ( #101362 )
2020-10-23 20:30:17 +02:00
Andreas Rammhold
e894c00e1c
Merge pull request #101452 from stigtsp/package/mariadb-10.4.15
...
mariadb: 10.4.14 -> 10.4.15 (CVE-2020-15180)
2020-10-23 17:46:32 +02:00
Graham Christensen
ad9c8e6f04
Merge pull request #101416 from endocrimes/dani/tailscale-version
...
tailscale: Include version in build flags
2020-10-23 09:47:28 -04:00
Stig Palmquist
2929f5edb9
mariadb: 10.4.14 -> 10.4.15
...
Fixes CVE-2020-15180
2020-10-23 12:24:20 +02:00
Ryan Mulligan
9b8b7065cd
Merge pull request #101345 from r-ryantm/auto-update/couchdb
...
couchdb3: 3.1.0 -> 3.1.1
2020-10-22 14:03:40 -07:00
Danielle Lancashire
7526ae55d7
tailscale: Include version in build flags
...
This commit adds the user-facing version to the tailscale version
output.
Prior to this change, it used a hardcoded fallback that is fairly
infrequently updated (https://github.com/tailscale/tailscale/commits/main/version/version.go ).
After this change, we print the user-friendlier tag version, which is
helpful when wanting to e.g check to see if you have a version that is
compatible with a feature like [magic dns][magic-dns].
E.g:
```
[nixpkgs(dani/tailscale-version)] $ ./result/bin/tailscale version
1.0.5
```
[magic-dns]: https://tailscale.com/kb/1081/magic-dns
2020-10-22 22:47:18 +02:00
Jan Tojnar
3e01d383ee
Merge branch 'staging-next' into staging
2020-10-22 21:20:32 +02:00
Jan Tojnar
d13fc932cd
Merge branch 'master' into staging-next
2020-10-22 21:20:14 +02:00
Doron Behar
2b39a8e507
Merge pull request #101352 from B4dM4n/mpd-small-fix
...
mpd: fix build without documentation feature
2020-10-22 15:55:08 +03:00
Martin Weinelt
d3b2380252
Merge pull request #101305 from nh2/rspamd-passthru-tests
...
rspamd: add passthru.tests
2020-10-22 13:34:53 +02:00
WilliButz
ce982c26be
atlassian-crowd: 4.0.2 -> 4.2.0
...
https://confluence.atlassian.com/crowd/crowd-4-1-release-notes-1004960631.html
https://confluence.atlassian.com/crowd/crowd-4-2-release-notes-1019381976.html
2020-10-22 13:08:03 +02:00
WilliButz
db7a7f3282
atlassian-confluence: 7.8.0 -> 7.8.1
...
https://confluence.atlassian.com/doc/issues-resolved-in-7-8-1-1027114676.html
2020-10-22 13:07:28 +02:00
WilliButz
d4ed405167
Merge pull request #101301 from r-ryantm/auto-update/atlassian-jira
...
atlassian-jira: 8.12.0 -> 8.13.0
2020-10-22 12:57:43 +02:00
Fabian Möller
40c9b2840b
mpd: fix build without documentation feature
...
The man pages are only generated when the `documentation` feature is
activated (sphinx is found). Otherwise no files are installed in `$man`
and the output is not created.
2020-10-22 12:55:25 +02:00
WilliButz
1c90c5bcc4
prometheus-snmp-exporter: 0.18.0 -> 0.19.0
...
https://github.com/prometheus/snmp_exporter/releases/tag/v0.19.0
2020-10-22 11:31:33 +02:00
R. RyanTM
ae76a7658d
couchdb3: 3.1.0 -> 3.1.1
2020-10-22 09:25:10 +00:00
WilliButz
f7bc6be76c
grafana: 7.2.1 -> 7.2.2
2020-10-22 11:11:44 +02:00
R. RyanTM
67630ea1fb
cockroachdb: 20.1.4 -> 20.1.7
2020-10-22 07:22:32 +00:00
R. RyanTM
c9b63049fd
prometheus-consul-exporter: 0.6.0 -> 0.7.1
2020-10-22 07:01:49 +00:00
Niklas Hambüchen
1c20e2c9f2
rspamd: add passthru.tests
2020-10-22 02:36:53 +02:00