Skip to content

Releases: equinix-labs/metal-sweeper-action

v0.6.1

20 Oct 22:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

17 Jul 19:14
1e0e914
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.6.0

v0.5.1

28 Jun 21:20
b84a301
Compare
Choose a tag to compare

What's Changed

  • Configure Renovate by @renovate in #8
  • fix: correct input names in readme by @cprivitere in #17
  • fix(deps): update module github.com/equinix-labs/metal-go to v0.10.0 by @renovate in #18

New Contributors

Full Changelog: v0.5.0...v0.5.1

v0.5.0

19 Jun 15:48
e05ae88
Compare
Choose a tag to compare

The v0.5.0 release of metal-sweeper-action has been updated to use metal-go instead of packngo, which will make it easier to support cleanup of additional resource types in the future. This release also adds input validation to avoid making unnecessary, invalid API requests if the required inputs have not been provided.

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

09 May 19:17
ffde34b
Compare
Choose a tag to compare

v0.4.0

This is the first release of metal-sweeper-action under the equinix-labs GitHub organization. It is expected to behave identically to v0.3.0, but all references to the repository location have been updated to reflect the recent repository transfer.

v0.3.0

17 Feb 05:20
9bdaca0
Compare
Choose a tag to compare

Changes

  • env PACKET_AUTH_TOKEN is now METAL_AUTH_TOKEN
  • env PROJECT_ID is now METAL_PROJECT_ID
  • arg keep is now keepProject, accessible with env KEEP_PROJECT
  • Sweeping failures produce warnings instead of being fatal

Features

  • Virtual Networks will now be deleted
  • Project will now be deleted
  • packngo 0.6.0

v0.2.0

20 Oct 13:41
a237b31
Compare
Choose a tag to compare

Packet Project Sweeper is now Equinix Metal Sweeper

Changes

  • renamed to equinix-metal-sweeper
  • uses api.equinix.com/metal/v1 instead of api.packet.com

v0.1.0

13 Sep 20:41
42639ff
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
compile with CGO_ENABLED=0 for alpine use

Signed-off-by: Marques Johansson <[email protected]>