8000 Tags · siddhardhan/orca · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: siddhardhan/orca

Tags

v6.79.2

Toggle v6.79.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(pipeline_template): Support rendering on map keys (spinnaker#2319)

v6.79.1

Toggle v6.79.1's commit message
fix(entitytags): improved timeout handling for servergroup entity tag…

…ging.

SpinnakerMetadataServerGroupTagGenerator makes clouddriver calls with retry, which can eventually result in an exception/timeout.
AddServerGRoupEntityTagsTask now has an increased timeout to account for remote timeout from multiple server groups.
In addition, an exception from a single tagger is not fatal to the tagging operation - any successfully generated tags will
get applied, and an error logged for a failed tagger

v6.79.0

Toggle v6.79.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(redis): Adding instrumented redis execution repo (spinnaker#2310)

v6.78.2

Toggle v6.78.2's commit message
fix(timeout): Allow for execution windows when checking timeout override

v6.78.1

Toggle v6.78.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(titus): Include `application` in context of a job run (spinnaker#…

…2312)

This avoids doing a `Names.parse()` on the titus job name which happens
to be a UUID.

Also correct the spelling of `application`.

v6.78.0

Toggle v6.78.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(core): Adding custom trigger deserializer capability (spinnaker#…

…2294)

v6.77.8

Toggle v6.77.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(front50): Correctly extract the pipeline identifier (spinnaker#2308)

The `SavePipelineTask` will now correctly capture the identifier for a
newly created pipeline.

The `MonitorFront50Task` requires a pipeline identifier in order to
verify that a pipeline has been updated, previously was no-op'ing for
new pipelines.

relates to spinnaker/front50#333

v6.77.7

Toggle v6.77.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(front50): Correctly extract the pipeline identifier (spinnaker#2308)

The `SavePipelineTask` will now correctly capture the identifier for a
newly created pipeline.

The `MonitorFront50Task` requires a pipeline identifier in order to
verify that a pipeline has been updated, previously was no-op'ing for
new pipelines.

relates to spinnaker/front50#333

v6.77.6

Toggle v6.77.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(bake): strip baseOs from titus bake reqs (spinnaker#2307)

v6.77.5

Toggle v6.77.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(bake): fix NPE when baseOs is absent (spinnaker#2306)

0