forked from rebuy-de/aws-nuke
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update aws nuke latest #12
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Upgrade to aws sdk version 1.28.12
* added eks fargate profile resource
* added eks nodegroup as resource
…ettings (rebuy-de#473) * fixed rrs behaviour on NS deletion
* Handle 101+ route53
…ction (rebuy-de#481) * rebuy-de#430 - cloudformation support for disabling termination protection
* Disable Security Hub See rebuy-de#452 Add the ability to detect regions with Security Hub enabled and disable it if a "hub" resource is returned. * Rename property of SecurityHub hub Arn
Replace the wildcard to ** to allow recurside sublevel directories in the nuke process. Co-authored-by: Bruno Paiuca <bruno.paiuca@wildlifestudios.com>
* add tag support to ec2 security groups * add tag support to iam roles * add tag support to elastic ip addresses * fix code alignment Co-Authored-By: Philipp Trulson <der-eismann@users.noreply.github.com> * Capitalise ID for consistency Co-Authored-By: Sven Walter <sven@wltr.eu> * go fmt changes Co-authored-by: Philipp Trulson <der-eismann@users.noreply.github.com> Co-authored-by: Sven Walter <sven@wltr.eu>
* rebuy-de#324 - initial POC of filtering based on dates * rebuy-de#324 - initial POC of filtering based on dates * support additional date format * update documentation to include date formats * Updates based on PR feedback: * change name to be more clear * apply offset to field time, not current time, as it is easier to understand * Update documentation to be more clear
* add tag support to acmpca * add tag support to acm certificates * add tag support to ssm parameters
There was a typo, using `presets.common.filter` instead of `presets.common.filters` actually fails to parse.
* add firewall manager resources * add support for Properties interface to firewall manager resources * Use golang property style names Co-authored-by: Björn Häuser <bjoernhaeuser@gmail.com>
* Generate mocks before building * Fix quay URL in readme
Co-authored-by: Tom Neyland <tcneyland@gmail.com> Co-authored-by: Matt Shipman <undermybed@undermybed.info> Co-authored-by: Tom Neyland <tcneyland@gmail.com> Co-authored-by: Matt Shipman <undermybed@undermybed.info> Co-authored-by: Joey Davenport <jrsdav@users.noreply.github.com>
* added image builder support * oops, figured out difference between image version and image build version, same for component
* added global accelerator resources * Update resources/ga-listeners.go Co-authored-by: Björn Häuser <bjoernhaeuser@gmail.com> * Update resources/ga-endpoints.go Co-authored-by: Björn Häuser <bjoernhaeuser@gmail.com> * Update resources/ga-accelerators.go Co-authored-by: Björn Häuser <bjoernhaeuser@gmail.com> * refactoring type names Co-authored-by: Björn Häuser <bjoernhaeuser@gmail.com>
…e#540) * Add properties to old API GW resources * Add API Gateway v2 VPC Link resource
…r logging purposes (rebuy-de#884) This fixes issue rebuy-de#883. Co-authored-by: James Park <5295838+pencilethics@users.noreply.github.com>
* Use yaml.v3 for config * Upgrade rebuy Go SDK
* Add tag filtering for cloudwatch alarms * Caught errors from the cloudwatch 'get tags for resource' api call
Co-authored-by: oliver.rose <oliver.rose@pirum.com>
* feat(elbs): add CreatedTime property * feat(RDS): add CreatedTime property * feat(Redshift): add CreatedTime and tags properties * fix(s3 buckets): fix CreationDate property * feat(EMR): add CreatedTime property * feat(ECR): add tags and CreatedTime properties * feat(CloudwatchLogGroup): add CreatedTime and LastEvent properties * feat(CloudFrontDistribution): add tags and LastModifiedTime properties
…e#918) Bumps [github.com/rebuy-de/rebuy-go-sdk/v4](https://github.com/rebuy-de/rebuy-go-sdk) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/rebuy-de/rebuy-go-sdk/releases) - [Commits](rebuy-de/rebuy-go-sdk@v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: github.com/rebuy-de/rebuy-go-sdk/v4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.176 to 1.44.180. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Commits](aws/aws-sdk-go@v1.44.176...v1.44.180) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
gregp121
approved these changes
Jan 20, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
shubydo
approved these changes
Jan 20, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pulling in latest from fork rebuy-de/aws-nuke v2.21.2. Retaining the CHANGELOG and README changes.