Commit Graph

39609 Commits

Author SHA1 Message Date
Maximilian Bosch
7239af0a72
postgresql.pkgs.pg_embedding: remove
As discussed in #351306, this is scheduled for removal after 24.11
branchoff.
2024-11-16 21:20:25 +01:00
Arjan Schrijver
802f38ff29 lemmy: 0.19.5 -> 0.19.7 2024-11-16 20:56:16 +01:00
Martin Weinelt
d370af0785
nixos/postgresql: create infrastructure for relaxing systemd hardening
By matching on the package names of the plugins passed into the package
we can relax the systemd unit hardening as needed.
2024-11-16 17:29:34 +01:00
Wolfgang Walther
a7daa5426b
postgresqlPackages.repmgr: 5.4.1 -> 5.5.0 2024-11-16 14:03:07 +01:00
Wolfgang Walther
12d32a5946
postgresqlPackages.plpgsql_check: 2.7.5 -> 2.7.12 2024-11-16 14:03:07 +01:00
Wolfgang Walther
1e8e3d000f
postgresqlPackages.pgvector: 0.6.2 -> 0.8.0 2024-11-16 14:03:07 +01:00
Wolfgang Walther
2b9fc77f89
postgresqlPackages.pgsql-http: 1.6.0 -> 1.6.1 2024-11-16 14:03:07 +01:00
Wolfgang Walther
34bcb530b1
postgresqlPackages.pgrouting: 3.6.3 -> 3.7.0 2024-11-16 14:03:07 +01:00
Wolfgang Walther
1f44f94ad3
postgresqlPackages.pgroonga: 3.2.3 -> 3.2.4 2024-11-16 14:03:07 +01:00
Wolfgang Walther
b0187db369
postgresqlPackages.pgmq: 1.4.4 -> 1.4.5 2024-11-16 14:03:06 +01:00
Wolfgang Walther
796e44d168
postgresqlPackages.pg_uuidv7: 1.5.0 -> 1.6.0 2024-11-16 14:03:06 +01:00
Wolfgang Walther
e7b11ef572
postgresqlPackages.pg_repack: 1.5.0 -> 1.5.1 2024-11-16 14:03:06 +01:00
Wolfgang Walther
a65bd1adef
postgresqlPackages.pg_net: 0.8.0 -> 0.13.0 2024-11-16 14:03:06 +01:00
Wolfgang Walther
448763cd4b
postgresqlPackages.pg_bigm: 1.2-20200228 -> 1.2-20240606 2024-11-16 14:03:06 +01:00
Wolfgang Walther
7c19e85065
postgresqlPackages.periods: 1.2.2 -> 1.2.3 2024-11-16 14:03:06 +01:00
Wolfgang Walther
e87aa28b9c
postgresqlPackages.lantern: 0.4.1 -> 0.5.0 2024-11-16 14:03:06 +01:00
Wolfgang Walther
53b1df6254
postgresqlPackages.h3-pg: 4.1.3 -> 4.1.4 2024-11-16 14:03:05 +01:00
Wolfgang Walther
0dbbc3c5f9
postgresqlPackages.citus: 12.1.2 -> 12.1.6 2024-11-16 13:09:36 +01:00
Wolfgang Walther
68254e438c
postgresqlPackages: enable update scripts by default
This enables update scripts via buildPostgresqlExtension. Extensions
must actively opt-out, if they don't support either the default
configuration or the unstable configuration.

To make the update script work, some extensions had to be changed to
pull their code from GitHub instead. Those with PostgreSQL-style version
tags (REL_X_Y) had to be changed to make src.rev the source of truth.
2024-11-16 13:09:35 +01:00
Davis Schirmer
0fcf5c1a61
unifi: Move package to pkgs/by-name/un/unifi 2024-11-15 20:08:10 -05:00
Davis Schirmer
48cef5f1c7
unifi: 8.5.6 -> 8.6.9
https://community.ui.com/releases/UniFi-Network-Application-8-6-9/e4bd3f71-a2c4-4c98-b12a-a8b0b1c2178e
2024-11-15 19:51:59 -05:00
Austin Horstman
61684555ec
outline: 0.80.2 -> 0.81.0 (#355245) 2024-11-15 12:06:53 -06:00
Nick Cao
abc21bfe72
prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 (#355916) 2024-11-15 08:59:39 -05:00
R. RyanTM
f281060cd4
icingaweb2: 2.12.1 -> 2.12.2 (#355693) 2024-11-15 14:12:08 +01:00
Yt
212dcb403e
meilisearch: 1.11.1 → 1.11.3 (#356001) 2024-11-15 07:59:18 -05:00
Maximilian Bosch
0b3eef7441
postgresql_12: remove
This will be EOL at the end of November, so there's little reason to
keep it in 24.11[1]. As discussed, we'd like to keep it for as long as
possible to make sure there's a state in nixpkgs that has the latest
minor of postgresql_12 available with the most recent CVEs fixed for
people who cannot upgrade[2].

This aspect has been made explicit in the manual now for the next .11
release.

During the discussions it has been brought up that if people just do
`services.postgresql.enable = true;` and let the code decide the
postgresql version based on `system.stateVersion`, there's a chance that
such EOL dates will be missed. To make this harder, a warning will now
be raised when using the stateVersion-condition and the oldest still
available major is selected.

Additionally regrouped the postgresql things in the release notes to
make sure these are all shown consecutively. Otherwise it's a little
hard to keep track of all the changes made to postgresql in 24.11.

[1] https://endoflife.date/postgresql
[2] https://github.com/NixOS/nixpkgs/pull/353158#issuecomment-2453056692
2024-11-15 09:17:06 +01:00
Maximilian Bosch
4a8b1cc958
Merge: postgresql: update to new minor versions (#355965) 2024-11-14 22:51:30 +01:00
Benno Bielmeier
48698458b6 meilisearch: 1.11.1 → 1.11.3 2024-11-14 22:06:22 +01:00
Elliot Cameron
06b9024cc0 nginx: upgrade pcre to pcre2
Nginx builds with pcre2 by default as of version 1.21.5.
2024-11-14 15:07:36 -05:00
apfelkuchen06
0d9b64a98c postgresqlPackages.sqlite_fdw: init at 2.4.0 2024-11-14 21:02:42 +01:00
Austin Horstman
57533f358a
pingvin-share: 1.1.3 -> 1.2.4 (#354105) 2024-11-14 13:40:09 -06:00
Anders Kaseorg
0eb18249a5 openafs: 1.8.12 → 1.8.13
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2024-11-14 11:23:39 -08:00
Wolfgang Walther
8e48064d55
postgresql_17: 17.0 -> 17.1
Release Notes:
https://www.postgresql.org/about/news/postgresql-171-165-159-1414-1317-and-1221-released-2955/
2024-11-14 20:04:11 +01:00
Wolfgang Walther
9dc6733018
postgresql_15: 15.8 -> 15.9
Release Notes:
https://www.postgresql.org/about/news/postgresql-171-165-159-1414-1317-and-1221-released-2955/
2024-11-14 19:26:41 +01:00
Wolfgang Walther
cf1f7e7201
postgresql_14: 14.13 -> 14.14
Release Notes:
https://www.postgresql.org/about/news/postgresql-171-165-159-1414-1317-and-1221-released-2955/
2024-11-14 19:23:47 +01:00
Wolfgang Walther
b1a05d9399
postgresql_13: 13.16 -> 13.17
Release Notes:
https://www.postgresql.org/about/news/postgresql-171-165-159-1414-1317-and-1221-released-2955/
2024-11-14 19:20:16 +01:00
Wolfgang Walther
fbae27508f
postgresql_12: 12.20 -> 12.21
Release Notes:
https://www.postgresql.org/about/news/postgresql-171-165-159-1414-1317-and-1221-released-2955/
2024-11-14 19:10:04 +01:00
R. Ryantm
88203eeef0 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 2024-11-14 13:52:16 +00:00
Nick Cao
57ffa0833c
postgresqlPackages.lantern: update license (#355841) 2024-11-14 08:44:04 -05:00
Vladimír Čunát
7f2d3d2feb
staging-next 2024-11-07 - the last one for 24.11 (#354201) 2024-11-14 08:32:49 +01:00
zowoq
dfedbb6088 postgresqlPackages.lantern: update license
license was changed to agpl3 in the 0.4.0 release

7ed99eb2b8
2024-11-14 17:29:45 +10:00
Maximilian Bosch
c90513d3ec
Merge: matrix-synapse: 1.118.0 -> 1.119.0 (#355692) 2024-11-14 07:39:20 +01:00
github-actions[bot]
c79fde307d
Merge master into staging-next 2024-11-14 06:05:02 +00:00
Yt
84053c3e53
rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 (#355593) 2024-11-13 19:25:04 -05:00
github-actions[bot]
b3a71c7e0d
Merge master into staging-next 2024-11-13 18:04:17 +00:00
R. RyanTM
2fd7958f0b
home-assistant-custom-lovelace-modules.mushroom: 4.1.0 -> 4.1.1 (#355676)
https://github.com/piitaya/lovelace-mushroom/releases/tag/v4.1.1
2024-11-13 18:14:07 +01:00
Maximilian Bosch
5b52e9d7e2
matrix-synapse: 1.118.0 -> 1.119.0
ChangeLog: https://github.com/element-hq/synapse/releases/tag/v1.119.0
2024-11-13 16:47:52 +01:00
Nick Cao
189f5dcfb3
python312Packages.pybind11-stubgen: init at 2.5.1 (#355442) 2024-11-13 09:05:47 -05:00
github-actions[bot]
d6721ede31
Merge master into staging-next 2024-11-13 12:05:52 +00:00
Gaétan Lepage
17767a5a05
invidious: move to by-name (#355086) 2024-11-13 12:46:06 +01:00
Franz Pletz
e248daeebc
grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 (#355481) 2024-11-13 09:32:10 +01:00
github-actions[bot]
50eb4d03f7
Merge master into staging-next 2024-11-13 06:04:52 +00:00
Theodore Ni
539826a5bf
treewide: use new Darwin SDK pattern on some packages (#355156) 2024-11-12 20:55:45 -08:00
wxt
f507397ee5
rustus: move to by-name 2024-11-13 12:43:31 +08:00
github-actions[bot]
80fdc8b778
Merge master into staging-next 2024-11-13 00:14:23 +00:00
Gaetan Lepage
3a5902323e invidious: move to by-name 2024-11-12 22:34:21 +01:00
R. Ryantm
f7f3af6db6 tomcat10: 10.1.30 -> 10.1.33 2024-11-12 20:39:00 +00:00
Nikita Uvarov
a1fc14ab31 home-assistant-custom-components.systemair: init at 0.2.0 2024-11-12 21:34:58 +01:00
Maximilian Bosch
dbd8326b7f
Merge: wordpress: drop unmaintained release (#355291) 2024-11-12 19:20:25 +01:00
K900
9c85c8a22a Merge remote-tracking branch 'origin/master' into staging-next 2024-11-12 21:14:32 +03:00
Maximilian Bosch
33811d45da
grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476
ChangeLog: https://github.com/grafana/grafana/releases/tag/v11.3.0%2Bsecurity-01
2024-11-12 18:54:39 +01:00
qbisi
8487e692fd lib/licenses: add bsd3Lbnl 2024-11-13 01:16:30 +08:00
Nick Cao
9f1f4969a8
prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 (#355237) 2024-11-12 11:33:20 -05:00
alvar
df8b26b3f7
icinga2: 2.14.2 -> 2.14.3 (#355443)
Fixes critical CVE-2024-49369 by updating Icinga 2 to 2.14.3.

- https://github.com/Icinga/icinga2/releases/tag/v2.14.3
- https://github.com/Icinga/icinga2/security/advisories/GHSA-j7wq-r9mg-9wpv
- https://icinga.com/blog/2024/11/12/critical-icinga-2-security-releases-2-14-3/
- https://icinga.com/blog/2024/11/04/icinga2-security-pre-announcement/
2024-11-12 15:42:16 +01:00
natsukium
cb61b38f6a
python312Packages.backports-zoneinfo: remove
backports-zoneinfo has been removed, since we no longer need to backport
to python3.8
2024-11-12 22:15:39 +09:00
github-actions[bot]
b4d4509dd5
Merge master into staging-next 2024-11-12 12:06:14 +00:00
Franz Pletz
436183649d
invidious: 2.20240825.2 -> 2.20241110.0 (#355279) 2024-11-12 12:13:49 +01:00
R. RyanTM
787264df64
home-assistant-custom-lovelace-modules.universal-remote-card: 4.1.3 -> 4.2.0 (#355374)
https://github.com/Nerwyn/android-tv-card/releases/tag/4.2.0
2024-11-12 09:22:30 +01:00
github-actions[bot]
31a78bf861
Merge master into staging-next 2024-11-12 00:14:10 +00:00
Yt
2c76692a71
meilisearch: 1.10.3 -> 1.11.1 (#352416) 2024-11-11 19:08:49 -05:00
Weijia Wang
40d6aaaeb1 wordpress: drop unmaintained release 2024-11-11 23:26:22 +01:00
László Kupcsik
772cc1be0b invidious: 2.20240825.2 -> 2.20241110.0 2024-11-11 22:06:46 +01:00
jopejoe1
e73bbaf8d0 wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 2024-11-11 21:36:18 +01:00
github-actions[bot]
88f2bd466e
Merge master into staging-next 2024-11-11 18:04:18 +00:00
Martin Weinelt
dd11284117
buildHomeAssistantComponent: inherit meta.platforms from home-assistant (#355206) 2024-11-11 18:47:47 +01:00
Alexander Sieg
9586f07aa4
outline: 0.80.2 -> 0.81.0
Diff: https://github.com/outline/outline/compare/v0.80.2...v0.81.0

Changelog: https://github.com/outline/outline/releases
2024-11-11 18:40:42 +01:00
R. Ryantm
570197c305 prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 2024-11-11 17:13:46 +00:00
Maximilian Bosch
846a2b12ae
Merge: nextcloud: 28.0.11 -> 28.0.12, 29.0.8 -> 29.0.9, 30.0.1 -> 30.0.2 (#354314) 2024-11-11 15:04:55 +01:00
Nick Cao
77217b6f56
prometheus-postgres-exporter: 0.15.0 -> 0.16.0 (#355120) 2024-11-11 08:56:44 -05:00
Nick Cao
36c0fc7b0e
prometheus-collectd-exporter: 0.6.0 -> 0.7.0 (#354379) 2024-11-11 08:43:46 -05:00
Nick Cao
ef0c8c9f57
prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 (#354689) 2024-11-11 08:40:12 -05:00
Nick Cao
02f8229c9c
prometheus-graphite-exporter: 0.15.2 -> 0.16.0 (#352169) 2024-11-11 08:27:11 -05:00
Zhong Jianxin
6942502662 buildHomeAssistantComponent: inherit meta.platforms from home-assistant
home-assistant-custom-components.* are meant to be used with home-assistant,
they should be built for the same platforms as home-assistant.

Currently home-assistant is [Linux only][1], this will prevent
home-assistant-custom-component.* from building on Darwin, and save some build resources.

[1]: 87a30cbaa0/pkgs/servers/home-assistant/default.nix (L675)
2024-11-11 20:54:06 +08:00
Theodore Ni
d9cb907af4
stargazer: use new Darwin SDK pattern 2024-11-11 00:08:47 -08:00
Theodore Ni
ff4de5d922
binserve: use new Darwin SDK pattern 2024-11-11 00:08:42 -08:00
Theodore Ni
6fc16edd8d
bindle: use new Darwin SDK pattern 2024-11-11 00:08:42 -08:00
R. Ryantm
946f8f9751 prometheus-postgres-exporter: 0.15.0 -> 0.16.0 2024-11-11 03:31:48 +00:00
Benno Bielmeier
2e5d0590ad meilisearch: 1.11.0 -> 1.11.1 2024-11-10 23:30:53 +01:00
Benno Bielmeier
e0df4c4198 meilisearch: 1.10.3 -> 1.11.0 2024-11-10 23:30:53 +01:00
github-actions[bot]
aa759748db
Merge master into staging-next 2024-11-10 18:03:58 +00:00
Maximilian Bosch
0644d3be87
Merge branch 'master' into staging-next 2024-11-10 18:34:57 +01:00
Martin Weinelt
8db0ec767e
home-assistant-custom-components.better_thermostat: 1.6.0 -> 1.6.1 (#355021) 2024-11-10 18:25:51 +01:00
Ryan Horiguchi
2544da75c5
home-assistant-custom-lovelace-modules.dirigera_platform: init at 2.6.4 (#350542) 2024-11-10 18:24:41 +01:00
Maximilian Güntner
8339db6766
home-assistant-custom-components.better_thermostat: 1.6.0 -> 1.6.1
add gitUpdater update script for stable versions
2024-11-10 17:51:15 +01:00
Ryan Horiguchi
79fccb5048 prowlarr: 1.24.3.4754 -> 1.25.4.4818 2024-11-10 17:29:39 +01:00
Maximilian Bosch
9a333460f5
Merge: postgresql: improve passthru.tests (#352966) 2024-11-10 15:34:04 +01:00
github-actions[bot]
48d4a0a6bd
Merge master into staging-next 2024-11-10 00:15:17 +00:00
9R
10a4498042 home-assistant-custom-components.moonraker: 1.3.7 -> 1.4.0 2024-11-09 22:45:33 +01:00
K900
7ebe9739ff Merge remote-tracking branch 'origin/master' into staging-next 2024-11-09 23:12:56 +03:00
Wolfgang Walther
9035573855
nixosTests.postgresql: move all postgresql related nixosTests into one folder
This makes it possible to run all those tests at once by building
nixosTests.postgresql and allow a simple entry to ci/OWNERS for all
tests.
2024-11-09 18:24:52 +01:00