Skip to content

Commit 105de68

Browse files
committed
doc: add changelog (#243)
1 parent e1ed503 commit 105de68

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,32 @@
1919

2020
# Table of Contents
2121

22+
- [0.3.0](#030)
2223
- [0.2.0](#020)
2324
- [0.1.0](#010)
2425

26+
# 0.3.0
27+
28+
This release mainly improves the program robustness and adds some features.
29+
30+
## Core
31+
32+
- Support Leader election to let only the leader process resources [#173](https://github.com/apache/apisix-ingress-controller/pull/173);
33+
- Let Controller itself generates resource ids instead of relying on APISIX [#199](https://github.com/apache/apisix-ingress-controller/pull/199);
34+
- Change go module name from `github.com/api7/ingress-controller` to `github.com/apache/apisix-ingress-controller` [#220](https://github.com/apache/apisix-ingress-controller/pull/220);
35+
- Re draw the design diagram [#214](https://github.com/apache/apisix-ingress-controller/pull/214);
36+
- Support gRPC scheme in ApisixUpstream [#225](https://github.com/apache/apisix-ingress-controller/pull/225);
37+
- SSL resource cache optimization [#203](https://github.com/apache/apisix-ingress-controller/pull/203);
38+
39+
## Deploy
40+
41+
- Complete the compatibility tests on Amazon EKS, Google Cloud GKE, Ali Cloud ACK and etc [#177](https://github.com/apache/apisix-ingress-controller/pull/177), [#180](https://github.com/apache/apisix-ingress-controller/pull/180), [#183](https://github.com/apache/apisix-ingress-controller/pull/183);
42+
- Refactor the helm charts, merging ingress-apisix and ingress-apisix-base into apisix-ingress-controller [#213](https://github.com/apache/apisix-ingress-controller/pull/213);
43+
44+
## Test
45+
46+
- Now CI runs e2e test suites in parallel [#172](https://github.com/apache/apisix-ingress-controller/pull/172);
47+
2548
# 0.2.0
2649

2750
This release mainly improve basic features, bugfix and adds test cases.

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
#
1717
default: help
1818

19-
VERSION ?= 0.2.0
19+
VERSION ?= 0.3.0
2020
RELEASE_SRC = apache-apisix-ingress-controller-${VERSION}-src
21-
IMAGE_TAG ?= "dev"
21+
IMAGE_TAG ?= dev
2222

2323
GINKGO ?= $(shell which ginkgo)
2424
GITSHA ?= $(shell git rev-parse --short=7 HEAD)

0 commit comments

Comments
 (0)