mirror of
https://github.com/Icinga/icingadb.git
synced 2026-05-28 04:35:54 -04:00
Merge pull request #537 from Icinga/feature/release-1.1.0
Release 1.1.0
This commit is contained in:
commit
a0093d1df6
2 changed files with 10 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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$")
|
||||
|
|
|
|||
Loading…
Reference in a new issue