Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro JNM <[email protected]>
  • Loading branch information
alejandrojnm committed May 4, 2021
1 parent 0f3b7fb commit 8e10c9e
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 27 deletions.
39 changes: 12 additions & 27 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,17 @@
0.2.42
=============
2021-05-01

* Added cluster_id to NewVolume's VolumeConfig to allow associating a dynamic PVC volume with a cluster for cleanup if the cluster is removed.

0.2.41
=============
2021-04-29

* Added GetVolume call for efficiency

0.2.40
=============
2021-04-29

* Added status to Volume

0.2.39
=============
2021-04-28

* Added region to volume attach/detach

0.2.38
0.2.43
=============
2021-04-28

* Added namespace for volume creation (89995b6)
2021-05-04

* Added change to kubernetes and volume (0f3b7fb6)
* Add cluster_id to volume creation (47dce610)
* Fix CHANGELOG (7a917e8e)
* Add GetVolume call to save always returning then filtering down to a single volume (419cda25)
* Add Status to volume (4884e404)
* Added region to volume attach/detach (093df491)
* Update CHANGELOG for 0.2.38 (9c1df9d1)
* Update VolumeConfig to have a namespace attribute (89995b6a)
* Update fake_client.go (d629abae)

0.2.37
=============
Expand Down
79 changes: 79 additions & 0 deletions changelog.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,82 @@
- semver: 0.2.43
date: 2021-05-04T14:36:19.830021-04:00
packager: ""
changes:
- commit: 0f3b7fb64f1abf43b0d2cca474d5e99ecf4fdc14
note: Added change to kubernetes and volume
author:
name: Alejandro JNM
email: [email protected]
committer:
name: Alejandro JNM
email: [email protected]
- commit: 47dce610da9a7723127fec2e1eb889aa22149082
note: Add cluster_id to volume creation
author:
name: Andy Jeffries
email: [email protected]
committer:
name: Andy Jeffries
email: [email protected]
- commit: 7a917e8e0bea22b2562d9d55b4d1e781c4416900
note: Fix CHANGELOG
author:
name: Andy Jeffries
email: [email protected]
committer:
name: Andy Jeffries
email: [email protected]
- commit: 419cda25a3b238ca9e7e9b8764b0ac8b34580da2
note: Add GetVolume call to save always returning then filtering down to a single volume
author:
name: Andy Jeffries
email: [email protected]
committer:
name: Andy Jeffries
email: [email protected]
- commit: 4884e404fea291d97a45ef152627546468e1cb5b
note: Add Status to volume
author:
name: Andy Jeffries
email: [email protected]
committer:
name: Andy Jeffries
email: [email protected]
- commit: 093df491fff19409feba5c1ec00a864761e63f73
note: Added region to volume attach/detach
author:
name: Andy Jeffries
email: [email protected]
committer:
name: Andy Jeffries
email: [email protected]
- commit: 9c1df9d1265f68cf4e43c71765b2b3a14c6097c9
note: Update CHANGELOG for 0.2.38
author:
name: Andy Jeffries
email: [email protected]
committer:
name: Andy Jeffries
email: [email protected]
- commit: 89995b6a3c11fa719cf4032fde44ef1aac7235a2
note: Update VolumeConfig to have a namespace attribute
author:
name: Andy Jeffries
email: [email protected]
committer:
name: GitHub
email: [email protected]
- commit: d629abae9e8d247bbaad1c7d219818cc12d6dac4
note: |-
Update fake_client.go
Change the exported comment
author:
name: Alejandro J. Nuñez Madrazo
email: [email protected]
committer:
name: GitHub
email: [email protected]
- semver: 0.2.37
date: 2021-04-08T18:36:06.453078-04:00
packager: ""
Expand Down

0 comments on commit 8e10c9e

Please sign in to comment.