Skip to content

Releases: spinnaker/kayenta

Kayenta 1.0.32

14 Feb 22:31
c7108cc
Compare
Choose a tag to compare

feat(pipelines): allow executions to be deleted (#487)
feat(canary-results): archive exactly what we return via HTTP (#486)

Kayenta 1.0.31

11 Feb 23:36
Compare
Choose a tag to compare

chore(google): Clean up google dependencies.
feat(wavefront): Add Wavefront integration.

Kayenta 1.0.30

23 Jan 22:39
Compare
Choose a tag to compare

feat(prometheus): Add support for basic auth attribute on Prometheus accounts.
fix(s3): re-enable AUTO_DETECT_IS_GETTERS after using Netflix Amazon Object Mapper Configurer on the Kayenta object mapper.
refactor(standalone-canary-analysis): Add more constructers to CanaryAnalysisExecutionResponse so that it can be deserialized with Jackson.
feat(signalfx): Add optional default scope and location keys when configuring accounts and add location to query when location key is present in default or extended scope parameters.
refactor(signalfx): Use dataprovider in unittest for better readability and DRY code, remove extraneous whitespace.

Kayenta 1.0.29

09 Jan 18:00
Compare
Choose a tag to compare

fix(orca): Bump orca to 6.119.0 to resolve redis evalsha issue.
feat(standalone-canary-analysis): Add siteLocal map to standalone canary analysis request and propagate it to the individual canary executions as well, so that notification metadata can be passed to external event listeners.
feat(standalone-canary-analysis): Edits to API descriptions.
feat(graphite): Add Graphite integration.
chore(dependencies): Autobump spinnaker-dependencies.

Kayenta 1.0.28

03 Jan 19:33
Compare
Choose a tag to compare

feat(newrelic): Allow more flexible queries in canary config.
chore(stackdriver): Use example instead of defaultValue in anticipation of swagger upgrade.
chore(dependencies): Autobump spinnaker-dependencies.
feat(standalone-canary-analysis): Add Standalone Canary Analysis Module.

Kayenta 1.0.27

04 Dec 17:51
57ff7c5
Compare
Choose a tag to compare
v1.0.27

feat(judge): Remote Judge (#437)

Kayenta 1.0.26

21 Nov 21:27
e281af5
Compare
Choose a tag to compare
v1.0.26

fix: don't set parentPipelineExecutionId to ad-hoc (#429)

Kayenta 1.0.25

20 Nov 21:17
fbe994c
Compare
Choose a tag to compare
v1.0.25

fix: fix NPE in map (#428)

Kayenta 1.0.24

20 Nov 01:08
61ded2d
Compare
Choose a tag to compare
v1.0.24

fix: remove no-parent-pipeline-execution dummy value (#427)

Kayenta 1.0.23

15 Nov 19:33
4375fe7
Compare
Choose a tag to compare
Add more retries to more components (#423)

* feat(retry): add a retry util

* bug(retry): retry Atlas actions

* bug(retry): improve retry in ConfigBin

* bug(retry): retry some s3 calls that seem prone to failure