Skip to content

Releases: YaleSpinup/ec2-api

Support for Deregistering image and deleting associated snapshots

12 Jul 05:40
Compare
Choose a tag to compare
v0.22.0-pre2

removed snapshot output validation

Support for Deleting Image

11 Jul 14:31
Compare
Choose a tag to compare
Pre-release
v0.22.0-pre

logged a warning

Support for deleting Snapshots

30 Jun 04:38
31091b3
Compare
Choose a tag to compare
Support for deleting Snapshot (#39)

* Deleting snapshot by ID

* Work in progress

* Unit test

* fix comments

Support for Attaching volumes

29 Jun 15:28
dad96e2
Compare
Choose a tag to compare
Attach volume for an instance (#34)

* Attaching volume to Instance

* Unit test case

* Unit test

* fixed comments

* updateInstanceType  orch for UpdateAttributes

* Fixed comments

* Fix validation

* Resolved comments

Support for Detaching volumes

27 Jun 17:46
cd1e67c
Compare
Choose a tag to compare
Support for Detaching volume in an instance (#38)

* Detaching volume from an instance

* Detach volume - work in progress

* Detaching volume-unit test

* Detach Volume Unit test

* Fixed Comments

* fixed format specifier for boolean

Support for creating Snapshot-updating tags for volumes

16 Jun 21:37
11271cf
Compare
Choose a tag to compare

Fix for updating tags for volumes in an instance

Fix for creating volumes from snapshot

14 Jun 18:53
c8d18e2
Compare
Choose a tag to compare
v0.18.2

Bug fix to check size (#37)

List attached volumes using instanceId

10 Jun 20:12
5a26649
Compare
Choose a tag to compare
Properly list attached volumes (#33)

* use attachment instance-id

* fixup

List attached volumes using instanceId

09 Jun 22:03
Compare
Choose a tag to compare
Pre-release
v0.18.1-pre

fixup

Support for snapshot creation

08 Jun 15:37
d2d4b3e
Compare
Choose a tag to compare
Support to create snapshot (#32)

* Handler to create snapshot

* Handler for creating snapshot

* Added unit test case

* Fixed comments