Skip to content

Commit ccfa0a4

Browse files
authored
release v2.1.1 (#792)
* release v2.1.1 * update changelog
1 parent 85d7985 commit ccfa0a4

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [v2.1.1](https://github.com/megaease/easegress/tree/v2.1.1) (2022-09-09)
4+
5+
[Full Changelog](https://github.com/megaease/easegress/compare/v2.1.0...v2.1.1)
6+
7+
8+
**Implemented enhancements:**
9+
10+
* Add ResultBuilder filter
11+
* Speed up DNS01 challenge
12+
* Add EaseTranslateBot example (code-free workflow by using Easegress pipeline)
13+
* Speed up MQTTProxy client connection
14+
* Check Kubernetes version for ingress controller
15+
16+
**Fixed bugs:**
17+
* Fix default logger bug
18+
* Fix HTTP runtime ticker bug
19+
* Fix ingress translation error
20+
21+
322
## [v2.1.0](https://github.com/megaease/easegress/tree/v2.1.0) (2022-08-09)
423

524
[Full Changelog](https://github.com/megaease/easegress/compare/v2.0.0...v2.1.0)

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ INTEGRATION_TEST_PATH := build/test
1616
IMAGE_NAME?=megaease/easegress
1717

1818
# Version
19-
RELEASE?=v2.1.0
19+
RELEASE?=v2.1.1
2020

2121
# Git Related
2222
GIT_REPO_INFO=$(shell cd ${MKFILE_DIR} && git config --get remote.origin.url)

0 commit comments

Comments
 (0)