1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
|
2019-03-02 Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Releasing version 20190301-lts1.
2019-03-01 Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Releasing version 20190301.
[ Daniel Baumann ]
* Updating copyright headers.
* Removing ceph-remove-osd until it's completely tested.
* Updating ceph default release in ceph-dns.
* Fixing formatting in changelog.
* Updating all paths to reflect rename to ceph-tools.
2018-09-15 Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Releasing version 20180915.
[ Daniel Baumann ]
* Updating default order of services in ceph-dns.
* Skipping unspecified services in ceph-dns from output.
* Some code cleanups in ceph-dns.
* Trimming output of ceph-dns.
* Stopping to hardcode final dot for zone entries in ceph-dns.
* Adding basic ipv4 address handling in ceph-dns.
* Adding master alternatives in ceph-dns.
* Adding SPDX License Identifiers.
* Adding ceph health detail in ceph-info page.
* Lowering default cronjob for ceph-info from 10 minutes to 2.
2017-11-01 Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Releasing version 20171101.
[ Daniel Baumann ]
* Correcting ceph-versions symlink in ceph-info.
2017-10-17 Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Releasing version 20171017.
[ Daniel Baumann ]
* Harmonizing titles in ceph-info index page.
* Setting rotate interval to 9999 in order to keep old logs by default for a very long time.
* Using new 'ceph versions' command (for luminous and newer) instead of 'ceph version' (up to kraken release) in ceph-info.
* Enlarging iframe for 'ceph status' in ceph-info.
* Adding ceph-dns.
2017-04-10 Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Releasing version 20170410.
* Backward incompatible changes:
- cephfs-snap changed name of snapshots:
+ old: ${TYPE}_${YEAR}-${MONTH}-${DAY}_${HOUR}${MINUTES}${TIMEZONE}
+ new: ${YEAR}-${MONTH}-${DAY}_${HOUR}${MINUTES}${SECONDS}${TIMEZONE}_${TYPE}
- cephfs-snap changed logfile location, now in /var/log/storage-tools/cephfs-snap/cephfs-snap.log
[ Daniel Baumann ]
* Adding support for snapshot rotation in cephfs-snap.
* Adding support for manual snapshots cephfs-snap.
* Adding seconds to snapshot names in cephfs-snap.
* Changing name of snapshots from TYPE_TIME to TIME_TYPE in cephfs-snap for better sorting.
* Moving cephfs-snap logfile from /var/log/storage-tools/cephfs-snap.log to /var/log/storage-tools/cephfs-snap/cephfs-snap.log.
* Correcting typo in cephfs-snap usage message.
* Adding yearly snapshot interval in cephfs-snap.
* Moving notification in cephfs-snap to the end.
* Adding cron reference in cephfs-snap manpage.
* Adding logfile reference in cephfs-snap manpage.
* Adding configuration file section in cephfs-snap manpage.
* Adding example configuration file.
* Updating naming of cephfs-snap variables to consistent namespace.
* Adding ceph-info symlinks for twitter-bootstrap3.
* Adding ceph-info symlink for fonts-font-awesome.
* Updating ceph-info html to use twitter-bootstrap3 and fonts-font-awesome.
* Correcting spelling typo in ceph-log manpage, thanks to Gianfranco Costamagna <locutusofborg@debian.org>.
* Updating installation section in storage-tools manpage.
2017-04-05 Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Releasing version 20170405.
|