Skip to content

Commit

Permalink
Merge pull request #603 from hmlanigan/changelog-0-15-0
Browse files Browse the repository at this point in the history
#603

Update the CHANGELOG.md for the 0.15.0 release in preparation for the RC.
  • Loading branch information
jujubot authored Oct 9, 2024
2 parents 21c1238 + c22bf89 commit a5c04d1
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## 0.15.0 (October 14, 2024)

NOTES:
* **This release requires Juju controller version 2.9.49 or higher juju.**
* **If using JAAS, this release requires Juju controller version 3.5.0 or higher.**
* This release uses juju client api code from the juju 3.5.1 release.

ENHANCEMENTS:

* Support for JAAS access settings via the following new resources:
* `juju_jaas_access_cloud`
* `juju_jaas_access_controller`
* `juju_jaas_access_group`
* `juju_jaas_access_model`
* `juju_jaas_access_offer`
* `juju_jaas_access_service_account`
* `juju_jaas_group`
* Support for adding kubernetes clouds to existing controllers with the new
`juju_kubernetes_cloud` resource.

BUG FIXES:

* feat: add computed uuid to model resource by @hmlanigan in #599
* fix: remove requirement on ca cert by @kian99 in #567

## 0.14.0 (September 9, 2024)

NOTES:
Expand Down

0 comments on commit a5c04d1

Please sign in to comment.