Skip to content

Commit

Permalink
Bump v2.7.2 (#1238)
Browse files Browse the repository at this point in the history
Signed-off-by: Yun Long <[email protected]>
  • Loading branch information
xxx7xxxx committed Mar 11, 2024
1 parent 051079d commit 3dad560
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

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

**Community works**
* Replace Github related megaease links to easegress-io

**Implemented enhancements:**
* Support global filter fallthrough when meet error

**Fixed bugs:**
* Fix empty proxy-timeout failure


## [v2.7.1](https://github.com/megaease/easegress/tree/v2.7.1) (2024-02-22)

[Full Changelog](https://github.com/megaease/easegress/compare/v2.7.0...v2.7.1)
Expand Down Expand Up @@ -48,7 +62,7 @@
**Significant changes:**
* Support Kubernetes Gateway API v1.
* Converts Nginx configurations into Easegress YAMLs.
* Integrates all Easegress filters and resilience policies with Kubernetes Gateway API.
* Integrates all Easegress filters and resilience policies with Kubernetes Gateway API.

**Implemented enhancements:**
* New RedirectorV2 filter added.
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.1
RELEASE?=v2.7.2

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

0 comments on commit 3dad560

Please sign in to comment.