-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add spot instance support for bastions * Remove comments
- Loading branch information
1 parent
0f1c732
commit f0f7d42
Showing
3 changed files
with
28 additions
and
15 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,25 +1,31 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). | ||
|
||
## [gcp-v1.0.1] | ||
|
||
- Enable compute vms to be set as either spot instances or standard instances | ||
|
||
## [gcp-v1.0.0] | ||
* Introducting a breaking change by updating the terraform required_providers block to the format supported for terraform versions >=0.13 | ||
|
||
- Introducting a breaking change by updating the terraform required_providers block to the format supported for terraform versions >=0.13 | ||
|
||
## [gcp-v0.1.3] | ||
* Update startup-script so that the upgrade command runs as an `at`. This is a bugfix in the situation that it upgrade `google-guest-agent` which would restart the startup-script and DNS Update + user creation will never happen. | ||
|
||
- Update startup-script so that the upgrade command runs as an `at`. This is a bugfix in the situation that it upgrade `google-guest-agent` which would restart the startup-script and DNS Update + user creation will never happen. | ||
|
||
## [gcp-v0.1.2] | ||
|
||
* Update startup-script to not include a `dist-upgrade` | ||
* Change the default compute-image project to `ubuntu-os-cloud` for more up to date images | ||
- Update startup-script to not include a `dist-upgrade` | ||
- Change the default compute-image project to `ubuntu-os-cloud` for more up to date images | ||
|
||
## [gcp-v0.1.1] | ||
|
||
* Fix GCP DNS registration script to remove old host records (#29) | ||
- Fix GCP DNS registration script to remove old host records (#29) | ||
|
||
## [0.1.0] | ||
|
||
Initial release of the GCP bastion module. | ||
|
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