From 8c9e10438eaacdb5467d9a9ea6e2fb6a9530cec7 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Thu, 7 Nov 2024 19:41:18 +0300
Subject: [PATCH] Update Changelog for `1.528.0` (#1183)
Co-authored-by: cloudposse-releaser[bot] <163353533+cloudposse-releaser[bot]@users.noreply.github.com>
---
CHANGELOG.md | 19 +++++++++++++++++++
modules/eks/spacelift-worker-pool/README.md | 2 +-
2 files changed, 20 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5584c7dcf..c615c9e1b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,24 @@
# CHANGELOG
+## 1.528.0
+
+
+
+
+ Allow removal of cluster name from aurora ssm parameter @darrenl33 (#1162)
+## 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
+
+
+
+ Update Changelog for `1.527.0` @github-actions (#1182)
+Update Changelog for [`1.527.0`](https://github.com/cloudposse/terraform-aws-components/releases/tag/1.527.0)
+
+
+
+
## 1.527.0
diff --git a/modules/eks/spacelift-worker-pool/README.md b/modules/eks/spacelift-worker-pool/README.md
index 3820f9a54..02c06eb9a 100644
--- a/modules/eks/spacelift-worker-pool/README.md
+++ b/modules/eks/spacelift-worker-pool/README.md
@@ -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"