Skip to content

Commit 184b1b2

Browse files
New version: Gruntwork.cloud-nuke version 0.43.0 (microsoft#298647)
1 parent 4e3b19b commit 184b1b2

3 files changed

Lines changed: 70 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Created with komac v2.13.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: Gruntwork.cloud-nuke
5+
PackageVersion: 0.43.0
6+
InstallerLocale: en-US
7+
InstallerType: portable
8+
Commands:
9+
- cloud-nuke
10+
ReleaseDate: 2025-09-29
11+
Installers:
12+
- Architecture: x86
13+
InstallerUrl: https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.43.0/cloud-nuke_windows_386.exe
14+
InstallerSha256: 8AEE3CD8870829CCC590A9DA04ACF17A562E11960F4E4172CC0F66E46BD7C6B4
15+
- Architecture: x64
16+
InstallerUrl: https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.43.0/cloud-nuke_windows_amd64.exe
17+
InstallerSha256: D4BE5C9A732918BD01CE3B4C70DD4C20D001FE8553371BF59ABB631F1D74254F
18+
ManifestType: installer
19+
ManifestVersion: 1.10.0
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Created with komac v2.13.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: Gruntwork.cloud-nuke
5+
PackageVersion: 0.43.0
6+
PackageLocale: en-US
7+
Publisher: Gruntwork
8+
PublisherUrl: https://github.com/gruntwork-io/cloud-nuke
9+
PublisherSupportUrl: https://github.com/gruntwork-io/cloud-nuke/issues
10+
PackageName: cloud-nuke
11+
PackageUrl: https://github.com/gruntwork-io/cloud-nuke
12+
License: MIT
13+
LicenseUrl: https://github.com/gruntwork-io/cloud-nuke/blob/HEAD/LICENSE.txt
14+
Copyright: Copyright (c) 2020, Gruntwork, Inc.
15+
ShortDescription: cloud-nuke was created for situations when you might have an account you use for testing and need to clean up leftover resources so you're not charged for them
16+
Moniker: cloud-nuke
17+
ReleaseNotes: |-
18+
What's Changed
19+
- fix(ekscluster): filtering for tags is omitted by @roehrijn in #899
20+
- fix(vpc): handle errors from DescribeVpcEndpoints in EC2 VPC endpoint by @monodot in #903
21+
- fix: handle nil output from DescribeResourcePolicy in network firewall by @james00012 in #904
22+
- fix(ecs-cluster): fix regex name filtering for ECS clusters by @james00012 in #901
23+
- Add static analysis with golangci-lint to prevent nil pointer exceptions by @james00012 in #905
24+
- fix(cloudtrail): handle mixed ownership error when listing CloudTrail resources by @james00012 in #906
25+
- feat: add support for AWS Cloud Map resources by @james00012 in #909
26+
- feat(launch-template): add tag support for filtering with improved readability by @james00012 in #915
27+
- feat(rds-cluster): add deletion protection support by @james00012 in #914
28+
- Feat/ecscluster tag support by @ErezWeiss in #922
29+
- feat(cloudformation): add support for CloudFormation stacks by @james00012 in #917
30+
- Fix S3 bucket deletion by adding pagination for versioned objects by @ErezWeiss in #919
31+
- fix(vpc): resolve VPC deletion failures and security group race conditions by @james00012 in #923
32+
- feat: Add JSON output format support by @james00012 in #924
33+
- docs(README): explain how tag matching works by @mtfurlan in #927
34+
- feat(LambdaFunctions): support tag filtering (#931) by @mtfurlan in #932
35+
- feat(SecretsManager): support tags (#928) by @mtfurlan in #929
36+
New Contributors
37+
- @monodot made their first contribution in #903
38+
- @ErezWeiss made their first contribution in #922
39+
- @mtfurlan made their first contribution in #927
40+
Full Changelog: v0.42.0...v0.43.0
41+
ReleaseNotesUrl: https://github.com/gruntwork-io/cloud-nuke/releases/tag/v0.43.0
42+
ManifestType: defaultLocale
43+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with komac v2.13.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: Gruntwork.cloud-nuke
5+
PackageVersion: 0.43.0
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)