From 21416febd7802834da64143335c97c6c2b6a27b9 Mon Sep 17 00:00:00 2001 From: yivan-atl <52448429+bianchi2@users.noreply.github.com> Date: Thu, 24 Oct 2024 20:44:04 +1100 Subject: [PATCH] Prepare 2.9.3 (#437) Co-authored-by: Yevhen Ivantsov --- CHANGELOG.md | 8 ++++++++ docs/docs/userguide/INSTALLATION.md | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 915d455a..1b70c11c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 2.9.3 + +**Release date:** 2024-10-24 + +* Fix scale down of Confluence/Jira statefulsets [#435](https://github.com/atlassian-labs/data-center-terraform/pull/435) +* Redirect error log to file [#431](https://github.com/atlassian-labs/data-center-terraform/pull/431) +* Add missing IAM policies [#432](https://github.com/atlassian-labs/data-center-terraform/pull/432) [#433](https://github.com/atlassian-labs/data-center-terraform/pull/433) [#436](https://github.com/atlassian-labs/data-center-terraform/pull/436) + ## 2.9.2 **Release date:** 2024-08-27 diff --git a/docs/docs/userguide/INSTALLATION.md b/docs/docs/userguide/INSTALLATION.md index c280b3fa..c1e5ea10 100644 --- a/docs/docs/userguide/INSTALLATION.md +++ b/docs/docs/userguide/INSTALLATION.md @@ -11,7 +11,7 @@ Set up a user with an administrator IAM role. See [Configuration basics — AWS Clone the `data-center-terraform` project repository from GitHub: ```shell -git clone -b 2.9.2 https://github.com/atlassian-labs/data-center-terraform.git && cd data-center-terraform +git clone -b 2.9.3 https://github.com/atlassian-labs/data-center-terraform.git && cd data-center-terraform ``` ## 3. Configure the infrastructure