Skip to content

Releases: caicloud/ingress

0.23.0-cps-1.2

09 Feb 07:33
Compare
Choose a tag to compare
fix incorrect real ip for ssl-passthrough

1. this implemention can work together with
  'use-forwarded-for: "true"' and 'compute-full-forwarded-for: "true"'.

2. this fix breaks function of 'use-proxy-protocol: "true"'

3. this fix can not be cherrypicked to latest ingress-nginx,
   because 9af574a (>=0.26.0) refactor the real ip code in nginx.tmpl

Signed-off-by: Huanle Han <hanhuanle@caicloud.io>

v0.43.0-cos-1.1

20 Jan 06:00
Compare
Choose a tag to compare
fix: hide https listener for servers without ssl cert

v0.43.0-cos-1.0

05 Jan 14:02
Compare
Choose a tag to compare
fix(*): fix x-forwarded-for and x-real-ip unavailable when use ssl pa…

…ssthrough

cps-2.11.0-rc.2

30 Jun 06:17
95466a3
Compare
Choose a tag to compare
  • 修复了监控上无法展示灰度服务metrics的信息

cps-2.11.0-alpha.3

27 Mar 06:47
6c9f81e
Compare
Choose a tag to compare
feat(canary): support use cookie value and pattern (#8)

* feat(canary): support use cookie value

* feat: support use cookie pattern

Co-authored-by: Lisheng Zheng <zhenglisheng@caicloud.io>