github.com/Venafi/vcert/v5@v5.10.2/CHANGELOG.md (about) 1 ## 5.10.2 (June 18th, 2025) 2 - Allow to set a GCM Certificate scope without a certificate name. 3 4 ## 5.10.1 (June 12th, 2025) 5 - Add support to provide GCM Certificate Scope for Provision Cloudkeystore 6 7 ## 5.10.0 (May 30th, 2025) 8 - Support for Linux ARM 32 bit Binaries 9 10 ## 5.9.1 (May 28th, 2025) 11 - Add missing support to use --platform flag with the following commands: 12 - pickup 13 - renew 14 - retire 15 - getpolicy 16 - setpolicy 17 18 ## 5.9.0 (April 19th, 2025) 19 - TPP v25.1 support 20 21 ## 5.8.3 (March 19th, 2025) 22 - Fix for Playbook's backup functionality ([#549](https://github.com/Venafi/vcert/issues/549)) 23 24 ## 5.8.2 (March 7th, 2025) 25 - Fix: fixes VCert logger import 26 27 ## 5.8.1 (January 17th, 2025) 28 - Fix: bumps libraries 29 30 ## 5.8.0 (January 6th, 2025) 31 - Enables RSA 3072 bit key size for TPP (VCert SDK) 32 33 ## 5.7.1 (June 7th, 2024) 34 - Support for VCP Provisioning (final release) 35 36 ## 5.7.0: (May 28th, 2024) 37 - Support for VCP Provisioning - (Pre-release) 38 39 ## 5.7.0-rc2 (May 22nd, 2024) 40 - Enables Certificate Provisioning with Service Account Auth 41 - Adds ability to provision certificate using keystore and provider name 42 43 ## 5.7.0-rc1 (May 8th, 2024) 44 - NEW FEATURE: Support for VCP Provisioning (api-key support only) 45 46 ## 5.6.4 (April 11th, 2024) 47 - Fix issues with proxy.golang.org which were introduced in VCert 5.6.3. 48 49 ## 5.6.3 (April 9th, 2024) 50 51 General: 52 - Updates all playbook samples, removing deprecated attributes and making sure they work out-of-the-box 53 54 VCert SDK: 55 - Adds `TokenURL` to `endpoint.Authentication` 56 - Cloud Connector will stop using the `TokenURL` attribute from `endpoint.OAuthProvider` and start using the new one 57 (above) 58 59 VCert CLI: 60 - Internal changes to make use fo the new `TokenURL` attribute 61 - Renames `getcred` command flag `--idp-jwt` back to `--external-jwt` 62 - Fixes an issue whereby using `getcred` command to request a `TPP` access token by using username/password threw the 63 deprecation warning message. This should not happen for `getcred` command 64 - Fixes an issue whereby requesting an access token for `VCP` platform printed the wrong expiration date. Now it 65 properly prints the expiration date 66 67 VCert SDK: 68 - Adds new attribute `config.connection.credentials.tokenURL` to playbook file. This attribute should be used to pass 69 the `VCP` token url value 70 - Stops using `config.connection.credentials.idP.tokenURL` for the `VCP` token url value 71 - Enhances the task run. Now, a failed task will not terminate the playbook execution, instead it will run all tasks and 72 errors will be reported at the end of the run. 73 74 ## 5.6.2 (April 4th, 2024) 75 VCert SDK: 76 - Removes `TenantID` from `endpoint.Authentication` struct 77 - `cloud.Connector` will use `endpoint.Authentication.OAuthProvider.TokenURL` instead of building the URL (using the 78 `tenantID`) to obtain the access token 79 80 VCert CLI: 81 - Removes `--tenant-id` flag for `getcred` command 82 - Adds `--token-url` flag for `getcred` command 83 84 VCert Playbook: 85 - Removes `tenantId` attribute from `config.connection.credentials` object 86 - Now uses `config.connection.credentials.idP.tokenURL` for Venafi Control Plane service account authentication 87 88 ## 5.6.1 (April 2nd, 2024) 89 VCert SDK: 90 - Adds UserAgent header to api requests for TPP, Cloud and Firefly connectors 91 - Adds functionality to convert a Platform type to a ConnectorType enum 92 93 ## 5.6.0 (March 28th, 2024) 94 VCert SDK: 95 - Adds support for service account authentication in Cloud connector 96 97 VCert CLI: 98 - Adds new attributes to `getcred` command: `tenant-id` and `external-jwt` for Venafi Control Plane (VCP) service 99 account authentication 100 101 VCert playbook: 102 - Adds support for service account authentication to VCert playbooks