-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,27 @@ | ||
## 0.10.0 (October 26, 2023) | ||
|
||
NOTES: | ||
|
||
* **Use of Series for machine and application resources is now deprecated.** Use Base instead. | ||
* Principal in the `juju_application` resource schema has been deprecated. It was computed only data, is not needed, and has no replacement. | ||
|
||
FEATURES: | ||
|
||
* **Add base support for machines and applications**: `juju_application` and `juju_machine` now support bases. | ||
A base is an alternative way to specify which operating system and version a charm or machine should be deployed | ||
with. For example `[email protected]`. | ||
* Use of the 2.9.45 code base for juju API calls. | ||
* Stable integration tests have been replaced with testing of upgrading from the last release to the current code. | ||
* There is now a github action to use a loadbalancer as a tunnel to juju controller on k8s. | ||
|
||
BUG FIXES: | ||
|
||
* Gracefully fail to deploy a bundle @hmlanigan in https://github.com/juju/terraform-provider-juju/pull/318 | ||
* Fix remove (cmr) integration with multiple consumers by @hemanthnakkina in https://github.com/juju/terraform-provider-juju/issues/308 | ||
* Update charm resources if necessary when updating a charm by @cderici in https://github.com/juju/terraform-provider-juju/pull/326 | ||
* Application resource plans hitting RequiresReplace can fail with "application already exists by @hmlanigan in https://github.com/juju/terraform-provider-juju/pull/329 | ||
|
||
|
||
## 0.9.1 (September 22, 2023) | ||
|
||
BUG FIXES: | ||
|
This file contains 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