From 073debeaf564337e65643145aa1c43d319dba7fa Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Wed, 7 Sep 2022 21:49:28 +0530 Subject: [PATCH] chore : Update changelog regarding tekton model upgrade and trigger changes (#4243) Follow up for #4382 to add changelog and note about breaking change. Signed-off-by: Rohan Kumar --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e76312e89..3f7de317e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,11 +8,14 @@ * Fix #4348: Introduce specific annotations for the generators #### Dependency Upgrade +* Fix #4243: Update Tekton pipeline model to v0.39.0 +* Fix #4243: Update Tekton triggers model to v0.20.2 * Fix #4383: bump snakeyaml from 1.30 to 1.31 #### New Features #### _**Note**_: Breaking changes in the API +* Module `io.fabric8:tekton-model-triggers` which contained Tekton triggers v1alpha1 model has been removed. We have introduced separate modules `io.fabric8:tekton-model-v1alpha1` and `io.fabric8:tekton-model-v1beta1` for Tekton triggers v1alpha1 and v1beta1 apigroups respectively. Users who are using `io.fabric8:tekton-client` dependency directly should be unaffected by this change. ### 6.1.1 (2022-09-01)