mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-11-04 04:28:08 +00:00 
			
		
		
		
	Fix error in changelog template (#18572)
Too many newlines are stripped, which is responsible for the `FEATURES:` heading in the current in-progress 1.13.0 changelog entry being erroneously appended to the end of the last bullet point of the previous `CHANGES:` section.
This commit is contained in:
		@@ -14,6 +14,7 @@ CHANGES:
 | 
				
			|||||||
* plugins: `GET` for `/sys/auth`, `/sys/auth/:path`, `/sys/mounts`, and `/sys/mounts/:path` paths now return additional `plugin_version`, `running_plugin_version` and `running_sha256` fields in the response data for each mount. [[GH-17167](https://github.com/hashicorp/vault/pull/17167)]
 | 
					* plugins: `GET` for `/sys/auth`, `/sys/auth/:path`, `/sys/mounts`, and `/sys/mounts/:path` paths now return additional `plugin_version`, `running_plugin_version` and `running_sha256` fields in the response data for each mount. [[GH-17167](https://github.com/hashicorp/vault/pull/17167)]
 | 
				
			||||||
* secrets/aws: do not create leases for non-renewable/non-revocable STS credentials to reduce storage calls [[GH-15869](https://github.com/hashicorp/vault/pull/15869)]
 | 
					* secrets/aws: do not create leases for non-renewable/non-revocable STS credentials to reduce storage calls [[GH-15869](https://github.com/hashicorp/vault/pull/15869)]
 | 
				
			||||||
* ui: Upgrade Ember to version 4.4.0 [[GH-17086](https://github.com/hashicorp/vault/pull/17086)]
 | 
					* ui: Upgrade Ember to version 4.4.0 [[GH-17086](https://github.com/hashicorp/vault/pull/17086)]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
FEATURES:
 | 
					FEATURES:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* logging: Vault Agent supports logging to a specified file path via environment variable, CLI or config [[GH-17841](https://github.com/hashicorp/vault/pull/17841)]
 | 
					* logging: Vault Agent supports logging to a specified file path via environment variable, CLI or config [[GH-17841](https://github.com/hashicorp/vault/pull/17841)]
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -22,7 +22,7 @@ CHANGES:
 | 
				
			|||||||
{{ end -}}
 | 
					{{ end -}}
 | 
				
			||||||
{{- end -}}
 | 
					{{- end -}}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{{- if .NotesByType.feature -}}
 | 
					{{- if .NotesByType.feature }}
 | 
				
			||||||
FEATURES:
 | 
					FEATURES:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{{range .NotesByType.feature -}}
 | 
					{{range .NotesByType.feature -}}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user