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

Receiving warning about lenient param #49

Open
dougmeredith opened this issue Nov 19, 2024 · 2 comments
Open

Receiving warning about lenient param #49

dougmeredith opened this issue Nov 19, 2024 · 2 comments

Comments

@dougmeredith
Copy link

I get the warning "WARNING Manager provider DdnsSource does not accept lenient param". I've done a fair bit of research and a fair bit of playing with my configuration, but I can't get rid of it.

My provider configuration is rather simple:

public1: class: octodns_ddns.DdnsSource types: [A]

Am I doing something wrong?

@ross
Copy link
Collaborator

ross commented Nov 19, 2024

It's a warning that the API of the provider is using a deprecated set of arguments. There's already a PR to update it, #48, that warning will print until the PR is merged and an updated version is released.

The existing version of the provider would not be compatible with octoDNS 2.0 once that releases, not any time soon.

TL;DR don't worry about it and update the provider once there's a newer version in a few weeks.

@dougmeredith
Copy link
Author

Thanks for the information. :)

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

2 participants