Просмотр исходного кода

Merge branch 'v2.1.x'

Conflicts:
	CHANGELOG.md
Torkel Ödegaard 10 лет назад
Родитель
Сommit
fcc369e854
2 измененных файлов с 7 добавлено и 0 удалено
  1. 6 0
      CHANGELOG.md
  2. 1 0
      build.go

+ 6 - 0
CHANGELOG.md

@@ -23,6 +23,12 @@ it allows you to add queries of differnet data source types & instances to the s
 require an update to custom data sources for them to work in 2.2. [Read this doc](https://github.com/grafana/grafana/tree/master/docs/sources/datasources/plugin_api.md) for more on the
 data source api change.
 
+ 2.1.3 (2015-08-24)
+
+**Fixes**
+- [Issue #2580](https://github.com/grafana/grafana/issues/2580). Packaging: ldap.toml was not marked as config file and could be overwritten in upgrade
+- [Issue #2564](https://github.com/grafana/grafana/issues/2564). Templating: Another atempt at fixing #2534 (Init multi value template var used in repeat panel from url)
+
 # 2.1.2 (2015-08-20)
 
 **Fixes**

+ 1 - 0
build.go

@@ -221,6 +221,7 @@ func createPackage(options linuxPackageOptions) {
 		"--license", "Apache 2.0",
 		"--maintainer", "contact@grafana.org",
 		"--config-files", options.configFilePath,
+		"--config-files", options.ldapFilePath,
 		"--config-files", options.initdScriptFilePath,
 		"--config-files", options.etcDefaultFilePath,
 		"--config-files", options.systemdServiceFilePath,