summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorTom Duffield <tom@chef.io>2016-11-09 14:52:57 -0600
committerBryan McLellan <btm@loftninjas.org>2016-11-10 08:13:20 -0500
commit1c8674b0dc32ae097c1e484aa90577b921e1fb3a (patch)
tree4013c0e432002a664e905aaa61442bb5e40be1a6 /RELEASE_NOTES.md
parentfc0ead5b9ec6aa28ae263f8f9c6bc4c7310c9471 (diff)
downloadchef-1c8674b0dc32ae097c1e484aa90577b921e1fb3a.tar.gz
Update 12.16 release notes & changelog with package locking
Signed-off-by: Tom Duffield <tom@chef.io> Signed-off-by: Bryan McLellan <btm@loftninjas.org>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 986519fa4a..3e65148f04 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -86,4 +86,19 @@ webapp:
alpha:beta: omega
```
+### Package locking for Apt, Yum, and Zypper
+
+To allow for more fine grained control of package installation the `apt_package`,
+`yum_package`, and `zypper_package` resources now support the `:lock` and `:unlock` actions.
+
+```ruby
+package "httpd" do
+ action :lock
+end
+
+package "httpd" do
+ action :unlock
+end
+```
+
## Highlighted bug fixes for this release: