Skip to content

Releases: clivewalkden/go-wasabi-cleanup

v1.3.3

06 Jul 23:13
Compare
Choose a tag to compare

1.3.3 (2024-07-06)

Bug Fixes

  • .gitignore comment in the wrong location (04bea6f)

Code Refactoring

  • Updated --dryrun to --dry-run (acebe5c)
  • Clean command improved to make it easier for testing. (bb31813)

Chores

  • Updated CHANGELOG.md (aa1a26e)
  • deps: Bump github.com/spf13/viper from 1.18.2 to 1.19.0 (67480c7)
  • renamed bin file to wasabi-cleanup (792c5f9)
  • deps: Bump github.com/aws/aws-sdk-go-v2/config (4274c6c)
  • deps: Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (9d06435)
  • deps: Bump github.com/aws/aws-sdk-go-v2/service/s3 (36e95ca)
  • Updated to Go 1.22 (f9ca358)
  • Version of the module is now pushed through GoReleaser and ldFlags. (d2b2f3a)
  • deps: Bump github.com/aws/aws-sdk-go-v2/config (1c73b6c)
  • deps: Bump github.com/aws/aws-sdk-go-v2/service/s3 (df186c5)
  • deps: Bump github.com/aws/aws-sdk-go-v2/service/s3 (ba0ba77)
  • deps: Bump github.com/aws/aws-sdk-go-v2/config (2e153ef)
  • deps: Bump github.com/fatih/color from 1.16.0 to 1.17.0 (def464e)
  • deps: Bump github.com/aws/aws-sdk-go-v2/config (8e4b1ca)
  • deps: Bump github.com/aws/aws-sdk-go-v2/service/s3 (2692594)
  • Updated CHANGELOG.md (7d7637d)
  • deps: Bump github.com/aws/aws-sdk-go-v2/service/s3 (18a6011)
  • deps: Bump github.com/aws/aws-sdk-go-v2/config (0606034)
  • Added /copiilot/chatSessions t gitignore (b8a94c6)
  • deps: Bump github.com/rodaine/table from 1.1.1 to 1.2.0 (d8ec457)
  • deps: Bump github.com/aws/aws-sdk-go-v2/config (a244a70)
  • deps: Bump github.com/aws/aws-sdk-go-v2/config (b43410a)
  • deps: Bump github.com/aws/aws-sdk-go-v2/service/s3 (d3ef462)
  • deps: Bump github.com/aws/aws-sdk-go-v2/config (3551a71)
  • deps: Bump github.com/aws/aws-sdk-go-v2/service/s3 (2f89241)
  • deps: Bump github.com/aws/aws-sdk-go-v2/config (e1dea04)
  • deps: Bump github.com/aws/aws-sdk-go-v2/service/s3 (04e285c)
  • Updated CHANGELOG.md (023d386)
  • deps: Bump github.com/spf13/viper from 1.17.0 to 1.18.2 (bc264db)
  • deps: Bump github.com/aws/aws-sdk-go-v2/service/s3 (f02c8ea)
  • deps: Bump github.com/aws/aws-sdk-go-v2/config (bf2d15f)
  • deps: Bump github.com/aws/aws-sdk-go-v2/config (2af38e8)
  • deps: Bump github.com/aws/aws-sdk-go-v2/service/s3 (12180f0)
  • deps: Bump github.com/aws/aws-sdk-go-v2/config (be276f1)
  • deps: Bump github.com/aws/aws-sdk-go-v2/service/s3 (8b6a791)
  • deps: Bump github.com/rodaine/table from 1.1.0 to 1.1.1 (634fb01)
  • deps: Bump github.com/aws/aws-sdk-go-v2/config (7d70377)
  • deps: Bump github.com/aws/aws-sdk-go-v2/service/s3 (f42975f)
  • deps: Bump github.com/aws/aws-sdk-go-v2/config (4bb48f1)
  • Reduce complexity of the DeleteOldObjects function. (6207ce2)
  • Fix verbose output tab depth (1c3d28b)
  • deps: Bump github.com/aws/aws-sdk-go-v2/config (62d4619)
  • deps: Bump github.com/aws/aws-sdk-go-v2/service/s3 (87549df)
  • deps: Bump github.com/aws/aws-sdk-go-v2/service/s3 (446cc9c)
  • deps: Bump github.com/aws/aws-sdk-go-v2/config (3d82b95)
  • deps: Bump github.com/aws/aws-sdk-go-v2 from 1.23.5 to 1.24.0 (3785a8a)

Build

v1.3.2

06 Dec 13:28
Compare
Choose a tag to compare

Changed

  • AWS SDK updated from v1.17.8 to v1.23.5
  • AWS SDK Config updated from v1.18.21 to v1.25.11
  • AWS SDK Services updated from v1.32.0 to v1.47.2
  • Fatih Color updated from v1.15.0 to v1.16.0
  • Viper updated from v1.15.0 to v1.17.0
  • Cobra updated from v1.7.0 to v1.8.0

Fixed

  • Resolved breaking change to S3 client

v1.3.1

21 Apr 21:14
Compare
Choose a tag to compare

Changed

  • Cobra updated from v1.6.1 to v1.7.0
  • Faith Color updated from v1.14.1 to v1.15.0
  • AWS SDK updated from v1.17.5 to v1.17.8
  • AWS SDK Config updated from v1.18.15 to v1.18.21
  • AWS SDK Services updated from v1.30.5 to v1.32.0
  • Updated make linting method
  • Tweet workflow updated to newer method

v1.3.0

01 Mar 16:54
Compare
Choose a tag to compare

Added

  • Updated to use Go 1.19 for future compatibility

Changed

  • Viper updated from v1.14.0 to v1.15.0
  • Faith Color updated from v1.13.0 to v1.14.1
  • Rodaine Table updated from v1.0.1 to v1.1.0

v1.2.0

01 Mar 16:03
Compare
Choose a tag to compare

Added

  • Integrated Cobra to flesh out the cli options

Changed

  • Opened this upto MIT License
  • Added version output to the make file for easier archiving of the compiled binaries
  • Began setting up CI and Code Analysis
  • AWS SDK updated from v1.16.15 to v1.17.5
  • AWS SDK Config updated from v1.17.6 to v1.18.15
  • AWS SDK Services updated from v1.27.10 to v1.30.5

v1.1.0

25 Nov 23:09
Compare
Choose a tag to compare

Added

  • Config file support instead of hard coding the options (Issue: #2)
  • Verbose flag option to help debug what is happening
  • Debugging messages through the code to help see what is happening (Issue: #1)

Changed

  • Split out some files for easier maintenance
  • Result output easier to understand and read

v1.0.0

13 Oct 11:36
Compare
Choose a tag to compare

Initial release