-
Notifications
You must be signed in to change notification settings - Fork 463
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release [v0.2.0] - 2022-09-05 ** Bugfix - fixed for PR[#238](#238) - fixed for PR[#238](#238) - fixed issues/204 that syntax error has occured - rollback to 549cc4d - fixed issues/137, issues/98 that maxSize in cacheZones is displayed incorrectly - fixed issues/174 that XSS vulnerability in the html page Feature: added moduleVersion field in format/json - added escape strings for filter names in JSON - fixed the sum value of histogram in upstream metrics - fixed to display all A records of server without zone directive in the upstream block. ** Chore - Use git-chglog ** Comment - added moduleVersion - added additional information about cacheZones - added tested versions - added a diagram for the order of module directives ** Compatibility - fixed ngx_http_vhost_traffic_status_display_get_upstream_nelts() to calculate all A records of server. ** Docs - Fix README ** Docs - fix simple typo, destory -> destroy ** Fix - limit the r->uri search scope to avoid overflow ** Prometheus - fix nginx_vts_filter_requests_total labels - remove request "total" metrics ** Refactor - changed version - changed spacing - changed spacing - changed if statement from merged pull/145 ** Test - describe how to test and fix failed test case Signed-off-by: SuperQ <superq@gmail.com>
- Loading branch information
Showing
3 changed files
with
40 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{{ range .Versions -}} | ||
Release {{ .Tag.Name}} | ||
|
||
Release {{ if .Tag.Previous }}[{{ .Tag.Name }}]{{ else }}{{ .Tag.Name }}{{ end }} - {{ datetime "2006-01-02" .Tag.Date }} | ||
{{ range .CommitGroups -}} | ||
** {{ .Title }} | ||
{{ range .Commits -}} | ||
- {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }} | ||
{{ end }} | ||
{{ end -}} | ||
|
||
{{- if .NoteGroups -}} | ||
{{ range .NoteGroups -}} | ||
** {{ .Title }} | ||
{{ range .Notes }} | ||
{{ .Body }} | ||
{{ end }} | ||
{{ end -}} | ||
{{ end -}} | ||
{{ end -}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters