Skip to content

Commit

Permalink
v1.5.2 update (#618)
Browse files Browse the repository at this point in the history
* v1.5.2 update

* v1.5.2 update

* v1.5.2 fix typo
  • Loading branch information
suchen-sci committed May 10, 2022
1 parent dd6d2f0 commit 26506a3
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog


## [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.1...v1.5.2)

**Significant changes:**

- Support external standalone etcd [\#595](https://github.com/megaease/easegress/pull/595)

**Implemented enhancements:**

- Support Easegress ingress rewrite target [\#617](https://github.com/megaease/easegress/pull/617)
- Support the AND-OR header strategy in HTTPServer [\#613](https://github.com/megaease/easegress/pull/613)
- Support proxy to send zipkin b3 headers [\#579](https://github.com/megaease/easegress/pull/579)

**Fixed bugs:**
- Fix proxy pool bug [\#614](https://github.com/megaease/easegress/pull/614)
- Fix FaasController request host field [\#586](https://github.com/megaease/easegress/pull/586)
- Fix Easemonitor metrics status convert error [\#583](https://github.com/megaease/easegress/pull/583)
- Fix Status sync controller pointer error [\#582](https://github.com/megaease/easegress/pull/582)
- Fix HTTPPipeline creation fail [\#577](https://github.com/megaease/easegress/pull/577)



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

[Full Changelog](https://github.com/megaease/easegress/compare/v1.5.0...v1.5.1)
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.1
RELEASE?=v1.5.2

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

0 comments on commit 26506a3

Please sign in to comment.