-
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
VAULT-28192 Add known issue for Agent/Proxy CPU issue #27520
Conversation
CI Results: |
Build Results: |
| Opt out feature | [PKI sign-intermediate now truncates `notAfter` field to signing issuer](/vault/docs/upgrading/upgrade-to-1.17.x#pki-truncate) | ||
| Beta feature deprecated | [Request limiter deprecated](/vault/docs/upgrading/upgrade-to-1.17.x#request-limiter) | ||
| Known issue | [PKI OCSP GET requests can return HTTP redirect responses](/vault/docs/upgrading/upgrade-to-1.17.x#pki-ocsp) | ||
| Version | Change | Description | |
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'm happy to remove or adjust this column if necessary, it just felt like the right way to indicate that this was 1.17.0 only and will be fixed in the next version. Let me know what you think or if there's another approach you'd prefer I take for such an issue.

It can be viewed here: https://vault-54m6izb8b-hashicorp.vercel.app/vault/docs/release-notes/1.17.0
Description
This adds a known issue for the issue fixed by #27518 and described by VAULT-28192.
As per guidance, I added versions to all of the Changes as opposed to adding a new Versions column.
TODO only if you're a HashiCorp employee
getting backported to N-2, use the new style
backport/ent/x.x.x+ent
labelsinstead of the old style
backport/x.x.x
labels.the normal
backport/x.x.x
label (there should be only 1).of a public function, even if that change is in a CE file, double check that
applying the patch for this PR to the ENT repo and running tests doesn't
break any tests. Sometimes ENT only tests rely on public functions in CE
files.
in the PR description, commit message, or branch name.
description. Also, make sure the changelog is in this PR, not in your ENT PR.