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

custom resource declaration compatibility with Chef infra client v 16.2.44+ #50

Closed
nicknameyu opened this issue Aug 20, 2020 · 5 comments

Comments

@nicknameyu
Copy link

nicknameyu commented Aug 20, 2020

custom resource declaration for 'password_policy' need to be updated to sync with Chef infra client v16.2.44+
Pre-16 code:
resource_name :foo

Chef Infra Client 16+ code
provides :foo

Chef Infra Client < 16 backwards compatible code
resource_name :foo
provides :foo

@tas50
Copy link
Contributor

tas50 commented Aug 20, 2020

This has been fixed on master

@tas50 tas50 closed this as completed Aug 20, 2020
@IrynaAbikh
Copy link

@tas50, Looks like version '0.9.1' from supermarket.chef.io does not contain this fix since the version in #49 wasn`t bumped.
Could you please fix it?

@tas50
Copy link
Contributor

tas50 commented Oct 26, 2020

Someone with permissions on this project will need to cut a new release and push it to supermarket.

@idiudiuki
Copy link

Hi @tas50, we experience the same problem. Do we need to open a new issue for this as this one is closed? How long do you think it will take to apply this update?

@tas50
Copy link
Contributor

tas50 commented Oct 29, 2020

You could open an issue requesting a release be made. That may help the process. I'm not sure who is still actively maintaining this project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants