Skip to content

Releases: Crapworks/ceph-dash

ceph-dash 1.7

02 Dec 20:10
216aed2
Compare
Choose a tag to compare

Since Docker Hub is not allowing me to build releases anymore unless I pay for it, trying the github workflow to trigger a new docker build and push on release.

ceph-dash 1.7

02 Dec 19:59
90f1d64
Compare
Choose a tag to compare

Thanks to @azad-13 ceph-dash should now work with ceph pacific. Sorry for the delay in merging!

What's Changed

  • add python3 support and fix Rados.mon_command call for ceph pacific by @azad-13 in #65

New Contributors

Full Changelog: v1.6...v1.7

ceph-dash 1.6

27 Apr 07:59
e36f4eb
Compare
Choose a tag to compare

Ceph version 15.2.5 once again restructured their ceph status json output, which broke ceph-dash. This time they also completely removed monitoring health information from it. Thanks to @mvalois who provided a fix for that.

  • ceph dash is now working with ceph version 15.2.5 and upwards.

ceph-dash 1.5

14 Feb 15:26
Compare
Choose a tag to compare

I recently played around with Rook on Kubernetes. This was so far my fastest Ceph cluster to setup. Since Rook provides some secrets and config maps already, I made the docker container for Ceph-dash compatible with their format. I also added Kubernetes deployment files in the contrib folder (tested on GKE, but should work on any Kubernetes cluster). No need to configure anything, they should just work out of the box.

ceph-dash 1.4

09 Dec 20:11
eeeff3c
Compare
Choose a tag to compare

After ceph changed the output again, here is another release that should work with the current luminous release. Thanks @Koste for working on that!

ceph-dash 1.3

07 Nov 21:17
c41a2d8
Compare
Choose a tag to compare

This release has updates to work the the "luminous" ceph release, that changed the information showed by the ceph-status command.

ceph-dash 1.2

09 Mar 12:38
Compare
Choose a tag to compare

The only new thing is this release is the support for running ceph-dash behind a reverse proxy and enabling a user to overwrite the config.json location (used in the docker container).

ceph-dash 1.1

17 Jan 17:16
Compare
Choose a tag to compare

After several small bugfixes and improvements, I think it is time for another release. So here is v1.1.

Changes in this release:

  • Several Bugfixes
  • Several Code improvements
  • Documentation improved as well
  • Docker integration
  • InfluxDB graphing support

(Incomplete) list of bugfixes:

  • Problems with Operations/Seconds not showing correctly (#44)
  • Problems with Monitor Health display when using only one monitor (#36)
  • Problem with showing incorrent OSD state (#26)

ceph-dash 1.0

26 Feb 10:26
Compare
Choose a tag to compare

So we finally face the 1.0 release of ceph-dash! I got no complaints till now, so I guess the leading zero can be abandoned :)

Changes in this release:

  • added a warning icon to indicate ceph-dash showing old data
  • some js cleanup to easier change timeout and refresh rate

ceph-dash 0.9

07 Jan 09:28
Compare
Choose a tag to compare

Since I've got no negative reponses, I release the next stable version of ceph-dash (v0.9)

Changes in this release:

  • show popover with details for unhealthy osds (hover)
  • if osds are unhealthy, retrieve additional information
  • small code refactorings