Releases: cloudposse/terraform-aws-alb-target-group-cloudwatch-sns-alarms
v0.17.0
Update cloudposse/actions action to v0.30.0 @renovate (#37)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/actions | action | minor | 0.22.0 -> 0.30.0 |
Release Notes
cloudposse/actions
v0.30.0
0.30.0 git-push
action now pushes for untracked files as well as file modifications.
v0.29.0
Adding -C Option to git-push Action
v0.28.1
- Update Codefresh Docker image bases to 0.74.9
- Fix Terraform tests for repos whose default branch is not named
master
v0.28.0
what
Support the LDFLAGS
option in go build
why
So we can add set build-time variables (such as the binary's version)
v0.27.0
what
- Update
pipeline-creator
README
why
- Use Cloud Posse
codefresh
repo in the example
v0.26.0
what
- Update Codefresh
pipeline-creator
why
- Use
cf_spec_type
to provide pipeline spec type (microservice, spa, serverless) instead of definingcf_spec_catalog
andcf_pipeline_catalog
as paths to the pipeline definitions and specs - simpler, but more opinionated, configuration. - Use
netrc
to provideGITHUB_TOKEN
togit clone
- more secure.
v0.25.0
what
- Add Codefresh
pipeline-creator
GitHub action
why
- Create and update Codefresh projects and pipelines by using pipeline specs
- Automate pipeline creation without ClickOps
v0.24.1
v0.24.0
#90: switch from dep
to go mod
for the go build
action
v0.23.0
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, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
v0.16.1
🤖 Automatic Updates
Update context.tf @cloudpossebot (#41)
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.16.0
Update Terraform cloudposse/label/null to v0.25.0 @renovate (#39)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/label/null (source) | module | minor | 0.24.1 -> 0.25.0 |
Release Notes
cloudposse/terraform-null-label
v0.25.0
Add "tenant", "labels_as_tags", and "descriptors" @Nuru (#132)
##### what - Add additional label and `id` component: `tenant` - New input `labels_as_tags` controls which labels are exported as tags - New input `descriptor_formats` generates new output `descriptors` - Update README, remove link to obsolete `terraform-terraform-label` ##### why - Support users that host resources on behalf of and/or dedicated to single customers - Supersedes and closes #131, giving people control over which tags the module generates - Simple mechanism for creating multiple identifiers from the same inputs, reducing the need to create multiple instances of `null-label` - Document `tenant`, `labels_as_tags`, `descriptor_formats`, add additional clarification, stop promoting obsolete moduleFix: Update README Snippets @korenyoni (#130)
##### what * Update README snippets to reflect use of Terraform Registry. ##### why * Including snippets that reflect use of the Terraform Registry make it easier for users to quickly instantiate a null_label module. * README is out of date and does not include snippets that reflect use of the Terraform Registry. ##### references * N/ABridgecrew compliance @Nuru (#125)
##### what - Resolve Bridgecrew compliance complaint about example Autoscaling Group (BC_AWS_GENERAL_31) - Fix typo in README - Include Terraform lock file in `.gitignore` ##### why - Get clean Bridgecrew badge - Correct confusing error - Ensure lock files are not checked into GitHub ##### note The PR can and should be merged into `master` to update README and Bridgecrew without triggering a new release/version. These changes have no effect on the actual module in use and a release will create unnecessary ripple effects. However, merging to `master` will update the README and badges, so is worthwhile, and the changes will move forward into the next release.Properly output descriptors of chained modules @Nuru (#133)
##### what - Properly output descriptors of chained modules ##### why - Bug fix; implement intended behaviorConfiguration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 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 has been generated by WhiteSource Renovate. View repository job log here.
v0.15.0
context.tf updated to v0.24.1, minimum required Terraform version bumped to 0.13.0 when needed, readme updated @maximmi (#36)
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
Supersedes and closes #26
Supersedes and closes #29
Supersedes and closes #33
Supersedes and closes #35
v0.14.1
🤖 Automatic Updates
Update README.md and docs @cloudpossebot (#34)
what
This is an auto-generated PR that updates the README.md and docs
why
To have most recent changes of README.md and doc from origin templates
v0.14.0
readme updated, code clean, tests fixed @maximmi (#31)
what
- BridgeCrew compliance checks fix
- readme updated
- code clean up
- Skipping
Encrypt SNS Topic Data
in example/test module
why
- To be able to position our modules as standards compliant
- Providing explicit note about policy attached directly to user
- removed unnecessary providers dependencies
- To comply BridgeCrew check
references
v0.13.0
v0.12.1
Configure Renovate @renovate (#24)
Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.
🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.
Detected Package Files
.github/workflows/auto-release.yml
(github-actions).github/workflows/chatops.yml
(github-actions)context.tf
(terraform)main.tf
(terraform)versions.tf
(terraform)
Configuration
🔡 Renovate has detected a custom config for this PR. Feel free to ask for help if you have any doubts and would like it reviewed.
Important: Now that this branch is edited, Renovate can't rebase it from the base branch any more. If you make changes to the base branch that could impact this onboarding PR, please merge them manually.
What to Expect
With your current configuration, Renovate will create 1 Pull Request:
Update cloudposse/actions action to v0.22.0
- Schedule: ["at any time"]
- Branch name:
renovate/cloudposse-actions-0.x
- Merge into:
master
- Upgrade cloudposse/actions to
0.22.0
❓ Got questions? Check out Renovate's Docs, particularly the Getting Started section.
If you need any further assistance then you can also request help here.
This PR has been generated by WhiteSource Renovate. View repository job log here.