-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: release 3.11.0 #11620
chore: release 3.11.0 #11620
Conversation
CHANGELOG.md
Outdated
### Plugins | ||
|
||
- allow configuring keepalive_timeout [#11611](https://github.com/apache/apisix/pull/11611) | ||
- jwt-auth plugin no longer requires a private_key to be uploaded. [#11597](https://github.com/apache/apisix/pull/11597) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should move to under a subtitle Change
like https://github.com/apache/apisix/blob/master/CHANGELOG.md#change-2
- jwt-auth plugin no longer requires a private_key to be uploaded. [#11597](https://github.com/apache/apisix/pull/11597) | ||
- add plugin attach-consmer-label [#11604](https://github.com/apache/apisix/pull/11604) | ||
- implement consumer credential [#11601](https://github.com/apache/apisix/pull/11601) | ||
- rewrite hmac-auth plugin for usability [#11581](https://github.com/apache/apisix/pull/11581) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed.
878e99f
93f0876
to
878e99f
Compare
sorry for the force push, had to do this to keep commit history clean in release/3.11 branch 😅 |
878e99f
to
4549f21
Compare
4549f21
to
7b52039
Compare
@@ -432,7 +432,6 @@ compress-tar: | |||
./apisix \ | |||
./bin \ | |||
./conf \ | |||
./apisix-$(VERSION)*.rockspec \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why remove it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
because rockspecs have been deleted: a440912
and it causes CI failure if we don't remove this line.
Description
https://lists.apache.org/thread/p2klbhp2onm3shb3nsc70gjvmmdjnzo0
Checklist