Skip to content

Releases: cloudposse/terraform-aws-sns-lambda-notify-slack

v0.9.0

11 Jul 18:01
e5696c6
Compare
Choose a tag to compare
Fix release workflow (#61)

* Fix release.yml

* Update main.tf

* Update examples_complete_test.go

* Update examples_complete_test.go

v0.8.0

11 Jul 11:59
2c6b476
Compare
Choose a tag to compare
fix: add an attribute to examples/completed to avoid name conflict in test concurrent runs @gberenice (#60)

what

  • Adds an attribute to the examples/competed root module - the MD5 hash of a timestamp. Thit adds a "random" attribute to the resources and helps to avoid resource name conflict during the concurrent runs, [e.g.]:
    Error: creating CloudWatch Logs Log Group (/aws/lambda/eg-test-sns-default): operation error CloudWatch Logs: 
    CreateLogGroup, https response error StatusCode: 400, RequestID: 1eefd044-082e-4b8e-8c3b-0b3c3f2dd8a8, 
    ResourceAlreadyExistsException: The specified log group already exists
    
  • Bumps terraform-aws-modules/notify-slack/aws to support newer Python version before 3.8 EOL

why

v0.7.2

11 Jun 07:52
8902df5
Compare
Choose a tag to compare
Add tags @rtest12 (#59)

what

  • Use tags = module.this.tags on the notify_slack resource.

why

  • Enhanced manageability: Tags enable better resource management, cost tracking, and security strategies.
  • Consistency: Tagging the notify_slack resource provides consistency across all project resources.
  • Discovery: Tags assist in faster resource locating when filtering or searching.

🤖 Automatic Updates

Update GitHub Workflows to use shared workflows from '.github' repo @osterman (#58)

what

  • Update workflows (.github/workflows) to use shared workflows from .github repo

why

  • Reduce nested levels of reusable workflows
Update GitHub Workflows to Fix ReviewDog TFLint Action @osterman (#56)

what

  • Update workflows (.github/workflows) to add issue: write permission needed by ReviewDog tflint action

why

  • The ReviewDog action will comment with line-level suggestions based on linting failures
Update GitHub workflows @osterman (#55)

what

  • Update workflows (.github/workflows/settings.yaml)

why

  • Support new readme generation workflow.
  • Generate banners
Use GitHub Action Workflows from `cloudposse/.github` Repo @osterman (#54)

what

  • Install latest GitHub Action Workflows

why

  • Use shared workflows from cldouposse/.github repository
  • Simplify management of workflows from centralized hub of configuration
Add GitHub Settings @osterman (#51)

what

  • Install a repository config (.github/settings.yaml)

why

  • Programmatically manage GitHub repo settings
Update Scaffolding @osterman (#49)

what

  • Reran make readme to rebuild README.md from README.yaml
  • Migrate to square badges
  • Add scaffolding for repo settings and Mergify

why

  • Upstream template changed in the .github repo
  • Work better with repository rulesets
  • Modernize look & feel

v0.7.1

02 Mar 18:52
cfce785
Compare
Choose a tag to compare

🚀 Enhancements

Added variable lambda_source_path to support custom lambda @vladsmrt (#46)

what

why

references

🤖 Automatic Updates

Update Terraform terraform-aws-modules/notify-slack/aws to 5.6 @renovate (#48)

This PR contains the following updates:

Package Type Update Change
terraform-aws-modules/notify-slack/aws (source) module minor 5.5 -> 5.6

Release Notes

terraform-aws-modules/terraform-aws-notify-slack (terraform-aws-modules/notify-slack/aws)

v5.6.0

Compare Source

Features

v0.7.0

02 Jan 22:58
a338e94
Compare
Choose a tag to compare
Added the VPC params to the call of the notify_slack module @boris-dyga-SM (#45)

what

  • Added VPC params to be able to deploy the Lambda inside VPC as well

why

  • PCI DSS requires any Lambda to be deployed inside a VPC

references

Sync github @max-lobur (#40)

Rebuild github dir from the template

v0.6.0

17 May 09:06
3e55ce9
Compare
Choose a tag to compare
  • No changes

v0.5.9

10 Dec 16:36
3e55ce9
Compare
Choose a tag to compare

🤖 Automatic Updates

Update Terraform terraform-aws-modules/notify-slack/aws to v5 @renovate (#30)

This PR contains the following updates:

Package Type Update Change
terraform-aws-modules/notify-slack/aws (source) module major 4.19 -> 5.5

Release Notes

terraform-aws-modules/terraform-aws-notify-slack

v5.5.0

Compare Source

Features
5.4.1 (2022-11-07)
Bug Fixes
  • Update CI configuration files to use latest version (#​181) (6ca4605)

v5.4.1

Compare Source

v5.4.0

Compare Source

Features

v5.3.0

Compare Source

Features

v5.2.0

Compare Source

Features

v5.1.0

Compare Source

Features

v5.0.0

Compare Source

⚠ BREAKING CHANGES
    • Update lambda module to 3.1.0 to support AWS provider version 4.8+
Features
  • Update lambda module to 3.1.0 to support AWS provider version 4.8+ (#​166) (ea822a3)

v4.24.0

Compare Source

Features
  • Revert incorrectly removed output this_slack_topic_arn (#​159) (24ec027)

v4.23.0

Compare Source

Features
  • add support for recreating package locally if not missing/not present (#​158) (912e11d)

v4.22.0

Compare Source

Features
  • add lint and unit test workflow checks for pull requests (#​152) (d2675ec)

v4.21.0

Compare Source

Features
  • Added policy path variable to lambda module IAM role policy (#​153) (b3179a9)

v4.20.0

Compare Source

Features
  • Update lambda module and bump Terraform/AWS provider versions (#​151) (0a1fae8)

v0.5.8

10 Dec 15:56
672137e
Compare
Choose a tag to compare

🚀 Enhancements

Use cloudposse/template for arm support @nitrocode (#36)

what

  • Use cloudposse/template for arm support

why

  • The new cloudposse/template provider has a darwin arm binary for M1 laptops

references

v0.5.7

01 Jul 23:58
36da198
Compare
Choose a tag to compare
git.io->cloudposse.tools update @dylanbannon (#31)

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

🤖 Automatic Updates

Update Terraform terraform-aws-modules/notify-slack/aws to 4.19 @renovate (#29)

This PR contains the following updates:

Package Type Update Change
terraform-aws-modules/notify-slack/aws (source) module minor 4.18 -> 4.24

v0.5.6

20 Nov 03:09
a7a0c0d
Compare
Choose a tag to compare

🤖 Automatic Updates

Update context.tf @cloudpossebot (#28)

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.