Continuous Delivery API change log
In this change log, you can learn about the latest changes, improvements, and updates for the Continuous Delivery API, which consists of the Toolchain API and the Tekton Pipeline API. The change log lists changes that have been made, ordered by the date they were released. Changes to existing API versions are designed to be compatible with existing client applications.
For details on the latest version for each API, see:
For information about the latest changes to the Continuous Delivery
SDKs, see the change logs in the SDK repositories:
API versioning
API requests require a version
path parameter that takes the date in the format /toolchain/{version}/{endpoint}
, or /pipeline/{version}/{endpoint}
, where endpoint
represents any listed endpoint
in the corresponding API documentation. The only version which is currently supported is v2
.
When the API is changed in a way that is not compatible with previous versions, a new major version is released. To take advantage of the changes in a new version, change the value of the version parameter to the new version.
24 September 2024
The POST /toolchains/:toolchain_id/events
endpoint is now generally available.