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

Tags: spinnaker/fiat

Tags

v1.51.2

Toggle v1.51.2's commit message

Verified

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

Co-authored-by: root <root@5e02ad901c37>

v1.57.0

Toggle v1.57.0's commit message

Verified

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

Co-authored-by: root <root@07aba17c0fd0>

v1.54.2

Toggle v1.54.2's commit message

Verified

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

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

v1.56.0

Toggle v1.56.0's commit message

Verified

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

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

v1.55.0

Toggle v1.55.0's commit message

Verified

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

Co-authored-by: root <root@7006d21ea161>

v1.54.1

Toggle v1.54.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(retrofit2): fix multiple slash issue in baseUrl of retrofit2 clie…

…nt (#1206) (#1207)

* test(github): add a test to demonstrate an error scenario where if the baseUrl of the Github client has multiple slashes and the end point start with a slash

* fix(github): fix the error where if the baseUrl of the Github client has multiple slashes and the end point start with a slash, the resultant api url leaves that part the base url coming after first slash.

* refactor(api): refactor retrofit2 client configuration for FiatService to fix any issues that may occur if the base url has multiple slashes

* refactor(web): refactor retrofit2 client configuration for IgorApi, ClouddriverApi and Front50Api to fix any issues that may occur if the base url has multiple slashes

(cherry picked from commit a7f7f9d)

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

v1.54.0

Toggle v1.54.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 (#1205)

from e.g. https://github.com/spinnaker/fiat/actions/runs/13405954400/job/37445817517

Run BRANCHES=$(git branch -r --contains refs/tags/v1.54.0)
BRANCHES is '  origin/HEAD -> origin/master
  origin/master'
NUM_BRANCHES is '2'
exactly one branch required to release fiat, but there are 2 (  origin/HEAD -> origin/master
  origin/master)
Error: Process completed with exit code 1.

v1.51.1

Toggle v1.51.1's commit message

Verified

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

Co-authored-by: root <root@43e7296e58cd>
Co-authored-by: Jason <jason.mcintosh@harness.io>

v1.53.0

Toggle v1.53.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor(retrofit2): replace retrofit client with retrofit2 client (#…

…1195)

* refactor(retrofit2): replace retrofit client with retrofit2 client

* refactor(retrofit2): address review comments

v1.52.0

Toggle v1.52.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(openapi): Rewrite Swagger to OpenAPI annotations (#1192)

* fix(openapi): Rewrite Swagger to OpenAPI annotations

* chore(deps): bump latest kork version

---------

Co-authored-by: Edgar Garcia <edgar.garcia@harness.io>
0