update changelog message and log line message
parent
ea6b3a472b
commit
52794be143
|
@ -10,7 +10,7 @@
|
|||
1. [#2842](https://github.com/influxdata/chronograf/pull/2842): Use Generic APIKey for Oauth2 group lookup
|
||||
1. [#2850](https://github.com/influxdata/chronograf/pull/2850): Fix bug in which resizing any cell in a dashboard causes a Gauge cell to resize
|
||||
1. [#2851] (https://github.com/influxdata/chronograf/pull/2851): Maintain y axis labels in dashboard cells
|
||||
1. [#2819] (https://github.com/influxdata/chronograf/pull/2819): Fix error when using --new-sources from CLI and deprecating --new-sources
|
||||
1. [#2819] (https://github.com/influxdata/chronograf/pull/2819): Deprecate --new-sources in CLI
|
||||
|
||||
## v1.4.1.3 [2018-02-14]
|
||||
### Bug Fixes
|
||||
|
|
|
@ -330,7 +330,7 @@ func (s *Service) HandleNewSources(ctx context.Context, input string) error {
|
|||
return nil
|
||||
}
|
||||
|
||||
s.Logger.Error("--new-sources is deprecated. To preconfigure a source, see this link. https://docs.influxdata.com/chronograf/latest/administration/config-options")
|
||||
s.Logger.Error("--new-sources is deprecated and will be removed in a future version.")
|
||||
|
||||
var srcsKaps []struct {
|
||||
Source chronograf.Source `json:"influxdb"`
|
||||
|
|
Loading…
Reference in New Issue