Releases: spinnaker/kayenta
Kayenta 1.0.32
Kayenta 1.0.31
chore(google): Clean up google dependencies.
feat(wavefront): Add Wavefront integration.
Kayenta 1.0.30
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
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
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
v1.0.27 feat(judge): Remote Judge (#437)
Kayenta 1.0.26
v1.0.26 fix: don't set parentPipelineExecutionId to ad-hoc (#429)
Kayenta 1.0.25
v1.0.25 fix: fix NPE in map (#428)
Kayenta 1.0.24
v1.0.24 fix: remove no-parent-pipeline-execution dummy value (#427)
Kayenta 1.0.23
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