Releases: equinix-labs/metal-sweeper-action
Releases · equinix-labs/metal-sweeper-action
v0.6.1
What's Changed
- ci: use our shared superlinter config by @cprivitere in #25
- ci: update renovate config by @cprivitere in #26
- fix(deps): update module github.com/equinix-labs/metal-go to v0.25.0 by @renovate in #22
- chore(lint): fix go lint issues by @cprivitere in #28
- chore(lint): Update dockerfile by @cprivitere in #27
- docs: update standard files by @cprivitere in #23
- ci: move linters folder to correct location by @cprivitere in #29
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- feat: use GitHub Actions inputs instead of env vars by @ctreatma in #20
- ci: add superlinter action by @cprivitere in #21
Full Changelog: v0.5.1...v0.6.0
v0.5.1
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
- @renovate made their first contribution in #8
- @cprivitere made their first contribution in #17
Full Changelog: v0.5.0...v0.5.1
v0.5.0
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
- Adopt metal-go by @ctreatma in #13
- fix: validate inputs before trying to delete anything by @ctreatma in #14
New Contributors
Full Changelog: v0.4.0...v0.5.0
v0.4.0
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
Changes
- env
PACKET_AUTH_TOKEN
is nowMETAL_AUTH_TOKEN
- env
PROJECT_ID
is nowMETAL_PROJECT_ID
- arg
keep
is nowkeepProject
, accessible with envKEEP_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
Packet Project Sweeper is now Equinix Metal Sweeper
Changes
- renamed to
equinix-metal-sweeper
- uses
api.equinix.com/metal/v1
instead ofapi.packet.com
v0.1.0
compile with CGO_ENABLED=0 for alpine use Signed-off-by: Marques Johansson <[email protected]>