Skip to content

Commit f0e42c0

Browse files
authored
chore: update CHANGELOG.md (#218)
1 parent a8ea83a commit f0e42c0

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

Diff for: CHANGELOG.md

+30-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,34 @@ project adheres to [Semantic Versioning](http://semver.org/).
1212

1313

1414

15+
<a name="v5.1.0"></a>
16+
## [v5.1.0] - 2021-11-22
17+
ENHANCEMENTS:
18+
- Use basic auth for Grafana by default and feature flag to switch between basic auth, github oauth and gitlab oauth ([#215](https://github.com/maddevsio/aws-eks-base/issues/215))
19+
20+
REFACTORS:
21+
- Do not use templates/istio/istio-operator-values.yaml and set necessary values in the eks-istio.tf file ([#214](https://github.com/maddevsio/aws-eks-base/issues/214))
22+
- Do not use templates/calico-values.yaml and set necessary values in the eks-calico.tf file ([#210](https://github.com/maddevsio/aws-eks-base/issues/210))
23+
- Do not use templates/teamcity-values.yaml and set necessary values in the eks-teamcity.tf file ([#208](https://github.com/maddevsio/aws-eks-base/issues/208))
24+
- Do not use templates/nginx-ingress-values.yaml and set necessary values in the eks-ingress-nginx-controller.tf file ([#206](https://github.com/maddevsio/aws-eks-base/issues/206))
25+
- Do not use templates/calico-values.yaml and set necessary values in the eks-calico.tf file
26+
- Do not use templates/elk-values.yaml and set necessary values in the eks-elk.tf file ([#204](https://github.com/maddevsio/aws-eks-base/issues/204))
27+
- Do not use templates/gitlab-runner-values.yaml and set necessary values in the eks-gitlab-runner.tf file ([#202](https://github.com/maddevsio/aws-eks-base/issues/202))
28+
- Do not use templates/cluster-autoscaler-values.yaml and set necessary values in the eks-cluster-autoscaler.tf file ([#200](https://github.com/maddevsio/aws-eks-base/issues/200))
29+
- Do not use templates/loki-stack-values.yaml and set necessary values in the eks-loki-stack.tf file ([#198](https://github.com/maddevsio/aws-eks-base/issues/198))
30+
- Do not use templates/prometheus-values.yaml and set necessary values in the eks-kube-prometheus-stack.tf file ([#196](https://github.com/maddevsio/aws-eks-base/issues/196))
31+
- Do not use templates/external-secrets-values.yaml and set necessary values in the eks-external-secrets.tf file ([#194](https://github.com/maddevsio/aws-eks-base/issues/194))
32+
- Do not use templates/external-dns-values.yaml and set necessary values in the eks-external-dns.tf file ([#192](https://github.com/maddevsio/aws-eks-base/issues/192))
33+
- Do not use templates/aws-node-termination-handler-values.yaml and set necessary values in the eks-aws-node-termination-handler.tf file ([#190](https://github.com/maddevsio/aws-eks-base/issues/190))
34+
- Do not use templates/alb-ingress-controller-values.yaml and set necessary values in the eks-aws-loadbalancer-controller.tf ([#188](https://github.com/maddevsio/aws-eks-base/issues/188))
35+
36+
DOCS:
37+
- Update documentation related to secrets ([#217](https://github.com/maddevsio/aws-eks-base/issues/217))
38+
- Move TFSEC notes from README.md into separate file ([#185](https://github.com/maddevsio/aws-eks-base/issues/185))
39+
40+
41+
42+
1543
<a name="v5.0.0"></a>
1644
## [v5.0.0] - 2021-11-15
1745
ENHANCEMENTS:
@@ -74,7 +102,8 @@ DOCS:
74102

75103

76104

77-
[Unreleased]: https://github.com/maddevsio/aws-eks-base/compare/v5.0.0...HEAD
105+
[Unreleased]: https://github.com/maddevsio/aws-eks-base/compare/v5.1.0...HEAD
106+
[v5.1.0]: https://github.com/maddevsio/aws-eks-base/compare/v5.0.0...v5.1.0
78107
[v5.0.0]: https://github.com/maddevsio/aws-eks-base/compare/v4.0.0...v5.0.0
79108
[v4.0.0]: https://github.com/maddevsio/aws-eks-base/compare/v3.0.0...v4.0.0
80109
[v3.0.0]: https://github.com/maddevsio/aws-eks-base/compare/v2.0.0...v3.0.0

0 commit comments

Comments
 (0)