-
Notifications
You must be signed in to change notification settings - Fork 493
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
Add 1.7.1 and v1.6.5 to the Changelog #4347
Add 1.7.1 and v1.6.5 to the Changelog #4347
Conversation
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
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.
lgtm! just one optional comment
CHANGELOG.md
Outdated
|
||
### Changed | ||
|
||
- Improvement in entry lookup logic when fetching JWT-SVIDs (#4211) |
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 dunno if this is worth mentioning since it is more or less just a code maintenance 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.
If it translates into a meaningful perf benefit, we could say something like "reduced CPU/memory usage when fetching JWT-SVIDs"
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.
It will probably not be a noticeable perf improvement in most cases. I'm now more inclined to remove this.
CHANGELOG.md
Outdated
|
||
### Fixed | ||
|
||
- Bug distinguishing audience sets in the agent's JWT-SVID cache (#4309) |
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.
We should probably be talking about user impact here, e.g.
- SPIRE Agent cache bug resulting in workloads receiving JWT-SVIDs with incomplete audience set
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
* Add 1.7.1 and v1.6.5 to the Changelog Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
Add 1.7.1 to the Changelog.