Releases: equinix-labs/metal-project-action
Releases · equinix-labs/metal-project-action
v0.14.1
What's Changed
- fix(deps): update module github.com/equinix-labs/metal-go to v0.21.0 by @renovate in #38
- fix(deps): update module golang.org/x/crypto to v0.13.0 by @renovate in #35
- fix(deps): update module github.com/equinix-labs/metal-go to v0.22.0 by @renovate in #40
- fix(deps): update module golang.org/x/crypto to v0.14.0 by @renovate in #42
- fix(deps): update module github.com/equinix-labs/metal-go to v0.25.0 by @renovate in #41
- chore: update renovate.json by @cprivitere in #43
Full Changelog: v0.14.0...v0.14.1
v0.14.0
What's Changed
Full Changelog: v0.13.0...v0.14.0
v0.13.0
What's Changed
- feat: clean up environment variable lookups / writes by @ctreatma in #22
- fix: remove reference to unsupported env var in error message by @ctreatma in #24
- fix(deps): update golang.org/x/crypto digest to 8e447d8 [security] by @renovate in #17
- ci: add superlinter action by @cprivitere in #23
New Contributors
- @cprivitere made their first contribution in #23
Full Changelog: v0.12.1...v0.13.0
v0.12.1
What's Changed
- Provide full path to version variable to
go build
by @ctreatma in #16 - Configure Renovate by @renovate in #10
- fix(deps): update module github.com/equinix-labs/metal-go to v0.10.0 by @renovate in #18
- fix: Update actions.yml inputs/outputs to match code & README by @ctreatma in #20
New Contributors
Full Changelog: v0.12.0...v0.12.1
v0.12.0
The v0.12.0
release of metal-project-action
has been updated to use metal-go
instead of packngo
. As part of this migration, the action has been updated to populate the organizationID
output (and corresponding METAL_ORGANIZATION_ID
environment variable).
What's Changed
- Convert from packngo to metal-go by @ctreatma in #13
- fix: get project organization details without using additionalproperties by @ctreatma in #15
New Contributors
Full Changelog: v0.11.0...v0.12.0
v0.11.0: Merge pull request #11 from equinix-labs/equinix-labs
v0.11.0
This is the first release of metal-project-action under the equinix-labs GitHub organization. It is expected to behave identically to v0.10.0, but all references to the repository location have been updated to reflect the recent repository transfer.
v0.6.0
Changes
- Removed output
projectSSHPrivateKey
and environmentMETAL_PROJECT_SSH_PRIVATE_KEY
.
The Private Key was multiline and was appearing in build logs despite efforts to mask it.
Added
- Added output
projectSSHPrivateKeyFile
and environmentMETAL_PROJECT_SSH_PRIVATE_KEY_FILE
- Added output
projectSSHPublicKeyFile
and environmentMETAL_PROJECT_SSH_PUBLIC_KEY_FILE
- Added output
organizationID
and environmentMETAL_ORGANIZATION_ID
v0.5.0
Changes
- env
PACKET_AUTH_TOKEN
is nowMETAL_AUTH_TOKEN
- packngo 0.6.0 is used
Fixed
- multiline outputs and masks are processed correctly (ssh private key)
- updated env setting for CVE-2020-15228
v0.4.0
Packet Project Action is now Equinix Metal Project Action
Changes
- All
PACKET_
variables are nowMETAL_
api.equinix.com/metal/v1
is used instead ofapi.packet.com
- Action name is now displague/equinix-metal-project