The Juju team is happy to announce that the Juju Terraform provider v0.14.0 was released on 16 Sep 2024!
Thanks to all the contributors including @anvial @hmlanigan.
Update the provider version:
terraform {
required_providers {
juju = {
source = "juju/juju"
version = "~=0.14.0"
}
}
}
LINKS:
NOTES:
- This release requires juju controller version 2.9.49 or later juju.
- This release uses juju client api code from the juju 3.5.1 release.
- JAAS login enhancements requires Juju controller version 3.5.0 or higher.
- Juju secrets support requires Juju controller version 3.4.0 or higher.
What’s Changed
- chore(makefile): create check makefile target by @jack-w-shaw in chore(makefile): create check makefile target by jack-w-shaw · Pull Request #530 · juju/terraform-provider-juju · GitHub
- feat(githubactions): dependabot to use custom labels by @cderici in feat(githubactions): dependabot to use custom labels by cderici · Pull Request #523 · juju/terraform-provider-juju · GitHub
- fix(application): update resource example to use correct charm storage by @anvial in fix(application): update resource example to use correct charm storage by anvial · Pull Request #533 · juju/terraform-provider-juju · GitHub
- chore(deps): bump github.com/juju/charm/v12 from 12.0.2 to 12.1.0 by @dependabot in chore(deps): bump github.com/juju/charm/v12 from 12.0.2 to 12.1.0 by dependabot[bot] · Pull Request #517 · juju/terraform-provider-juju · GitHub
- chore(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.9.0 to 1.10.0 by @dependabot in chore(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.9.0 to 1.10.0 by dependabot[bot] · Pull Request #518 · juju/terraform-provider-juju · GitHub
- fix(storagedirective): fix storage directive validator by @anvial in fix(storagedirective): fix storage directive validator by anvial · Pull Request #538 · juju/terraform-provider-juju · GitHub
- chore(deps): bump github.com/hashicorp/terraform-plugin-framework-validators from 0.12.0 to 0.13.0 by @dependabot in chore(deps): bump github.com/hashicorp/terraform-plugin-framework-validators from 0.12.0 to 0.13.0 by dependabot[bot] · Pull Request #519 · juju/terraform-provider-juju · GitHub
- chore(deps): bump github.com/juju/cmd/v3 from 3.0.14 to 3.0.16 by @dependabot in chore(deps): bump github.com/juju/cmd/v3 from 3.0.14 to 3.0.16 by dependabot[bot] · Pull Request #543 · juju/terraform-provider-juju · GitHub
- test: version updates in GitHub actions. by @hmlanigan in test: version updates in GitHub actions. by hmlanigan · Pull Request #548 · juju/terraform-provider-juju · GitHub
- feat(application): deploy applications with custom resources by @gatici in feat(application): deploy applications with custom resources by gatici · Pull Request #493 · juju/terraform-provider-juju · GitHub
- fix(constraints): ensure constraints are non-null by @jack-w-shaw in fix(constraints): ensure constraints are non-null by jack-w-shaw · Pull Request #556 · juju/terraform-provider-juju · GitHub
- chore(cla): add cla check action by @jack-w-shaw in chore(cla): add cla check action by jack-w-shaw · Pull Request #559 · juju/terraform-provider-juju · GitHub
- fix: bugs 535 and 539 only find storage for application being read by @hmlanigan in fix: bugs 535 and 539 only find storage for application being read by hmlanigan · Pull Request #557 · juju/terraform-provider-juju · GitHub
- fix (application): do no panic on nil pointer by @hmlanigan in fix (application): do no panic on nil pointer by hmlanigan · Pull Request #563 · juju/terraform-provider-juju · GitHub
New Contributors
- @jack-w-shaw made their first contribution in chore(makefile): create check makefile target by jack-w-shaw · Pull Request #530 · juju/terraform-provider-juju · GitHub
- @gatici made their first contribution in feat(application): deploy applications with custom resources by gatici · Pull Request #493 · juju/terraform-provider-juju · GitHub