Skip to content

Releases: apache/apisix-ingress-controller

v1.8.2 🌈

26 Apr 07:57
57b5aee
Compare
Choose a tag to compare

What's New

🧰 Maintenance

  • chore(deps): bump golang.org/x/net from 0.20.0 to 0.23.0 in /test/e2e @dependabot (#2220)

👨🏽‍💻 Contributors

Thank you to our contributors for making this release possible:
@Revolyssup, @dependabot and @dependabot[bot]

v1.8.1 🌈

15 Apr 04:42
4d42c9a
Compare
Choose a tag to compare

What's New

🧰 Maintenance

  • chore(deps): bump github.com/onsi/ginkgo/v2 from 2.16.0 to 2.17.1 in /test/e2e @dependabot (#2195)
  • chore(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 @dependabot (#2196)
  • chore(deps): bump k8s.io/apimachinery from 0.29.2 to 0.29.3 in /test/e2e @dependabot (#2185)
  • chore(deps): bump k8s.io/client-go from 0.29.0 to 0.29.2 in /test/e2e @dependabot (#2162)
  • chore(deps): bump go.uber.org/zap from 1.26.0 to 1.27.0 in /test/e2e @dependabot (#2172)
  • chore(deps): bump k8s.io/api from 0.29.0 to 0.29.2 in /test/e2e @dependabot (#2163)
  • chore(deps): bump k8s.io/apimachinery from 0.29.0 to 0.29.2 in /test/e2e @dependabot (#2161)
  • chore(deps): bump github.com/onsi/ginkgo/v2 from 2.13.2 to 2.16.0 in /test/e2e @dependabot (#2177)

👨🏽‍💻 Contributors

Thank you to our contributors for making this release possible:
@AlinsRan, @Revolyssup, @acuteaura, @dependabot, @dependabot[bot] and @zll600

Release v1.8.0 🌈

19 Jan 07:04
6ad8902
Compare
Choose a tag to compare

What's New

🐛 Bug Fixes

🧰 Maintenance

  • chore(deps): bump github.com/onsi/ginkgo/v2 from 2.13.1 to 2.13.2 in /test/e2e @dependabot (#2079)
  • chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /test/e2e @dependabot (#2107)
  • chore(deps): bump k8s.io/client-go from 0.28.4 to 0.29.0 in /test/e2e @dependabot (#2105)
  • chore(deps): bump k8s.io/api from 0.28.2 to 0.28.4 @dependabot (#2056)
  • chore(deps): bump k8s.io/client-go from 0.28.3 to 0.28.4 in /test/e2e @dependabot (#2052)
  • chore(deps): bump github.com/onsi/ginkgo/v2 from 2.13.0 to 2.13.1 in /test/e2e @dependabot (#2041)
  • chore(deps): bump google.golang.org/grpc from 1.57.0 to 1.57.1 in /test/e2e @dependabot (#2024)
  • chore(deps): bump k8s.io/apimachinery from 0.28.3 to 0.28.4 in /test/e2e @dependabot (#2054)
  • chore(deps): bump github.com/gorilla/websocket from 1.5.0 to 1.5.1 in /test/e2e @dependabot (#2035)
  • chore(deps): bump k8s.io/client-go from 0.28.2 to 0.28.3 in /test/e2e @dependabot (#2016)
  • chore(deps): bump k8s.io/api from 0.28.2 to 0.28.3 in /test/e2e @dependabot (#2018)

👨🏽‍💻 Contributors

Thank you to our contributors for making this release possible:
@Chever-John, @Revolyssup, @aynp, @dependabot, @dependabot[bot], @jiangfucheng and @nayavu

Release v1.7.1

13 Nov 05:39
ceefeb1
Compare
Choose a tag to compare

Welcome to the v1.7.1 release of apisix-ingress-controller!

This is a Patch version release.

Highlights

Please try out the release binaries and report any issues at
https://github.com/apache/apisix-ingress-controller/issues.

Contributors

  • Jintao Zhang
  • Sarasa Kisaragi
  • Xin Rong

Changes

3 commits

Dependency Changes

This release has no dependency changes

Previous release can be found at v1.7.0

Release v1.7.0

31 Oct 03:35
fc6404e
Compare
Choose a tag to compare

Highlights

The API version of all custom resources has been upgraded to v2 in v1.5 release. In 1.7 we removed the v2beta3 API. Please go to #707 for detail.

In this version we added more Gateway API support and add IngressClass support for all CRDs.

From this version, we try to add a new architecture, then user can reduce etcd of APISIX. (This feature is experimental.)

Please try out the release binaries and report any issues at
https://github.com/apache/apisix-ingress-controller/issues.

Contributors

  • dependabot[bot]
  • Jintao Zhang
  • Xin Rong
  • Navendu Pottekkat
  • Sarasa Kisaragi
  • Abhishek Choudhary
  • Ashish Tiwari
  • Aryan
  • Gallardot
  • Priyansh Singh
  • chengzw
  • ermao
  • ikatlinsky
  • lsy
  • Abhith Rajan
  • Anh Le (Andy)
  • Ashing Zheng
  • AuruTus
  • Basuotian
  • Carson Yang
  • Chever John
  • Deepjyoti Barman
  • Eng Zer Jun
  • Fatpa
  • German Lashevich
  • Joanthan Chen
  • John Chever
  • Rishav Raj
  • Traky Deng
  • Tristan
  • basefas
  • fabriceli
  • fengxsong
  • harvies
  • machinly
  • oliver
  • sakulali
  • tanzhe
  • tyltr

Changes

171 commits

  • 7ecd088 chore(deps): bump sigs.k8s.io/gateway-api from 0.6.2 to 0.8.0 (#1945)
  • 2641c32 chore(deps): bump k8s.io/code-generator from 0.28.0 to 0.28.1 (#1949)
  • 9f54d9c chore(deps): bump sigs.k8s.io/controller-runtime from 0.14.6 to 0.16.1 (#1947)
  • 519fd5c chore(deps): bump k8s.io/client-go from 0.27.4 to 0.28.1 (#1940)
  • 1466e89 feat: use HOSTNAME as controller name and add default value. (#1946)
  • 0bbdc4f feat: support controller as etcd server (#1803)
  • cf88af9 chore: add Gallardot for deps reviewer (#1942)
  • aae52d5 chore(deps): bump github.com/eclipse/paho.mqtt.golang in /test/e2e (#1891)
  • 1bea14f chore(deps): bump google.golang.org/grpc in /test/e2e (#1886)
  • e0a2b17 chore(deps): bump golang.org/x/net from 0.12.0 to 0.14.0 (#1920)
  • c1f241b chore(deps): bump k8s.io/client-go from 0.27.4 to 0.28.1 in /test/e2e (#1938)
  • c3174d4 chore(deps): bump go.uber.org/zap from 1.24.0 to 1.25.0 (#1922)
  • 28d7c90 chore(deps): bump github.com/onsi/ginkgo/v2 in /test/e2e (#1933)
  • 7b3deb5 feat: add support for host pass in upstream crd (#1889)
  • 14e3c61 chore(deps): bump go.uber.org/zap from 1.24.0 to 1.25.0 in /test/e2e (#1921)
  • fa07c66 fix(ci): udp forward failed and missing pigz (#1929)
  • c3dff87 dep: downgraded k8s.io/kube-openapi (#1919)
  • b7329b0 chore: clean up apisix v1 (#1916)
  • f2ae01a chore(deps): bump k8s.io/client-go from 0.27.1 to 0.27.4 (#1917)
  • 37e9201 chore: Upgrade Go tool chain version 1.19 to version 1.20 (#1788)
  • 3fa789d chore: remove support for Ingress in the extensions/v1beta1 API version (#1840)
  • 3f45ca9 ci: auto certs and upgrade APISIX to 3.4.1 version (#1911)
  • 8e3104b docs: Add QA about exposing gateway as loadbalancer (#1907)
  • c40b664 ci: cron ci must use the logical AND condition (#1850)
  • e809cfb feat: Allow response header rewrite via Ingress annotations (#1861)
  • 3efd796 chore(deps): bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 (#1852)
  • a79c140 chore(deps): bump k8s.io/client-go from 0.27.1 to 0.27.3 in /test/e2e (#1866)
  • 8e86331 docs: update docs links (#1873)
  • 32c0751 Update issuer.yaml (#1856)
  • 7540872 chore(deps): bump github.com/gin-gonic/gin in /test/e2e (#1851)
  • e5db08a chore(deps): bump github.com/onsi/ginkgo/v2 in /test/e2e (#1837)
  • 373839a chore(deps): bump github.com/stretchr/testify in /test/e2e (#1842)
  • ff43aee docs: Update powered-by.md (#1841)
  • e91dbf5 chore(deps): Update dependencies (#1833)
  • 113defc chore: rename all v2beta3 to v2 in e2e templates (#1832)
  • 7b81a8b chore: StringToByte without mem-allocation supports v1.20 (#1750)
  • 050d201 chore: remove v2beta3 (#1817)
  • c6a13b3 chore(deps): bump github.com/onsi/ginkgo/v2 in /test/e2e (#1827)
  • 31891ba fix: Referencing empty objects during tcproute and httproute updates (#1825)
  • 2182a48 CI: add regression testing with apisix:dev (#1721)
  • 2641b78 chore: add docker compose and docker-compose compatible (#1808)
  • abfacd6 fix: Keep health checker running when health check failed. Make healthcheck function pure (#1779)
  • a414df7 fix: secret reference update Ingress (#1780)
  • 2061824 chore: upgrade ginkgo 1.9.0 to 1.9.2 (#1800)
  • 4b1ad1b feat: sync consumer crd labels to apisix (#1540)
  • 98ff8e5 fix: error message typo (#1790)
  • 3a8fdf6 refactor: update status (#1618)
  • 5ef48f9 chore(deps): bump github.com/gavv/httpexpect/v2 in /test/e2e (#1774)
  • 8e43700 dep: Updated some dependencies. (#1782)
  • 2f9a4c8 chore: use docker buildkit to cache go build cache (#1778)
  • [b4d1eed](https://github.com/apache/apisix-ingress-...
Read more

Release 1.6.1

07 Apr 09:39
f9aba39
Compare
Choose a tag to compare
Release 1.6.1 Pre-release
Pre-release

Known Issue

A bug was discovered in v1.6.1, but it does not exist in version 1.6.0. We are actively working on fixing it and will address it in version 1.6.2. Please do not upgrade to 1.6.1 for now and continue using 1.6.0.

Welcome to the 1.6.1 release of apisix-ingress-controller!

This is a Patch version release.

Highlights

Contributors

  • Sarasa Kisaragi
  • JiChang Xu
  • Jintao Zhang
  • Kevin
  • Xin Rong

Changes

Dependency Changes

This release has no dependency changes

Previous release can be found at 1.6.0

Release 1.6.0

30 Dec 07:40
ea315c0
Compare
Choose a tag to compare

Highlights

The API version of all custom resources has been upgraded to v2 in v1.5 release. In 1.6 we removed the v2beta2 API. Please go to #707 for detail.

In this version we added more Gateway API support. e.g. TCPRoute/UDPRoute/HTTPRouteFilter etc.

From this version, we can proxy external services and external name services. And integrated with the service discovery component.

Some other noteworthy features are here #1309

What's Changed

Read more

Release 1.6.0-rc1

19 Dec 15:26
15d881e
Compare
Choose a tag to compare
Release 1.6.0-rc1 Pre-release
Pre-release

Highlights

The API version of all custom resources has been upgraded to v2 in v1.5 release. In 1.6 we removed the v2beta2 API. Please go to #707 for detail.

In this version we added more Gateway API support. e.g. TCPRoute/UDPRoute/HTTPRouteFilter etc.

From this version, we can proxy external services and external name services. And integrated with the service discovery component.

Some other noteworthy features are here #1309

What's Changed

Read more

Release 1.5.1

05 Dec 07:31
32be235
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.0...1.5.1

Release 1.5.0

02 Oct 00:36
4219c47
Compare
Choose a tag to compare

What's Changed

Read more