-
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
be2eb67
commit f9607d7
Showing
1 changed file
with
61 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,61 @@ | ||
|
||
<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-10) | ||
|
||
### 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 |