-
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 #6 from gridscale/release/release-1.2.0
Release 1.2.0
- Loading branch information
Showing
9 changed files
with
42 additions
and
12 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 |
---|---|---|
|
@@ -12,3 +12,4 @@ locale/*.mo | |
locale/*/*.edit.po | ||
locale/*/*.po.time_stamp | ||
locale/*/*.pox | ||
Dockerfile |
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
language: ruby | ||
|
||
rvm: | ||
- 2.6.3 | ||
|
||
branches: | ||
only: | ||
- master | ||
|
||
install: | ||
- gem install bundler | ||
|
||
script: | ||
- gem build foreman_gridscale.gemspec | ||
|
||
deploy: | ||
provider: rubygems | ||
api_key: $RUBYGEMS_APIKEY | ||
gem: foreman_gridscale | ||
gemspec: foreman_gridscale.gemspec |
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,22 +1,28 @@ | ||
# Changelog | ||
|
||
## [v1.0.3] | ||
## [v1.2.0] (Aug 29, 2019) | ||
|
||
- Fix IP-Selection (GH-1) | ||
- Add MAC to model (GH-2/GH-3) | ||
- Display IPv4/IPv6 in interface tab (GH-4) | ||
|
||
## [v1.0.3] (Apr 29, 2019) | ||
|
||
- Update descriptions and links after moving the repository to GitHub. | ||
|
||
## [v1.0.2] | ||
## [v1.0.2] (Feb 8, 2019) | ||
|
||
- Allowed creating host to choose isoimage which available in gridscale user account | ||
- Failover IPs are now correctly filtered out | ||
- Targeting a correct URL to open VNC for a regular user | ||
|
||
## [v1.0.1] | ||
## [v1.0.1] (Dec 5, 2018) | ||
|
||
- Decresed dependency to foreman 1.15 | ||
- Missing URL field in `_gridscale.html.erb` | ||
This url field is needed for creating compute resource in foreman 1.15. | ||
|
||
## [v1.0.0] | ||
## [v1.0.0] (Nov 20, 2018) | ||
|
||
- Initial release of foreman-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,3 +1,3 @@ | ||
* Aldemuro Haris <[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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module ForemanGridscale | ||
VERSION = '1.0.3'.freeze | ||
VERSION = '1.2.0'.freeze | ||
end |