Releases: automationbroker/bundle-lib
Releases · automationbroker/bundle-lib
0.2.3: Feature release
0.2.2: Feature release
Bugs
- Bug 1579251 - remove panic with unknown registry type (#91) ([email protected])
- Bug 1576881 - Add /v2/_catalog support for openshift adapter (#74) ([email protected])
Features
- adds oauth2 support to the rhcc adapter (#98) ([email protected])
- Update partner adapter to respect port (#97) ([email protected])
- ensure configmap name is correct for state. Add back env var for BUNDLE_STATE_LOCATION (#93) ([email protected])
- Fix imageToSpec call for partner adapter (#92) ([email protected])
- Update openshift adapter and tests for http (#86) ([email protected])
Release 0.1.8
Bug 1583577 - Target image name should add port
Release 0.1.7
0.2.1: fix issue with runtime label (#87)
* update the runtime test to check for the watchBundle func update adapter to deal with old and new runtime labels add some parsing tests * changes based on PR feedback
0.1.6: Bug 1576881 - Add discovery to openshift adapter (#77)
Moving to partner registry
changing delete binding id
0.2.0: Cherry pick fix (#78)
Release 0.2.0
- Refactor and renames. specifically removing origin package and rename apb to bundle
- Adding state manager support
- Adds a bunch of test cases
0.1.5: Vendoring release
Vendoring: Allow specifying custom adapters (#72) * allow specifying adapters
0.1.4: Bug 1566924 - fixing broker client go resource types (#62)
* adding bug branch for broker-client-go * updating conversions for new CRD resources * adding exported conversion for job method * fixing typo * update dep * addressing comments
0.1.3 Alpha Release
DashboardURL support (#59) * Add logic for dashboard url * adding dashboard url * Fix tests * Add Spec.Alpha map * Add parsing test * Add conversions using alpha string * Temporarily lock to broker-client-go dashboard branch * Fix make check * Bump broker-client-go * Add updated lock file