Skip to content

Commit bd047b2

Browse files
authored
docs: update CHANGELOG format
1 parent 1d721bf commit bd047b2

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

CHANGELOG.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
## [1.1.0](https://github.com/nozaq/terraform-aws-remote-state-s3-backend/compare/v1.0.1...v1.1.0) (2022-03-08)
1+
### [1.1.0](https://github.com/nozaq/terraform-aws-remote-state-s3-backend/compare/v1.0.1...v1.1.0) (2022-03-08)
22

33

44
### Features
55

66
* enable server side encryption for DynamoDB table ([c1c9262](https://github.com/nozaq/terraform-aws-remote-state-s3-backend/commit/c1c9262064c25d9437a97e7ea8793a4250ee6708))
77

8-
## [1.0.1] - 2022-03-05
8+
### 1.0.1 - 2022-03-05
99
### Fix
1010
- replication depends on versioning ([#61](https://github.com/nozaq/terraform-aws-remote-state-s3-backend/issues/61))
1111

1212

13-
## [1.0.0] - 2022-02-12
13+
### 1.0.0 - 2022-02-12
1414
### Feat
1515
- upgrade AWS provider to v4.0+ ([#57](https://github.com/nozaq/terraform-aws-remote-state-s3-backend/issues/57))
1616

@@ -23,16 +23,16 @@ resources regarding S3 bucket configurations need manual
2323
imports after upgrade. See `docs/upgrade-1.0.md` for guidance.
2424

2525

26-
## [0.8.1] - 2022-01-10
26+
### 0.8.1 - 2022-01-10
2727

28-
## [0.8.0] - 2022-01-10
28+
### 0.8.0 - 2022-01-10
2929
### Refactor
3030
- add tflint checks
3131
- simplify list item extractions ([#48](https://github.com/nozaq/terraform-aws-remote-state-s3-backend/issues/48))
3232
- do not hard-code auth method in examples ([#46](https://github.com/nozaq/terraform-aws-remote-state-s3-backend/issues/46))
3333

3434

35-
## [0.7.0] - 2021-10-10
35+
### 0.7.0 - 2021-10-10
3636
### Feat
3737
- support to create fixed bucket name ([#43](https://github.com/nozaq/terraform-aws-remote-state-s3-backend/issues/43))
3838
- make s3 bucket replication optional ([#42](https://github.com/nozaq/terraform-aws-remote-state-s3-backend/issues/42))
@@ -42,43 +42,43 @@ imports after upgrade. See `docs/upgrade-1.0.md` for guidance.
4242
- make the fixed bucket name optional ([#44](https://github.com/nozaq/terraform-aws-remote-state-s3-backend/issues/44))
4343

4444

45-
## [0.6.0] - 2021-06-27
45+
### 0.6.0 - 2021-06-27
4646
### Fix
4747
- conflicting operations on S3 buckets ([#33](https://github.com/nozaq/terraform-aws-remote-state-s3-backend/issues/33))
4848

4949
### Refactor
5050
- add `required_providers` configuration ([#39](https://github.com/nozaq/terraform-aws-remote-state-s3-backend/issues/39))
5151

5252

53-
## [0.5.0] - 2021-06-06
53+
### 0.5.0 - 2021-06-06
5454
### Feat
5555
- enable point-in-time recovery for DynamoDB table
5656

5757

58-
## [0.4.1] - 2020-11-14
58+
### 0.4.1 - 2020-11-14
5959
### Fix
6060
- interporation warnings
6161

6262

63-
## [0.4.0] - 2020-09-21
63+
### 0.4.0 - 2020-09-21
6464

65-
## [0.3.1] - 2020-08-10
65+
### 0.3.1 - 2020-08-10
6666
### Fix
6767
- make terraform_iam_policy to be a string ([#25](https://github.com/nozaq/terraform-aws-remote-state-s3-backend/issues/25))
6868

6969

70-
## [0.3.0] - 2020-08-10
70+
### 0.3.0 - 2020-08-10
7171
### Fix
7272
- remove region attribute ([#24](https://github.com/nozaq/terraform-aws-remote-state-s3-backend/issues/24))
7373

7474

75-
## [0.2.1] - 2019-08-18
75+
### 0.2.1 - 2019-08-18
7676
### Fix
7777
- allow use of KMS keys by the replication role
7878
- encrypt state files in the replica bucket
7979

8080

81-
## [0.2.0] - 2019-08-11
81+
### 0.2.0 - 2019-08-11
8282
### Feat
8383
- add noncurrent_version_expiration option
8484
- add s3_bucket_force_destroy flag
@@ -88,21 +88,21 @@ imports after upgrade. See `docs/upgrade-1.0.md` for guidance.
8888
- insufficient persmission to encrypt states with the KMS key
8989

9090

91-
## [0.1.0] - 2019-08-10
91+
### 0.1.0 - 2019-08-10
9292
### Feat
9393
- add "tags" input variable
9494

9595

96-
## [0.0.4] - 2019-07-14
96+
### 0.0.4 - 2019-07-14
9797
### Fix
9898
- use a provider for replica bucket
9999

100100

101-
## [0.0.3] - 2019-07-14
101+
### 0.0.3 - 2019-07-14
102102
### Feat
103103
- enable public access block for S3 buckets
104104

105105

106-
## [0.0.2] - 2019-07-14
106+
### 0.0.2 - 2019-07-14
107107
### Feat
108108
- derive a region for replica bucket from the provider

0 commit comments

Comments
 (0)