Skip to content

Commit

Permalink
Prepare 2.9.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Yevhen Ivantsov committed Jun 3, 2024
1 parent 53d7b91 commit 6244949
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.9.1

**Release date:** 2024-06-04

* Fix additional JVM args for Bitbucket [#408](https://github.com/atlassian-labs/data-center-terraform/pull/408)
* Remove deprecated RDS versions [#441](https://github.com/atlassian-labs/data-center-terraform/pull/411)
* Update RDS minor versions [#412](https://github.com/atlassian-labs/data-center-terraform/pull/412)
* Improve error message when environment name containers upper case characters [#413](https://github.com/atlassian-labs/data-center-terraform/pull/413)

## 2.9.0

**Release date:** 2024-05-15
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.0 https://github.com/atlassian-labs/data-center-terraform.git && cd data-center-terraform
git clone -b 2.9.1 https://github.com/atlassian-labs/data-center-terraform.git && cd data-center-terraform
```

## 3. Configure the infrastructure
Expand Down

0 comments on commit 6244949

Please sign in to comment.