Update Terraform juju to ~> 0.10.0 #107
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
~> 0.7.0
->~> 0.10.0
Release Notes
juju/terraform-provider-juju (juju)
v0.10.0
Compare Source
NOTES:
juju_application
resource schema has been deprecated. It was computed only data, is not needed, and has no replacement.FEATURES:
juju_application
andjuju_machine
now support bases.A base is an alternative way to specify which operating system and version a charm or machine should be deployed
with. For example
ubuntu@22.04
.BUG FIXES:
Gracefully fail to deploy a bundle @hmlanigan in https://github.com/juju/terraform-provider-juju/pull/318
Fix remove (cmr) integration with multiple consumers by @hemanthnakkina in https://github.com/juju/terraform-provider-juju/issues/308
Update charm resources if necessary when updating a charm by @cderici in https://github.com/juju/terraform-provider-juju/pull/326
Application resource plans hitting RequiresReplace can fail with "application already exists AND
Application resource plans can fail with "Charm Already Exists", if another application has loaded that charm to the controller before
by @hmlanigan in https://github.com/juju/terraform-provider-juju/pull/329
v0.9.1
Compare Source
BUG FIXES:
v0.9.0
Compare Source
ENHANCEMENTS:
BUG FIXES:
v0.8.0
Compare Source
FEATURES:
juju_machine
now supports machines already provisioned. This is similar to usingjuju add-machine ssh:user@host
. This new feature enables other machines already provisioned using Terraform to be added to a Juju controller.ENHANCEMENTS:
BUG FIXES:
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.