Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Changelog update for 0.16.0 release. #656

Merged
merged 1 commit into from
Jan 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 0.16.0 (January 20, 2025)

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.6.0 release.

ENHANCEMENTS:

* The new `juju_application` data source allows you to incorporate already existing applications. (Thanks @shipperizer).
* The new `juju_access_offer` resource allows you to manage access to application offers (Tanks @amandahla).
* The new `juju_jaas_group` data source allows you to incorporate already existing groups (Thanks @pkulik0).

BUG FIXES:

* fix: fix the use of a hardcoded admin user #653

## 0.15.1 (December 3, 2024)

NOTES:
Expand Down
Loading