Skip to content

Releases: cloudposse/terraform-github-repository-webhooks

v0.14.0

17 May 09:03
8b1cb1d
Compare
Choose a tag to compare
  • No changes

v0.13.0

23 Mar 13:57
8b1cb1d
Compare
Choose a tag to compare
Remove hardcoded github provider @drselump14 (#40)
  • Remove detailed GitHub provider
  • Allow GitHub provider to be injected

Resolves #34
Follows up for PR #35

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

20 Nov 03:04
3d84613
Compare
Choose a tag to compare

🤖 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

05 Feb 05:54
1ef4814
Compare
Choose a tag to compare
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

05 Feb 01:53
d97fb69
Compare
Choose a tag to compare

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

references

v0.10.1

04 Feb 06:57
3de60c5
Compare
Choose a tag to compare

🚀 Enhancements

Terraform 0.14 upgrade @maximmi (#25)

what

  • Upgrade to support Terraform 0.14 and bring up to current Cloud Posse standard

why

  • Support Terraform 0.14

v0.10.0

19 Aug 04:40
f651035
Compare
Choose a tag to compare
Additional TF 0.13 Fixes @osterman (#23)

what

  • upgrade chatops
  • add automatic releasing
  • upgrade to go modules
  • update any version pinning
  • (locally verififed) no terraform init errors using cli

why

  • Support Terraform 0.13

0.9.0: Only use a single list of required_providers

10 Aug 14:56
63e7aee
Compare
Choose a tag to compare

what

  • De-duplicated the required_providers list

why

  • Previously it would have a github provider version defined in both main.tf and versions.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

01 Jul 00:09
58c5518
Compare
Choose a tag to compare
Pining provider Due to regresion (#21)

0.7.0: fix "protocol scheme" error (#18)

10 Jun 23:11
7412659
Compare
Choose a tag to compare
* fix-protocol-scheme-error

* set api

* set api

* set github_token var

* added anonymous var

* fix test