Skip to content

Commit 0c4070b

Browse files
committed
Changelog updated
1 parent 4ca2df5 commit 0c4070b

File tree

1 file changed

+141
-0
lines changed

1 file changed

+141
-0
lines changed

CHANGELOG.md

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

0 commit comments

Comments
 (0)