Skip to content

Commit

Permalink
Update Changelog for 1.528.0 (#1183)
Browse files Browse the repository at this point in the history
Co-authored-by: cloudposse-releaser[bot] <163353533+cloudposse-releaser[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and Nuru committed Nov 7, 2024
1 parent 5e6711f commit 8c9e104
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# CHANGELOG

## 1.528.0



<details>
<summary>Allow removal of cluster name from aurora ssm parameter @darrenl33 (#1162)</summary>
## what

- ssm parameter is prefixed with the cluster name, adding an cluster_name_override to not set
- allows prefix to follow naming convention for other parameters by only using ssm_path_prefix
</details>

<details>
<summary>Update Changelog for `1.527.0` @github-actions (#1182)</summary>
Update Changelog for [`1.527.0`](https://github.com/cloudposse/terraform-aws-components/releases/tag/1.527.0)
</details>



## 1.527.0


Expand Down
2 changes: 1 addition & 1 deletion modules/eks/spacelift-worker-pool/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ components:
# aws_config_file is the path in the Docker container to the AWS_CONFIG_FILE.
# "/etc/aws-config/aws-config-spacelift" is the usual path in the "infrastructure" image.
aws_config_file: "/etc/aws-config/aws-config-spacelift"
spacelift_api_endpoint: "https://1898andco.app.spacelift.io"
spacelift_api_endpoint: "https://yourcompany.app.spacelift.io"
eks_component_name: "eks/cluster"
worker_pool_size: 40
kubernetes_namespace: "spacelift-worker-pool"
Expand Down

0 comments on commit 8c9e104

Please sign in to comment.