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

release(5.6.3): Updates CHANGELOG.md for 5.6.3 release #454

Merged
merged 1 commit into from
Apr 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## 5.6.3 (April 9th, 2024)

General:
- Updates all playbook samples, removing deprecated attributes and making sure they work out-of-the-box

VCert SDK:
- Adds `TokenURL` to `endpoint.Authentication`
- Cloud Connector will stop using the `TokenURL` attribute from `endpoint.OAuthProvider` and start using the new one
(above)

VCert CLI:
- Internal changes to make use fo the new `TokenURL` attribute
- Renames `getcred` command flag `--idp-jwt` back to `--external-jwt`
rvelaVenafi marked this conversation as resolved.
Show resolved Hide resolved
- Fixes an issue whereby using `getcred` command to request a `TPP` access token by using username/password threw the
deprecation warning message. This should not happen for `getcred` command
- Fixes an issue whereby requesting an access token for `VCP` platform printed the wrong expiration date. Now it
properly prints the expiration date

VCert SDK:
- Adds new attribute `config.connection.credentials.tokenURL` to playbook file. This attribute should be used to pass
the `VCP` token url value
- Stops using `config.connection.credentials.idP.tokenURL` for the `VCP` token url value
- Enhances the task run. Now, a failed task will not terminate the playbook execution, instead it will run all tasks and
errors will be reported at the end of the run.

## 5.6.2 (April 4th, 2024)
VCert SDK:
- Removes `TenantID` from `endpoint.Authentication` struct
Expand Down