Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump v2.6.4 #1158

Merged
merged 1 commit into from
Dec 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
bump v2.6.4
  • Loading branch information
suchen-sci committed Dec 4, 2023
commit b54e13034d777f2ace257c53f6f48950689a74b2
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [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)

**Significant changes:**
* Support health check for Proxy and WebSocketProxy filter.

## [v2.6.3](https://github.com/megaease/easegress/tree/v2.6.3) (2023-11-23)

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

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