summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
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..0ffe6d3f9d 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 grain 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: