Skip to content

Commit

Permalink
release v2.1.1 (#792)
Browse files Browse the repository at this point in the history
* release v2.1.1

* update changelog
  • Loading branch information
suchen-sci authored Sep 9, 2022
1 parent 85d7985 commit ccfa0a4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [v2.1.1](https://github.com/megaease/easegress/tree/v2.1.1) (2022-09-09)

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


**Implemented enhancements:**

* Add ResultBuilder filter
* Speed up DNS01 challenge
* Add EaseTranslateBot example (code-free workflow by using Easegress pipeline)
* Speed up MQTTProxy client connection
* Check Kubernetes version for ingress controller

**Fixed bugs:**
* Fix default logger bug
* Fix HTTP runtime ticker bug
* Fix ingress translation error


## [v2.1.0](https://github.com/megaease/easegress/tree/v2.1.0) (2022-08-09)

[Full Changelog](https://github.com/megaease/easegress/compare/v2.0.0...v2.1.0)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ INTEGRATION_TEST_PATH := build/test
IMAGE_NAME?=megaease/easegress

# Version
RELEASE?=v2.1.0
RELEASE?=v2.1.1

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

0 comments on commit ccfa0a4

Please sign in to comment.