-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from gridscale/release/release-0.1.5
Release 0.1.5
- Loading branch information
Showing
16 changed files
with
18 additions
and
252 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,29 @@ | ||
# Changelog | ||
|
||
## [v0.1.4] | ||
## [v0.1.5] (Aug 28, 2019) | ||
|
||
- Remove CAS (GH-2) | ||
- Add interfaces method to server model (GH-3) | ||
|
||
## [v0.1.4] (Apr 29, 2019) | ||
|
||
- Update descriptions and links to point to GitHub. | ||
|
||
## [v0.1.3] | ||
## [v0.1.3] (Feb 8, 2019) | ||
|
||
- fixed empty sshkey handler for storage with private template creation in | ||
server add | ||
- Allowed creating host to choose isoimage which available in gridscale user account | ||
|
||
## [v0.1.2] | ||
## [v0.1.2] (Jan 5, 2019) | ||
|
||
- Commented out publishing protection in gemfile. | ||
|
||
## [v0.1.1] | ||
## [v0.1.1] (Nov 22, 2018) | ||
|
||
- Fix the interface collection and model. | ||
|
||
## [v0.1.0] | ||
## [v0.1.0] (Nov 19, 2018) | ||
|
||
- Initial release of fog-gridscale. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
* Aldemuro Haris <[email protected]> | ||
* Wouter Wijsman <[email protected]> | ||
* Wouter Wijsman <[email protected]> | ||
* Ruben Schuller <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
module Fog | ||
module Gridscale | ||
VERSION = "0.1.4" | ||
VERSION = "0.1.5" | ||
end | ||
end |