Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare 2.9.3 release #437

Merged
merged 1 commit into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/userguide/INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading