File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
16
17
17
### Changed
18
18
- Display two digits after decimal point instead of three
19
+ - Deprecate make single line static build
19
20
20
21
### Fixed
21
22
- TDG Kafka brokers rps panels alias condition for InfluxDB
Original file line number Diff line number Diff line change @@ -44,10 +44,12 @@ endif
44
44
45
45
.PHONY : build-static-prometheus
46
46
build-static-prometheus :
47
+ @echo " This command is deprecated. Please, migrate to using 'CONFIG=config.yml make build' instead"
47
48
${MAKE} DASHBOARD_TEMPLATE=' Tarantool' _build-static-prometheus
48
49
49
50
.PHONY : build-static-tdg-prometheus
50
51
build-static-tdg-prometheus :
52
+ @echo " This command is deprecated. Please, migrate to using 'CONFIG=config.yml make build' instead"
51
53
${MAKE} DASHBOARD_TEMPLATE=' TDG' _build-static-prometheus
52
54
53
55
@@ -73,10 +75,12 @@ endif
73
75
74
76
.PHONY : build-static-influxdb
75
77
build-static-influxdb :
78
+ @echo " This command is deprecated. Please, migrate to using 'CONFIG=config.yml make build' instead"
76
79
${MAKE} DASHBOARD_TEMPLATE=' Tarantool' _build-static-influxdb
77
80
78
81
.PHONY : build-static-tdg-influxdb
79
82
build-static-tdg-influxdb :
83
+ @echo " This command is deprecated. Please, migrate to using 'CONFIG=config.yml make build' instead"
80
84
${MAKE} DASHBOARD_TEMPLATE=' TDG' _build-static-influxdb
81
85
82
86
You can’t perform that action at this time.
0 commit comments