Releases: cloudposse/terraform-aws-eks-workers
v0.19.4
🤖 Automatic Updates
chore(deps): update terraform cloudposse/label/null to v0.25.0 @renovate (#80)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/label/null (source) | module | minor | 0.24.1 -> 0.25.0 |
Release Notes
cloudposse/terraform-null-label
v0.25.0
Add "tenant", "labels_as_tags", and "descriptors" @Nuru (#132)
##### what - Add additional label and `id` component: `tenant` - New input `labels_as_tags` controls which labels are exported as tags - New input `descriptor_formats` generates new output `descriptors` - Update README, remove link to obsolete `terraform-terraform-label` ##### why - Support users that host resources on behalf of and/or dedicated to single customers - Supersedes and closes #131, giving people control over which tags the module generates - Simple mechanism for creating multiple identifiers from the same inputs, reducing the need to create multiple instances of `null-label` - Document `tenant`, `labels_as_tags`, `descriptor_formats`, add additional clarification, stop promoting obsolete moduleFix: Update README Snippets @korenyoni (#130)
##### what * Update README snippets to reflect use of Terraform Registry. ##### why * Including snippets that reflect use of the Terraform Registry make it easier for users to quickly instantiate a null_label module. * README is out of date and does not include snippets that reflect use of the Terraform Registry. ##### references * N/ABridgecrew compliance @Nuru (#125)
##### what - Resolve Bridgecrew compliance complaint about example Autoscaling Group (BC_AWS_GENERAL_31) - Fix typo in README - Include Terraform lock file in `.gitignore` ##### why - Get clean Bridgecrew badge - Correct confusing error - Ensure lock files are not checked into GitHub ##### note The PR can and should be merged into `master` to update README and Bridgecrew without triggering a new release/version. These changes have no effect on the actual module in use and a release will create unnecessary ripple effects. However, merging to `master` will update the README and badges, so is worthwhile, and the changes will move forward into the next release.Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- If you want to rebase/retry this PR, check this box.
This PR has been generated by WhiteSource Renovate. View repository job log here.
v0.19.3
🤖 Automatic Updates
chore(deps): update terraform cloudposse/security-group/aws to v0.3.2 @renovate (#79)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/security-group/aws (source) | module | patch | 0.3.1 -> 0.3.2 |
Release Notes
cloudposse/terraform-aws-security-group
v0.3.2
🚀 Enhancements
add missing required input (vpc_id) in the example @Zaargh (#20)
#### what * add missing required input `vpc_id` in the exampleConfiguration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- If you want to rebase/retry this PR, check this box.
This PR has been generated by WhiteSource Renovate. View repository job log here.
v0.19.2 Unstable Pre-Release (see v0.19.0)
🤖 Automatic Updates
chore(deps): update terraform cloudposse/ec2-autoscale-group/aws to v0.27.0 @renovate (#77)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/ec2-autoscale-group/aws (source) | module | minor | 0.26.0 -> 0.27.0 |
Release Notes
cloudposse/terraform-aws-ec2-autoscale-group
v0.27.0
Fix instance profile not present bug @cdobbyn (#72)
#### what - This block should not be defined if no instance profile name is present. #### why - If `ec2_instance_profile` variable is not present terraform will want to continually apply the following block on the launch template every time terraform apply occurs. Additionally terraform wants to auto-increment the `latest_version`. ``` iam_instance_profile {} ``` #### references closes #71Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- If you want to rebase/retry this PR, check this box.
This PR has been generated by WhiteSource Renovate. View repository job log here.
v0.19.1 Unstable Pre-Release (see v0.19.0)
🤖 Automatic Updates
chore(deps): update terraform cloudposse/ec2-autoscale-group/aws to v0.26.0 @renovate (#74)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/ec2-autoscale-group/aws (source) | module | minor | 0.25.0 -> 0.26.0 |
Release Notes
cloudposse/terraform-aws-ec2-autoscale-group
v0.26.0
Add `warm_pool` @nitrocode (#70)
#### what * Add `warm_pool` #### why > A warm pool gives you the ability to decrease latency for your applications that have exceptionally long boot times, for example, because instances need to write massive amounts of data to disk. With warm pools, you no longer have to over-provision your Auto Scaling groups to manage latency in order to improve application performance. #### references * https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-warm-pools.html #### notesAll inputs have to be provided e.g.
This works
warm_pool = {
pool_state = "Running"
min_size = 1
max_group_prepared_capacity = null
}
This fails
warm_pool = {
pool_state = "Running"
min_size = 1
}
The only way around this is to use the optional()
variable feature which is still experimental.
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- If you want to rebase/retry this PR, check this box.
This PR has been generated by WhiteSource Renovate. View repository job log here.
v0.19.0 Unstable Pre-Release
We are revising and standardizing our handling of security groups and security group rules across all our Terraform modules. This is an early attempt with significant breaking changes. We will make further breaking changes soon, so using this version is not recommended.
v0.18.4
🤖 Automatic Updates
chore(deps): update terraform cloudposse/ec2-autoscale-group/aws to v0.25.0 @renovate (#72)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/ec2-autoscale-group/aws (source) | module | minor | 0.24.1 -> 0.25.0 |
Release Notes
cloudposse/terraform-aws-ec2-autoscale-group
v0.25.0
Add autoscaling policy arn to outputs @linhkikuchi (#69)
#### what * To add autoscaling policy scale up and down arn to outputsConfiguration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- If you want to rebase/retry this PR, check this box.
This PR has been generated by WhiteSource Renovate. View repository job log here.
v0.18.3
🤖 Automatic Updates
chore(deps): update terraform cloudposse/ec2-autoscale-group/aws to v0.24.1 @renovate (#69)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/ec2-autoscale-group/aws (source) | module | patch | 0.24.0 -> 0.24.1 |
Release Notes
cloudposse/terraform-aws-ec2-autoscale-group
v0.24.1
🐛 Bug Fixes
Remove duplicate tags from launch template @Nuru (#68)
#### what - Remove duplicate tags from launch template #### why - Apparently due to merge errors and oversights, #56 restored a static tag specification removed by #34 and replaced with dynamic tag specifications. The result is that launch templates were getting created with duplicate "volume" tags.Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- If you want to rebase/retry this PR, check this box.
This PR has been generated by WhiteSource Renovate. View repository job log here.
v0.18.2
🤖 Automatic Updates
chore(deps): update terraform cloudposse/ec2-autoscale-group/aws to v0.24.0 @renovate (#68)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/ec2-autoscale-group/aws (source) | module | minor | 0.23.1 -> 0.24.0 |
Release Notes
cloudposse/terraform-aws-ec2-autoscale-group
v0.24.0
set desired_capacity in aws_autoscaling_group as optional @ByJacob (#67)
#### what * set desired_capacity in aws_autoscaling_group as optional #### why * When auto-scaling is set to 2 and updating asg, the number of instances drops to the minimum value #### references * #66Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- If you want to rebase/retry this PR, check this box.
This PR has been generated by WhiteSource Renovate. View repository job log here.
v0.18.1
Closes #66
🤖 Automatic Updates
chore(deps): update terraform cloudposse/ec2-autoscale-group/aws to v0.23.1 @renovate (#67)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/ec2-autoscale-group/aws (source) | terraform | patch | 0.23.0 -> 0.23.1 |
Release Notes
cloudposse/terraform-aws-ec2-autoscale-group
v0.23.1
🐛 Bug Fixes
Support Terraform 0.15 @Nuru (#65)
#### what - Document that this module can only create `SimpleScaling` autoscaling policies. Closes #55 - Remove obsolete call to `list` function. Closes #64Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- If you want to rebase/retry this PR, check this box.
This PR has been generated by WhiteSource Renovate. View repository job log here.
v0.18.0
Fix tags, expose IMDS settings @Nuru (#65)
what
- Expose settings for AWS Instance Metadata Service
- Fix Autoscaling Group tags
- Added tests for ASG name and tags
why
- Default to more secure options
- PR #63 added the required Kubernetes tag but set the wrong value for some other tags
- Prevent regression
references
- AWS documentation: Configure the Instance metadata service
- Closes #64