update history and allow to pass a target test (#9605)
* Replace deprecated command with environment file (#9581) Signed-off-by: jongwooo <jongwooo.han@gmail.com> * Allow to pass a target test (#9542) * start 1.6.0 release Signed-off-by: James Strong <strong.james.e@gmail.com> * testing auto change Signed-off-by: James Strong <strong.james.e@gmail.com> * Add mage files for changelog Signed-off-by: James Strong <strong.james.e@gmail.com> * change format Signed-off-by: James Strong <strong.james.e@gmail.com> * fixed boiler plate lint Signed-off-by: James Strong <strong.james.e@gmail.com> * Align default value for keepalive_request with NGINX default (#9518) * Align default value for keepalive_request with NGINX default --------- Signed-off-by: jongwooo <jongwooo.han@gmail.com> Signed-off-by: James Strong <strong.james.e@gmail.com> Co-authored-by: Jongwoo Han <jongwooo.han@gmail.com> Co-authored-by: Kir Shatrov <shatrov@me.com> Co-authored-by: Christian Schaefer <chrisse.s@gmail.com>
This commit is contained in:
parent
7db4b95e19
commit
59d247dd74
4 changed files with 196 additions and 213 deletions
1
go.mod
1
go.mod
|
|
@ -77,6 +77,7 @@ require (
|
|||
github.com/inconshreveable/mousetrap v1.0.1 // indirect
|
||||
github.com/josharian/intern v1.0.0 // indirect
|
||||
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
|
||||
github.com/magefile/mage v1.14.0 // indirect
|
||||
github.com/mailru/easyjson v0.7.6 // indirect
|
||||
github.com/mattn/go-colorable v0.1.13 // indirect
|
||||
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue