-
Notifications
You must be signed in to change notification settings - Fork 484
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 changelog for v1.9.6 #5143
Add changelog for v1.9.6 #5143
Conversation
Signed-off-by: Marcos Yacob <[email protected]>
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.
Thank you @MarcosDY!
I have some suggestions.
CHANGELOG.md
Outdated
|
||
- Support for CGroups v2 in K8s and Docker workload attestors (#5076) | ||
- `gcp_cloudstorage` BundlePublisher plugin (#4961) | ||
- Allow to verify if the account ID is part of an AWS Organization in `aws_iid` node attestor (#4838) |
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.
- Allow to verify if the account ID is part of an AWS Organization in `aws_iid` node attestor (#4838) | |
- The `aws_iid` node attestor can now check if the AWS account ID is part of an AWS Organization (#4838) |
CHANGELOG.md
Outdated
- Support for CGroups v2 in K8s and Docker workload attestors (#5076) | ||
- `gcp_cloudstorage` BundlePublisher plugin (#4961) | ||
- Allow to verify if the account ID is part of an AWS Organization in `aws_iid` node attestor (#4838) | ||
- Add more filtering options to entries and agents endpoints (#4714) |
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.
- Add more filtering options to entries and agents endpoints (#4714) | |
- More filtering options to count and show entries and agents (#4714) |
CHANGELOG.md
Outdated
### Changed | ||
|
||
- Credential composer to parse timestamps claims to integer (#5115) | ||
- FetchJWTBundles no longer return nil keys in favor of empty (#5031) |
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.
- FetchJWTBundles no longer return nil keys in favor of empty (#5031) | |
- FetchJWTBundles now returns an empty collection of keys instead of null (#5031) |
CHANGELOG.md
Outdated
### Fixed | ||
|
||
- Prevent to use expired tokens when connecting to database (#5119) | ||
- Server no longer try to create JWT authority when X.509 authority fails (#5064) |
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.
- Server no longer try to create JWT authority when X.509 authority fails (#5064) | |
- Server no longer tries to create JWT authority when X.509 authority fails (#5064) |
Signed-off-by: Marcos Yacob <[email protected]>
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!
CHANGELOG.md
Outdated
|
||
### Added | ||
|
||
- Support for CGroups v2 in K8s and Docker workload attestors (#5076) |
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.
- Support for CGroups v2 in K8s and Docker workload attestors (#5076) | |
- Opt-in support for CGroups v2 in K8s and Docker workload attestors (#5076) |
CHANGELOG.md
Outdated
|
||
### Changed | ||
|
||
- Credential composer to parse timestamps claims to integer (#5115) |
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.
- Credential composer to parse timestamps claims to integer (#5115) | |
- Credential composer to not convert timestamp related claims (i.e., exp and iat) to floating point values (#5115) |
CHANGELOG.md
Outdated
|
||
### Fixed | ||
|
||
- Prevent to use expired tokens when connecting to database (#5119) |
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.
- Prevent to use expired tokens when connecting to database (#5119) | |
- Using expired tokens when connecting to database (#5119) |
Signed-off-by: Marcos Yacob <[email protected]>
No description provided.