chore(deps): update terraform juju to v1#486
Closed
renovate[bot] wants to merge 1 commit intomainfrom
Closed
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #486 +/- ##
=======================================
Coverage 89.11% 89.11%
=======================================
Files 28 28
Lines 1396 1396
Branches 1 1
=======================================
Hits 1244 1244
Misses 152 152
*This pull request uses carry forward flags. Click here to find out more.
🚀 New features to boost your workflow:
|
Collaborator
|
Closing, this has some breaking changes that we can't deal with right now:
|
Contributor
Author
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.20.0->~> 1.1.0Release Notes
juju/terraform-provider-juju (juju)
v1.1.1Compare Source
What's Changed
Full Changelog: juju/terraform-provider-juju@v1.1.0...v1.1.1
v1.1.0Compare Source
What's Changed
offering_controllerto juju offer data source by @SimoneDutto in #979Full Changelog: juju/terraform-provider-juju@v1.0.0...v1.1.0
v1.0.0Compare Source
NOTES:
BREAKING CHANGES:
modelfield replaced withmodel_uuid791. Users will need to update their plans and modules to refer to models by UUID. Further details are available at the linked issue.modeldata-source has a newownerfield. The data-source requires theownerfieldis set in addition to the
name. Alternatively you can lookup a model by UUID.Note that the
uuidfield cannot be set alongsidename/owner.syntax changed to require a model UUID instead of a model name. This includes most of the resources
in the above list with some exceptions (e.g. offer import requires the offer URL) and additionally
includes the model resource.
model.placementfield has been removed from the application resource - usemachinesinstead.principlefield has been removed from the application resource as it was unused.seriesfield has been removed from the application resource - usebaseinstead.seriesfield has been removed from the machine resource - usebaseinstead.UPGRADING PLANS:
We realize any breaking changes are painful, but a move from v0.23.0 to v1.0.0 is one of the few opportunities we have to do them. To make this transition easier we have developed an upgrader advisory tool that will take an existing tf file as input and replace references to model names with model uuids.
This tool is intended as an advisory tool, although we have extensively tested the tool, make sure to carefully review proposed changes before committing to them.
The tool is located here and to use it, one simply runs:
As always, please read the README.md first and in case of any issues contact the team in our public Matrix channel.
ENHANCEMENTS
BUG FIXES
storagefield injuju_applicationread only by @ale8k in #943juju_applicationby @kian99 in #947DOCUMENTATION
juju_applicationresource examples by @kian99 in #939juju_ssh_keyfrom Github and Launchpad by @tmihoc in #953CI & MAINTENANCE
v0.23.3Compare Source
What's Changed
Full Changelog: juju/terraform-provider-juju@v0.23.2...v0.23.3
v0.23.2Compare Source
What's Changed
Full Changelog: juju/terraform-provider-juju@v0.23.1...v0.23.2
v0.23.1Compare Source
NOTES:
BUG FIXES
See our docs for more information https://documentation.ubuntu.com/terraform-provider-juju/latest/reference/terraform-provider/resources/integration/#cross-model-relations on the provider's approach to cross-model relations.
v0.23.0Compare Source
NOTES:
ENHANCEMENTS
secret_uricomputed field to the secret resource by @alesstimec in #850nullvalues in model config by @SimoneDutto in #851nullvalues app config by @SimoneDutto in #864skip_failed_deletionto revert to the previous behavior - more information is available in the provider documentation.BUG FIXES
applicationsfield from list to set in thejuju_access_secretresource by @alesstimec in #848usersfield from list to set in thejuju_access_modelresource by @alesstimec in #849ssh-keyresource by @SimoneDutto in #844DOCUMENTATION
CI & MAINTENANCE
SECURITY.mdby @alesstimec in #904v0.22.0Compare Source
NOTES:
ENHANCEMENTS
BUG FIXES
DOCUMENTATION
v0.21.1Compare Source
NOTES:
BUG FIXES
DOCUMENTATION
v0.21.0Compare Source
NOTES:
ENHANCEMENTS
TransactionAborted763 by @SimoneDuttohostnamefield to be populated when creatingjuju_machineresource 788 by @SimoneDuttono-service-accountflag to thejuju_kubernetes_cloudresource to avoid service account creation by the provier 793 by @SimoneDuttoconstraintsin thejuju_applicationresource 796 by @alesstimecBUG FIXES
juju_machineID immediately after creation 799 by @kian99DOCUMENTATION
juju_offerdocumentation to useendpoints781 by @SimoneDuttoCI IMPROVEMENTS
PlanOnly = true782 by @SimoneDuttojuju_kubernetes_cloud797 by @SimoneDuttoConfiguration
📅 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 was generated by Mend Renovate. View the repository job log.