Maximilian Bosch
8a866283bc
grafana: 10.1.0 -> 10.1.1
...
ChangeLog: https://github.com/grafana/grafana/releases/tag/v10.1.1
2023-09-01 15:24:17 +02:00
Ivan Petkov
3419dfe5ce
grafana: fix srcStatic hash
2023-08-25 16:38:26 -07:00
Maximilian Bosch
bff4a3526b
grafana: 10.0.3 -> 10.1.0 ( #251138 )
...
ChangeLog: https://github.com/grafana/grafana/releases/tag/v10.1.0
2023-08-24 14:22:02 +02:00
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
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
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
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
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
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