Skip to content
This repository was archived by the owner on Dec 20, 2025. It is now read-only.

Tags: spinnaker/orca

Tags

v8.57.2

Toggle v8.57.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(dependencies): Autobump fiatVersion (#4866)

Co-authored-by: root <root@3d12a3fce59d>

v8.61.2

Toggle v8.61.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(dependencies): Autobump fiatVersion (#4861)

Co-authored-by: root <root@323ee6cf2a1b>

v8.64.0

Toggle v8.64.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(retrofit1): exclude Retrofit2EncodeCorrectionInterceptor from the…

… retrofit1 clients (#4857)

* fix(retrofit1): exclude Retrofit2EncodeCorrectionInterceptor from the retrofit1 clients

* test(retrofit1): revert adding Retrofit2EncodeCorrectionInterceptor to retrofit1 clients in tests as kork is updated with new constructor

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

v8.63.0

Toggle v8.63.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(dependencies): Autobump fiatVersion (#4854)

Co-authored-by: root <root@37d26b4fc68c>

v8.62.0

Toggle v8.62.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(dependencies): Autobump fiatVersion (#4852)

Co-authored-by: root <root@3d3c5f1ddb64>

v8.61.1

Toggle v8.61.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(dependencies): Autobump fiatVersion (#4848)

Co-authored-by: root <root@a05026855a3c>

v8.61.0

Toggle v8.61.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(orca-clouddriver): Fix exception in mapping of trafficManagement …

…when null (#4845)

v8.60.0

Toggle v8.60.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(gha): fix branch detection error (#4844)

from e.g. https://github.com/spinnaker/orca/actions/runs/13415978286/job/37476832943

Run BRANCHES=$(git branch -r --contains refs/tags/v8.60.0)
BRANCHES is '  origin/HEAD -> origin/master
  origin/master'
NUM_BRANCHES is '2'
exactly one branch required to release orca, but there are 2 (  origin/HEAD -> origin/master
  origin/master)

v8.57.1

Toggle v8.57.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(dependencies): Autobump fiatVersion (#4826)

Co-authored-by: root <root@a138aff9d15f>

v8.54.1

Toggle v8.54.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(pipelineRef): add resolvedExpectedArtifacts from pipelineTrigger …

…to PipelineRefTrigger (#4816) (#4818)

* fix(pipelineRef): add resolvedExpectedArtifacts from pipelineTrigger to PipelineRefTrigger

* fix(pipelineRef): add tests around PipelineRefTrigger

---------

Co-authored-by: Jason <[email protected]>
(cherry picked from commit 3c65fe0)

Co-authored-by: Edgar Garcia <[email protected]>