Skip to content

Commit 6c27530

Browse files
docs: update changelog
1 parent be6724d commit 6c27530

File tree

1 file changed

+87
-4
lines changed

1 file changed

+87
-4
lines changed

CHANGELOG.md

Lines changed: 87 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,81 @@
44

55

66
<a name="v0.13.0"></a>
7-
## [v0.13.0] - 2020-07-19
7+
## [v0.13.0] - 2021-05-10
8+
9+
- Merge pull request [#8](https://github.com/terraform-module/terraform-kubernetes-velero.git/issues/8) from terraform-module/readme
10+
- fix: chlog updated
11+
- chore: update release drafter and stale setup as now they derive setup from .github
12+
- chore: remove issue templates. we do not need automerger right now and bump release to tfm 0.13. skip
13+
- chore: update readme. skip
14+
15+
16+
<a name="v0.12.11"></a>
17+
## [v0.12.11] - 2021-05-10
18+
19+
- Merge pull request [#7](https://github.com/terraform-module/terraform-kubernetes-velero.git/issues/7) from jverce/remove-deprecated-function-calls
20+
- Run project validations
21+
- Decouple installation name from Kubernetes namespace name
22+
- Use a data source for Kubernetes namespace
23+
- Refactor usage of deprecated `list` function
24+
25+
###
26+
27+
[Terraform docs](https://www.terraform.io/docs/language/functions/list.html)
28+
* Move hardcoded `serviceAccount` values into a template YAML file
29+
30+
31+
<a name="v0.12.10"></a>
32+
## [v0.12.10] - 2021-04-25
33+
34+
- Merge pull request [#6](https://github.com/terraform-module/terraform-kubernetes-velero.git/issues/6) from jverce/fix-typos-in-doc
35+
- Add back the $ sign in the command examples
36+
- Fix some typos on the docs
37+
38+
39+
<a name="v0.12.9"></a>
40+
## [v0.12.9] - 2020-12-15
41+
42+
- Merge pull request [#3](https://github.com/terraform-module/terraform-kubernetes-velero.git/issues/3) from gozer/issue/2/iam_deploy
43+
- Merge branch 'master' into issue/2/iam_deploy
44+
- Add iam_deploy option, defaults to true
45+
46+
47+
<a name="v0.12.8"></a>
48+
## [v0.12.8] - 2020-12-13
49+
50+
- Merge pull request [#5](https://github.com/terraform-module/terraform-kubernetes-velero.git/issues/5) from gozer/issue/4/iam-role-name
51+
- Add `iam_role_name` option, default stays the same
52+
53+
54+
<a name="v0.12.7"></a>
55+
## [v0.12.7] - 2020-10-10
56+
57+
- Merge pull request [#1](https://github.com/terraform-module/terraform-kubernetes-velero.git/issues/1) from samanthaq/velero-chart-version-v2.13.2
58+
- bump velero/velero chart to version v2.13.2
59+
60+
61+
<a name="v0.12.6"></a>
62+
## [v0.12.6] - 2020-07-26
63+
64+
- do not ouput flaky namespace metadata
65+
66+
67+
<a name="v0.12.5"></a>
68+
## [v0.12.5] - 2020-07-20
69+
70+
- rename vars to app. default history is 1
71+
- changelog updated
72+
73+
74+
<a name="v0.12.3"></a>
75+
## [v0.12.3] - 2020-07-19
76+
77+
- changelog updated
78+
79+
80+
<a name="v0.12.4"></a>
81+
## [v0.12.4] - 2020-07-19
882

983
- changelog updated
1084

@@ -21,6 +95,15 @@
2195
- Initial commit
2296

2397

24-
[Unreleased]: https://github.com/terraform-module/TODO/compare/v0.13.0...HEAD
25-
[v0.13.0]: https://github.com/terraform-module/TODO/compare/v0.12.2...v0.13.0
26-
[v0.12.2]: https://github.com/terraform-module/TODO/compare/v0.12.1...v0.12.2
98+
[Unreleased]: https://github.com/terraform-module/terraform-kubernetes-velero.git/compare/v0.13.0...HEAD
99+
[v0.13.0]: https://github.com/terraform-module/terraform-kubernetes-velero.git/compare/v0.12.11...v0.13.0
100+
[v0.12.11]: https://github.com/terraform-module/terraform-kubernetes-velero.git/compare/v0.12.10...v0.12.11
101+
[v0.12.10]: https://github.com/terraform-module/terraform-kubernetes-velero.git/compare/v0.12.9...v0.12.10
102+
[v0.12.9]: https://github.com/terraform-module/terraform-kubernetes-velero.git/compare/v0.12.8...v0.12.9
103+
[v0.12.8]: https://github.com/terraform-module/terraform-kubernetes-velero.git/compare/v0.12.7...v0.12.8
104+
[v0.12.7]: https://github.com/terraform-module/terraform-kubernetes-velero.git/compare/v0.12.6...v0.12.7
105+
[v0.12.6]: https://github.com/terraform-module/terraform-kubernetes-velero.git/compare/v0.12.5...v0.12.6
106+
[v0.12.5]: https://github.com/terraform-module/terraform-kubernetes-velero.git/compare/v0.12.3...v0.12.5
107+
[v0.12.3]: https://github.com/terraform-module/terraform-kubernetes-velero.git/compare/v0.12.4...v0.12.3
108+
[v0.12.4]: https://github.com/terraform-module/terraform-kubernetes-velero.git/compare/v0.12.2...v0.12.4
109+
[v0.12.2]: https://github.com/terraform-module/terraform-kubernetes-velero.git/compare/v0.12.1...v0.12.2

0 commit comments

Comments
 (0)