You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,12 +19,34 @@
19
19
20
20
# Table of Contents
21
21
22
+
-[0.6.0](#060)
22
23
-[0.5.0](#050)
23
24
-[0.4.0](#040)
24
25
-[0.3.0](#030)
25
26
-[0.2.0](#020)
26
27
-[0.1.0](#010)
27
28
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)
0 commit comments