-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6aa10ac
commit 0616025
Showing
1 changed file
with
93 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
|
||
<a name="0.2.3"></a> | ||
## [0.2.3](https://github.com/nuuday/terraform-aws-kubernetes-grafana/compare/0.2.2...0.2.3) (2020-08-18) | ||
|
||
### Fix | ||
|
||
* don't lookup K8s namespaces to determine namespace creation | ||
|
||
|
||
<a name="0.2.2"></a> | ||
## [0.2.2](https://github.com/nuuday/terraform-aws-kubernetes-grafana/compare/0.2.1...0.2.2) (2020-08-14) | ||
|
||
### Improvement | ||
|
||
* allow additional policy ARNs to be attached the IRSA role | ||
|
||
|
||
<a name="0.2.1"></a> | ||
## [0.2.1](https://github.com/nuuday/terraform-aws-kubernetes-grafana/compare/0.2.0...0.2.1) (2020-08-14) | ||
|
||
### Fix | ||
|
||
* pin terraform-aws-* modules and support aws provider v3 | ||
|
||
|
||
<a name="0.2.0"></a> | ||
## [0.2.0](https://github.com/nuuday/terraform-aws-kubernetes-grafana/compare/0.1.3...0.2.0) (2020-08-14) | ||
|
||
### Feat | ||
|
||
* allow data sources to be passed to the chart | ||
|
||
|
||
<a name="0.1.3"></a> | ||
## [0.1.3](https://github.com/nuuday/terraform-aws-kubernetes-grafana/compare/0.1.2...0.1.3) (2020-08-12) | ||
|
||
### Chore | ||
|
||
* precision in variable descriptions | ||
* formatting | ||
|
||
### Feat | ||
|
||
* allow all OAuth configurations to be passed into `grafana.ini` | ||
|
||
### Improvement | ||
|
||
* only create Grafana namespace if it doesn't exist | ||
|
||
|
||
<a name="0.1.2"></a> | ||
## [0.1.2](https://github.com/nuuday/terraform-aws-kubernetes-grafana/compare/0.1.1...0.1.2) (2020-07-10) | ||
|
||
### Fix | ||
|
||
* formatting | ||
* removed lint flow | ||
|
||
|
||
<a name="0.1.1"></a> | ||
## [0.1.1](https://github.com/nuuday/terraform-aws-kubernetes-grafana/compare/0.1.0...0.1.1) (2020-07-10) | ||
|
||
### Fix | ||
|
||
* formatting | ||
|
||
|
||
<a name="0.1.0"></a> | ||
## [0.1.0](https://github.com/nuuday/terraform-aws-kubernetes-grafana/compare/0.0.1...0.1.0) (2020-07-09) | ||
|
||
### Feat | ||
|
||
* Added configuration options for multiple domains | ||
* Added lint workflow | ||
|
||
|
||
<a name="0.0.1"></a> | ||
## 0.0.1 (2020-07-06) | ||
|
||
### Docs | ||
|
||
* Change project title | ||
|
||
### Feat | ||
|
||
* Added changelog configuration | ||
* added domain configuration | ||
* added release procedure | ||
|
||
### Fix | ||
|
||
* Disabled special characters for password generation | ||
* documentation |