Skip to content
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 module github.com/ekristen/aws-nuke to v3 #38

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/ekristen/aws-nuke v2.10.0+incompatible -> v3.44.0 age adoption passing confidence

Release Notes

ekristen/aws-nuke (github.com/ekristen/aws-nuke)

v3.44.0

Compare Source

Bug Fixes
  • cloudcontrol: increase to 100 max results (136ba3d)
  • cloudcontrol: set to 55 req/min (df705ae)
Features
  • cloudcontrol: implement rate limit w/ better logging (3495fcc)

v3.43.0

Compare Source

Bug Fixes
Features
  • command/list: improve output of resources (e623b06)

Verify Binaries

Currently only the checksums.txt is signed, therefore it's sha256 signature is signed. Simply verify the hash and then verify the checksums signature.

cosign verify-blob \
  --signature https://github.com/ekristen/aws-nuke/releases/download/v3.43.0/checksums.txt.sig \
  --certificate https://github.com/ekristen/aws-nuke/releases/download/v3.43.0/checksums.txt.pem \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
  --certificate-identity "https://github.com/ekristen/aws-nuke/.github/workflows/goreleaser.yml@refs/tags/v3.43.0" \
  https://github.com/ekristen/aws-nuke/releases/download/v3.43.0/checksums.txt

v3.42.0

Compare Source

Summary

New Setting
  • CreateRoleToDeleteStack on CloudFormationStack - if a cloudformation stack is missing it's role, this setting will allow AWS nuke to re-create the role to allow the deletion of the stack.
New Resources
  • S3AccessGrantsInstance
  • S3AccessGrantsGrant
  • S3AccessGrantsLocation
  • TransferWebApp
Removed Resources
  • MobileProject

Changes

Bug Fixes
  • cloudformation-stack: remove role afterwards (bafba21)
  • cloudwatchlogs-loggroup: property RetentionInDays should always have a value (76177af)
  • deps: update module github.com/aws/aws-sdk-go to v1.55.5 (340043a)
  • deps: update module github.com/aws/aws-sdk-go-v2/service/s3 to v1.72.0 (1cf5971)
  • s3-access-grants-grant: pass account id to delete input (d1f2ccc)
Features
  • adding support for s3 access grants, grant, instance, location (cc5548a)
  • cloudformation-stack: new setting CreateRoleToDeleteStack (1c42a86)
  • cloudwatchevents-target: add properties (60243b3)
  • cloudwatchlogs-loggroup: add RetentionInDays properties (b8982b4)
  • cloudwatchlogs-loggroup: new properties, refactor properties struct (d8ffbc5)
  • mobile-project: remove resource, no longer supported by AWS (de5feb2)
  • new resource TransferWebApp (0c8daf7)

Verify Binaries

Currently only the checksums.txt is signed, therefore it's sha256 signature is signed. Simply verify the hash and then verify the checksums signature.

cosign verify-blob \
  --signature https://github.com/ekristen/aws-nuke/releases/download/v3.42.0/checksums.txt.sig \
  --certificate https://github.com/ekristen/aws-nuke/releases/download/v3.42.0/checksums.txt.pem \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
  --certificate-identity "https://github.com/ekristen/aws-nuke/.github/workflows/goreleaser.yml@refs/tags/v3.42.0" \
  https://github.com/ekristen/aws-nuke/releases/download/v3.42.0/checksums.txt

v3.41.0

Compare Source

Bug Fixes
  • command/run: logging output back to stdout (d31fa12)
Features
  • resource: add SSMQuickSetupConfigurationManager resource (54919bd)

v3.40.0

Compare Source

Bug Fixes
  • neptune-cluster: filter on engine to neptune (323856a)
  • neptune-snapshot: filter to just neptune engine (733d9fd)
Features
  • neptune-snapshot: new properties: Status and CreateTime (6d956b5)

Verify Binaries

Currently only the checksums.txt is signed, therefore it's sha256 signature is signed. Simply verify the hash and then verify the checksums signature.

cosign verify-blob \
  --signature https://github.com/ekristen/aws-nuke/releases/download/v3.40.0/checksums.txt.sig \
  --certificate https://github.com/ekristen/aws-nuke/releases/download/v3.40.0/checksums.txt.pem \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
  --certificate-identity "https://github.com/ekristen/aws-nuke/.github/workflows/goreleaser.yml@refs/tags/v3.40.0" \
  https://github.com/ekristen/aws-nuke/releases/download/v3.40.0/checksums.txt

v3.39.0

Compare Source

Bug Fixes
  • deps: update to 0.24.0 for structured logging (f47c098)
  • various tweaks for structured logging (36ab9b5)
Features

Verify Signature

cosign verify-blob \
  --signature https://github.com/ekristen/aws-nuke/releases/download/v3.39.0/checksums.txt.sig \
  --certificate https://github.com/ekristen/aws-nuke/releases/download/v3.39.0/checksums.txt.pem \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
  --certificate-identity "https://github.com/ekristen/aws-nuke/.github/workflows/goreleaser.yml@refs/tags/v3.39.0" \
  https://github.com/ekristen/aws-nuke/releases/download/v3.39.0/checksums.txt

v3.38.1

Compare Source

Bug Fixes
  • cognito-userpool: include auto verified attributes (593b1c6)
  • cognito-userpool: include user attribute update settings (0a4b89a)

v3.38.0

Compare Source

Features
  • kms-alias: pass key tags through to alias with key: prefix (af75681)
  • route53-resource-record: pass hosted zone tags to resource record set with zone:tag prefix (74753ef)

v3.37.0

Compare Source

Bug Fixes
  • cloudwatch-alarm: query for both composite and metric alarms (f01fa7c)
  • deps: update aws-sdk-go-v2 monorepo (5248581)
  • ec2-tgw: ensure state is set (85f1152)
  • resource-explorer2-index: limit to current region (c2f936c)
Features
  • cloudwatch-alarm: support composite alarms (0bef229)
  • resource-explorer2-index: add properties (aa8a6ff)

v3.36.0

Compare Source

Bug Fixes
  • rds-instance: filter out neptune instances (e3a0fd3)
Features
  • neptune-cluster: tags and properties (2791fdb)
  • neptune: support deletion protect, properties, tags (2cc68d0)
  • sfn-state-machine: new properties, tags, name, type, creationdate (01d94f8)

v3.35.3

Compare Source

Bug Fixes
  • ec2-tgw: filter out gateways not owned by account (33df674)
  • gamelift: skip unsupported regions (ab47eb1)

v3.35.2

Compare Source

Bug Fixes
  • deps: update module github.com/ekristen/libnuke to v0.22.0 (7406289)

v3.35.1

Compare Source

Bug Fixes
  • iot-twin-maker: limit to the supported regions (7c24146)

v3.35.0

Compare Source

A refactor that has made it into this release is the support of AWS SDK V2! Thanks @​lucix-aws.

Bug Fixes
  • deps: update aws-sdk-go-v2 monorepo (740b415)
  • deps: update aws-sdk-go-v2 monorepo (6eb28e8)
  • deps: update module github.com/aws/smithy-go to v1.22.1 (f4e4308)
  • deps: update module github.com/ekristen/libnuke to v0.21.8 (ed479ac)
  • deps: update module golang.org/x/text to v0.21.0 (4129697)
  • efs-filesystem: rate limit describe file system calls (589cfca)
Features
  • resource: support for opensearch serverless collections (caef492)

v3.34.0

Compare Source

Bug Fixes
  • command/generate-resource-docs: handle split better with tests (cd3b9d7)
  • elb-v2: add missing setting to registration (8249944)
  • lightsail-instance: add missing setting to registration (2e78d92)
  • qldb-ledger: add missing setting to registration (c8d5685)
  • quicksight-subscription: add missing setting to registration (1a568a2)
  • remove docs commands, it is now a tool (fbec585)
  • tools/generate-docs: move to tools (199bf45)
Features
  • acm-certificate: new properties, test coverage for properties, props from struct (5375754)
  • initial generate-resource-docs command (ced9955)

v3.33.0

Compare Source

Features
  • resource: add code guru profiler profiling group resource (1106990)

v3.32.0

Compare Source

Bug Fixes
  • bedrockagent: set Bedrock Datasource data deletion policy to RETAIN before deleting it (cca02de)
  • deps: update module github.com/fatih/color to v1.18.0 (5a0acd7)
  • deps: update module github.com/stretchr/testify to v1.10.0 (93ac418)
  • deps: update module golang.org/x/text to v0.20.0 (6d79dc1)
Features
  • bedrock: add bedrock custom models, customization jobs, provisioned throughput and logging (2153da1)
  • bedrock: add guardrails and evaluation jobs (9bd88a5)
  • bedrockagent: add agent, prompt, datasource and knowledge base (3a707e5)

v3.31.0

Compare Source

Features
  • iottwinmaker: add workspace, component type, entity, scene, syncjob (4a2ec59)

v3.30.0

Compare Source

Features
  • iotsitewise: add portal, project, gateway, dashboard, asset, asset model and access policy (d3574f4)

v3.29.6

Compare Source

Bug Fixes
  • deps: update module github.com/ekristen/libnuke to v0.21.4 (a0fe4c4)

v3.29.5

Compare Source

Bug Fixes
  • inspector2: disable only enabled services (12bee2b)

v3.29.4

Compare Source

Bug Fixes
  • os-package: filter all package plugins (80456d2)

v3.29.3

Compare Source

Bug Fixes
  • deps: update module github.com/ekristen/libnuke to v0.21.3 (f9d5781)

v3.29.2

Compare Source

Bug Fixes
  • kms-key: filter pending replica deletion state (86938c4), closes #​408

v3.29.1

Compare Source

Bug Fixes
  • dep: update github.com/ekristen/libnuke to v0.21.1 (b846e7f)

v3.29.0

Compare Source

[!WARNING]
Use 3.29.1 (2024-10-20) or later. A bug was accidentally introduced in 3.28.0 when Filter Groups were introduced that made it so that if a property could not be found a fatal error would be throw. That was an unintentional breaking change. 3.29.1 fixes it.

3.29.0 (2024-10-18)

Features
  • ec2-vpc-endpoint-connection: add tags to properties (58a5b77)

v3.28.0

Compare Source

[!WARNING]
Use 3.29.1 (2024-10-20) or later. A bug was accidentally introduced in 3.28.0 when Filter Groups were introduced that made it so that if a property could not be found a fatal error would be throw. That was an unintentional breaking change. 3.29.1 fixes it.

3.28.0 (2024-10-17)

Bug Fixes
  • deps: update module github.com/ekristen/libnuke to v0.21.0 (c0ba1af)
Features

v3.27.0

Compare Source

Bug Fixes
  • deps: update module github.com/ekristen/libnuke to v0.19.2 (8aa7a85)
  • deps: update module github.com/urfave/cli/v2 to v2.27.5 (c27d01b)
  • deps: update module golang.org/x/text to v0.19.0 (644b433)
  • ec2-ip: include network border group if set during remove (f0e3e7d)
  • neptune-instance: filter to neptune rds instances only (cb10704)
  • secretsmanager-secret: filter aws managed secrets (29b8926)
Features
  • apigateway-api-key: support rate limit on remove (362163d)
  • apigateway-restapi: support rate limit on remove (c01c726)
  • kms-key: add kms alias to kms key for filtering purposes (27e65bd)
  • neptune-instance: support properties and tags (bbd4cf5)
  • resource: add new OSPipeline resource for opensearch service pipelines (039688e)

v3.26.0

Compare Source

Bug Fixes
  • gamelift: skip unsupported regions (9499e20)
  • quicksight-user: skip unsupported regions (f8d72ce)
  • transcribe: skip unsupported regions (517efd4)
Features
  • backup-vault: fix resource name, add deprecated alias (a8da2d2)
  • ec2-default-security-group-rule: add missing property for DefaultVPC (41a3390)

v3.25.0

Compare Source

Bug Fixes
  • dms-certificate: use correct delete function (45fb8b8)
Features
  • api-gateway-api-key: support properties (96210d8)
  • cloudwatchevents-rule: add pagination support (aee3915)
  • dms-certificate: add properties (2e3e61f)
  • eks-fargate-profile: tag support (8b95ddd)
  • iam-role-policy: filter out sso managed policies (dbbe474)
  • iam-role: allow removal of service-linked roles (8de889a)
  • mgn-source-server: disconnect before delete (3fefccd)
  • redshift-snapshot-schedule: add tags (b773199)
  • resource: add CodeGuru Reviewer RepositoryAssociation support (ed78a91)
  • resource: add Polly Lexicon resource support (9c9110c)
  • resource: add redshift snapshot schedule (24b5532)
  • resource: add support for codebuild build batches (e3da62b)
  • resource: add support for codebuild builds (8b6eb02)
  • resource: add support for codebuild source credentials (31f48b2)
  • resource: add TranscribeCallAnalyticsCategory resource (166c4a8)
  • resource: add TranscribeCallAnalyticsJob resource (cce91f8)
  • resource: add TranscribeLanguageModel resource (1e0c523)
  • resource: add TranscribeMedicalTranscriptionJob resource (e680d44)
  • resource: add TranscribeMedicalVocabulary resource (9880189)
  • resource: add TranscribeTranscriptionJob resource (115a3b0)
  • resource: add TranscribeVocabulary resource (47c15cb)
  • resource: add TranscribeVocabularyFilter resource (d2246d2)
  • resource: adding codepipeline support for custom action types and webhooks (38a46bf)
  • resource: adding rekognition project and dataset support (a13232a)
  • resource: adding support for codedeploy deployment configs and groups (bca0505)
  • run: pass account id and logger in lister opts (2865e15)

v3.24.0

Compare Source

Features
  • gamelift-build: add properties (58498aa)
  • gamelift-fleet: add properties and pagination support (716b15b)
  • gamelift-mm-config: add properties and pagination (14db660)
  • gamelift-mm-rule: add properties and pagination (93e7720)
  • gamelift-queue: add properties and pagination (69336ce)
  • pinpoint-app: add pagination support (9b7ff60)
  • pinpoint-app: adding properties (d98fa97)
  • pinpoint-phone-number: add pagination and properties (570177f)
  • resource: add Pinpoint Apps and Phone Numbers support (11d0bec)
  • resource: add support for AWS GameLift builds, fleets, queues, mm configs and mm rule sets (2d352b9)

v3.23.0

Compare Source

Bug Fixes
  • change AWSBackupReportPlan to BackupReportPlan (11c9922)
  • deps: update to [email protected] (cfa813b)
  • ec2-tgw-connect-peer: refactor for libnuke, add additional properties (1e202fc)
  • ecs-capacity-provider: don't attempt to remove reserved capacity providers (95f5be7)
  • golangci-lint (61513d4)
  • set ARN as property, make String() return Name (41f0ab6)
  • wafv2: better api key properties (5de28a7)
Features
  • add support for backup-report-plan (e5d692e)
  • add support for ec2 tgw connect peers (ae37cf9)
  • cognito-userpool: support disable deletion protection (3f51bc6)
  • config: add support for custom alias block keywords (e9d703c)
  • config: support disabling default alias blocklist terms (6f5dd85)
  • ec2-tgw-connect-peer: add properties function (5533684)
  • ecs-capacity-provider: adding properties with refactor to libnuke resource format (ca82c3a)
  • iam-policy: add CreateDate property (a269870)
  • iam-user: add new properties (b225042)
  • quicksight-user: additional properties (ac4c783)
  • quicksight: support deleting quicksight users (5e872c6)
  • resource: add support for ECS capacity providers (088fbc3)
  • wafv2: captcha integration api key nuking (6900185)

v3.22.0

Compare Source

Features
  • shell auto completion, new command version, completion (bbfc2f1)

v3.21.0

Compare Source

Features
  • cognito: add tags to properties (e5a0f89)
  • pipes-pipe: add tags to properties (4bad7c1)

v3.20.0

Compare Source

Features
  • resource: add resource for amplify apps (f317654)

v3.19.0

Compare Source

Bug Fixes
  • budgets-budget: fix resource name, deprecate old (fb40de8)
Features
  • budgets-budget: add tags to properties for filtering with tests (c5e1022)

v3.18.1

Compare Source

Bug Fixes
  • route53-resolver-rule: guard against nil pointers (a673d13)

v3.18.0

Compare Source

Bug Fixes
  • pipes-pipe: resource name (60a2329)
Features
  • iam-login-profile: add and refactor properties (11a22f7)
  • iam-role: add new properties (name, path, dates and more) (d545893)
  • resource: add resource for Eventbridge Pipes (5dcc25f)

v3.17.3

Compare Source

Bug Fixes

v3.17.2

Compare Source

Bug Fixes
  • deps: update module golang.org/x/text to v0.18.0 (39500c9)

v3.17.1

Compare Source

Bug Fixes
  • ec2-vpc-endpoint-connection: filter rejected state (9c1321a)

v3.17.0

Compare Source

Bug Fixes
  • command/run: point to correct flag name (8a443a5)
  • elasticache-cachecluster: standardization, querying tags, properties (5c65554)
  • elasticache: tests with serverless feat (33d991e)
Features
  • elasticache: add ElastiCache Serverless nuking (679bc5e)
  • resource: adding athena data catalogs and prepared statements (bbf9db8)
  • resource: adding support for cloudwatch insight rules and anomaly detectors (de8c87e)
  • run: add flag to control the run loop sleep delay (9b2d0f0)

v3.16.1

Compare Source

Bug Fixes
  • scheduler-schedule: add missing client token to request (8656c4e)

v3.16.0

Compare Source

Features
  • resource: add appregistry application resource (0d3e253)
  • resourcegroups-group: add filter for managed, add properties (3852d8a)

v3.15.0

Compare Source

Features
  • resource: add event bridge scheduler schedule resource (ab429a1)

v3.14.1

Compare Source

Bug Fixes
  • s3-bucket: only bypass governance if object lock enabled (632c9ca)

v3.14.0

Compare Source

Features
  • ec2-key-pair: add key type and create time properties (25d9ffa)

v3.13.3

Compare Source

Bug Fixes
  • iam-virtual-mfa-device: handle unassigned mfa devices (b24d0f2)

v3.13.2

Compare Source

Bug Fixes
  • kms-key: only get tags if customer managed key (1ae8d79)

v3.13.1

Compare Source

Bug Fixes
  • kms-key: continue processing keys if error encountered (50a7a92)

v3.13.0

Compare Source

Features
  • configservice-configrule: remove remediation config if it exists (1859607)

v3.12.1

Compare Source

Bug Fixes
  • elasticache: remove unused import (1620200)
  • elasticache: use ID instead of name for default user filter (714cad6)

v3.12.0

Compare Source

Bug Fixes
  • applicationautoscaling-scalabale-target: exclude namespace workspaces - no longer supported (62e59af)
  • s3-bucket: only warn if unknown error with get object lock config (8631b05)
Features
  • cloudfront-distribution-deployment: add properties (cbf45e7)
  • cloudwatchevents-rule: add properties (e37c758)
  • configservice-configurationrecorder: add properties (71f3821)
  • configservice-deliverychannel: add properties (8d42bb3)
  • dax-cluster: add properties (03ad6bc)
  • dax-parameter-group: add properties and filter (1a104e3)
  • dax-subnet-group: add properties (3a6a182)
  • iam-saml-provider: add properties (2afcb58)
  • sns-subscription: add properties (52943cb)

v3.11.0

Compare Source

Features
  • s3-bucket: support legal hold removal on objects (91ada91)

v3.10.0

Compare Source

Bug Fixes
  • bad import ref for aws-nuke (645101d)
  • deps: update module github.com/aws/aws-sdk-go to v1.54.20 (bf8c1a1)
  • deps: update module github.com/urfave/cli/v2 to v2.27.4 (133898a)
  • deps: update module github.com/urfave/cli/v2 to v2.27.4 (8003b5f)
  • deps: update module golang.org/x/text to v0.17.0 (e2c122b)
  • deps: update module golang.org/x/text to v0.17.0 (588c428)
Features
  • adding support for aws glue blueprints, ml transforms, sessions, and workflows (3006d75)
  • cloudwatchlogs-loggroup: honor api rate limits (8c15d7e)
  • elastictranscoder preset support (b3efdff)
  • s3-bucket: support bypassing governance mode with custom batch delete (37e4d1f)

v3.9.1

Compare Source

Bug Fixes
  • iot-authorizer: set to inactive before removing (84a4a41)

v3.9.0

Compare Source

Bug Fixes
  • deps: update module github.com/urfave/cli/v2 to v2.27.3 (6e32799)
Features
  • dynamodb-table: support disabling deletion protection (f54f3f2)
  • iam: add creation dates for iam users and iam access keys (#​1) (082c471)

v3.8.0

Compare Source

Features
  • dynamodb: add resource for dynamodb backups (8da9983)

v3.7.0

Compare Source

Features
  • apigateway: add created date to apigateways (dcafe54)
  • apigateway: fix (d8e2279)
  • apigateway: fix creationdate (5902f1a)

v3.6.0

Compare Source

Features
  • ecs-task: support resource tags (0d26c39)

v3.5.2

Compare Source

Bug Fixes
  • rds-snapshot: protect against nil pointer (3c87567)

v3.5.1

Compare Source

Bug Fixes
  • deps: update module github.com/aws/aws-sdk-go to v1.54.19 (23e3da3)

v3.5.0

Compare Source

Bug Fixes
  • deps: update module github.com/aws/aws-sdk-go to v1.54.18 (1f7682f)
  • deps: update module github.com/ekristen/libnuke to v0.18.0 (ac2c8dd)
Features
  • iam-user-mfa-device: new resource for user specific mfa devices vs account devices (3a3aae3)
  • iam-user: support removing permission boundary from user (bc0bba3)

v3.4.0

Compare Source

Features
  • autoscaling-launch-configuration: standardize, add properties, make ready for tests (83dc68e)
  • autoscaling-lifecycle-hook: standardize, add properties, make ready for tests (6e6f92d)
Resource Changes
  • LaunchConfiguration is now deprecated. Please use AutoScalingLaunchConfiguration
  • LifecycleHook is now deprecated. Please use AutoScalingLifecycleHook

Note: all deprecated aliases will be removed in the next major version of aws-nuke.

v3.3.2

Compare Source

Bug Fixes
  • elasticache-memcachecluster: use arn instead of clusterid for tag lookup (5056d43)
  • elasticache-subnetgroup: use arn instead of clusterid for tag lookup (cde05d3)

v3.3.1

Compare Source

Bug Fixes
  • secretsmanager-secret: prevent nil pointer on listing secrets (5423856)

v3.3.0

Compare Source

Features
  • kms-alias: support pagination (30e1dbe)

v3.2.2

Compare Source

Bug Fixes

v3.2.1

Compare Source

Bug Fixes
  • deps: update module github.com/ekristen/libnuke to v0.17.0 (c850156)
  • deps: update module github.com/ekristen/libnuke to v0.17.1 (254c3c2)
  • if logic around deregistration protection (8a0bfaa)

v3.2.0

Compare Source

Bug Fixes
  • pass logger to libnuke so warnings are displayed around resources (2e83c1e)
  • trim path (1e017a3)
Features
  • rev module to v3 for proper import in other tools (0ed4478)

v3.1.0

Compare Source

Features
  • secretsmanager-secret: properly support deleting secret replicas (3aa7cc2)

v3.0.1

Compare Source

Bug Fixes

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.

Copy link
Contributor Author

renovate bot commented Nov 25, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 20 additional dependencies were updated

Details:

Package Change
github.com/aws/aws-sdk-go-v2/config v1.15.13 -> v1.28.7
github.com/aws/aws-sdk-go-v2/service/sts v1.16.9 -> v1.33.3
github.com/stretchr/testify v1.9.0 -> v1.10.0
github.com/aws/aws-sdk-go-v2 v1.16.7 -> v1.32.7
github.com/aws/aws-sdk-go-v2/credentials v1.12.8 -> v1.17.48
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.8 -> v1.16.22
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.14 -> v1.3.26
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.8 -> v2.6.26
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.15 -> v1.8.1
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.8 -> v1.12.7
github.com/aws/aws-sdk-go-v2/service/sso v1.11.11 -> v1.24.8
github.com/cpuguy83/go-md2man/v2 v2.0.3 -> v2.0.5
github.com/urfave/cli/v2 v2.20.2 -> v2.27.5
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 -> v0.0.0-20240521201337-686a1a2994c1
golang.org/x/text v0.14.0 -> v0.21.0
github.com/aws/aws-sdk-go v1.54.19 -> v1.54.20
github.com/fatih/color v1.16.0 -> v1.18.0
github.com/google/uuid v1.5.0 -> v1.6.0
golang.org/x/sync v0.5.0 -> v0.10.0
golang.org/x/sys v0.18.0 -> v0.25.0

@renovate renovate bot requested review from a team as code owners November 25, 2024 18:50
@renovate renovate bot requested review from hans-d and joe-niland November 25, 2024 18:50
Copy link

coderabbitai bot commented Nov 25, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Note

Free review on us!

CodeRabbit is offering free reviews until Wed Jan 15 2025 to showcase some of the refinements we've made.

🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot force-pushed the renovate/github.com-ekristen-aws-nuke-3.x branch 2 times, most recently from 964c0d7 to 4c15175 Compare December 3, 2024 02:52
@renovate renovate bot force-pushed the renovate/github.com-ekristen-aws-nuke-3.x branch 5 times, most recently from 6462c9e to 66b243a Compare December 13, 2024 06:57
@renovate renovate bot force-pushed the renovate/github.com-ekristen-aws-nuke-3.x branch 3 times, most recently from 62eff8a to a38d1e6 Compare December 26, 2024 23:26
@renovate renovate bot force-pushed the renovate/github.com-ekristen-aws-nuke-3.x branch 3 times, most recently from 2f79382 to 6fb0fcb Compare January 4, 2025 21:48
Copy link
Contributor Author

renovate bot commented Jan 4, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: downloading github.com/gruntwork-io/terratest v0.47.0
go: downloading github.com/jinzhu/copier v0.4.0
go: downloading github.com/stretchr/testify v1.10.0
go: downloading dario.cat/mergo v1.0.1
go: downloading github.com/aws/aws-sdk-go-v2/config v1.28.7
go: downloading github.com/aws/aws-sdk-go-v2 v1.32.7
go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.33.3
go: downloading github.com/aws/aws-sdk-go v1.55.5
go: downloading github.com/rebuy-de/aws-nuke/v2 v2.25.0
go: downloading github.com/rebuy-de/aws-nuke v2.10.0+incompatible
go: downloading github.com/sirupsen/logrus v1.9.3
go: downloading golang.org/x/net v0.23.0
go: downloading github.com/hashicorp/go-multierror v1.1.1
go: downloading golang.org/x/crypto v0.21.0
go: downloading github.com/hashicorp/hcl/v2 v2.19.1
go: downloading github.com/hashicorp/terraform-json v0.22.1
go: downloading github.com/tmccombs/hcl2json v0.3.4
go: downloading github.com/zclconf/go-cty v1.14.4
go: downloading github.com/mattn/go-zglob v0.0.3
go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.17.48
go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.22
go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1
go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.24.8
go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.7
go: downloading github.com/aws/smithy-go v1.22.1
go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.7
go: downloading github.com/go-sql-driver/mysql v1.6.0
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/gruntwork-io/go-commons v0.13.3
go: downloading github.com/pquerna/otp v1.3.0
go: downloading github.com/fatih/color v1.18.0
go: downloading github.com/spf13/cobra v1.8.0
go: downloading golang.org/x/sync v0.10.0
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/mb0/glob v0.0.0-20160210091149-1eb79d2de6c4
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading golang.org/x/sys v0.25.0
go: downloading github.com/hashicorp/errwrap v1.1.0
go: downloading github.com/hashicorp/go-getter v1.7.5
go: downloading github.com/agext/levenshtein v1.2.3
go: downloading github.com/apparentlymart/go-textseg/v15 v15.0.0
go: downloading github.com/mitchellh/go-wordwrap v1.0.1
go: downloading github.com/hashicorp/go-version v1.6.0
go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26
go: downloading github.com/go-errors/errors v1.4.2
go: downloading github.com/urfave/cli/v2 v2.27.5
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading k8s.io/api v0.28.4
go: downloading k8s.io/apimachinery v0.28.4
go: downloading k8s.io/client-go v0.28.4
go: downloading cloud.google.com/go/storage v1.35.1
go: downloading cloud.google.com/go v0.110.10
go: downloading github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
go: downloading github.com/hashicorp/go-safetemp v1.0.0
go: downloading github.com/klauspost/compress v1.17.0
go: downloading github.com/mitchellh/go-testing-interface v1.14.1
go: downloading github.com/ulikunitz/xz v0.5.11
go: downloading golang.org/x/oauth2 v0.15.0
go: downloading google.golang.org/api v0.153.0
go: downloading golang.org/x/text v0.21.0
go: downloading github.com/jmespath/go-jmespath v0.4.0
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.5
go: downloading github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1
go: downloading github.com/boombuler/barcode v1.0.1
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/google/gofuzz v1.2.0
go: downloading k8s.io/klog/v2 v2.100.1
go: downloading k8s.io/utils v0.0.0-20230406110748-d93618cff8a2
go: downloading github.com/imdario/mergo v0.3.13
go: downloading golang.org/x/term v0.18.0
go: downloading cloud.google.com/go/compute/metadata v0.2.3
go: downloading cloud.google.com/go/compute v1.23.3
go: downloading cloud.google.com/go/iam v1.1.5
go: downloading github.com/googleapis/gax-go/v2 v2.12.0
go: downloading google.golang.org/genproto v0.0.0-20231106174013-bbf56f31fb17
go: downloading google.golang.org/grpc v1.60.1
go: downloading google.golang.org/protobuf v1.33.0
go: downloading github.com/russross/blackfriday/v2 v2.1.0
go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading github.com/golang/protobuf v1.5.3
go: downloading github.com/google/gnostic-models v0.6.8
go: downloading golang.org/x/time v0.5.0
go: downloading github.com/go-logr/logr v1.3.0
go: downloading github.com/moby/spdystream v0.2.0
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20231106174013-bbf56f31fb17
go: downloading go.opencensus.io v0.24.0
go: downloading golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f
go: downloading google.golang.org/appengine v1.6.8
go: downloading github.com/google/s2a-go v0.1.7
go: downloading sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
go: downloading github.com/json-iterator/go v1.1.12
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9
go: downloading sigs.k8s.io/yaml v1.4.0
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.2
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.2
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading github.com/go-openapi/swag v0.22.3
go: downloading github.com/go-openapi/jsonreference v0.20.2
go: downloading github.com/google/go-cmp v0.6.0
go: downloading github.com/emicklei/go-restful/v3 v3.9.0
go: downloading github.com/mailru/easyjson v0.7.7
go: downloading github.com/go-openapi/jsonpointer v0.19.6
go: downloading github.com/josharian/intern v1.0.0
go: github.com/cloudposse/test-helpers/pkg/awsnuke imports
	github.com/rebuy-de/aws-nuke/v2/resources imports
	github.com/aws/aws-sdk-go/service/mobile: cannot find module providing package github.com/aws/aws-sdk-go/service/mobile

@renovate renovate bot force-pushed the renovate/github.com-ekristen-aws-nuke-3.x branch from 6fb0fcb to 0b400bb Compare January 10, 2025 21:17
@renovate renovate bot force-pushed the renovate/github.com-ekristen-aws-nuke-3.x branch from 0b400bb to 0c92e19 Compare January 14, 2025 02:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants