Skip to content

Commit

Permalink
Release 2.5.0 (#332)
Browse files Browse the repository at this point in the history
Co-authored-by: Yevhen Ivantsov <[email protected]>
  • Loading branch information
bianchi2 and Yevhen Ivantsov authored Jun 13, 2023
1 parent 40ae907 commit 9105b26
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 2.5.0

**Release date:** 2022-06-13

* Add Prometheus monitoring stack [#320](https://github.com/atlassian-labs/data-center-terraform/pull/320)
* Use name prefix when creating launch template [#328](https://github.com/atlassian-labs/data-center-terraform/pull/328)
* Run terraform init when uninstalling infra [#330](https://github.com/atlassian-labs/data-center-terraform/pull/330)
* Dockerize install and uninstall [#322](https://github.com/atlassian-labs/data-center-terraform/pull/322)

## 2.4.0

**Release date:** 2022-04-04
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.4.0 https://github.com/atlassian-labs/data-center-terraform.git && cd data-center-terraform
git clone -b 2.5.0 https://github.com/atlassian-labs/data-center-terraform.git && cd data-center-terraform
```

## 3. Configure the infrastructure
Expand Down

0 comments on commit 9105b26

Please sign in to comment.