Skip to content

Releases: spinnaker/echo

echo 2.15.0

27 Sep 18:31
Compare
Choose a tag to compare
v2.15.0

fix(triggers): Remove confusing/unnecessary error log (#664)

echo 2.14.0

23 Sep 18:10
Compare
Choose a tag to compare
  • chore(dependencies): Autobump korkVersion (#646)
  • chore(dependencies): Autobump korkVersion (#647)
  • test(google): Enable the GoogleChatNotificationAgent test (#650)
  • chore(dependencies): Autobump korkVersion (#649)
  • feat(telemetry): adds listener for telemetry metrics
  • feat(telemetry): Use kork-proto as source of proto library, remove some GRPC
  • fix(health): Remove old Spring 1.x health endpoint config to remove an error printed during startup.
  • feat(stats): Add stage's CloudProvider
  • fix(stats): Remove synthetic stages from Stages list
  • fix(nexus): get artifacts from nexus events (#643)
  • chore(dependencies): Autobump korkVersion (#655)
  • feat(stats): Adds circuit breaker logic via resilience4j
  • feat(sql): Conditionally allow MySQL Connector to be excluded from the build (#656)

echo 2.13.2

06 Sep 18:22
a489e9e
Compare
Choose a tag to compare
v2.13.2

chore(dependencies): export fiat api in echo-bom (#645)

echo 2.13.1

06 Sep 17:42
32ef1e9
Compare
Choose a tag to compare

chore(dependencies): Autobump korkVersion (#642)
fix(notification/slack): fix missing logger (#644)

echo 2.13.0

05 Sep 20:48
Compare
Choose a tag to compare

fix(error handling): mark executions failed (#638)
chore(dependencies): Autobump korkVersion (#639)
chore(dependencies): Autobump korkVersion (#641)

echo 2.12.0

03 Sep 16:39
Compare
Choose a tag to compare

chore(dependencies): Autobump korkVersion (#632)
chore(dependencies): Autobump korkVersion (#637)
feat(core): Use Spring Cloud Config for external configuration of accounts (#636)

echo 2.11.0

28 Aug 17:09
Compare
Choose a tag to compare
fix(auth): Only trigger pipeline if service account has access to app…

… (#562)

In the current implementation, Echo will trigger pipelines in Orca even though the runAsUser does not have access to the application. This will trigger a round-dance of different errors when Orca tries unsuccessfully to execute the pipeline, so instead, we short circuit the execution in Echo.

echo 2.10.0

20 Aug 16:41
6d0bff8
Compare
Choose a tag to compare
v2.10.0

chore(artifact): logging the artifacts we get (#627)

echo 2.9.5

15 Aug 21:41
Compare
Choose a tag to compare
v2.9.5

chore(dependencies): Autobump korkVersion (#621)

echo 2.9.4

15 Aug 19:31
3cf78b5
Compare
Choose a tag to compare
  • chore(dependencies): fix some accidental transitive dependencies (#610)
  • chore(dependencies): Autobump korkVersion (#608)
  • chore(build): Update cloudbuild.yaml file (#611)
  • fix(echo): Trigger properly off Github Pull Requests (#609)
  • refactor(slack): Add trace logging of Slack responses (#612)
  • feat(notifications/github): Add more general way to get status destination (#607)
  • chore(dependencies): Autobump korkVersion (#613)
  • chore(dependencies): Autobump korkVersion (#615)
  • chore(build): Update cloudbuild.yaml file (#618)
  • chore(dependencies): Autobump korkVersion (#619)
  • fix(notifications/manual-judgements): don't let echo work wrap slack messages to 80 chars (#616)
  • feat(cron): Make database-mysql.sql idempotent (#614)
  • chore(dependencies): Autobump korkVersion (#620)
  • fix(notifications/googlechat): Fix field visibility. (#622)