summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielsdeleo <dan@getchef.com>2015-03-25 09:51:41 -0700
committerdanielsdeleo <dan@getchef.com>2015-03-25 09:52:54 -0700
commit393c6e48730b148eef76b617e8fb321e2f6c55b5 (patch)
treed8a4a586c96e7bc8c50d241bef306b140be8493b
parent47d567f2845a71a5ce67213da66fda87f5212fe7 (diff)
downloadchef-393c6e48730b148eef76b617e8fb321e2f6c55b5.tar.gz
Describe Policyfile updates in release notes
-rw-r--r--CHANGELOG.md1
-rw-r--r--RELEASE_NOTES.md10
2 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cd1d222d46..6d6a409072 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,6 @@
## Unreleased
+* Update policyfile API usage to match forthcoming Chef Server release
* make deploy resource attributes nillable (`symlink_before_migrate nil`) works now
* mixin the LWRP attribute DSL method into Chef::Resource directly
* make all LWRP attributes nillable
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 2a59d97736..6c45d2f41e 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,5 +1,15 @@
# Chef Client Release Notes 12.2.0:
+## Policyfile Chef Server 12.0.7 Compatibility
+
+Chef Server 12.0.7 will contain the minimum necessary funtioning
+implementation of Policyfiles to converge a node. Policyfile "native
+mode" is updated to work with the APIs in Chef Server 12.0.7. Note that
+Chef Server 12.0.7 will likely not ship with the necessary code to
+upgrade existing organizations, so you will need to set some special
+configuration to opt-in to enabling the Policyfile APIs in Chef Server.
+That process will be described in the release notes for Chef Server.
+
## Desired State Configuration (DSC) Resource
If you are using `Windows Management Framework(WMF) 5`, you can now take advantage of the new `dsc_resource`.