Releases: juju/terraform-provider-juju
Releases · juju/terraform-provider-juju
v1.0.0-beta2
v1.0.0-beta2
v1.0.0-beta1
What's Changed
- fix(juju_access_secret): changes applications field from list to set by @alesstimec in #848
- chore: wait-for and add unit tests in CI by @SimoneDutto in #852
- feat(resource_secret): adds secret_uri computed field by @alesstimec in #850
- fix: ssh-keys resource by @SimoneDutto in #844
- fix(access_offer): fixes issue #662 by @alesstimec in #831
- fix(juju_access_model): changes users field from list to set by @alesstimec in #849
- feat(wait-for-delete): wait for model to be destroyed by juju before returning from Delete by @SimoneDutto in #743
- test: remove microk8s setup for jaas test and refactor tests by @SimoneDutto in #861
- feat: support null value in model's config by @SimoneDutto in #851
- Support null values app config by @SimoneDutto in #864
- test(resource_machine): re-enables the machine with placement test by @alesstimec in #840
- feat: add custom create timeout for machines by @kian99 in #868
- test(generate-env-file): add script to generate env file from switched controller by @SimoneDutto in #879
- Clarifies error for finding application offers by @claudiubelu in #872
New Contributors
- @claudiubelu made their first contribution in #872
Full Changelog: 0.22.0-rc1...v1.0.0-beta1
v0.22.0
What's Changed
- fix: improve ssh key resource ID handling by @kian99 in #824
- docs: add related links by @tmihoc in #825
- feat: improve constraint semantic equality by @kian99 in #829
- docs: clarify cloud and controller auth, enable sequential nav by @tmihoc in #832
- docs: update starter pack by @tmihoc in #836
- fix(delete-multiple-integrations-same-endpoint): fix delete multiple integrations with same endpoint by @SimoneDutto in #814
- chore(changelog): changelog for 0.22.0 by @alesstimec in #839
Full Changelog: v0.21.1...v0.22.0
0.22.0-rc1
What's Changed
- fix: improve ssh key resource ID handling by @kian99 in #824
- docs: add related links by @tmihoc in #825
- feat: improve constraint semantic equality by @kian99 in #829
- docs: clarify cloud and controller auth, enable sequential nav by @tmihoc in #832
- docs: update starter pack by @tmihoc in #836
- fix(delete-multiple-integrations-same-endpoint): fix delete multiple integrations with same endpoint by @SimoneDutto in #814
- chore(changelog): changelog for 0.22.0 by @alesstimec in #839
Full Changelog: v0.21.1...0.22.0-rc1
v0.21.1
What's Changed
- docs: make changes required for move to ubuntu domain by @tmihoc in #807
- fix: allow use of offers with source set by @kian99 in #802
- docs: add sitemap config and support for google analytics by @tmihoc in #812
- fix(update-offer-access): refactor code for update offer access by @SimoneDutto in #816
- chore(changelog): changelog for the upcoming 0.21.1 release by @kian99 in #820
Full Changelog: v0.21.0...v0.21.1
v0.21.0
What's Changed
- fix(test): fix UpgradeProvider tests by removing PlanOnly = true by @SimoneDutto in #782
- docs(offer): update documentation to use
endpoints
by @SimoneDutto in #781 - feat(retry): retry CreateModel when error is TransactionAborted by @SimoneDutto in #763
- feat(wait-for-hostname): add wait_for_hostname to wait on hostname to be populate by @SimoneDutto in #788
- ci: jaas-integration by @SimoneDutto in #792
- feat: add no-service-account flag to k8s resource by @SimoneDutto in #793
- feat(resource_application): use the new custom type for constraints by @alesstimec in #796
- fix(integration-jaas): fix JAAS tests with kubernetes_cloud by avoiding to create a model by @SimoneDutto in #797
- chore: store machine ID after creation by @kian99 in #799
- feat(machine): wait for machine deletion by @alesstimec in #761
- chore(changelog): changelog for the upcoming 0.21.0 release by @alesstimec in #803
Full Changelog: v0.20.0...v0.21.0-rc3
v0.21.0-rc1
What's Changed
- fix(test): fix UpgradeProvider tests by removing PlanOnly = true by @SimoneDutto in #782
- docs(offer): update documentation to use
endpoints
by @SimoneDutto in #781 - feat(retry): retry CreateModel when error is TransactionAborted by @SimoneDutto in #763
- feat(wait-for-hostname): add wait_for_hostname to wait on hostname to be populate by @SimoneDutto in #788
- ci: jaas-integration by @SimoneDutto in #792
- feat: add no-service-account flag to k8s resource by @SimoneDutto in #793
- feat(resource_application): use the new custom type for constraints by @alesstimec in #796
- fix(integration-jaas): fix JAAS tests with kubernetes_cloud by avoiding to create a model by @SimoneDutto in #797
- chore: store machine ID after creation by @kian99 in #799
- feat(machine): wait for machine deletion by @alesstimec in #761
- chore(changelog): changelog for the upcoming 0.21.0 release by @alesstimec in #803
Full Changelog: v0.20.0...v0.21.0-rc1
v0.20.0
What's Changed
- fix(application): scaling up applications by @alesstimec in #730
- feat(constraints): add custom type for constraints and a custom require replace func by @SimoneDutto in #739
- feat: add WaitFor and WaitForError by @SimoneDutto in #738
- fix: use-latest-jaas by @SimoneDutto in #750
- chore: setup cloud credentials in test by @kian99 in #737
- docs: add jaas setup and other small fixes by @tmihoc in #746
- feat(wait-for-delete): wait for application's deletion by @SimoneDutto in #742
- chore: allow tests to disable wait-for resources by @kian99 in #751
- chore: remove juju_jaas_access_service_account by @kian99 in #759
- feat(machine): adds machine annotations by @alesstimec in #748
- feat(wait-for): wait for integration deletion by @SimoneDutto in #760
- docs(references): duplicate terraform docs to docs-rtd/references by @SimoneDutto in #758
- feat(endpoints): breaking change from endpoint to endpoints for offer's schema by @SimoneDutto in #752
- chore(changelog): update for the upcoming 0.20.0 release by @alesstimec in #771
- fix(test): fix TestAcc_CustomResourcesAddedToPlanMicrok8s by time.Sleep by @SimoneDutto in #772
Full Changelog: v0.19.0...v0.20.0
v0.19.0
What's Changed
- chore(update-jaas): update jaas to latest by @SimoneDutto in #693
- feat(applications): use custom oci images from the state by @SimoneDutto in #700
- chore: update juju to 3.6.4 by @kian99 in #696
- chore(update-cla-ci): update the CLA workflow to v2 by @SimoneDutto in #702
- fix(applications): fix update charm and resources behaviour by @SimoneDutto in #709
- fix(machine): increases machine creation timeout to 30min by @alesstimec in #717
- fix: reset app config map by @Soundarya03 in #694
- docs: add contributing guide by @tmihoc in #719
- docs: update project and community by @tmihoc in #718
- chore(juju-version): use the 3/stable channel for juju in jaas integration tests by @SimoneDutto in #720
- feat(juju_application): introduces machines in juju_application by @alesstimec in #716
- chore(changelog): changelog for the 0.19.0 release by @alesstimec in #723
- fix: go-releaser by @SimoneDutto in #725
New Contributors
- @Soundarya03 made their first contribution in #694
Full Changelog: v0.18.0...v0.19.0
v0.19.0-rc1
What's Changed
- chore(update-jaas): update jaas to latest by @SimoneDutto in #693
- feat(applications): use custom oci images from the state by @SimoneDutto in #700
- chore: update juju to 3.6.4 by @kian99 in #696
- chore(update-cla-ci): update the CLA workflow to v2 by @SimoneDutto in #702
- fix(applications): fix update charm and resources behaviour by @SimoneDutto in #709
- fix(machine): increases machine creation timeout to 30min by @alesstimec in #717
- fix: reset app config map by @Soundarya03 in #694
- docs: add contributing guide by @tmihoc in #719
- docs: update project and community by @tmihoc in #718
- chore(juju-version): use the 3/stable channel for juju in jaas integration tests by @SimoneDutto in #720
- feat(juju_application): introduces machines in juju_application by @alesstimec in #716
- chore(changelog): changelog for the 0.19.0 release by @alesstimec in #723
New Contributors
- @Soundarya03 made their first contribution in #694
Full Changelog: 0.18.0-rc1...v0.19.0-rc1