From cb589456062438abe5364e876181bd17f89dda7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=AA=20Nguy=E1=BB=85n=20Ch=C3=A1nh=20T=C3=ADn?= <34022247+imchanhtin@users.noreply.github.com> Date: Sun, 8 Jan 2023 00:20:04 +0700 Subject: [PATCH] Remove deprecation warning when depend of EOL cookbook (#150) * depend on windows only for old version * add changelog Co-authored-by: Tin Le (Liam) --- CHANGELOG.md | 2 ++ metadata.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa7cb02..ac6d60e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ This file is used to list changes made in each version of the powershell cookboo ## Unreleased +Add filter to remove deprecation warning when depends on windows cookbook (EOL cookbook) + Standardise files with files in sous-chefs/repo-management Standardise files with files in sous-chefs/repo-management diff --git a/metadata.rb b/metadata.rb index 0a0eb9c..570e215 100644 --- a/metadata.rb +++ b/metadata.rb @@ -10,5 +10,5 @@ supports 'windows' -depends 'windows', '>= 3.0' +depends 'windows', '>= 3.0' unless Chef::VERSION.to_f >= 14 depends 'ms_dotnet', '>= 3.2.1'