Skip to content

Commit

Permalink
bump version to v2.6.3 (#1142)
Browse files Browse the repository at this point in the history
  • Loading branch information
suchen-sci committed Nov 23, 2023
1 parent 2cbbb25 commit 0571abe
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

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

**Significant changes:**
* Support Kubernetes Gateway API v1.
* Converts Nginx configurations into Easegress YAMLs.
* Integrates all Easegress filters and resilience policies with Kubernetes Gateway API.

**Implemented enhancements:**
* New RedirectorV2 filter added.
* Runtime log level adjustment enabled.
* Updated omitempty jsonschema in Specs.
* Introduced cookie hash support.

## [v2.6.2](https://github.com/megaease/easegress/tree/v2.6.2) (2023-10-19)

[Full Changelog](https://github.com/megaease/easegress/compare/v2.6.1...v2.6.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 @@ INTEGRATION_TEST_PATH := build/test
IMAGE_NAME?=megaease/easegress

# Version
RELEASE?=v2.6.2
RELEASE?=v2.6.3

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

0 comments on commit 0571abe

Please sign in to comment.