Skip to content

Tags: spinnaker/clouddriver

Tags

v5.90.2

Verified

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

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

v5.91.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(docker): fix the issue of fetching docker images (#6372)

* test(docker): add a test to demonstrate the issue of fetching docker images due to `java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1`

* fix(docker): fix the issue of fetching docker images due to `java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1`

v5.91.6

Verified

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

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

v5.95.0

Verified

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

Co-authored-by: root <root@23070a6ef06a>

v5.94.0

Verified

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

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

v5.93.0

Verified

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

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

v5.91.5

Verified

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

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

v5.92.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(docker): resolve the issue of `Unrecognized field "child"` (#6359)

* test(docker): add a test to demonstrate the issue of `Failed to parse ResponseBody : Unrecognized field "child"`

* fix(docker): resolve the issue of `Failed to parse ResponseBody : Unrecognized field "child"` when google cloud artifact registry responds with additional fields upon invoking tags list api

v5.91.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(docker): resolve the issue of `Unrecognized field "child"` (#6359) (

#6360)

* test(docker): add a test to demonstrate the issue of `Failed to parse ResponseBody : Unrecognized field "child"`

* fix(docker): resolve the issue of `Failed to parse ResponseBody : Unrecognized field "child"` when google cloud artifact registry responds with additional fields upon invoking tags list api

(cherry picked from commit 7c4514a)

Co-authored-by: Kiran Godishala <53332225+kirangodishala@users.noreply.github.com>

v5.91.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(docker): resolve the issue of double encoding while making the ne…

…xt call to ECR's tags list (#6357) (#6358)

* test(docker): add test to demonstrate the issue of double encoding of query parameter when the next link from a docker registry like ECR responds with an encoded url.

* fix(docker): resolve the issue of double encoding contained in the ECR's next `link` header causing the Retrofit2 client to fail due to error code `405` and `Message: Method Not Allowed`.

(cherry picked from commit 06c98c0)

Co-authored-by: Kiran Godishala <53332225+kirangodishala@users.noreply.github.com>