Kong / kong-python-pdk

Write Kong plugins in Python (Experimental)
Apache License 2.0
40 stars 14 forks source link

fix: no version field #79

Closed amfonelic closed 1 year ago

amfonelic commented 1 year ago

Hi! Faced with such problem: error loading plugin schemas: on plugin 'py-geocode': Plugin "py-geocode" cannot be loaded because its VERSION field does not follow the "x.y.z" format, got: "nil".

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

cowboygneox commented 1 year ago

This needs to be merged and released ASAP. It's a blocker if you use this PDK with the most recent Kong proxy version.

cowboygneox commented 1 year ago

This is the exact change I hotfixed in my Kong deployment and is confirmed working.

fffonion commented 1 year ago

Thank you @pinktoxin, will release new version tomorrow.