Releases: cloudposse/terraform-aws-sns-lambda-notify-slack
Releases · cloudposse/terraform-aws-sns-lambda-notify-slack
v0.9.0
v0.8.0
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
- Tests are failing.
- See the initial discussion in this thread #57 (comment)
v0.7.2
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 addissue: write
permission needed by ReviewDogtflint
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
v0.7.1
🚀 Enhancements
🤖 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
Features
v0.7.0
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
- No changes
v0.5.9
🤖 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
Features
5.4.1 (2022-11-07)
Bug Fixes
v5.4.1
v5.4.0
Features
v5.3.0
Features
v5.2.0
Features
v5.1.0
Features
v5.0.0
⚠ BREAKING CHANGES
-
- Update lambda module to 3.1.0 to support AWS provider version 4.8+
Features
v4.24.0
Features
v4.23.0
Features
v4.22.0
Features
v4.21.0
Features
v4.20.0
Features
v0.5.8
🚀 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
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
🤖 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.