Skip to content

Releases: zlabjp/nghttpx-ingress-lb

nghttpx-ingress-lb v0.40.1

10 Sep 02:33
Compare
Choose a tag to compare
  • Fix memory leak in TLS handshake

nghttpx-ingress-lb v0.40.0

30 Aug 09:13
Compare
Choose a tag to compare
  • Add redirectIfNotTLS path-config (GH-119)
  • Get rid of k8s.io/kubernetes dependency because it is not reusable (GH-115)
  • Verify that TLS private key matches public key (GH-114)
  • Upgrade go.mod based on k8s v1.15.0 (GH-113)

nghttpx-ingress-lb v0.39.3

19 Aug 05:49
Compare
Choose a tag to compare

nghttpx-ingress-lb v0.39.2

07 Aug 05:28
Compare
Choose a tag to compare
  • Apply patch to fix request stall in nghttpx (GH-118)

nghttpx-ingress-lb v0.39.1

12 Jun 08:54
Compare
Choose a tag to compare
  • This release fixes build script issue in v0.39.0.

nghttpx-ingress-lb v0.39.0

12 Jun 08:20
Compare
Choose a tag to compare
  • Upgrade nghttp2 to v1.39.1
  • Upgrade OpenSSL to 1.1.1c

nghttpx-ingress-lb v0.38.0

19 Apr 05:53
ccb76c3
Compare
Choose a tag to compare
  • Upgrade nghttp2 to v1.38.0 (GH-112)
  • Upgrade OpenSSL to 1.1.1b (GH-111)
  • Move to Go modules (GH-109)
  • Upgrade debian-base to 1.0.0 (GH-108)
  • Use networking.k8s.io/v1beta1 for example Ingress resources (GH-107)
  • Upgrade vendor to k8s v1.14.0 (GH-106)
  • Add ability to disable listening HTTP and HTTPS ports (GH-105)

nghttpx-ingress-lb v0.37.0

11 Mar 05:53
Compare
Choose a tag to compare
  • Upgrade nghttp2 to v1.37.0
  • Add weight to ingress.zlab.co.jp/backend-config annotation to enable weighted backend selection grouped by Kubernetes Service (GH-103)

nghttpx-ingress-lb v0.36.0

01 Feb 09:09
Compare
Choose a tag to compare
  • Upgrade debian-base to 0.4.1
  • Upgrade nghttp2 to v1.36.0 (GH-104)
  • Upgrade defaultbackend to 1.5 (GH-101)
  • Build with golang 1.11 (GH-99)
  • Use k8s v1.13.0 vendor (GH-98)

nghttpx-ingress-lb v0.35.1

10 Dec 02:06
Compare
Choose a tag to compare
  • Upgrade nghttp2 to v1.35.1 which fixes the broken handling of pattern which ends with a slash.