Merge pull request #537 from Icinga/feature/release-1.1.0

Release 1.1.0
This commit is contained in:
Julian Brost 2022-11-09 12:10:31 +01:00 committed by GitHub
commit a0093d1df6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View file

@ -1,5 +1,14 @@
# Icinga DB Changelog
## 1.1.0 (2022-11-10)
This release adds a tool for migrating history from IDO. Apart from that,
it reduces RAM usage and includes updated dependencies.
* Add `icingadb-migrate` for migrating IDO history to Icinga DB. #253 #536 #541
* Reduce RAM usage during full sync. #525
* Update dependencies. #522 #524 #533 #534 #540
## 1.0.0 (2022-06-30)
Final release

View file

@ -7,4 +7,4 @@ import (
// Version contains version and Git commit information.
//
// The placeholders are replaced on `git archive` using the `export-subst` attribute.
var Version = version.Version("1.0.0", "$Format:%(describe)$", "$Format:%H$")
var Version = version.Version("1.1.0", "$Format:%(describe)$", "$Format:%H$")