Releases: linode/packer-plugin-linode
Releases · linode/packer-plugin-linode
v1.3.2
📖 Documentation
- Mark plugin as HCP-ready by @lbajolet-hashicorp in #180
📦 Dependency Updates
- Bump golang.org/x/oauth2 from 0.15.0 to 0.16.0 by @dependabot in #182
- Bump github.com/linode/linodego from 1.26.0 to 1.27.1 by @dependabot in #183, #184
Full Changelog: v1.3.1...v1.3.2
v1.3.1
Changes
- test: replace legacy regions in integration tests @ykim-1 (#174)
- Bump github.com/linode/linodego from 1.25.0 to 1.26.0 @dependabot (#178)
- Bump golang.org/x/crypto from 0.16.0 to 0.17.0 @dependabot (#177)
GitHub Action Updates
- Bump actions/download-artifact from 3 to 4 @dependabot (#176)
- Bump actions/upload-artifact from 3 to 4 @dependabot (#175)
- Bump actions/setup-python from 4 to 5 @dependabot (#172)
- Bump actions/setup-go from 4 to 5 @dependabot (#173)
v1.3.0
🚀 New Features
- Add support for the
ip_ranges
interface field @zliang-akamai (#164)
💡 Improvements
- Remove old docs targets @yec-akamai (#171)
- Fix release workflow @zliang-akamai (#169)
- Register plug-in as Packer integration @nywilken (#159)
- Fix integration workflow @ykim-1 (#161)
📦 Dependency Updated
- Bump go to v1.20 @zliang-akamai (#160)
- Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 @dependabot (#167)
- Bump golang.org/x/oauth2 from 0.14.0 to 0.15.0 @dependabot (#162)
- Bump github.com/hashicorp/packer-plugin-sdk from 0.5.1 to 0.5.2 @dependabot (#166)
- Downgrade resty to 2.9.1 @zliang-akamai (#165)
- Bump google.golang.org/grpc from 1.55.0 to 1.56.3 @dependabot (#152)
v1.2.0
🚀 New Features
- Add support for Virtual Private Cloud interfaces @zliang-akamai @lgarber-akamai (#155)
💡 Improvements
- Remove deprecated
io/ioutil
@zliang-akamai (#149)
📦 Dependency Updated
- Bump golang.org/x/oauth2 from 0.13.0 to 0.14.0 @dependabot (#157)
- Bump github.com/linode/linodego from 1.23.0 to 1.25.0 @dependabot (#154, #151)
- Bump release-drafter/release-drafter from 5.24.0 to 5.25.0 @dependabot (#147)
- Bump golang.org/x/net from 0.16.0 to 0.17.0 @dependabot (#146)
v1.1.5
Changes
- Bump github.com/linode/linodego from 1.21.0 to 1.23.0 @dependabot (#138, #140)
- Bump golang.org/x/oauth2 from 0.11.0 to 0.13.0 @dependabot (#134, #143)
Testing
- Add unit test coverage and add workflow to upload test data @ykim-1 (#139)
v1.1.4
Changes
- Bump github.com/linode/linodego from 1.20.1 to 1.21.0 @dependabot (#128)
GitHub Action Upgrades
- Bump actions/checkout from 3 to 4 @dependabot (#131)
- Bump goreleaser/goreleaser-action from 4.4.0 to 4.6.0 @dependabot (#132)
v1.1.3
Changes
- Bump golang.org/x/oauth2 from 0.9.0 to 0.11.0 @dependabot (#116, #123)
- Bump github.com/hashicorp/packer-plugin-sdk from 0.4.0 to 0.5.1 @dependabot (#121)
- Bump github.com/linode/linodego from 1.17.2 to 1.20.1 @dependabot (#119, #122, #125)
v1.1.2
Changes
- Bump golang.org/x/crypto from 0.10.0 to 0.11.0 @dependabot (#114)
- Bump release-drafter/release-drafter from 5.23.0 to 5.24.0 @dependabot (#112)
- Bump github.com/linode/linodego from 1.17.0 to 1.17.2 @dependabot (#110)
Dev Infra
- Add CODEOWNERS to this repo @lgarber-akamai (#115)
v1.1.1
Changes
- Bump golang.org/x/oauth2 from 0.8.0 to 0.9.0 @dependabot (#107)
- Bump goreleaser/goreleaser-action from 4.2.0 to 4.3.0 @dependabot (#105)
- Bump github.com/linode/linodego from 1.16.2 to 1.17.0 @dependabot (#104)
v1.1.0
💡 Improvements
- Add Interfaces, PrivateIP, AuthorizedUsers, and StackScript arguments @zliang-akamai (#95, #86)
- Improve error handling and internal polling logic @lgarber-akamai (#83)
- Add support for configurable image creation timeouts @Sorrowwill (#74)
📖 Documentation
- Add documentation for the
root_pass
field @zliang-akamai (#97) - Add documentation for environment token configuration and add examples for Regions/Types @zliang-akamai (#85)