Skip to content

Commit 8c9e104

Browse files
github-actions[bot]cloudposse-releaser[bot]
authored andcommitted
Update Changelog for 1.528.0 (#1183)
Co-authored-by: cloudposse-releaser[bot] <163353533+cloudposse-releaser[bot]@users.noreply.github.com>
1 parent 5e6711f commit 8c9e104

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# CHANGELOG
22

3+
## 1.528.0
4+
5+
6+
7+
<details>
8+
<summary>Allow removal of cluster name from aurora ssm parameter @darrenl33 (#1162)</summary>
9+
## what
10+
11+
- ssm parameter is prefixed with the cluster name, adding an cluster_name_override to not set
12+
- allows prefix to follow naming convention for other parameters by only using ssm_path_prefix
13+
</details>
14+
15+
<details>
16+
<summary>Update Changelog for `1.527.0` @github-actions (#1182)</summary>
17+
Update Changelog for [`1.527.0`](https://github.com/cloudposse/terraform-aws-components/releases/tag/1.527.0)
18+
</details>
19+
20+
21+
322
## 1.527.0
423

524

modules/eks/spacelift-worker-pool/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ components:
4141
# aws_config_file is the path in the Docker container to the AWS_CONFIG_FILE.
4242
# "/etc/aws-config/aws-config-spacelift" is the usual path in the "infrastructure" image.
4343
aws_config_file: "/etc/aws-config/aws-config-spacelift"
44-
spacelift_api_endpoint: "https://1898andco.app.spacelift.io"
44+
spacelift_api_endpoint: "https://yourcompany.app.spacelift.io"
4545
eks_component_name: "eks/cluster"
4646
worker_pool_size: 40
4747
kubernetes_namespace: "spacelift-worker-pool"

0 commit comments

Comments
 (0)