From 6f76755ad0f6f0ed5cbff8c4ee105f8aa16021fc Mon Sep 17 00:00:00 2001 From: Jacob Zaval Date: Mon, 6 May 2024 10:55:44 -0700 Subject: [PATCH 1/3] include Which module for HomebrewUserWrapper --- libraries/helpers.rb | 1 + metadata.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/libraries/helpers.rb b/libraries/helpers.rb index 1699163..79d8dcb 100644 --- a/libraries/helpers.rb +++ b/libraries/helpers.rb @@ -22,6 +22,7 @@ class HomebrewUserWrapper require 'chef/mixin/homebrew_user' include Chef::Mixin::HomebrewUser + include Chef::Mixin::Which end module Homebrew diff --git a/metadata.rb b/metadata.rb index 5b9c655..bae7c36 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer_email 'help@sous-chefs.org' license 'Apache-2.0' description 'Install Homebrew and includes resources for working with taps and casks' -version '5.4.5' +version '5.4.6' supports 'mac_os_x' source_url 'https://github.com/sous-chefs/homebrew' From 968fb4d9a8333a7dbb41322b5da57e41f18989ae Mon Sep 17 00:00:00 2001 From: Jacob Zaval Date: Mon, 6 May 2024 10:59:31 -0700 Subject: [PATCH 2/3] update CL --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28c4941..081202c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,10 @@ This file is used to list changes made in each version of the homebrew cookbook. -## Unreleased +## 5.4.6 - *2024-05-06* + +- Explicitly include `Which` module from `Chef` which fixes runs on 18.x clients. + ## 5.4.5 - *2023-11-01* From 57a75fbe241de788a21d52e9b886e0609b12f853 Mon Sep 17 00:00:00 2001 From: Jacob Zaval Date: Mon, 6 May 2024 11:05:27 -0700 Subject: [PATCH 3/3] lint CL --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 081202c..a7ce351 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,6 @@ This file is used to list changes made in each version of the homebrew cookbook. - Explicitly include `Which` module from `Chef` which fixes runs on 18.x clients. - ## 5.4.5 - *2023-11-01* Standardise files with files in sous-chefs/repo-management