This repository has been archived by the owner on Nov 11, 2024. It is now read-only.
Releases: redhat-developer/kam
Releases · redhat-developer/kam
Release v0.0.30
Locking argocd cli version (#217)
Release v0.0.29
Update default ref in the annotation URL (#213)
Release v0.0.28
Rename OpenShift GitOps default Argo CD instance name in KAM (#205) * renamed argoCDSAName to openshift-gitops-application-controller * addressed the PR comments
Release v0.0.27
KAM fails to push gitops configuration to GitLab (767) (#204) Signed-off-by: Keith Chong <[email protected]>
Release v0.0.26
fix: add defaults for image repo and pipelines (#194) The service add command should generate trigger binding that injects the image repo to the trigger template. This commit adds default pipeline and image repo if they're absent. Signed-off-by: Chetan Banavikalmutt <[email protected]>
Release v0.0.25
fix: Update trigger binding to use the new extensions field (#191) The Overlays in the Tekton eventlistener will add elements to a new field known as "extensions" instead of modifying the existing fields in the incoming payload. This PR updates the trigger binding to extract the branch name from the new extensions field Signed-off-by: Chetan Banavikalmutt <[email protected]>
Release v0.0.24
Merge pull request #179 from wtam2018/upgrade-pipeline-triggers Upgrade Tekton Pipeline and Triggers to work with Pipelines Operator 1.3
Release v0.0.23
Remove duplicates when adding to the Kustomization representation. (#…
Release v0.0.22
Fix sealed secret instance name typo (#172)
Release v0.0.21
Switch to the new TriggerTemplate param naming. (#165) There was a change to TriggerTemplate parameter naming, which involved adding a 'tt.' prefix. This ensures that the TriggerTemplates that are generated will have the correct prefix.