Skip to content

v0.7.3

Latest
Compare
Choose a tag to compare
@dyegoe dyegoe released this 15 Jun 12:00
0c980cb

[v0.7.3] - 2023-06-15

Added

  • Initial tests for several packages. #65
  • Tests to github actions. #65
  • Pre-commit and improve github action #84

Changed

  • Refactor a few functions to make them more testable. #65
  • Refactor a few functions to make them less nested. #65
  • Refactor a few functions to handle empty values. #65
  • Outputs are now constants. #83
  • Upgrade dependencies. #75
  • Change ubuntu version to 22.04 in github actions. #68
  • Stop looking up for config.yaml on the current directoy #91

Fixed

  • Function order, since the filter were applied before all checks. #81
  • Struct description for cmd/ec2.go. #80
  • If there is no config directory ~/.awss or file, the command does not through an error and runs with the embedded default configuration.
  • Fix tests. The filters were not being compared correctly.
  • Fix version on cmd/root.go. #95

What's Changed

Full Changelog: v0.7.2...v0.7.3