Skip to content
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

Plugin versioning changelog entries #17322

Merged
merged 1 commit into from Sep 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 0 additions & 3 deletions changelog/16688.txt
Expand Up @@ -4,6 +4,3 @@ plugins: `GET /sys/plugins/catalog` endpoint now returns an additional `detailed
```release-note:change
plugins: `GET /sys/plugins/catalog/:type/:name` endpoint now returns an additional `version` field in the response data.
```
```release-note:improvement
plugins: Plugin catalog supports registering and managing plugins with semantic version information.
```
3 changes: 3 additions & 0 deletions changelog/16982.txt
@@ -0,0 +1,3 @@
```release-note:change
plugins: `GET /database/config/:name` endpoint now returns an additional `plugin_version` field in the response data.
```
6 changes: 6 additions & 0 deletions changelog/17167.txt
@@ -0,0 +1,6 @@
```release-note:change
plugins: `GET /sys/auth/:path/tune` and `GET /sys/mounts/:path/tune` endpoints may now return an additional `plugin_version` field in the response data if set.
```
```release-note:change
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.
```
3 changes: 3 additions & 0 deletions changelog/17289.txt
@@ -0,0 +1,3 @@
```release-note:improvement
plugins: Allow selecting builtin plugins by their reported semantic version of the form `vX.Y.Z+builtin` or `vX.Y.Z+builtin.vault`.
```
3 changes: 3 additions & 0 deletions changelog/plugin-versioning.txt
@@ -0,0 +1,3 @@
```release-note:feature
**Plugin Versioning**: Vault supports registering, managing, and running plugins with semantic versions specified.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

```