Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecation warning when depend of EOL cookbook #150

Merged

Conversation

imchanhtin
Copy link
Contributor

@imchanhtin imchanhtin commented Jan 5, 2023

Description

Remove deprecation warning when depends of EOL cookbook (windows)

Issues Resolved

Check List

  • A summary of changes made is included in the CHANGELOG under ## Unreleased
  • New functionality includes testing.
  • New functionality has been documented in the README if applicable.

@imchanhtin imchanhtin requested a review from a team as a code owner January 5, 2023 04:16
@damacus damacus added the Release: Minor Release to Chef Supermarket as a minor release when merged label Jan 7, 2023
@damacus damacus merged commit cb58945 into sous-chefs:main Jan 7, 2023
@kitchen-porter
Copy link
Contributor

Released as: 6.3.0

@@ -10,5 +10,5 @@

supports 'windows'

depends 'windows', '>= 3.0'
depends 'windows', '>= 3.0' unless Chef::VERSION.to_f >= 14
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't actually work. It gets parsed at upload based on the version on workstation

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll make a PR which bumps the required version of Chef and remove this dependency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Release: Minor Release to Chef Supermarket as a minor release when merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants