Skip to content

Commit

Permalink
release v1.5.3 (#672)
Browse files Browse the repository at this point in the history
* release v1.5.3

* Update CHANGELOG.md

Co-authored-by: Bomin Zhang <[email protected]>

Co-authored-by: Bomin Zhang <[email protected]>
  • Loading branch information
suchen-sci and localvar committed Jun 28, 2022
1 parent 4cc51ac commit 1053f3c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# Changelog

## [v1.5.3](https://github.com/megaease/easegress/tree/v1.5.3) (2022-06-28)

## [v1.5.2](https://github.com/megaease/easegress/tree/v1.5.2) (2022-04-06)
[Full Changelog](https://github.com/megaease/easegress/compare/v1.5.2...v1.5.3)

**Implemented enhancements:**
- Remove HTTP hop headers [\#650](https://github.com/megaease/easegress/pull/650)
- Optimize Kubernetes IngressController rule route policy [\#651](https://github.com/megaease/easegress/pull/651)

**Fixed bugs:**
- Wrong HTTP request scheme if the `X-Forwarded-Proto` header contains two or more items[\#634](https://github.com/megaease/easegress/pull/634)
- Fix request "Content-Length" header missing bug [\#649](https://github.com/megaease/easegress/pull/649)

## [v1.5.2](https://github.com/megaease/easegress/tree/v1.5.2) (2022-05-10)

[Full Changelog](https://github.com/megaease/easegress/compare/v1.5.1...v1.5.2)

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 @@ HTTPSERVER_TEST_PATH := build/test
IMAGE_NAME?=megaease/easegress

# Version
RELEASE?=v1.5.2
RELEASE?=v1.5.3

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

0 comments on commit 1053f3c

Please sign in to comment.