Commit Graph

222 Commits

Author SHA1 Message Date
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
Maximilian Bosch
0a6483ce41
grafana: 9.0.1 -> 9.0.2
ChangeLog: https://github.com/grafana/grafana/releases/tag/v9.0.2
2022-06-29 11:41:10 +02:00
Maximilian Bosch
fe77acb141
grafana: 9.0.0 -> 9.0.1
ChangeLog: https://github.com/grafana/grafana/releases/tag/v9.0.1
2022-06-24 12:42:54 +02:00
Maximilian Bosch
73b80e832e
grafana: 8.5.5 -> 9.0.0
ChangeLog: https://github.com/grafana/grafana/releases/tag/v9.0.0
2022-06-16 16:14:34 +02:00
Maximilian Bosch
df0b326d75
grafana: 8.5.3 -> 8.5.5
ChangeLogs:
* https://github.com/grafana/grafana/releases/tag/v8.5.4
* https://github.com/grafana/grafana/releases/tag/v8.5.5
2022-06-12 23:11:25 +02:00
Maximilian Bosch
15799c4ea8
grafana: 8.5.2 -> 8.5.3
ChangeLog: https://github.com/grafana/grafana/releases/tag/v8.5.3
Fixes CVE-2022-29170
2022-05-20 12:32:14 +02:00
Maximilian Bosch
128644de07
grafana: 8.5.1 -> 8.5.2
ChangeLog: https://github.com/grafana/grafana/releases/tag/v8.5.2
2022-05-13 20:09:47 +02:00
Maximilian Bosch
35a36a5122
grafana: 8.5.0 -> 8.5.1
ChangeLog: https://github.com/grafana/grafana/releases/tag/v8.5.1
2022-04-28 15:50:23 +02:00
Maximilian Bosch
0eec6b710b
grafana: 8.4.7 -> 8.5.0
ChangeLog: https://github.com/grafana/grafana/releases/tag/v8.5.0
2022-04-22 10:38:53 +02:00
Maximilian Bosch
12e2fb8418
grafana: 8.4.6 -> 8.4.7
ChangeLog: https://github.com/grafana/grafana/releases/tag/v8.4.7
2022-04-21 15:00:54 +02:00
Maximilian Bosch
e633d42747
grafana: 8.4.5 -> 8.4.6
No-op release: https://github.com/grafana/grafana/releases/tag/v8.4.6

Yes, this is actually not really needed since we only provide the OSS
version of Grafana and the CVE in question is only exploitable on
Grafana enterprise, but I decided to perform this update to test the
update script I previously implemented in 7708fccf01.
2022-04-14 11:29:19 +02:00
Maximilian Bosch
7708fccf01
grafana: implement update script 2022-04-14 10:58:50 +02:00
github-actions[bot]
8b4f11bb87
Merge master into staging-next 2022-04-02 00:02:09 +00:00
Maximilian Bosch
bab7f65636
grafana: 8.4.4 -> 8.4.5
ChangeLog: https://github.com/grafana/grafana/releases/tag/v8.4.5
2022-03-31 20:45:55 +02:00
Martin Weinelt
f4f3622cb1 Merge remote-tracking branch 'origin/staging-next' into staging 2022-03-20 00:00:32 +01:00
Maximilian Bosch
bee12c4c5e
grafana: 8.4.3 -> 8.4.4
ChangeLog: https://github.com/grafana/grafana/releases/tag/v8.4.4
2022-03-17 20:09:17 +01:00
github-actions[bot]
fade30f7b2
Merge staging-next into staging 2022-03-05 12:01:44 +00:00
Manuel Mendez
10d3e3a0f4 go: convert alternating regex string to list of packages to exclude
This is just easier to read.
2022-03-04 13:32:44 +10:00
Maximilian Bosch
a7b6e8bc6e
grafana: 8.4.2 -> 8.4.3
ChangeLog: https://github.com/grafana/grafana/releases/tag/v8.4.3
2022-03-03 15:27:32 +01:00