Skip to content

Commit c4514fb

Browse files
authored
release 0.6.0 (#429)
* release 0.6.0
1 parent dc43be8 commit c4514fb

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,34 @@
1919

2020
# Table of Contents
2121

22+
- [0.6.0](#060)
2223
- [0.5.0](#050)
2324
- [0.4.0](#040)
2425
- [0.3.0](#030)
2526
- [0.2.0](#020)
2627
- [0.1.0](#010)
2728

29+
# 0.6.0
30+
31+
We have added some new features, fixed some bugs, and made some optimizations to the internal code.
32+
33+
**Note: The CRDs should be re-applied because of some new features**
34+
35+
## Core
36+
37+
* Support TCP definition [#115](https://github.com/apache/apisix-ingress-controller/issues/115)
38+
* Add labels to mark resources are pushed by ingress controller [#242](https://github.com/apache/apisix-ingress-controller/issues/242)
39+
* Add jsonschema validate for ApisixUpstream and ApisixTls resource [#371](https://github.com/apache/apisix-ingress-controller/issues/371) [#372](https://github.com/apache/apisix-ingress-controller/issues/372)
40+
* Support to record kubernetes events for resources processing [#394](https://github.com/apache/apisix-ingress-controller/issues/394)
41+
* Support to report resources status [#395](https://github.com/apache/apisix-ingress-controller/issues/395)
42+
* Support global_rules for cluster scoped plugins [#402](https://github.com/apache/apisix-ingress-controller/issues/402)
43+
44+
## Fix
45+
46+
* Remove upstream caching correctly [#421](https://github.com/apache/apisix-ingress-controller/issues/421)
47+
* Avoid retrying caused by 404 when deleting cache [#424](https://github.com/apache/apisix-ingress-controller/pull/424)
48+
* Handle cookie exprs correctly [#425](https://github.com/apache/apisix-ingress-controller/pull/425)
49+
2850
# 0.5.0
2951

3052
A lot of important features are supported in this release, it makes apisix-ingress-controller more powerful and flexible.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#
1717
default: help
1818

19-
VERSION ?= 0.5.0
19+
VERSION ?= 0.6.0
2020
RELEASE_SRC = apache-apisix-ingress-controller-${VERSION}-src
2121
LOCAL_REGISTRY="localhost:5000"
2222
IMAGE_TAG ?= dev

docs/en/latest/getting-started.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,6 @@ The following table describes the compatibility between apisix-ingress-controlle
7777
| apisix-ingress-controller | Apache APISIX |
7878
| ----:| ---:|
7979
| `master` | `>= 2.4`, `2.5` is recommended. |
80+
| `0.6` | `>= 2.6`, `2.6` is recommended. |
8081
| `0.5` | `>= 2.4`, `2.5` is recommended. |
8182
| `0.4` |`>= 2.4`|

0 commit comments

Comments
 (0)