From 54a107eb559045228b041fb99347bcc44bfd38ef Mon Sep 17 00:00:00 2001 From: Aapo Talvensaari Date: Tue, 23 Apr 2024 13:17:33 +0300 Subject: [PATCH] chore(deps): bump atc-router from v1.6.1 to v1.6.2 ### Summary * chore(cargo): release `v1.6.1` by @dndx in https://github.com/Kong/atc-router/pull/216 * chore(build): add a new target to include lua files by @fffonion in https://github.com/Kong/atc-router/pull/219 **Full Changelog**: https://github.com/Kong/atc-router/compare/v1.6.1...v1.6.2 Signed-off-by: Aapo Talvensaari --- .requirements | 2 +- changelog/unreleased/kong/bump-atc-router.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.requirements b/.requirements index e83a0e24dccd..0b76a645162e 100644 --- a/.requirements +++ b/.requirements @@ -12,7 +12,7 @@ LUA_KONG_NGINX_MODULE=691ba795ced07364d491e8abbdf0c8c8d3778c14 # 0.10.0 LUA_RESTY_LMDB=7d2581cbe30cde18a8482d820c227ca0845c0ded # 1.4.2 LUA_RESTY_EVENTS=8448a92cec36ac04ea522e78f6496ba03c9b1fd8 # 0.2.0 LUA_RESTY_WEBSOCKET=60eafc3d7153bceb16e6327074e0afc3d94b1316 # 0.4.0 -ATC_ROUTER=1eeb0509a90494dc8618c5cd034ca4be231bb344 # 1.6.1 +ATC_ROUTER=ffd11db657115769bf94f0c4f915f98300bc26b6 # 1.6.2 KONG_MANAGER=nightly NGX_WASM_MODULE=3bd94e61c55415ccfb0f304fa51143a7d630d6ae diff --git a/changelog/unreleased/kong/bump-atc-router.yml b/changelog/unreleased/kong/bump-atc-router.yml index 9005de32f50e..8206d52592f6 100644 --- a/changelog/unreleased/kong/bump-atc-router.yml +++ b/changelog/unreleased/kong/bump-atc-router.yml @@ -1,3 +1,3 @@ -message: "Bumped atc-router from v1.6.0 to v1.6.1" +message: "Bumped atc-router from v1.6.0 to v1.6.2" type: dependency scope: Core