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

Update Changelog for 1.8.7 release #4752

Merged

Conversation

amartinezfayo
Copy link
Member

Update Changelog for 1.8.7 release.

Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
Copy link
Member

@azdagron azdagron left a comment

Choose a reason for hiding this comment

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

Thanks so much @amartinezfayo ! Just a few comments.

CHANGELOG.md Outdated

- Agents can now be configured with an availability target, which establishes the minimum amount of time desired to gracefully handle server or agent downtime, influencing how aggressively X509-SVIDs should be rotated (#4599)
- SyncAuthorizedEntries RPC, which allows agents to only sync down changes instead of the entire set of entries. Agents can be configured to use this new RPC through the `use_sync_authorized_entries` experimental setting (#4648)
- Experimental support to allow using an events based cache, to reduce overhead on the database (#4379, #4411, #4527, #4451, #4562, #4723, #4731)
Copy link
Member

Choose a reason for hiding this comment

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

nit:

Suggested change
- Experimental support to allow using an events based cache, to reduce overhead on the database (#4379, #4411, #4527, #4451, #4562, #4723, #4731)
- Experimental support for an events based entry cache which reduces overhead on the database (#4379, #4411, #4527, #4451, #4562, #4723, #4731)

CHANGELOG.md Outdated
### Changed

- The maximum number of open database connections in the datastore now defaults to 100 instead of unlimited (#4656)
- Agents now shut down when can't synchronize entries with the server because it returned an unknown authority error (#4617)
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
- Agents now shut down when can't synchronize entries with the server because it returned an unknown authority error (#4617)
- Agents now shut down when they can't synchronize entries with the server due to an unknown authority error (#4617)

CHANGELOG.md Outdated

- The maximum number of open database connections in the datastore now defaults to 100 instead of unlimited (#4656)
- Agents now shut down when can't synchronize entries with the server because it returned an unknown authority error (#4617)
- Agents no longer use legacy files for storing bundle and agent SVID information, and legacy files are removed (#4717)
Copy link
Member

@azdagron azdagron Dec 21, 2023

Choose a reason for hiding this comment

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

I don't know that I'd include this one... if so, maybe stick it under Removed and maybe word it like:

- Agents no longer maintains agent SVID and bundle information in the legacy paths in the data directory (#4717)

Copy link
Member Author

Choose a reason for hiding this comment

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

I think it's worth including it, I'll move it to the Removed section with the suggested wording. Thanks!

Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
@amartinezfayo amartinezfayo merged commit 50dd676 into spiffe:release/v1.8.7 Dec 21, 2023
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants