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.47.1 age adoption passing confidence

Release Notes

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

v3.47.1

Compare Source

Bug Fixes
  • ec2-internet-gateway-attachment: include account id properly (643f3e9)

v3.47.0

Compare Source

Thanks to community contributors for the fixes in this update.

Bug Fixes
Features

v3.46.1

Compare Source

Bug Fixes
  • ec2-network-interfaces: set description property (0fed945)
  • workflow: allow ekristen-dev[bot] for signing (39059a1)

3.46.0 (2025-01-31)

[!NOTE]
The 3.46.0 build was broken due to a change in publishing and lack of access to the signing key, this information is here for completeness for 3.46.1, which was the first fixed build after the broken one.

Bug Fixes
  • deps: update aws-sdk-go-v2 monorepo (d99bcf4)
  • deps: update module github.com/aws/aws-sdk-go to v1.55.6 (c7f523d)
  • workflow: switch to ekristen-dev bot (ce01e4d)
Features
  • ec2-dhcp-option: filter shared resources (11b8f11)
  • ec2-internet-gateway-attachment: filter shared resources (5e3b70d)
  • ec2-internet-gateway: filter shared resources (0144685)
  • ec2-network-interface: add description property (c8d7d0b)
  • ec2-network-interface: filter shared resource (472fe08)
  • ec2-route-table: filter shared resource (a21e0a7)
  • ec2-security-group: filter shared resource (1fe5524)
  • ec2-subnet: filter shared resources (f0dbc27)
  • ec2-vpc: filter shared resource (4e89fa7)

v3.46.0

Compare Source

[!IMPORTANT]
Build was broken due to a change in the publishing process, the signing keys were not available. 3.46.1 replaces this.

3.46.0 (2025-01-31)

Bug Fixes
  • deps: update aws-sdk-go-v2 monorepo (d99bcf4)
  • deps: update module github.com/aws/aws-sdk-go to v1.55.6 (c7f523d)
  • workflow: switch to ekristen-dev bot (ce01e4d)
Features
  • ec2-dhcp-option: filter shared resources (11b8f11)
  • ec2-internet-gateway-attachment: filter shared resources (5e3b70d)
  • ec2-internet-gateway: filter shared resources (0144685)
  • ec2-network-interface: add description property (c8d7d0b)
  • ec2-network-interface: filter shared resource (472fe08)
  • ec2-route-table: filter shared resource (a21e0a7)
  • ec2-security-group: filter shared resource (1fe5524)
  • ec2-subnet: filter shared resources (f0dbc27)
  • ec2-vpc: filter shared resource (4e89fa7)

v3.45.0

Compare Source

Features
  • route53-profile-association: new resource (443eaca)
  • route53-profile: new resource (00ae56c)

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)
Feat

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.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 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/stretchr/testify v1.10.0
go: downloading github.com/aws/aws-sdk-go v1.55.6
go: downloading github.com/fatih/color v1.18.0
go: downloading golang.org/x/sync v0.11.0
go: downloading golang.org/x/sys v0.25.0
go: downloading golang.org/x/text v0.22.0
go: downloading github.com/urfave/cli/v2 v2.27.5
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.5
go: downloading github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1
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 2 times, most recently from 0b400bb to 0c92e19 Compare January 14, 2025 02:26
@renovate renovate bot force-pushed the renovate/github.com-ekristen-aws-nuke-3.x branch 3 times, most recently from ee2c35b to 0839b99 Compare January 31, 2025 03:18
@renovate renovate bot force-pushed the renovate/github.com-ekristen-aws-nuke-3.x branch from 0839b99 to 361612b Compare February 5, 2025 16:03
@renovate renovate bot force-pushed the renovate/github.com-ekristen-aws-nuke-3.x branch from 361612b to 902c4ca Compare February 5, 2025 22:40
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