Releases: mybuilder/kongfig
Releases · mybuilder/kongfig
v1.5.3: Fix support for older node versions
v1.5.0: Certificates and kong 0.12 support
1.3.0
Adds support for kong >=0.10 #63, #64. Thanks to @c-knowles and @rogoman
Migrating from Kong <=0.9 to >=0.10
kongfig translates pre >=0.10 kong config files automatically when applying them.
So you can export your config from <=0.9 kong instance by running:
kongfig dump --host kong_9:8001 > config.v9.ymlThen apply it to kong 0.10 instance
kongfig apply --path config.v9.yml --host kong_10:8001apis endpoint changed between <=0.9 and >=0.10:
request_host: stringtohosts: [string]request_path: stringtouris: [string]strip_request_path: bool->strip_uri: bool- Adds
methods,retries,upstream_connect_timeout,upstream_read_timeout,upstream_send_timeout,https_only,http_if_terminated
1.2.12
1.2.10
1.2.9
1.2.8
Added support for custom headers to allow kongfig access to restricted kong admin. #39
Checkout https://docs.gelato.io/guides/advanced-kong-integration for more.
Thanks to @Dibble and @nicklanng