Skip to content

Releases: commercetools/telefonistka

v1.12.0

13 Dec 19:06
3574956
Compare
Choose a tag to compare

What's Changed

  • Add logging around generating diff comment by @ashvarts in #44

Full Changelog: v1.11.0...v1.12.0

v1.11.0

13 Dec 12:12
8439b61
Compare
Choose a tag to compare
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

05 Dec 16:17
a77da6a
Compare
Choose a tag to compare

We used to diff each component sequentially, this release implements this concurrently.

Fix for collapsing outdated comments

15 Nov 14:07
8ded097
Compare
Choose a tag to compare

This minor release includes a fix for telefonistka to collapse its own outdated PR comments.

v1.9.0

30 Oct 15:31
232cc52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.0...v1.9.0

v1.8.0

30 Oct 09:38
deb0692
Compare
Choose a tag to compare

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

29 Oct 10:21
d34cacf
Compare
Choose a tag to compare

v1.6.0

25 Oct 09:34
9b32fb1
Compare
Choose a tag to compare
SD-838: fix panic (#33)

* Fix potential panic

The change [1] introduced a potential panic as it is trying to log the
app name when a failure happens, but the app variable is overridden
during such a failure and is thus nil.

This results in the following panic.

    panic: runtime error: invalid memory address or nil pointer dereference
    [signal SIGSEGV: segmentation violation code=0x1 addr=0x20 pc=0x20ddccb]

    goroutine 367 [running]:
    internal/pkg/argocd.generateDiffOfAComponent()
	    internal/pkg/argocd/argocd.go:477
    internal/pkg/argocd.GenerateDiffOfChangedComponents()
	    internal/pkg/argocd/argocd.go:561
    internal/pkg/githubapi.HandlePREvent()
	    internal/pkg/githubapi/github.go:161
    internal/pkg/githubapi.handleEvent()
	    internal/pkg/githubapi/github.go:382
    created by internal/pkg/githubapi.ReciveWebhook
	    internal/pkg/githubapi/github.go:322

By instead using the name from the query constructed prior, the panic
should be avoided.

[1] adbd91328b2edce48ee4607f101ecb2b6528d77b

v1.5.0

23 Oct 13:38
33715e7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.5.0

v1.4.0

18 Oct 14:33
caaf793
Compare
Choose a tag to compare
Sd 766 telefonistka get nil pointer dereference when it tries to diff…