Skip to content

Commit 5be48a8

Browse files
Update 0.8.0 release changelog. (#230)
1 parent e683c0b commit 5be48a8

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 0.8.0 (June 13, 2023)
2+
3+
FEATURES:
4+
5+
* **Add provisioned machines**: `juju_machine` now supports machines already provisioned. This is similar to using `juju add-machine ssh:user@host`. This new feature enables other machines already provisioned using Terraform to be added to a Juju controller.
6+
7+
ENHANCEMENTS:
8+
9+
* The CI has been enhanced by enabling a K8s based Juju controller for GitHub actions.
10+
* Integration tests now can use environment variables to identify if the testing environment has everything required to run the test. For example, a K8s controller vs an LXD controller.
11+
12+
BUG FIXES:
13+
14+
* Process region value in cloud models and force it to be computed by @juanmanuel-tirado in https://github.com/juju/terraform-provider-juju/pull/214
15+
* [JUJU-3905] Upgrade charms using channel by @juanmanuel-tirado in https://github.com/juju/terraform-provider-juju/pull/224
16+
* Fix message for model not found (#222) by @amandahla in https://github.com/juju/terraform-provider-juju/pull/227
17+
* Support models removed outside the plan. by @juanmanuel-tirado in https://github.com/juju/terraform-provider-juju/pull/229
18+
119
## 0.7.0 (May 12, 2023)
220

321
Notes:

0 commit comments

Comments
 (0)