Releases: commercetools/telefonistka
Releases · commercetools/telefonistka
v1.15.0
What's Changed
- Document ArgoCD features by @Oded-B in #66
- Added a JSON schema for telefonistka.yaml files by @tk-nguyen in #73
- Generate argoCD diff comments with Go code instead of GoTemplate by @Oded-B in #72
New Contributors
- @tk-nguyen made their first contribution in #73
Full Changelog: v1.14.0...v1.15.0
v1.14.0
What's Changed
- Use empty configuration when not available upstream by @hnnsgstfssn in #48
- Maintenance by @hnnsgstfssn in #64
- Warn user when changing ArgoCD apps that have sync/health issues by @Oded-B in #65
New Contributors
- @dependabot made their first contribution in #51
Full Changelog: v1.13.0...v1.14.0
v1.13.0
What's Changed
- Support custom ApplicationSet generator by @hnnsgstfssn in #46
Full Changelog: v1.12.0...v1.13.0
v1.12.0
v1.11.0
monitoring PR handling failures. (#42) Instrument PR handling failures. We track both explicit failures with pr_handle_failures_total And cases where telefonistka commit status check is left in "pending" state (because Telefonistka exploded while handling that event ) Co-authored-by: Yazdan Mohammadi <[email protected]>
Add concurrent argocd diff
We used to diff each component sequentially, this release implements this concurrently.
Fix for collapsing outdated comments
This minor release includes a fix for telefonistka to collapse its own outdated PR comments.
v1.9.0
v1.8.0
What's Changed
- Fix flaky test TestCommitStatusTargetURL by @hnnsgstfssn in #39
- Sd 770 fixup unique target paths and multi promotion by @ashvarts in #37
Full Changelog: v1.7.0...v1.8.0
v1.7.0
-
SD-781: Telefonistka wrongly reports "Error" when deploying from a PR branch with auto-sync on
-
SD-838: timeouts - this include improving commit status reporting, some refactoring and general resiliency improvement like handling panics and such.