-
-
Notifications
You must be signed in to change notification settings - Fork 143
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
1.8.0 broke environment resolving #497
Comments
There was a change to envar resolution, but tests pass. Can you provide a reproduction? |
It is internal code, sorry. But I can sketch perhaps that is enough. We have a main() in our components using Kong like so:
And a CLI definition like so:
Then code consuming this would fail:
with
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I haven't yet dug into why, but it is an API break, so if kong is following semver, please consider pulling 1.8, and re-tagging as 2.0. That would avoid renovate/dependabot autoupdating this everywhere.
Thanks!
The text was updated successfully, but these errors were encountered: