Skip to content

Commit 2e413a5

Browse files
committed
chore: update changelog
1 parent 049e111 commit 2e413a5

1 file changed

Lines changed: 45 additions & 29 deletions

File tree

CHANGELOG.md

Lines changed: 45 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
2+
<a name="v0.3.6"></a>
3+
## [v0.3.6](https://github.com/commitdev/terraform-aws-zero/compare/v0.3.5...v0.3.6) (2021-05-18)
4+
5+
### New Features
6+
7+
* Added support for using external-secrets with kratos ([#48](https://github.com/commitdev/terraform-aws-zero/issues/48))
8+
9+
10+
<a name="v0.3.5"></a>
11+
## [v0.3.5](https://github.com/commitdev/terraform-aws-zero/compare/v0.3.4...v0.3.5) (2021-05-18)
12+
13+
### New Features
14+
15+
* S3_hosting create CF but use existing bucket ([#47](https://github.com/commitdev/terraform-aws-zero/issues/47))
16+
17+
18+
<a name="v0.3.4"></a>
19+
## [v0.3.4](https://github.com/commitdev/terraform-aws-zero/compare/v0.3.3...v0.3.4) (2021-04-27)
20+
21+
### Bug Fixes
22+
23+
* auth wrong target for cookie session ([#46](https://github.com/commitdev/terraform-aws-zero/issues/46))
24+
25+
126
<a name="v0.3.3"></a>
227
## [v0.3.3](https://github.com/commitdev/terraform-aws-zero/compare/v0.3.2...v0.3.3) (2021-04-23)
328

@@ -13,6 +38,7 @@
1338

1439
* auth endpoints targeting wrong svc name
1540

41+
1642
<a name="v0.3.1"></a>
1743
## [v0.3.1](https://github.com/commitdev/terraform-aws-zero/compare/v0.3.0...v0.3.1) (2021-04-15)
1844

@@ -21,20 +47,23 @@
2147
* Pin the terraform version in the validation gha workflow because of issues with submodules when using TF 0.15
2248
* Return the EKS primary security group now for us to use in other modules, also connect the primary and additional security groups (only used for migration, as the additional security group won't be used anymore)
2349

50+
2451
<a name="v0.3.0"></a>
2552
## [v0.3.0](https://github.com/commitdev/terraform-aws-zero/compare/v0.2.1...v0.3.0) (2021-04-13)
2653

2754
### Breaking
2855

2956
* Switch EKS module to using managed node groups instead of worker groups ([#42](https://github.com/commitdev/terraform-aws-zero/issues/42))
3057

58+
3159
<a name="v0.2.1"></a>
3260
## [v0.2.1](https://github.com/commitdev/terraform-aws-zero/compare/v0.2.0...v0.2.1) (2021-03-31)
3361

3462
### Bug Fixes
3563

3664
* Oops, somehow this change got lost. Set ingress traffic policy to local to preserve source ip.
3765

66+
3867
<a name="v0.2.0"></a>
3968
## [v0.2.0](https://github.com/commitdev/terraform-aws-zero/compare/v0.1.21...v0.2.0) (2021-03-30)
4069

@@ -43,6 +72,15 @@
4372
* Added pod anti affinity to nginx ingress
4473
* Moved nginx ingress creation from aws-eks module and converted to a helm chart. Also switched to using NLB instead of ELB.
4574

75+
76+
<a name="v0.1.21"></a>
77+
## [v0.1.21](https://github.com/commitdev/terraform-aws-zero/compare/v0.1.20...v0.1.21) (2021-03-23)
78+
79+
### Enhancements
80+
81+
* customizable helm resource name
82+
83+
4684
<a name="v0.1.20"></a>
4785
## [v0.1.20](https://github.com/commitdev/terraform-aws-zero/compare/v0.1.19...v0.1.20) (2021-03-22)
4886

@@ -58,6 +96,10 @@
5896
<a name="v0.1.19"></a>
5997
## [v0.1.19](https://github.com/commitdev/terraform-aws-zero/compare/v0.1.18...v0.1.19) (2021-03-18)
6098

99+
### Enhancements
100+
101+
* optionally create user-auth namespace
102+
61103

62104
<a name="v0.1.18"></a>
63105
## [v0.1.18](https://github.com/commitdev/terraform-aws-zero/compare/v0.1.17...v0.1.18) (2021-03-05)
@@ -84,10 +126,7 @@
84126

85127

86128
<a name="v0.1.14"></a>
87-
## [v0.1.14](https://github.com/commitdev/terraform-aws-zero/compare/v0.1.13...v0.1.14) (2021-01-28)
88-
89-
### Enhancements
90-
* add NAT instance for VPC module
129+
## [v0.1.14](https://github.com/commitdev/terraform-aws-zero/compare/v0.1.13...v0.1.14) (2021-01-29)
91130

92131

93132
<a name="v0.1.13"></a>
@@ -103,51 +142,28 @@
103142

104143

105144
<a name="v0.1.12"></a>
106-
## [v0.1.12](https://github.com/commitdev/terraform-aws-zero/compare/v0.1.11...v0.1.12) (2020-10-20)
107-
108-
### Enhancements
109-
* eks: enhanced to handle k8s_groups for ci-user
110-
* user_access: enhanced to handle k8s_groups for ci-user
145+
## [v0.1.12](https://github.com/commitdev/terraform-aws-zero/compare/v0.1.11...v0.1.12) (2020-10-21)
111146

112147

113148
<a name="v0.1.11"></a>
114149
## [v0.1.11](https://github.com/commitdev/terraform-aws-zero/compare/v0.1.10...v0.1.11) (2020-10-13)
115150

116-
### Enhancements
117-
* vpc: added public/private visibility tags to subnets
118-
119151

120152
<a name="v0.1.10"></a>
121153
## [v0.1.10](https://github.com/commitdev/terraform-aws-zero/compare/v0.1.9...v0.1.10) (2020-10-13)
122154

123-
### Enhancements
124-
125-
* cloudtrail: remove environment as input
126-
127155

128156
<a name="v0.1.9"></a>
129157
## [v0.1.9](https://github.com/commitdev/terraform-aws-zero/compare/v0.1.8...v0.1.9) (2020-10-09)
130158

131-
### Enhancements
132-
133-
* enable S3 encryption for s3_hosting and cloudtrail
134-
135159

136160
<a name="v0.1.8"></a>
137161
## [v0.1.8](https://github.com/commitdev/terraform-aws-zero/compare/v0.1.7...v0.1.8) (2020-10-06)
138162

139-
### Enhancements
140-
141-
* user_access: use map instead of index for resource creation
142-
143163

144164
<a name="v0.1.7"></a>
145165
## [v0.1.7](https://github.com/commitdev/terraform-aws-zero/compare/v0.1.6...v0.1.7) (2020-10-06)
146166

147-
### New Features
148-
149-
* add CloudTrail
150-
151167

152168
<a name="v0.1.6"></a>
153169
## [v0.1.6](https://github.com/commitdev/terraform-aws-zero/compare/v0.1.5...v0.1.6) (2020-10-05)
@@ -191,14 +207,14 @@
191207
### Bug Fixes
192208

193209
* modules with count to pick index first item ([#11](https://github.com/commitdev/terraform-aws-zero/issues/11))
194-
* Bump external module versions in database and logging modules to allow support for AWS provider version 3 ([#13](https://github.com/commitdev/terraform-aws-zero/issues/13))
195210

196211

197212
<a name="v0.1.0"></a>
198213
## [v0.1.0](https://github.com/commitdev/terraform-aws-zero/compare/v0.0.3...v0.1.0) (2020-09-23)
199214

200215
### Bug Fixes
201216

217+
* Bump external module versions in database and logging modules to allow support for AWS provider version 3 ([#13](https://github.com/commitdev/terraform-aws-zero/issues/13))
202218
* Environment check was looking for the wrong string when enabling backups ([#9](https://github.com/commitdev/terraform-aws-zero/issues/9))
203219

204220

0 commit comments

Comments
 (0)