NOTES:
- The provider now receives the values for the
CharmConfig
while reading an already deployed application's status.
FEATURES:
- Application expose is now available.
NOTES:
- Now the provider considers the current status of
expose
andconfig
for any application. This means, that when a plan is applied, this is compared with the current status returned by Juju and applied when required. For example, an exposed application can be manually unexposed using the Juju CLI. When applying the plan again, the provider will detect a mismatch and expose the application again. - Following the previous note, the application configuration returned by Juju can contain more elements than those the plan is aware of. For this reason, the provider will only consider those parameteres already specified in the plan. This means that if any configuration parameter is manually set using the Juju CLI and this parameter is not set in the plan, no changes will be applied by the provider.
NOTES:
- provider: The provider has a dependency on Juju CLI configuration store. It expects configuration to be found in either
$XDG_DATA_HOME/juju
or~/.local/share/juju
.
BUG FIXES
- resource/juju_application: Avoid inconsistency with a Charm's self-reported name
- resource/juju_application: Fix error encountered when changing units whilst operating on a CAAS model
NOTES:
- provider: The provider has a dependency on Juju CLI configuration store. It expects configuration to be found in either
$XDG_DATA_HOME/juju
or~/.local/share/juju
.
FEATURES:
- New Resource
juju_integration
BUG FIXES
- resource/juju_application: If a malformed id is supplied during import then return an error message instead of panicking.
NOTES:
- provider: The provider has a dependency on Juju CLI configuration store. It expects configuration to be found in either
$XDG_DATA_HOME/juju
or~/.local/share/juju
.
FEATURES:
- New Resource
juju_application
IMPROVEMENTS
- resource/juju_model: Ensure that when entries are removed from
config
that they are unset in the model configuration
NOTES:
- provider: The provider has a dependency on Juju CLI configuration store. It expects configuration to be found in either
$XDG_DATA_HOME/juju
or~/.local/share/juju
.
FEATURES:
- New Data Source:
juju_model
- New Resource:
juju_model