You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+63-2Lines changed: 63 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,81 +1,122 @@
1
1
# Changelog
2
+
2
3
All notable changes to this project will be documented in this file.
3
4
4
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
7
8
## [Unreleased]
9
+
10
+
## [0.5.1]
11
+
12
+
### Fixed
13
+
14
+
- Remove support for Terraform Github Provider v3.1.0 as this version introduced undocumneted breaking changes. See https://github.com/terraform-providers/terraform-provider-github/issues/566 for details.
15
+
8
16
### Changed
17
+
9
18
- Adjust default branch in code to github new default branch naming
10
19
11
20
## [0.5.0]
21
+
12
22
### Added
23
+
13
24
- Add support for Terraform v0.13.x
14
25
- Add support for Terraform Github Provider v3.x
15
26
- Prepare support for Terraform v0.14.x (needs terraform v0.12.20 or above)
16
27
17
28
## [0.4.2] - 2020-06-23
29
+
18
30
### Added
31
+
19
32
- Add `CHANGELOG.md`.
33
+
20
34
### Changed
35
+
21
36
- Switch CI from SemaphoreCI to GitHub Actions.
22
37
23
38
## [0.4.1] - 2020-06-04
39
+
24
40
### Added
41
+
25
42
- Add CONTRIBUTING.md.
26
43
- Add `phony-targets` and `markdown-link-check` hooks.
44
+
27
45
### Changelog
46
+
28
47
- Update logo and badges in README.md.
29
48
30
49
## [0.4.0] - 2020-05-28
50
+
31
51
### Fixed
52
+
32
53
- Fix a bug that was introduced during the last release which forced the
33
54
re-creation of teams on every run.
34
55
35
56
## [0.3.1] - 2020-05-24
57
+
36
58
### Fixed
59
+
37
60
- Fix dependency issue when assigning teams by name.
38
61
39
62
## [0.3.0] - 2020-05-14
63
+
40
64
### Added
65
+
41
66
- Add `issue_labels_create` to specify whether you want to force or suppress the
42
67
creation of issues labels. Default is `true` if `has_issues` is `true` or
43
68
`issue_labels` is non-empty, otherwise default is `false`.
0 commit comments