Skip to content

Commit

Permalink
update changelog and make file for v2.6.1 (#1084)
Browse files Browse the repository at this point in the history
  • Loading branch information
suchen-sci authored Sep 1, 2023
1 parent 642d6b7 commit e8867b7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [v2.6.1](https://github.com/megaease/easegress/tree/v2.6.1) (2023-09-01)

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

**Significant changes:**
* Improved egctl with new commands: 'egctl logs' and 'egctl create httpproxy'.



**Implemented enhancements:**
* Extended Kafka headers with additional MQTT information.
* Config easegress-server using environment variables.
* Restricted to a single running object file.

## [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)
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.0
RELEASE?=v2.6.1

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

0 comments on commit e8867b7

Please sign in to comment.