Skip to content

Commit

Permalink
bump v2.7.3 (#1246)
Browse files Browse the repository at this point in the history
* bump v2.7.3

* update makefile
  • Loading branch information
suchen-sci committed Mar 26, 2024
1 parent f9117fa commit 372d492
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [v2.7.3](https://github.com/megaease/easegress/tree/v2.7.3) (2024-03-26)

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

**Implemented enhancements:**
* Kafka filter supports synchronous producer and message key.
* host and port Functions added for template of request-response builder.
* Proxy support set upstream host for outgoing requests.

## [v2.7.2](https://github.com/megaease/easegress/tree/v2.7.2) (2024-03-11)

[Full Changelog](https://github.com/megaease/easegress/compare/v2.7.1...v2.7.2)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ IMAGE_NAME?=megaease/easegress
BUILDER_IMAGE_NAME?=megaease/golang:1.21.7-alpine

# Version
RELEASE?=v2.7.2
RELEASE?=v2.7.3

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

0 comments on commit 372d492

Please sign in to comment.