Skip to content

Commit

Permalink
bump to v2.7.0 (#1174)
Browse files Browse the repository at this point in the history
  • Loading branch information
suchen-sci committed Dec 29, 2023
1 parent 2dc8e98 commit e55dca9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [v2.7.0](https://github.com/megaease/easegress/tree/v2.7.0) (2023-12-29)

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

**Significant changes:**
* Support updating system controllers.

**Implemented enhancements:**
* Enabled unlimited single message capability for WebsocketProxy.
* Add a hook in AutoCertManager for singular instance management.

**Fixed bugs:**
* Resolved WebsocketProxy keepHost issue.
* Corrected the object status prefix in some special cases.
* Fixed creation error in egbuilder filter.

## [v2.6.4](https://github.com/megaease/easegress/tree/v2.6.4) (2023-12-04)

[Full Changelog](https://github.com/megaease/easegress/compare/v2.6.3...v2.6.4)
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.6.4
RELEASE?=v2.7.0

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

0 comments on commit e55dca9

Please sign in to comment.