Skip to content

Commit 36bfc3e

Browse files
Merge pull request #86 from juanmanuel-tirado/CHANGELOG_v0.4.0
Updated changelog for v0.4.0
2 parents 5de7296 + 45be14b commit 36bfc3e

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
## 0.4.0 (Unreleased)
1+
## 0.4.0 (August 19, 2022)
2+
3+
FEATURES:
4+
5+
* **Application expose** is now available.
6+
7+
NOTES:
8+
9+
* Now the provider considers the current status of `expose` and `config` for any application. This means, that when a plan is applied, this is compared with the current status returned by Juju and applied when required. For example, an exposed application can be manually unexposed using the Juju CLI. When applying the plan again, the provider will detect a mismatch and expose the application again.
10+
* Following the previous note, the application configuration returned by Juju can contain more elements than those the plan is aware of. For this reason, the provider will only consider those parameteres already specified in the plan. This means that if any configuration parameter is manually set using the Juju CLI and this parameter is not set in the plan, no changes will be applied by the provider.
211

312
## 0.3.1 (July 18, 2022)
413

0 commit comments

Comments
 (0)