Skip to content

Releases: spinnaker/echo

echo 2.9.3

19 Jul 17:34
acc6e93
Compare
Choose a tag to compare
  • chore(dependencies): Autobump korkVersion (#605)
  • fix(pubsub): Increase socket timeout (#606)

echo 2.9.2

10 Jul 17:24
68fab6f
Compare
Choose a tag to compare
  • Allow anonymous calls to igor (#602)
  • Autobump korkVersion (#603)
  • Update swabbie email template to link ASG resource (#597)

echo 2.9.1

09 Jul 17:27
Compare
Choose a tag to compare
  • chore(dependencies): Autobump korkVersion (#601)

echo 2.9.0

08 Jul 15:22
Compare
Choose a tag to compare
  • fix(bitbucket): use equals for string comparison on event_type (#600)
  • chore(dependencies): Autobump korkVersion (#599)

echo 2.8.3

07 Jul 00:02
Compare
Choose a tag to compare
  • fix(bom): Fix generated pom.xml to omit invalid lombok declaration (#596)

echo 2.8.2

06 Jul 03:26
d33e511
Compare
Choose a tag to compare
  • fix(cron): add trigger id to pipeline execution logs (#598)

echo 2.8.1

05 Jul 16:02
Compare
Choose a tag to compare
  • fix(webhooks): Test for empty ref on Git hooks (#590)
  • fix(scheduler): Set instanceid to AUTO for clustered mode support (#595)

echo 2.8.0

02 Jul 23:37
1708ec0
Compare
Choose a tag to compare
  • fix(kork_update): bump kork to 5.8 and fix pipeline model (#593)
  • fix(cron): fix to not fire the same cron job on multiple instances (#592)

echo 2.7.3

02 Jul 17:47
Compare
Choose a tag to compare
v2.7.3

fix(bitbucket): typo on eventType switch (#591)

echo 2.7.2

28 Jun 19:47
Compare
Choose a tag to compare
fix(notifications):  Need to maintain enum order (#589)

* fix(notifications):  Need to maintain enum order

HIPCHAT was removed from the Enum here, but this enum is duplicated in
other microservices (for example, in Orca,
orca-echo/src/main/groovy/com/netflix/spinnaker/orca/echo/EchoService.groovy
has a copy of the list)

This is a quick fix to repair the numbering scheme.  This should
probably be fully refactored so the enum is either a) specifying actual
values for each type so they maintain consistency going forward, b)
unify in kork somehow, or c) both.

* Keep old enum name, update comment, per request.