This repository has been archived by the owner on Apr 18, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
/
CHANGELOG
53 lines (30 loc) · 1.48 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
terraform-aws-github-ci-1.0.0 (2018-12-26)
* Added support for CodeBuild environment variables
* Removed custom Lambda functions in favor of native CodeBuild functionality
* Officially deprecated the project - this should be the last release
terraform-aws-github-ci-0.5.4 (2018-08-18)
* Fixed GitHub webhook creation by temporarily downgrading provider to < 1
terraform-aws-github-ci-0.5.3 (2018-06-04)
* Added support for privileged mode
terraform-aws-github-ci-0.5.2 (2018-05-16)
* Fixed indeterministic environment variable mapping
terraform-aws-github-ci-0.5.1 (2018-04-12)
* Fixed broken update for build status badges
terraform-aws-github-ci-0.5.0 (2018-04-12)
* Added support to configure build specification file location
* Fixed #10: Webhook fails due to invalid reference
terraform-aws-github-ci-0.4.1 (2018-04-01)
* Fixed #5: Removed default for namespace variable
terraform-aws-github-ci-0.4.0 (2018-03-30)
* Refactored complete code base into TypeScript
terraform-aws-github-ci-0.3.0 (2017-12-03)
* Fixed compatibility errors with Terraform 0.11
terraform-aws-github-ci-0.2.0 (2017-12-02)
* Added support for external CodeBuild project configuration
* Fixed GitHub webhook being set repeatedly due to OAuth token
* Restructured project into submodules
terraform-aws-github-ci-0.1.1 (2017-11-15)
* Fixed missing distribution files
* Fixed invalid source location for initial status badge
terraform-aws-github-ci-0.1.0 (2017-11-15)
* Initial release