-
Notifications
You must be signed in to change notification settings - Fork 494
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
Merged
amartinezfayo
merged 5 commits into
spiffe:release/v1.7.1
from
amartinezfayo:changelog-1.7.1
Jul 27, 2023
Merged
Changes from 1 commit
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
6f13e2a
Add v1.7.1 to the changelog
amartinezfayo 9da5f65
Address comments. Update target release date
amartinezfayo bb94012
Add #4352 as part of the Changelog
amartinezfayo 75966b0
Add missing space
amartinezfayo c74728b
Add 1.6.5 release
amartinezfayo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,23 @@ | ||
# Changelog | ||
|
||
## [1.7.1] - 2023-07-20 | ||
|
||
### Added | ||
|
||
- x509pop node attestor emits a new selector with the leaf certificate serial number (#4216) | ||
- HTTPS server in the OIDC Discovery Provider can now be configured to use a certificate file (#4190) | ||
- Option to log source information in server and agent logs (#4246) | ||
|
||
### Changed | ||
|
||
- Improvement in entry lookup logic when fetching JWT-SVIDs (#4211) | ||
- Agent now has an exponential backoff strategy when syncing with the server (#4279) | ||
|
||
### 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 commentThe reason will be displayed to describe this comment to others. Learn more. We should probably be talking about user impact here, e.g.
|
||
- The `spire-server agent show` command to properly show the "Can re-attest" attribute (#4288) | ||
|
||
## [1.7.0] - 2023-06-14 | ||
|
||
### Added | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.