Skip to content

Unipipe OSB v1.1.0

Compare
Choose a tag to compare
@pubudug pubudug released this 17 May 14:04
a327305
  • Use an improved synchronisation strategy for processing concurrent local and remote git changes. This fixes incorrect handling of concurrent requests in some edge cases, see #24.
  • The new git synchronisation strategy uses git merge instead of git rebase, resulting in merge histories that are easier to debug.
  • Improved validation of async OSB API requests. In accordance with the OSB API spec unipipe now rejects requests that require asynchronous processing by the CI/CD pipeline but were not sent with accepts_incomplete=true URL parameter, see #26.