Skip to content

Commit

Permalink
Upgrade changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgemarey committed Jun 27, 2024
1 parent 0f38b0b commit 9f5b0de
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.4.1 (Jun 27, 2024)

FEATURES:
* Updated golang to 1.22.4
* Updated autoscaler dependendy to 0.4.4
* floatingip_pool_name can now be specified to attach a floating ip for created instances
* fix cache data being renoved after reload

## 0.4.0 (Nov 23, 2023)

FEATURES:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ If no zones are provided, and none are discovered, a random one will be asigned
* `evenly_split_azs` `(string: "")` - Set this to any value other than blank to try to balance the instances over the provided AZs when creating/destroying
* `network_id` `(string: "")` - The network ID where to lauch the servers
* `network_name` `(string: "")` - The network name to use. One of `network_id` or `network_name` must be set
* `floatingip_pool_name` `(string: "")` - The floating ip network name to use. If this is specified a new floating ip will be allocated and attached to every created instance
* `security_groups` `(string: "")` - A comma-separated list of SG names to provide on creation
* `user_data_template` `(string: "")` - The path to a file containing the user data for the instance creation. This will be treated as a golang
template, so {{ }} characters will be executed. `.Name`, `.AZ`, `.RandomUUID` and `.PoolName` can be used
Expand Down

0 comments on commit 9f5b0de

Please sign in to comment.