mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 16:12:14 +08:00

* Upgrade grafana-app-sdk to 0.31.0 What This commit upgrades the app SDK to 0.31.0 and re-generates codegen files. It doesn't touch alerting schemas, because those are quite old and should be upgraded separately. This commit slightly alters the schemas for the investigations app, because the codegen is not happy with the current syntax, for some reason (probably has to do with CUE upgrades in `cog`). Why To make sure we use up-to-date SDK version and remove the workaround for the `defencoding=none` bug that required us to clean up generated CRD files. Signed-off-by: Igor Suleymanov <igor.suleymanov@grafana.com> * Revert changes to golden file for store tests Signed-off-by: Igor Suleymanov <igor.suleymanov@grafana.com> --------- Signed-off-by: Igor Suleymanov <igor.suleymanov@grafana.com>
4 lines
118 B
Makefile
4 lines
118 B
Makefile
.PHONY: generate
|
|
generate:
|
|
@grafana-app-sdk generate -g ./pkg/apis --grouping=group --postprocess --defencoding=none
|