Skip to content

Commit 2902301

Browse files
committed
Changelog updated
1 parent 0687bf5 commit 2902301

File tree

1 file changed

+149
-0
lines changed

1 file changed

+149
-0
lines changed

CHANGELOG.md

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

0 commit comments

Comments
 (0)