Releases: cloudposse-terraform-components/aws-api-gateway-rest-api
v1.535.2
🤖 Automatic Updates
Update README.md and docs @[cloudposse-releaser[bot]](https://github.com/apps/cloudposse-releaser) (#32)
## what This is an auto-generated PR that updates the README.md and docswhy
To have most recent changes of README.md and doc from origin templates
chore(deps): update terraform cloudposse/nlb/aws to v0.18.2 @[renovate[bot]](https://github.com/apps/renovate) (#31)
This PR contains the following updates:Package | Type | Update | Change |
---|---|---|---|
cloudposse/nlb/aws (source) | module | patch | 0.18.1 -> 0.18.2 |
Release Notes
cloudposse/terraform-aws-nlb (cloudposse/nlb/aws)
v0.18.2
fix: health_check.path for https protocol, add health_check.matcher support @litanyofmadness (#85)
what
- Added support for the
health_check.matcher
, enabling customization of HTTP or gRPC matcher codes for target group health checks. - Updated health check path logic to support the HTTPS protocol.
why
- Allows users to specify custom matcher codes for health checks, enhancing flexibility and compatibility with various backend requirements.
- Fixes an issue where the health check path could be incorrectly set for the HTTPS protocol.
references
🤖 Automatic Updates
Replace Makefile with atmos.yaml @osterman (#84)
what
- Remove
Makefile
- Add
atmos.yaml
why
- Replace
build-harness
withatmos
for readme genration
References
- DEV-3229 Migrate from build-harness to atmos
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Enable merge queue @goruha (#30)
## what - Added `auto-merge` workflow - Update `settings.yaml` - Fix CodeOwners fileswhy
- Support auto merge PRs
- Create merge queue
- Implement new CodeOwners policy
Update README.md and docs @[cloudposse-releaser[bot]](https://github.com/apps/cloudposse-releaser) (#28)
## what This is an auto-generated PR that updates the README.md and docswhy
To have most recent changes of README.md and doc from origin templates
Enable merge queue @goruha (#29)
## what - Added `auto-merge` workflow - Update `settings.yaml` - Fix CodeOwners fileswhy
- Support auto merge PRs
- Create merge queue
- Implement new CodeOwners policy
chore(deps): update terraform cloudposse/nlb/aws to v0.18.1 @[renovate[bot]](https://github.com/apps/renovate) (#3)
This PR contains the following updates:Package | Type | Update | Change |
---|---|---|---|
cloudposse/nlb/aws (source) | module | minor | 0.12.0 -> 0.18.1 |
Release Notes
cloudposse/terraform-aws-nlb (cloudposse/nlb/aws)
v0.18.1
Expose more target group arguments and make load balancer and target group names respect the length limit automatically (#32) @goruha (#83)
Intermediate PR as part of a workaround to get https://github.com/cloudposse/terraform-aws-nlb/pull/32 mergedwhat
- Makes a few arguments of the
aws_lb_target_group
resource configurable through input variables of this module - Ensures target group and load balancer names cannot exceed their max length
- This mirrors (and was heavily inspired by) the changes that were made to cloudposse/terraform-aws-alb in https://github.com/cloudposse/terraform-aws-alb/pull/96
why
- A project I was attempting to use this module in required changing these attributes
- I liked how cloudposse/terraform-aws-alb automatically limits the length of resource names so that I don't have to manually specify a name that fits the limit
references
- aws_lb_target_group resource
- Closes #31
🤖 Automatic Updates
Migrate new test account @osterman (#81)
what
- Update
.github/settings.yml
- Update
.github/chatops.yml
files
why
- Re-apply
.github/settings.yml
from org level to getterratest
environment - Migrate to new
test
account
References
- DEV-388 Automate clean up of test account in new organization
- DEV-387 Update terratest to work on a shared workflow instead of a dispatch action
- DEV-386 Update terratest to use new testing account with GitHub OIDC
Update .github/settings.yml @osterman (#80)
what
- Update
.github/settings.yml
- Drop
.github/auto-release.yml
files
why
- Re-apply
.github/settings.yml
from org level - Use organization level auto-release settings
references
- DEV-1242 Add protected tags with Repository Rulesets on GitHub
Update .github/settings.yml @osterman (#79)
what
- Update
.github/settings.yml
- Drop
.github/auto-release.yml
files
why
- Re-apply
.github/settings.yml
from org level - Use organization level auto-release settings
references
- DEV-1242 Add protected tags with Repository Rulesets on GitHub
Update .github/settings.yml @osterman (#78)
what
- Update
.github/settings.yml
- Drop
.github/auto-release.yml
files
why
- Re-apply
.github/settings.yml
from org level - Use organization level auto-release settings
references
- DEV-1242 Add protected tags with Repository Rulesets on GitHub
Update release workflow to allow pull-requests: write @osterman (#75)
what
- Update workflow (
.github/workflows/release.yaml
) to have permission to comment on PR
why
- So we can support commenting on PRs with a link to the release
Update GitHub Workflows to use shared workflows from '.github' repo @osterman (#74)
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 (#72)
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 (#71)
what
- Update workflows (
.github/workflows/settings.yaml
)
why
- Support new readme generation workflow.
- Generate banners
Use GitHub Action Workflows from `cloudposse/.github` Repo @osterman (#67)
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 (#61)
what
- Install a repository config (
.github/settings.yaml
)
why
- Programmatically manage GitHub repo settings
v0.18.0
fix: enabled input for NLB resource @QuentinBtd (#59)
- Add a conditional check for module enabling in the
aws_lb
resource count
what
https://github.com/cloudposse/terraform-aws-nlb/issues/52
enabled
input not set on nlb resource. Adding it.
~it will be a breaking change. Resource aws_lb.default
will become aws_lb.default[0]
in state.~
Terraform will rename the resource in ...
v1.535.1
feat: Update api-gateway-rest-api to 0.8.0 @pablotp (#16)
## what- Update to the lastest
terraform-aws-api-gateway
module version.
why
- To be able to set the variables:
- stage_name
- throttling_burst_limit
- throttling_rate_limit
references
- Requires: cloudposse/terraform-aws-api-gateway#58
Summary by CodeRabbit
- New Features
- Updated the API gateway module to version
0.8.0
, reflecting the latest enhancements. - Introduced new configuration options for specifying the stage name and setting throttling limits for API requests, enabling more flexible control over API performance.
- Updated the API gateway module to version
🤖 Automatic Updates
Update README.md and docs @[cloudposse-releaser[bot]](https://github.com/apps/cloudposse-releaser) (#19)
## what This is an auto-generated PR that updates the README.md and docswhy
To have most recent changes of README.md and doc from origin templates