Skip to content

Commit 9b500d9

Browse files
chore(deps): update terraform juju to v1.4.2 (#427)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [juju](https://registry.terraform.io/providers/juju/juju) ([source](https://redirect.github.com/juju/terraform-provider-juju)) | required_provider | minor | `1.3.1` → `1.4.2` | --- ### Release Notes <details> <summary>juju/terraform-provider-juju (juju)</summary> ### [`v1.4.2`](https://redirect.github.com/juju/terraform-provider-juju/releases/tag/v1.4.2) [Compare Source](https://redirect.github.com/juju/terraform-provider-juju/compare/v1.3.1...v1.4.2) ##### Note This is a patch release to address issues with the newer version of goreleaser which prevented the registry from properly ingesting the release. ##### What's Changed - ci(release): pins the goreleaser version to 2.14.3 by [@&#8203;alesstimec](https://redirect.github.com/alesstimec) in [#&#8203;1153](https://redirect.github.com/juju/terraform-provider-juju/pull/1153) **Full Changelog**: <juju/terraform-provider-juju@v1.4.1...v1.4.2> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/canonical/identity-platform-login-ui-operator). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
2 parents 319369d + 622f654 commit 9b500d9

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

deployment/.terraform.lock.hcl

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deployment/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
terraform {
22
required_providers {
33
juju = {
4-
version = "1.3.1"
4+
version = "1.4.2"
55
source = "juju/juju"
66
}
77
}

0 commit comments

Comments
 (0)