You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #723 from alesstimec/changelog-0.19.0
#723
## Description
Updates the changelog for the 0.19.0 release.
## Type of change
- Maintenance work (repository related, like Github actions, or revving the Go version, etc.)
Copy file name to clipboardExpand all lines: CHANGELOG.md
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,35 @@
1
+
## 0.19.0 (April 22, 2025)
2
+
3
+
NOTES:
4
+
5
+
***This release requires Juju controller version 2.9.49 or higher Juju.**
6
+
***If using JAAS, this release requires Juju controller version 3.5.0 or higher.**
7
+
* This release uses Juju client api code from the Juju 3.6.4 release.
8
+
9
+
ENHANCEMENTS
10
+
11
+
* Support for resetting application configuration settings [694](https://github.com/juju/terraform-provider-juju/pull/694) by @Soundarya03
12
+
* Machine creation timeout increased to 30 minutes [717](https://github.com/juju/terraform-provider-juju/pull/717) by @alesstimec
13
+
* Introduction of `machines` in `juju_application` to replace the now deprecated `placement`[716](https://github.com/juju/terraform-provider-juju/pull/716) by @alesstimec
14
+
15
+
BUG FIXES
16
+
17
+
* Fix for custom OCI images in application [700](https://github.com/juju/terraform-provider-juju/pull/700) by @SimoneDutto
18
+
* Fix for application resource update also updating charm revision number [709](https://github.com/juju/terraform-provider-juju/pull/709) by @SimoneDutto
19
+
20
+
21
+
DOCUMENTATION
22
+
23
+
* Contribution guide [719](https://github.com/juju/terraform-provider-juju/pull/719) by @tmihoc
24
+
* Updates to the documentation home page and the community section [718](https://github.com/juju/terraform-provider-juju/pull/718) by @tmihoc
25
+
26
+
CI IMPROVEMENTS
27
+
28
+
* Update JAAS dependency to latest [693](https://github.com/juju/terraform-provider-juju/pull/693) by @SimoneDutto
29
+
* Update Juju dependency to 3.6.4 [696](https://github.com/juju/terraform-provider-juju/pull/696) by @kian99
30
+
* Update the CLA workflow to v2 [702](https://github.com/juju/terraform-provider-juju/pull/702) by @SimoneDutto
31
+
* Use the 3/stable channel for Juju in jaas integration tests [720](https://github.com/juju/terraform-provider-juju/pull/720) by @SimoneDutto
0 commit comments