Commit graph

240 commits

Author SHA1 Message Date
WilliButz
676cef5717
grafana: 10.0.2 -> 10.0.3 (#246616)
https://github.com/grafana/grafana/releases/tag/v10.0.3
2023-08-01 21:46:24 +02:00
Jan Tojnar
cea188cbbb Merge branch 'staging-next' into staging
Conflicts:
 - pkgs/tools/networking/shadowfox/default.nix between e989daa65f and 1c29673fcc
 - pkgs/tools/networking/wuzz/default.nix between 7d80417710 and 1c29673fcc
2023-07-16 02:20:49 +02:00
Maximilian Bosch
9a4e941262
grafana: 10.0.1 -> 10.0.2
ChangeLog: https://github.com/grafana/grafana/releases/tag/v10.0.2
2023-07-14 13:49:01 +02:00
Artturin
1c29673fcc treewide: go-modules -> goModules
In 787af0f79f
I had to change ${go-modules} to $goModules to allow overrideAttrs to work;
However, env vars cannot contain -, so  i had to change go-modules too.
This in turn broke nix-update because it uses the go-modules attr.

Instead of making nix-update more complicated, make go-modules naming match cargoDeps.

`fd --type f | xargs sd '\bgo-modules\b' 'goModules'`
and revert change to pkgs/applications/misc/dstask/default.nix
and pkgs/servers/http/dave/default.nix
and pkgs/os-specific/darwin/plistwatch/default.nix

release note added
2023-07-14 00:18:06 +03:00
Maximilian Bosch
aba5c5bc2c
grafana: 9.5.3 -> 10.0.1
https://grafana.com/docs/grafana/latest/whatsnew/whats-new-in-v10-0/

ChangeLog: https://github.com/grafana/grafana/releases/tag/v10.0.0-preview
ChangeLog: https://github.com/grafana/grafana/releases/tag/v10.0.0
ChangeLog: https://github.com/grafana/grafana/releases/tag/v10.0.1

Also fixes CVE-2023-3128, see
https://grafana.com/blog/2023/06/22/grafana-security-release-for-cve-2023-3128/?pg=graf&plcmt=top-promo-banner
2023-06-23 13:13:31 +02:00
Yureka
96ce8d5964
grafanaPlugins.grafanaPlugin: add platform only when multiple zipHash are specified (#237513) 2023-06-13 11:10:28 +02:00
Jacob Moody
7005cdfa52 grafanaPlugins.grafana-clickhouse-datasource: init at 3.1.0 2023-06-13 10:27:44 +02:00
Maximilian Bosch
08139a7626
grafana: 9.5.2 -> 9.5.3
Fixes CVE-2023-2801 & CVE-2023-2183

ChangeLog: https://github.com/grafana/grafana/releases/tag/v9.5.3
Security advisory: https://grafana.com/blog/2023/06/06/grafana-security-release-new-grafana-versions-with-security-fixes-for-cve-2023-2183-and-cve-2023-2801/
2023-06-08 14:00:36 +02:00
Maximilian Bosch
99fa6cd0b2
grafana: 9.5.1 -> 9.5.2
ChangeLog: https://github.com/grafana/grafana/releases/tag/v9.5.2
2023-05-11 11:41:38 +02:00
Thomas Gerbet
19a929866c grafana: 9.4.7 -> 9.5.1
Fixes CVE-2023-1387 and pull fixed dependency for CVE-2023-28119.

Release notes:
https://grafana.com/blog/2023/04/26/grafana-9.5-release/

Security advisory:
https://grafana.com/blog/2023/04/26/grafana-security-release-new-versions-of-grafana-with-security-fixes-for-cve-2023-28119-and-cve-2023-1387/
2023-04-27 14:49:53 +02:00
Vladimír Čunát
f3ec120882
grafana: fix a test by upstream patch 2023-04-15 14:40:07 +02:00
Vladimír Čunát
86ce1865b6
Revert "grafana: skip a test that started failing"
This reverts commit cdefbd2eb0.
Let's fix the test instead.
2023-04-15 14:39:54 +02:00
Vladimír Čunát
cdefbd2eb0
grafana: skip a test that started failing
It's weird but this single test started failing in this staging-next
iteration, on all four 64-bit platforms.
I thought this will be better than not having any grafana,
as it's only a single test and our .tests still build.
2023-04-12 12:28:06 +02:00
Luke Granger-Brown
c0bbc8c1b6
Merge pull request #222519 from azahi/grafana-redis-plugins
grafanaPlugins.redis*: init
2023-03-23 19:24:13 +00:00
Azat Bahawi
8ae67494ca
grafanaPlugins.redis-explorer-app: init at 2.1.1 2023-03-23 21:35:55 +03:00
Azat Bahawi
6c4f7960cd
grafanaPlugins.redis-app: init at 2.2.1 2023-03-23 21:35:34 +03:00
Azat Bahawi
7c48c824bd
grafanaPlugins.redis-datasource: init at 2.1.1 2023-03-23 21:35:05 +03:00
Maximilian Bosch
841417745c
grafana: 9.4.3 -> 9.4.7
Sadly, upstream doesn't publish proper changelogs anymore[1] and there's
also quite a gap - this is the first time a release was published for
9.4.x since 9.4.3, so I decided to skim through the commit log on my own[2].

While there are no apparent problematic changes for us, but only
bugfixes, internal changes and a few doc fixes, I found at least one
security patch[3] fixing XSS in the graphite datasource settings, hence
the corresponding PR will get a security label.

[1] https://github.com/grafana/grafana/releases/tag/v9.4.7
    / adcdf190bb
[2] https://github.com/grafana/grafana/compare/v9.4.3...v9.4.7
[3] ef2eb2b6bf
2023-03-22 23:28:30 +01:00
apfelkuchen06
74a016a390 grafanaPlugins.grafana-worldmap-panel: 0.3.3 -> 1.0.3 2023-03-04 23:29:51 +01:00
apfelkuchen06
e1b95e17f8 grafanaPlugins.grafana-polystat-panel 1.2.6 -> 2.0.4 2023-03-04 23:29:31 +01:00
apfelkuchen06
4d9be6400d grafanaPlugins.grafana-piechart-panel: 1.6.2 -> 1.6.4 2023-03-04 23:29:14 +01:00
apfelkuchen06
00fa8622d5 grafanaPlugins.grafana-clock-panel: 1.1.3 -> 2.1.2 2023-03-04 23:28:45 +01:00
apfelkuchen06
b7660ff3fd grafanaPlugins.grafadruid-druid-datasource: 1.2.0 -> 1.4.1 2023-03-04 23:28:08 +01:00
apfelkuchen06
5870c51c4c grafanaPlugins.doitintl-bigquery-datasource: 2.0.2 -> 2.0.3 2023-03-04 23:27:45 +01:00
Maximilian Bosch
c016144591
grafana: 9.4.2 -> 9.4.3
ChangeLog: https://github.com/grafana/grafana/releases/tag/v9.4.3
2023-03-04 10:57:56 +01:00
Maximilian Bosch
ae5eab6d59
grafana: 9.3.6 -> 9.4.2
ChangeLog: ae90f73b78/CHANGELOG.md (942-2023-03-02)

Also synced up the `go generate` calls from upstream's Makefile
with our buildscript.

Finally, I removed the `go.{mod,sum}` files from the vendored `xorm` in
`pkg/util`. This was to work around the following build error:

    main module (github.com/grafana/grafana) does not contain package github.com/grafana/grafana/pkg/util/xorm

Not entirely sure why, but I guess that the presence of these files
confused our build-script and it wrongly assumed that
github.com/grafana/.../xorm didn't exist (while a different xorm
according to the values in `go.mod` existed).
2023-03-02 12:08:29 +01:00
Minijackson
13352dbafc
grafana: 9.3.1 -> 9.3.6
fixes CVE-2022-23552, CVE-2022-41912, and CVE-2022-39324
2023-01-29 13:33:03 +01:00
Maximilian Bosch
9331816ed8
grafana: 9.2.6 -> 9.3.1
ChangeLog: https://github.com/grafana/grafana/releases/tag/v9.3.0
ChangeLog: https://github.com/grafana/grafana/releases/tag/v9.3.1
2022-12-03 21:39:29 +01:00
Sergey Lukjanov
9fef864d5f grafana: 9.2.5 -> 9.2.6
https://github.com/grafana/grafana/releases/tag/v9.2.6
2022-11-23 13:57:45 -08:00
Maximilian Bosch
9efa42244c
grafana: 9.2.4 -> 9.2.5
ChangeLog: https://github.com/grafana/grafana/releases/tag/v9.2.5
2022-11-17 22:17:33 +01:00
Maximilian Bosch
79a49c2a66
grafana: 9.2.3 -> 9.2.4
ChangeLog: https://github.com/grafana/grafana/releases/tag/v9.2.4
2022-11-09 08:11:05 +01:00
Maximilian Bosch
d2d68fb1f9
grafana: 9.2.2 -> 9.2.3
ChangeLog: https://github.com/grafana/grafana/releases/tag/v9.2.3

Also slightly security relevant: updates x/text to 0.4 which is not
affected by CVE-2022-32149.
2022-11-05 18:58:29 +01:00
Maximilian Bosch
725918a71f
grafana: 9.2.1 -> 9.2.2
ChangeLog: https://github.com/grafana/grafana/releases/tag/v9.2.2
2022-10-27 21:42:59 +02:00
Maximilian Bosch
15472b7447
grafana: 9.2.0 -> 9.2.1
ChangeLog: https://github.com/grafana/grafana/releases/tag/v9.2.1
2022-10-21 15:26:27 +02:00
Maximilian Bosch
955e01095a
grafana: 9.1.7 -> 9.2.0
ChangeLog: https://github.com/grafana/grafana/releases/tag/v9.2.0

Also fixed the test: the default value for the admin email address is
now `admin@localhost`[1].

[1] 39102c6656
2022-10-12 20:45:15 +02:00
Maximilian Bosch
4f471a0845
grafana: 9.1.6 -> 9.1.7
ChangeLog: https://github.com/grafana/grafana/releases/tag/v9.1.7
2022-10-06 21:12:36 +02:00
Maximilian Bosch
ee08af170b
grafana: 9.1.5 -> 9.1.6, fix CVE-2022-35957 & CVE-2022-36062
ChangeLog: https://github.com/grafana/grafana/releases/tag/v9.1.6
2022-09-22 11:41:36 +02:00
Maximilian Bosch
9c35dd41c9
grafana: 9.1.4 -> 9.1.5
ChangeLog: https://github.com/grafana/grafana/releases/tag/v9.1.5
2022-09-17 19:05:06 +02:00
Maximilian Bosch
af6d3f556f
grafana: 9.1.3 -> 9.1.4
ChangeLog: https://github.com/grafana/grafana/releases/tag/v9.1.4
2022-09-10 10:20:00 +02:00
Maximilian Bosch
ecf58409a2
grafana: 9.1.2 -> 9.1.3
ChangeLog: https://github.com/grafana/grafana/releases/tag/v9.1.3
2022-09-06 15:32:13 +02:00
Pierre Bourdon
9f1a83ccc7
grafana: 9.1.1 -> 9.1.2 (CVE-2022-31176) 2022-08-31 01:42:55 +02:00
Franz Pletz
ddd2ac13a1
Merge pull request #188130 from squalus/grafana 2022-08-29 14:55:34 +02:00
Maximilian Bosch
b9cc5b8797 grafana: 9.1.0 -> 9.1.1
ChangeLog: https://github.com/grafana/grafana/releases/tag/v9.1.1
2022-08-24 12:32:26 +02:00
squalus
78b312a895 grafana: fix cross compile
Change the generate step to run correctly on the build system
2022-08-23 23:58:05 -07:00
Maximilian Bosch
962766009d
grafana: 9.0.7 -> 9.1.0
ChangeLog: https://github.com/grafana/grafana/releases/tag/v9.1.0
2022-08-17 11:23:50 +02:00
Maximilian Bosch
6bfdf1f074
grafana: 9.0.6 -> 9.0.7
ChangeLog: https://github.com/grafana/grafana/releases/tag/v9.0.7
2022-08-11 14:19:28 +02:00
Maximilian Bosch
269c5e21cb
grafana: 9.0.5 -> 9.0.6
ChangeLog: https://github.com/grafana/grafana/releases/tag/v9.0.6
2022-08-02 20:15:42 +02:00
Maximilian Bosch
8dabfb103f
grafana: 9.0.4 -> 9.0.5
ChangeLog: https://github.com/grafana/grafana/releases/tag/v9.0.5
2022-07-29 20:21:06 +02:00
Maximilian Bosch
ffdf4f9d5f
grafana: 9.0.3 -> 9.0.4
ChangeLog: https://github.com/grafana/grafana/releases/tag/v9.0.4
2022-07-23 06:34:50 +02:00
Wanja Hentze
9875176906 grafana: 9.0.2 -> 9.0.3
Announcement and security advisory: https://grafana.com/blog/2022/07/14/grafana-v9-0-3-8-5-9-8-4-10-and-8-3-10-released-with-high-severity-security-fix/
2022-07-15 12:24:07 +02:00