Releases: cloudposse/terraform-github-repository-webhooks
Releases · cloudposse/terraform-github-repository-webhooks
v0.14.0
v0.13.0
Remove hardcoded github provider @drselump14 (#40)
- Remove detailed GitHub provider
- Allow GitHub provider to be injected
git.io->cloudposse.tools update @dylanbannon (#36)
what and why
Change all references to git.io/build-harness
into cloudposse.tools/build-harness
, since git.io
redirects will stop working on April 29th, 2022.
References
- DEV-143
v0.12.1
🤖 Automatic Updates
Update context.tf @cloudpossebot (#33)
what
This is an auto-generated PR that updates the context.tf
file to the latest version from cloudposse/terraform-null-label
why
To support all the features of the context
interface.
v0.12.0 Support Null Label v0.24.1, require Terraform 0.13 or later
context.tf updated to v0.24.1, minimum required Terraform version bumped to 0.13.0 when needed, readme updated @maximmi (#26)
what
- update context.tf to v0.24.1
- minimum required Terraform version bumped to 0.13.0
- readme updated, Bridgecrew compliance badges added
why
- It allows for setting the letter case of tag names and labels, back compatibility with context v0.22.0 and below
- we have dropped support for Terraform 0.12
- To be able see and fix the recommendations from Bridgecrew so we can position our modules as standards compliant
v0.11.0 Pin GitHub provider to exactly 3.0.0
Last Terraform v0.12 support.
Pin GitHub provider to exactly 3.0.0 @Nuru (#27)
what
- Pin GitHub provider to exactly 3.0.0
why
- Possible fix for cloudposse/terraform-aws-ecs-web-app#63
- Every release of GitHub provider seems to have breaking changes.
references
- GitHub provider Changelog
v0.10.1
v0.10.0
0.9.0: Only use a single list of required_providers
what
- De-duplicated the
required_providers
list
why
- Previously it would have a
github
provider version defined in bothmain.tf
andversions.tf
- In Terraform 0.13 this would no longer work (in this case as part of the ECS CodePipeline module) and will result in an error:
Error: Duplicate required providers configuration
on .terraform/modules/api.ecs_codepipeline.github_webhooks/versions.tf line 4, in terraform:
4: required_providers {
A module may have only one required providers configuration. The required
providers were previously configured at
.terraform/modules/api.ecs_codepipeline.github_webhooks/main.tf:2,3-21.
references
0.8.0
0.7.0: fix "protocol scheme" error (#18)
* fix-protocol-scheme-error * set api * set api * set github_token var * added anonymous var * fix test