Releases: meshcloud/unipipe-service-broker
Releases · meshcloud/unipipe-service-broker
Release v1.2.1
Fix: Branch names configuration works now as expected
Release v1.2.0
Support updating service instances
Unipipe OSB v1.1.0
- 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 ofgit 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.
Unipipe OSB v1.0.11
Fix issue with SSH authentication
Unipipe OSB v1.0.10
Unipipe OSB with improved checkout capabilities at startup
Unipipe OSB v1.0.9
With this release the unipipe OSB will automatically pull the remote git at startup.
Release v1.0.6
Merge pull request #12 from Hemanthkolli/feature/CU-9wr58e_Use-dhall-…
Release v1.0.5
chore: fix repository name when publishing to ghcr.io
Publish to GitHub Container Registry
chore: publish to github container registry GHCR allows public pulls of the image without authentication
Release v1.0.3
chore(ci): rework release process to also publish jar