-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
secrets/azure: add changelog for rotate-root #13034
Conversation
@@ -0,0 +1,3 @@ | |||
```release-note:improvement |
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.
I wonder if the changelog file should be named for the PR that updated the dep? i.e. 12975.txt
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.
Ah yes, it'd be good to have that reference. Would it fail the CI check though since it won't match to this PR's number?
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.
Referenced in the PR, keeping it the same due to CI failures.
* secrets/azure: add changelog for rotate-root * Rename changelog file * Use PR number as filename
This adds a missing changelog in 1.9 for Azure secrets rotate root: hashicorp/vault-plugin-secrets-azure#70.
The azure secrets plugin was updated in the PR to Vault: #12975.