Skip to content

Commit

Permalink
Remove deprecation warning when depend of EOL cookbook (#150)
Browse files Browse the repository at this point in the history
* depend on windows only for old version

* add changelog

Co-authored-by: Tin Le (Liam) <[email protected]>
  • Loading branch information
imchanhtin and Tin Le (Liam) authored Jan 7, 2023
1 parent faed7f1 commit cb58945
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit cb58945

Please sign in to comment.