Skip to content

Commit da9a739

Browse files
committed
Changelog updated
1 parent 12e3f81 commit da9a739

File tree

1 file changed

+205
-0
lines changed

1 file changed

+205
-0
lines changed

CHANGELOG.md

Lines changed: 205 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,205 @@
1+
2+
<a name="0.9.0"></a>
3+
## [0.9.0](https://github.com/nuuday/terraform-aws-eks/compare/0.8.0...0.9.0) (2020-12-14)
4+
5+
### Feat
6+
7+
* upgraded prometheus version
8+
9+
10+
<a name="0.8.0"></a>
11+
## [0.8.0](https://github.com/nuuday/terraform-aws-eks/compare/0.7.1...0.8.0) (2020-12-11)
12+
13+
### Feat
14+
15+
* upgraded to support terraform 0.13
16+
17+
18+
<a name="0.7.1"></a>
19+
## [0.7.1](https://github.com/nuuday/terraform-aws-eks/compare/0.7.0...0.7.1) (2020-09-23)
20+
21+
### Chore
22+
23+
* fixed formatting
24+
25+
26+
<a name="0.7.0"></a>
27+
## [0.7.0](https://github.com/nuuday/terraform-aws-eks/compare/0.6.1...0.7.0) (2020-09-23)
28+
29+
### Feat
30+
31+
* Replaced prometheus with prometheus operator
32+
33+
34+
<a name="0.6.1"></a>
35+
## [0.6.1](https://github.com/nuuday/terraform-aws-eks/compare/0.6.0...0.6.1) (2020-09-14)
36+
37+
### Fix
38+
39+
* Added filter to configure if a loadbalancer port should be forwarded to the ingress-controller
40+
41+
42+
<a name="0.6.0"></a>
43+
## [0.6.0](https://github.com/nuuday/terraform-aws-eks/compare/0.5.1...0.6.0) (2020-08-27)
44+
45+
### Feat
46+
47+
* bumped cert-manager version
48+
49+
50+
<a name="0.5.1"></a>
51+
## [0.5.1](https://github.com/nuuday/terraform-aws-eks/compare/0.5.0...0.5.1) (2020-08-24)
52+
53+
### Fix
54+
55+
* Fixed cert-manager variable, removed variable that's not used anymore
56+
57+
58+
<a name="0.5.0"></a>
59+
## [0.5.0](https://github.com/nuuday/terraform-aws-eks/compare/0.4.5...0.5.0) (2020-08-24)
60+
61+
### Feat
62+
63+
* Updated all addons to newest version
64+
65+
66+
<a name="0.4.5"></a>
67+
## [0.4.5](https://github.com/nuuday/terraform-aws-eks/compare/0.4.4...0.4.5) (2020-08-13)
68+
69+
### Fix
70+
71+
* updated loki module version
72+
73+
74+
<a name="0.4.4"></a>
75+
## [0.4.4](https://github.com/nuuday/terraform-aws-eks/compare/0.4.3...0.4.4) (2020-08-13)
76+
77+
### Fix
78+
79+
* updated loki module version
80+
81+
82+
<a name="0.4.3"></a>
83+
## [0.4.3](https://github.com/nuuday/terraform-aws-eks/compare/0.4.2...0.4.3) (2020-08-13)
84+
85+
### Fix
86+
87+
* updated loki module version
88+
89+
90+
<a name="0.4.2"></a>
91+
## [0.4.2](https://github.com/nuuday/terraform-aws-eks/compare/0.4.1...0.4.2) (2020-07-24)
92+
93+
### Fix
94+
95+
* fixed spinnaker support and removed namespace creations features
96+
* fixed roles name, removed trailing 's'
97+
98+
99+
<a name="0.4.1"></a>
100+
## [0.4.1](https://github.com/nuuday/terraform-aws-eks/compare/0.4.0...0.4.1) (2020-07-22)
101+
102+
### Fix
103+
104+
* fixed formatting
105+
106+
107+
<a name="0.4.0"></a>
108+
## [0.4.0](https://github.com/nuuday/terraform-aws-eks/compare/0.3.0...0.4.0) (2020-07-22)
109+
110+
### Feat
111+
112+
* Added support for Spinnaker and namespace creation
113+
114+
115+
<a name="0.3.0"></a>
116+
## [0.3.0](https://github.com/nuuday/terraform-aws-eks/compare/0.2.0...0.3.0) (2020-07-13)
117+
118+
### Feat
119+
120+
* Updated cluster_version to default to 1.17 and locked module version
121+
122+
123+
<a name="0.2.0"></a>
124+
## [0.2.0](https://github.com/nuuday/terraform-aws-eks/compare/0.1.1...0.2.0) (2020-07-10)
125+
126+
### Feat
127+
128+
* Updated addon version
129+
130+
131+
<a name="0.1.1"></a>
132+
## [0.1.1](https://github.com/nuuday/terraform-aws-eks/compare/0.1.0...0.1.1) (2020-07-06)
133+
134+
### Fix
135+
136+
* Locked all versions to a tag
137+
138+
139+
<a name="0.1.0"></a>
140+
## 0.1.0 (2020-07-06)
141+
142+
### Chore
143+
144+
* updated addons modules version
145+
* verify module docs and formatting on all pushes
146+
147+
### Docs
148+
149+
* updated README.md
150+
* add descriptions to remaining Terraform outputs
151+
* add description to remaining TF variables
152+
153+
### Feat
154+
155+
* Added changelog
156+
* Added loadbalancer, ingress, external-dns and cert-manager support
157+
* Added tag and release workflow
158+
* added new feature for asg group tags
159+
* Moved last addons to addons repo
160+
* Moved metrics-server to addons
161+
* Moved termination to addon module
162+
* Added admin bot user and fixed formatting
163+
* Added default works and scheduled shutdown of worker nodes
164+
* changed default logging configuration and retention
165+
* Added more outputs
166+
* added .github/settings.yaml
167+
* Added kubernetes groups to map aws assumable roles
168+
* Added kubernetes groups to map aws assumable roles
169+
* Refactored eks module
170+
171+
### Fix
172+
173+
* Fixed file formatting
174+
* changed username of admin robots to admin-robot
175+
* fixed loki module path
176+
* Added depends_on for modules not explicit referring to eks
177+
* Added depends_on for modules not explicit referring to eks
178+
* fixed reference variable
179+
* Fixed module version
180+
* fixed configuration
181+
* enabled pre-commit
182+
* deleted old and unneeded features
183+
* added variables to support new features
184+
* removed unneeded cni configuration
185+
* Removed aws provider configuration
186+
* Added token argument to kubectl command
187+
* removed old addons
188+
* Changed formatting workflow, it now only runs once.
189+
* moved sample to samples folder
190+
* enabling/disabling external-dns didn't have any effect
191+
192+
### Formatting
193+
194+
* Reformatted code
195+
* clean up of line breaks
196+
197+
### Refactor
198+
199+
* Refactored addons, which i believe should be default addons and not modules
200+
* Moved addons to separate folder to allow for testing
201+
202+
### Pull Requests
203+
204+
* Merge pull request [#7](https://github.com/nuuday/terraform-aws-eks/issues/7) from nuuday/worker_submodule
205+

0 commit comments

Comments
 (0)