Skip to content

Commit

Permalink
CLIP-1676: Release version 2.0.6. (#258)
Browse files Browse the repository at this point in the history
CLIP-1676: Updated default Confluence Helm chart version.
CLIP-1676: Updated changelog and doc.

Co-authored-by: Yifei Zhang <[email protected]>
  • Loading branch information
yzha645 and yzhangat authored Oct 5, 2022
1 parent 5ae677a commit 6cf0865
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 2.0.6

**Release date:** 2022-10-05

* Fixed end-to-end test by skipping resuming Bamboo server if it's already running.
* Added script to collecting k8s logs and events to help debugging

## 2.0.5

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

## 3. Configure the infrastructure
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ variable "confluence_license" {
variable "confluence_helm_chart_version" {
description = "Version of confluence Helm chart"
type = string
default = "1.4.0"
default = "1.5.1"
}

variable "confluence_version_tag" {
Expand Down

0 comments on commit 6cf0865

Please sign in to comment.