Skip to content

Commit b660826

Browse files
authored
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.)
2 parents 6dd43ff + 851879f commit b660826

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff 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
32+
133
## 0.18.0 (March 18, 2025)
234

335
NOTES:

0 commit comments

Comments
 (0)