Releases: cloudposse/test-helpers
v0.7.1
Update aws-actions/configure-aws-credentials action to v4 @renovate (#17)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
aws-actions/configure-aws-credentials | action | major | v1 -> v4 |
Release Notes
aws-actions/configure-aws-credentials (aws-actions/configure-aws-credentials)
v4
This tag tracks the latest v4.x.x release
v3
This tag tracks the latest v3.x.x release
v2
This tag tracks the latest v2.x.x release.
🚀 Enhancements
v0.7.0
Update actions/setup-go action to v5 @renovate (#16)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
actions/setup-go | action | major | v3 -> v5 |
Release Notes
Update actions/checkout action to v4 @renovate (#15)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
actions/checkout | action | major | v2 -> v4 |
actions/checkout | action | major | v3 -> v4 |
Release Notes
Update mszostok/codeowners-validator action to v0.7.4 @renovate (#7)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
mszostok/codeowners-validator | action | patch | v0.7.1 -> v0.7.4 |
Release Notes
mszostok/codeowners-validator (mszostok/codeowners-validator)
v0.7.4
🎉 GitHub Codeowners Validator 0.7.4 is now available!
Highlights
✨ New functionality
-
Support GitHub App authentication (#146) (@julienduchesne)
Now, you can use the GitHub App auth instead of private token. Read more here: https://github.com/mszostok/codeowners-validator/blob/main/docs/gh-token.md#github-app. -
New experimental check: Avoid shadowing (#149) (@julienduchesne)
Reports if entries go from least specific to most specific. Otherwise, earlier entries are completely ignored.For example:
First entry
/build/logs/ @​octocat
Shadows - reported as error
* @​s1
/b*/logs @​s5
OK
/b*/other @​o1
/script/* @​o2
```
🔧 Bug Fixes
- Apply hot fix to resolve issue with untrusted git repository for
not-owned
checker (#148) (@mszostok)
Added to solve problem whttps://github.com/actions/checkout/issues/766/766.
Changelog
7dfc6dc
: Support Github App authentication (#146) (@julienduchesne)0e995bc
: New experimental check: Avoid shadowing (#149) (@julienduchesne)d1be488
: Apply hot fix to resolve issue with untrusted git repository fornot-owned
checker (#148) (@mszostok)cfa4033
: Update main README.md (#153) (@mszostok)7f3f5e2
: Adjust docs and GitHub action for v0.7.4 release (#154) (@mszostok)
v0.7.3
🎉 GitHub Codeowners Validator 0.7.3 is now available!
Highlights
✨ New functionality
- not-owned-checker: Add git-ls-tree implementation with subdirectory support (#141) (@jeremycohen)
Now you can specify against which subdirectories thenot-owned
check should be executed. To configure that, use theNOT_OWNED_CHECKER_SUBDIRECTORIES
environment variable. In the default mode, it works as previously, where all files are checked. - Add GitHub token validation to get rid of misleading error checks (#143)
🔧 Bug Fixes
- Fix scope and internal error handling (#145) (@mszostok)
The previous release informs the user about the internal error, but the exit code was not properly propagated. Now, besides the error message, the exit code is also set.
Changelog
a16e4b9
: not-owned-checker: Add git-ls-tree implementation with subdirectory support (#141) (@jeremycohen)2ae5a4b
: Add token validation when necessary, fmt shell code, enable 'gocritics' (#143) (@mszostok)4e0aa9d
: Prepare for release v0.7.3 (#144) (@mszostok)436c7ac
: Fix scope and internal error handling (#145) (@mszostok)
v0.7.2
🎉 GitHub Codeowners Validator 0.7.2 is now available!
Highlights
🔧 Bug Fixes
- Handle internal err, return issue with empty codeowners or git dirty state (#130)
This fixes a tech debt wherecodeowners-validator
only logged the internal error and excited with0
status code. Now, if there is any error, a proper exit code is returned. - Allow comments in pattern line, update golangci-lint (#129) (@mszostok)
Recently, GitHub allowed comments in CODEOWNERS files to appear at the end of a line, not just on their own line. As a result, a validation rule was removed to conform with a new syntax.
✨ New checks
- Add a flag to only allow teams as owners (#127) (@seveas)
Now you can enable more strict rule and specify that only teams are allowed as owners of files.
🛡️ Security
- Bump dependencies (#135) (@mszostok)
- Bump alpine from 3.15.3 to 3.15.4 (#136) (@dependabot[bot])
Installation
See the [Installation](https://togithub.com/mszostok/codeowners-validato...
v0.6.0
Update module github.com/jinzhu/copier to v0.4.0 @renovate (#12)
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
github.com/jinzhu/copier | v0.3.5 -> v0.4.0 |
Release Notes
v0.5.0
Update module github.com/rebuy-de/aws-nuke/v2 to v2.25.0 @renovate (#13)
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
github.com/rebuy-de/aws-nuke/v2 | v2.20.0 -> v2.25.0 |
Release Notes
rebuy-de/aws-nuke (github.com/rebuy-de/aws-nuke/v2)
v2.25.0
What's Changed
- Add EC2InstanceConnectEndpoint resource by @der-eismann in https://github.com/rebuy-de/aws-nuke/pull/1087
- Add elasticache user and group support by @swhite-oreilly in https://github.com/rebuy-de/aws-nuke/pull/1044
- Add support for CloudFront public keys and CloudFront key groups (#873) by @npellegrin in https://github.com/rebuy-de/aws-nuke/pull/1065
- feat: MemoryDB resource support by @JTaylor-myenergi in https://github.com/rebuy-de/aws-nuke/pull/1079
- Stopped Executions before deleting step functions state machines by @suleman-sohail in https://github.com/rebuy-de/aws-nuke/pull/1053
- Add RedshiftScheduledAction resource by @MikeSchouw in https://github.com/rebuy-de/aws-nuke/pull/1047
- Add opensearch packages vpc endpoint support by @swhite-oreilly in https://github.com/rebuy-de/aws-nuke/pull/1078
- Adding tag support for FirehoseDeliveryStreams by @MikeSchouw in https://github.com/rebuy-de/aws-nuke/pull/1088
- Adding support for AppRunner services by @MikeSchouw in https://github.com/rebuy-de/aws-nuke/pull/1060
- Add ownerID as fields to a variety of ec2/vpc resources by @samjarrett in https://github.com/rebuy-de/aws-nuke/pull/964
- fix(IAMInstanceProfileRole): Fix instance profile role glob filtering by @jrarmstro in https://github.com/rebuy-de/aws-nuke/pull/982
- Filter open-access MemoryDB ACL by @der-eismann in https://github.com/rebuy-de/aws-nuke/pull/1089
- (features)The delete function for cloudwatch rum is added by @wei-zhong90 in https://github.com/rebuy-de/aws-nuke/pull/952
- Update comprehend detection filters by @swhite-oreilly in https://github.com/rebuy-de/aws-nuke/pull/1090
- Disabling Remediation Configuration before deleting config rule by @Muhammad-Ahmad-Rai in https://github.com/rebuy-de/aws-nuke/pull/1001
- Route53ResourceRecordSet: add tags of the parent Hosted Zone by @andreadecorte in https://github.com/rebuy-de/aws-nuke/pull/978
- Add dates to IAM users, access keys & Elasticache Replication Groups by @der-eismann in https://github.com/rebuy-de/aws-nuke/pull/1093
- Fix crash when WAF/WAFRegional GetRule gives error by @apgrucza in https://github.com/rebuy-de/aws-nuke/pull/894
- Improve listing of cloudcontrol resources by @der-eismann in https://github.com/rebuy-de/aws-nuke/pull/1096
Chores
- Build with Go 1.21 by @der-eismann in https://github.com/rebuy-de/aws-nuke/pull/1084
- Update readme for v2.24.2 release by @github-actions in https://github.com/rebuy-de/aws-nuke/pull/1086
New Contributors
- @swhite-oreilly made their first contribution in https://github.com/rebuy-de/aws-nuke/pull/1044
- @JTaylor-myenergi made their first contribution in https://github.com/rebuy-de/aws-nuke/pull/1079
- @suleman-sohail made their first contribution in https://github.com/rebuy-de/aws-nuke/pull/1053
- @samjarrett made their first contribution in https://github.com/rebuy-de/aws-nuke/pull/964
- @jrarmstro made their first contribution in https://github.com/rebuy-de/aws-nuke/pull/982
- @wei-zhong90 made their first contribution in https://github.com/rebuy-de/aws-nuke/pull/952
- @Muhammad-Ahmad-Rai made their first contribution in https://github.com/rebuy-de/aws-nuke/pull/1001
- @apgrucza made their first contribution in https://github.com/rebuy-de/aws-nuke/pull/894
Full Changelog: rebuy-de/aws-nuke@v2.24.2...v2.25.0
v2.24.2
What's Changed
- Fix: Don't delete predefined deployment strategies by @der-eismann in https://github.com/rebuy-de/aws-nuke/pull/1081
- Stop building ARM containers for PRs by @der-eismann in https://github.com/rebuy-de/aws-nuke/pull/1082
- Defuse unnecessary errors for unavailable services by @der-eismann in https://github.com/rebuy-de/aws-nuke/pull/1083
Chores
- Update readme for v2.24.1 release by @github-actions in https://github.com/rebuy-de/aws-nuke/pull/1076
- Bump the golang group with 2 updates by @dependabot in https://github.com/rebuy-de/aws-nuke/pull/1080
Full Changelog: rebuy-de/aws-nuke@v2.24.1...v2.24.2
v2.24.1
What's Changed
- app config: fix max results 100 -> 50 by @tbarrella in https://github.com/rebuy-de/aws-nuke/pull/1075
Chores
- Update readme for v2.24.0 release by @github-actions in https://github.com/rebuy-de/aws-nuke/pull/1072
Full Changelog: rebuy-de/aws-nuke@v2.24.0...v2.24.1
v2.24.0
What's Changed
- Disable EC2 Instance Stop Protection by @sstoops in https://github.com/rebuy-de/aws-nuke/pull/986
- New support for Application Migration ...
v0.4.0
Configure Renovate @renovate (#2)
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/test.yml
(github-actions).github/workflows/validate-codeowners.yml
(github-actions)go.mod
(gomod)
Configuration Summary
Based on the default config's presets, Renovate will:
- Start dependency updates only once this onboarding PR is merged
- Show all Merge Confidence badges for pull requests.
- Enable Renovate Dependency Dashboard creation.
- Use semantic commit type
fix
for dependencies andchore
for all others if semantic commits are in use. - Ignore
node_modules
,bower_components
,vendor
and various test/tests directories. - Group known monorepo packages together.
- Use curated list of recommended non-monorepo package groupings.
- Apply crowd-sourced package replacement rules.
- Apply crowd-sourced workarounds for known problems with packages.
🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to renovate.json
in this branch. Renovate will update the Pull Request description the next time it runs.
What to Expect
With your current configuration, Renovate will create 10 Pull Requests:
Update module github.com/gruntwork-io/terratest to v0.46.13
- Schedule: ["at any time"]
- Branch name:
renovate/github.com-gruntwork-io-terratest-0.x
- Merge into:
main
- Upgrade github.com/gruntwork-io/terratest to
v0.46.13
Update mszostok/codeowners-validator action to v0.7.4
- Schedule: ["at any time"]
- Branch name:
renovate/mszostok-codeowners-validator-0.x
- Merge into:
main
- Upgrade mszostok/codeowners-validator to
v0.7.4
Update module github.com/aws/aws-sdk-go to v1.51.21
- Schedule: ["at any time"]
- Branch name:
renovate/aws-sdk-go-monorepo
- Merge into:
main
- Upgrade github.com/aws/aws-sdk-go to
v1.51.21
Update module github.com/hashicorp/terraform-json to v0.21.0
- Schedule: ["at any time"]
- Branch name:
renovate/github.com-hashicorp-terraform-json-0.x
- Merge into:
main
- Upgrade github.com/hashicorp/terraform-json to
v0.21.0
Update module github.com/jinzhu/copier to v0.4.0
- Schedule: ["at any time"]
- Branch name:
renovate/github.com-jinzhu-copier-0.x
- Merge into:
main
- Upgrade github.com/jinzhu/copier to
v0.4.0
Update module github.com/rebuy-de/aws-nuke/v2 to v2.25.0
- Schedule: ["at any time"]
- Branch name:
renovate/github.com-rebuy-de-aws-nuke-v2-2.x
- Merge into:
main
- Upgrade github.com/rebuy-de/aws-nuke/v2 to
v2.25.0
Update module github.com/stretchr/testify to v1.9.0
- Schedule: ["at any time"]
- Branch name:
renovate/github.com-stretchr-testify-1.x
- Merge into:
main
- Upgrade github.com/stretchr/testify to
v1.9.0
Update actions/checkout action to v4
- Schedule: ["at any time"]
- Branch name:
renovate/actions-checkout-4.x
- Merge into:
main
- Upgrade actions/checkout to
v4
Update actions/setup-go action to v5
- Schedule: ["at any time"]
- Branch name:
renovate/actions-setup-go-5.x
- Merge into:
main
- Upgrade actions/setup-go to
v5
Update aws-actions/configure-aws-credentials action to v4
- Schedule: ["at any time"]
- Branch name:
renovate/aws-actions-configure-aws-credentials-4.x
- Merge into:
main
- Upgrade aws-actions/configure-aws-credentials to
v4
🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for prhourlylimit
for details.
❓ 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 Mend Renovate. View repository job log here.
v0.3.0
add atmos support @mcalhoun (#4)
what
- Add support to the helpers library to allow running atmos tests
why
- This gives us the ability to model different functionality of a component as atmos stacks, or different variables of a single atmos stack and run tests against them. This will allow us to get better test coverage for out reference architecture components.
Summary by CodeRabbit
-
New Features
- Introduced new functionalities for running commands, applying configurations, and handling Terraform operations using the Atmos tool.
- Added enhanced documentation in README.md, including updated installation instructions and examples.
- New basic and complex Terraform configurations for testing various scenarios.
-
Documentation
- Significantly updated the
README.md
file to improve structure, clarity, and content completeness.
- Significantly updated the
-
Tests
- Added comprehensive tests for new functionalities in the Atmos package, covering scenarios like idempotency and error handling.
- Introduced new test fixtures to support varied Terraform configurations.
-
Chores
- Updated
.gitignore
and GitHub Actions workflow to better support development and testing processes.
- Updated
-
Refactor
- Replaced
testacc
target in Makefile with a more comprehensivetest
target using updated tools and configurations.
- Replaced
v0.2.0
v0.1.0
initial implementation @mcalhoun (#1)
what
- Add helpers to allow aws-nuke to be called from terratest tests
why
- When developing terraform modules and components for AWS, it is a frequent occurrence that something goes wrong during the process and leaves orphaned resources. Using these helper functions, we can ensure the test AWS account is cleaned up after our tests.