2024-10-15 10:53:23 by Thomas Klausner | Files touched by this commit (1) |
Log message:
grafana: does not build with go 1.23, mark it as needing 1.22 for now
|
2024-09-06 20:49:02 by Benny Siegert | Files touched by this commit (180) | |
Log message:
Revbump all Go packages after go122 update
|
2024-08-11 17:57:15 by Benny Siegert | Files touched by this commit (176) | |
Log message:
Revbump all Go packages after update
|
2024-07-03 08:59:36 by Benny Siegert | Files touched by this commit (169) | |
Log message:
Revbump all Go packages after go122 security update
|
2024-06-13 15:47:13 by Benny Siegert | Files touched by this commit (169) | |
Log message:
Revbump all Go packages after go122 update
|
2024-06-10 00:44:05 by Thomas Klausner | Files touched by this commit (6) | |
Log message:
grafana: update to 11.0.0.
Features and enhancements
Alerting: Add two sets of provisioning actions for rules and notifications . \
#87572, @yuri-tceretian
Chore: Upgrade go to 1.21.10. #87472, @stephaniehingtgen
Auth: Force lowercase login/email for users. #86985, @eleijonmarck
Navigation: Add a return to previous button when navigating to different \
sections. #86797, @eledobleefe
DashboardScene: Move add library panel view from grid item to drawer. \
#86409, @torkelo
CloudWatch : Add missing AWS/ES metrics. #86271, @thepalbi
Alerting: Reduce set of fields that could trigger alert state change. \
#86266, @benoittgt
OAuth: Make sub claim required for generic oauth behind feature toggle. \
#86118, @kalleep
Grafana E2E: Add deprecation notice and update docs. #85778, @sunker
Loki: Remove API restrictions on resource calls. #85201, @svennergr
Chore: Upgrade go to 1.21.10. (Enterprise)
|
2024-06-01 16:03:06 by Benny Siegert | Files touched by this commit (168) |
Log message:
Revbump all Go packages, default Go version is now 1.22.
|
2024-05-13 17:59:54 by Thomas Klausner | Files touched by this commit (6) | |
Log message:
grafana: update to 10.4.2.
10.4.2
Bug fixes
Angular deprecation: Prefer local "angularDetected" value to the \
remote one. #85631, @xnyo
AuthProxy: Fix missing session for ldap auth proxy users. #85237, @Jguer
Alerting: Fix receiver inheritance when provisioning a notification policy. \
#85192, @julienduchesne
CloudMonitoring: Only run query if filters are complete. #85016, @aangelisc
10.4.1
Features and enhancements
Alerting: Add "Keep Last State" backend functionality. #84406, @rwwiv
Postgres: Allow disabling SNI on SSL-enabled connections. #84249, @papagian
DataQuery: Track panel plugin id not type. #83164, @torkelo
Bug fixes
Elasticsearch: Fix legend for alerting, expressions and previously frontend \
queries. #84685, @ivanahuckova
Alerting: Fix optional fields requiring validation rule. #84595, @gillesdemey
ExtSvcAccounts: FIX prevent service account deletion. #84511, @gamab
Loki: Fix null pointer exception in case request returned an error. #84401, \
@svennergr
Dashboard: Fix issue where out-of-view shared query panels caused blank \
dependent panels. #84197, @kaydelaney
Auth: Only call rotate token if we have a session expiry cookie. #84181, @kalleep
Serviceaccounts: Add ability to add samename SA for different orgs. #83953, \
@eleijonmarck
GenAI: Update the component only when the response is fully generated. \
#83895, @ivanortegaalba
Tempo: Better fallbacks for metrics query. #83688, @adrapereira
Tempo: Add template variable interpolation for filters. #83667, @joey-grafana
Alerting: Fix saving evaluation group. #83234, @soniaAguilarPeiron
QueryVariableEditor: Select a variable ds does not work. #83181, @ivanortegaalba
Logs Panel: Add option extra UI functionality for log context. #83129, @svennergr
10.4
Major release, see \
https://grafana.com/docs/grafana/latest/whatsnew/whats-new-in-v10-4/ for \
details.
|
2024-04-05 21:14:14 by Benny Siegert | Files touched by this commit (161) | |
Log message:
Revbump all Go packages after go121 update
|
2024-03-11 14:47:29 by Thomas Klausner | Files touched by this commit (4) | |
Log message:
grafana: update to 10.3.4.
Features and enhancements
Chore: Improve domain validation for Google OAuth - Backport 83229 to \
v10.3.x. #83725, @linoman
Bug fixes
LDAP: Fix LDAP users authenticated via auth proxy not being able to use LDAP \
active sync. #83750, @Jguer
Tempo: Add template variable interpolation for filters (#83213). #83706, \
@joey-grafana
Elasticsearch: Fix adhoc filters not applied in frontend mode. #83596, @svennergr
Dashboards: Fixes issue where panels would not refresh if time range updated \
while in panel view mode. #83525, @kaydelaney
Auth: Fix email verification bypass when using basic authentication. #83484
AuthProxy: Invalidate previous cached item for user when changes are made to \
any header. #83203, @klesh
LibraryPanels/RBAC: Fix issue where folder scopes weren't being correctly \
inherited. #82902, @kaydelaney
LibraryPanels: Fix issue with repeated library panels. #82259, @kaydelaney
Plugins: Don't auto prepend app sub url to plugin asset paths. #82147, @wbrowne
Elasticsearch: Set middlewares from Grafana's httpClientProvider. #81929, \
@svennergr
Folders: Fix failure to update folder in SQLite. #81862, @papagian
Loki/Elastic: Assert queryfix value to always be string. #81463, @svennergr
Breaking changes
We're adding a between the response of the ID token HD parameter
and the list of allowed domains. This feature can be disabled
through the configuration toggle validate_hd . Anyone using the
legacy Google OAuth configuration should disable this validation
if the ID Token response doesn't have the HD parameter. Issue #83725
|