Skip to content

Releases: hortonworks/cloud-haunter

0.5.27

27 Apr 12:14
2fdd98f
Compare
Choose a tag to compare
Merge pull request #48 from hortonworks/CB-12290

CB-12290 Introduce flag for disabling ignore label usage

0.5.26

11 Mar 16:38
633b387
Compare
Choose a tag to compare
Merge pull request #47 from hortonworks/db-timestamp

CB-11405 the creation timestamp is empty for the DB while it's in create in progress

0.5.25

05 Feb 16:56
Compare
Choose a tag to compare
Azure vm and scale set lists are paged

Some of the instances are not returned by the getInstances
call thus they are not even stopped/terminated. To fix this
we need to iterate over all the pages to fetch all the instances.

0.5.24

11 Dec 10:13
Compare
Choose a tag to compare
Fix AWS created time

AWS returns nil for creation time when the resource is in creating state, which led to nil pointer dereference errors.

0.5.23

07 Dec 11:17
Compare
Choose a tag to compare
v0.5.23

CB-9986 Fix AWS init and add new running filter types

0.5.22

19 Oct 10:39
5a87618
Compare
Choose a tag to compare
Merge pull request #41 from hortonworks/CB-8607-2

CB-8607 [GCP] Terminate stacks

0.5.21

30 Sep 15:33
Compare
Choose a tag to compare
v0.5.21

CB-9035 Disable DeletionProtection for DB instances before delete

0.5.20

26 Jun 16:03
e5f0a6c
Compare
Choose a tag to compare
v0.5.20

only send spot termination if there are any

0.5.19

04 May 13:25
65b5339
Compare
Choose a tag to compare
v0.5.19

terminate spot instances instead of trying to stop them

0.5.18

04 May 11:50
fb93e64
Compare
Choose a tag to compare
Merge pull request #29 from hortonworks/dbstop

Implement database stop functionality