File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11# Icinga DB Changelog
22
3+ ## 1.1.0 (2022-11-10)
4+
5+ This release adds a tool for migrating history from IDO. Apart from that,
6+ it reduces RAM usage and includes updated dependencies.
7+
8+ * Add ` icingadb-migrate ` for migrating IDO history to Icinga DB. #253 #536 #541
9+ * Reduce RAM usage during full sync. #525
10+ * Update dependencies. #522 #524 #533 #534 #540
11+
312## 1.0.0 (2022-06-30)
413
514Final release
Original file line number Diff line number Diff line change 77// Version contains version and Git commit information.
88//
99// The placeholders are replaced on `git archive` using the `export-subst` attribute.
10- var Version = version .Version ("1.0 .0" , "$Format:%(describe)$" , "$Format:%H$" )
10+ var Version = version .Version ("1.1 .0" , "$Format:%(describe)$" , "$Format:%H$" )
You can’t perform that action at this time.
0 commit comments