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 #820 from kian99/v0.21.1-release-notes
#820
## Description
Changelog for the upcoming 0.21.1 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
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,22 @@
1
+
## 0.21.1 (August 4, 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
+
* This is a patch release to provide an early fix for [810](https://github.com/juju/terraform-provider-juju/issues/810).
9
+
10
+
BUG FIXES
11
+
12
+
* Avoid revoking and re-granting users' access to offers [816](https://github.com/juju/terraform-provider-juju/pull/816) by @SimoneDutto
13
+
* Allow offers that were previously consumed with the Juju CLI to work with Terraform [802](https://github.com/juju/terraform-provider-juju/pull/802) by @kian99
14
+
15
+
DOCUMENTATION
16
+
17
+
* Changes to move the docs to the Ubuntu domain [807](https://github.com/juju/terraform-provider-juju/pull/807) by @tmihoc
18
+
* Add sitemap config and support for google analytics [812](https://github.com/juju/terraform-provider-juju/pull/812) by @tmihoc
0 commit comments