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 #839 from alesstimec/changelog-0.22.0
#839
## Description
Changelog for the upcoming 0.22.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
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,26 @@
1
+
## 0.22.0 (August 18, 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.6.5 or higher.**
7
+
* This release uses Juju client api code from the Juju 3.6.4 release.
8
+
9
+
ENHANCEMENTS
10
+
11
+
* An improvement of sematic comparison for constraints by @kian99 in [829](https://github.com/juju/terraform-provider-juju/pull/829).
12
+
13
+
BUG FIXES
14
+
15
+
* A fix for SSH key resource ID handling by @kian99 in [824](https://github.com/juju/terraform-provider-juju/pull/824).
16
+
* A fix for removal of multiple integrations with the same endpoint by @SimoneDutto in [814](https://github.com/juju/terraform-provider-juju/pull/814).
17
+
18
+
DOCUMENTATION
19
+
20
+
* Addition of related links by @tmihoc in [825](https://github.com/juju/terraform-provider-juju/pull/825).
21
+
* Clarification of cloud and controller authorization and improvement to documentation navigation by @tmihoc in [831](https://github.com/juju/terraform-provider-juju/pull/832).
22
+
* Update to the documentation starter pack by @tmihoc in [836](https://github.com/juju/terraform-provider-juju/pull/836).
0 commit comments