v0.6.0
NOTES:
- The Juju API is upgraded to 2.9.42
FEATURES:
- New resource:
juju_machine
enable users to provision machines using juju. (Thanks @jadonn) - New data source:
juju_machine
enable users to incorporate already provisioned machines to their plans. (Thanks @gboutry)
ENHANCEMENTS:
- Applications now have a
placement
directive to indicate target machines.
BUG FIXES:
- Fixed parsing problem with ED25519 ssh keys. (Thanks @jsimpso)
- Fixed wrong application import due to inconsistent order of elements in application placement
What's Changed
- Add support for Placement directives in applications and add a new Machine resource by @jadonn in #152
- chore(deps): bump github.com/hashicorp/terraform-plugin-docs from 0.13.0 to 0.14.1 by @dependabot in #166
- Update juju client to version 2.9.42 by @juanmanuel-tirado in #167
- Add a Machine Resource (basic support for juju add-machine) by @jadonn in #165
- Update ssh_key import example by @jsimpso in #172
- Update SSH key parsing by @jsimpso in #174
- [JUJU-3280] Sort placement directive to ensure fair comparisons. by @juanmanuel-tirado in #175
- Add machine data source by @gboutry in #170
- chore(deps): bump actions/setup-go from 3 to 4 by @dependabot in #176
- [JUJU-3286] Update changelog for v0.6.0 release. by @juanmanuel-tirado in #178
New Contributors
Full Changelog: v0.5.0...v0.6.0