Skip to content

Commit

Permalink
bump up easegress version to v2.6.0 (#1065)
Browse files Browse the repository at this point in the history
  • Loading branch information
suchen-sci authored Aug 16, 2023
1 parent be7e355 commit c7d91cf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [v2.6.0](https://github.com/megaease/easegress/tree/v2.6.0) (2023-08-16)

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

**Significant changes:**
* Introduced egbuilder to build Easegress with custom plugins.
* Added support for Kubernetes Gateway API.

**Implemented enhancements:**
* Rewrite integration tests with egctl commands.

## [v2.5.3](https://github.com/megaease/easegress/tree/v2.5.3) (2023-08-02)

[Full Changelog](https://github.com/megaease/easegress/compare/v2.5.0...v2.5.3)
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.5.3
RELEASE?=v2.6.0

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

0 comments on commit c7d91cf

Please sign in to comment.