[Ansible-service-broker] Sprint 141 - Sprint 143 Release Notes

David Zager dzager at redhat.com
Thu Feb 1 18:15:20 UTC 2018


Bugs

   - Bug 1525817 <https://bugzilla.redhat.com/show_bug.cgi?id=1525817> -
   remove duplicate help output and return 0 exit code. (#594)
   <https://github.com/openshift/ansible-service-broker/pull/594>
   - Bug 1512042 <https://bugzilla.redhat.com/show_bug.cgi?id=1512042> -
   Allowing error messages to make it from apb to user. (#607)
   <https://github.com/openshift/ansible-service-broker/pull/607>
   - Bug 1526887 <https://bugzilla.redhat.com/show_bug.cgi?id=1526887> -
   Handle case when whitelist/blacklist set to "" (#609)
   <https://github.com/openshift/ansible-service-broker/pull/609>
   - Bug 1472226 <https://bugzilla.redhat.com/show_bug.cgi?id=1472226> -
   Add additional field validations for JSON Schema. (#615)
   <https://github.com/openshift/ansible-service-broker/pull/615>
   - Bug 1533208 <https://bugzilla.redhat.com/show_bug.cgi?id=1533208> - Re
   adding registry auth as secrets and files (#629)
   <https://github.com/openshift/ansible-service-broker/pull/629>
   - Bug 1526949 <https://bugzilla.redhat.com/show_bug.cgi?id=1526949> -
   Set registry user/pass if auth_type is not defined (#635)
   <https://github.com/openshift/ansible-service-broker/pull/635>
   - Bug 1534715 <https://bugzilla.redhat.com/show_bug.cgi?id=1534715> -
   unbind checks for existence of binding before trying to delete it (#642)
   <https://github.com/openshift/ansible-service-broker/pull/642>
   - Bug 1534467 <https://bugzilla.redhat.com/show_bug.cgi?id=1534467> -
   apiserver was not told how to output error response (#647)
   <https://github.com/openshift/ansible-service-broker/pull/647>
   - Bug 1534715 <https://bugzilla.redhat.com/show_bug.cgi?id=1534715> -
   Moves BindInstance retrieval and error handling to handler.go (#648)
   <https://github.com/openshift/ansible-service-broker/pull/648>
   - Bug 1535652 <https://bugzilla.redhat.com/show_bug.cgi?id=1535652> -
   return 200 to bind PUT when a binding already exists (#650)
   <https://github.com/openshift/ansible-service-broker/pull/650>
   - Bug 1506978 <https://bugzilla.redhat.com/show_bug.cgi?id=1506978> -
   Apply proxy settings to running APBs (#654)
   <https://github.com/openshift/ansible-service-broker/pull/654>
   - Bug 1535182 <https://bugzilla.redhat.com/show_bug.cgi?id=1535182> -
   adding ability to retrieve an array of subconfigs (#655)
   <https://github.com/openshift/ansible-service-broker/pull/655>
   - Bug 1534957 <https://bugzilla.redhat.com/show_bug.cgi?id=1534957> -
   Fix secret parameters regression (#659)
   <https://github.com/openshift/ansible-service-broker/pull/659>
   - Bug 1536088 <https://bugzilla.redhat.com/show_bug.cgi?id=1536088> -
   fixes panic when bind can't find ServiceInstance (#653)
   <https://github.com/openshift/ansible-service-broker/pull/653>
   - Bug 1536629 <https://bugzilla.redhat.com/show_bug.cgi?id=1536629> -
   send job state and credentials from job (#610)
   <https://github.com/openshift/ansible-service-broker/pull/610>
   - Bug 1536659 <https://bugzilla.redhat.com/show_bug.cgi?id=1536659> -
   bind PUT returns http code 202 when operation runs async (#669)
   <https://github.com/openshift/ansible-service-broker/pull/669>
   - Bug 1506978 <https://bugzilla.redhat.com/show_bug.cgi?id=1506978> -
   Include lowercase proxy vars (#683)
   <https://github.com/openshift/ansible-service-broker/pull/683>
   - Bug 1537367 <https://bugzilla.redhat.com/show_bug.cgi?id=1537367> -
   missing last_operation for bindings (#677)
   <https://github.com/openshift/ansible-service-broker/pull/677>
   - Bug 1536629 <https://bugzilla.redhat.com/show_bug.cgi?id=1536629> -
   Send job msg immediately as job starts. To set initial JobState (#671)
   <https://github.com/openshift/ansible-service-broker/pull/671>
   - Bug 1537367 <https://bugzilla.redhat.com/show_bug.cgi?id=1537367> -
   fix the test for last_operation (#688)
   <https://github.com/openshift/ansible-service-broker/pull/688>
   - Bug 1539757 <https://bugzilla.redhat.com/show_bug.cgi?id=1539757> -
   async unbind returns http 202 (#704)
   <https://github.com/openshift/ansible-service-broker/pull/704>
   - Bug 1534957 <https://bugzilla.redhat.com/show_bug.cgi?id=1534957> -
   Add namespace to broker config docs (#712)
   <https://github.com/openshift/ansible-service-broker/pull/712>

<https://gist.github.com/djzager/e144ea8704a8ca9e84f71437c0b3d054#other-enhancements>Other
Enhancements

   - Remove logging from function and structs. (#582)
   <https://github.com/openshift/ansible-service-broker/pull/582>
   - Initial proposal for dealing with network isolation SDNs (#572)
   <https://github.com/openshift/ansible-service-broker/pull/572>
   - stop multiple update apb containers from launching (#595)
   <https://github.com/openshift/ansible-service-broker/pull/595>
   - Simple template to support my blog post (#597)
   <https://github.com/openshift/ansible-service-broker/pull/597>
   - Execute into a pod with API for runtime V1 (#596)
   <https://github.com/openshift/ansible-service-broker/pull/596>
   - allows parameter types to be case-insensitive (#599)
   <https://github.com/openshift/ansible-service-broker/pull/599>
   - Adding local openshift adapter (#601)
   <https://github.com/openshift/ansible-service-broker/pull/601>
   - fixing issue with versioning the rbac API. (#618)
   <https://github.com/openshift/ansible-service-broker/pull/618>
   - Fixes labels on asb Endpoint in local dev template (#598)
   <https://github.com/openshift/ansible-service-broker/pull/598>
   - remove the different job msg types to avoid duplication of code (#603)
   <https://github.com/openshift/ansible-service-broker/pull/603>
   - Remove WorkMsg interface to avoid unneeded marshalling and
   unmarshalling.(#604)
   <https://github.com/openshift/ansible-service-broker/pull/604>
   - The config should only use type as a key when name does not exist.
   (#606) <https://github.com/openshift/ansible-service-broker/pull/606>
   - fix incorrect check in if statement (#611)
   <https://github.com/openshift/ansible-service-broker/pull/611>
   - fix potential nil pointer panic (#613)
   <https://github.com/openshift/ansible-service-broker/pull/613>
   - Use the router prefix for apb tool endpoints (#616)
   <https://github.com/openshift/ansible-service-broker/pull/616>
   - Add 3.8/3.9 releasers to tito (#620)
   <https://github.com/openshift/ansible-service-broker/pull/620>
   - fixes typo in a log statement (#622)
   <https://github.com/openshift/ansible-service-broker/pull/622>
   - uses "exec" so bash process gets replaced instead of retained (#624)
   <https://github.com/openshift/ansible-service-broker/pull/624>
   - fixing handler tests in master branch (#630)
   <https://github.com/openshift/ansible-service-broker/pull/630>
   - Update config doc to document storing creds in a secret (#628)
   <https://github.com/openshift/ansible-service-broker/pull/628>
   - Add minishift documentation (#627)
   <https://github.com/openshift/ansible-service-broker/pull/627>
   - Run latest build with a default public ip. (#626)
   <https://github.com/openshift/ansible-service-broker/pull/626>
   - Fix debug statement for ISV registry to be more verbose (#633)
   <https://github.com/openshift/ansible-service-broker/pull/633>
   - Async bind feature (#625)
   <https://github.com/openshift/ansible-service-broker/pull/625>
   - Openshift Multi-tenant Sandbox Hooks (#600)
   <https://github.com/openshift/ansible-service-broker/pull/600>
   - quiet errors related to docker0 address (#641)
   <https://github.com/openshift/ansible-service-broker/pull/641>
   - vendor bump to k8s 1.9.1 (#645)
   <https://github.com/openshift/ansible-service-broker/pull/645>
   - Print information on any pod failures (#646)
   <https://github.com/openshift/ansible-service-broker/pull/646>
   - Add some missing networking permissions to the k8s template (#657)
   <https://github.com/openshift/ansible-service-broker/pull/657>
   - make build-image isn't retrying (#656)
   <https://github.com/openshift/ansible-service-broker/pull/656>
   - Fix linting on ProxyConfig (#662)
   <https://github.com/openshift/ansible-service-broker/pull/662>
   - Remove ancient comment with app startup (#664)
   <https://github.com/openshift/ansible-service-broker/pull/664>
   - Remove old comment re: platform version header (#661)
   <https://github.com/openshift/ansible-service-broker/pull/661>
   - Fail faster with travis (#658)
   <https://github.com/openshift/ansible-service-broker/pull/658>
   - Update test bash scripts (#668)
   <https://github.com/openshift/ansible-service-broker/pull/668>
   - Add a second job that runs the broker on k8s (#643)
   <https://github.com/openshift/ansible-service-broker/pull/643>
   - fixes #665 - remove many of the TODOs (#673)
   <https://github.com/openshift/ansible-service-broker/pull/673>
   - Skip running the travis job if we're only changing docs (#678)
   <https://github.com/openshift/ansible-service-broker/pull/678>
   - add ASB debugging guide (#676)
   <https://github.com/openshift/ansible-service-broker/pull/676>
   - One CI fix and a few improvements (#679)
   <https://github.com/openshift/ansible-service-broker/pull/679>
   - Continue to load specs even when a spec fails to load (#682)
   <https://github.com/openshift/ansible-service-broker/pull/682>
   - Add proxy docs (#634)
   <https://github.com/openshift/ansible-service-broker/pull/634>
   - add a 3.10 releaser (#690)
   <https://github.com/openshift/ansible-service-broker/pull/690>
   - Remove unecessary dao ref from DeproJob (#691)
   <https://github.com/openshift/ansible-service-broker/pull/691>
   - Adding ability for Subject Rules Review to do the correct check. (#693)
   <https://github.com/openshift/ansible-service-broker/pull/693>
   - Make the k8s CI scripts consumable with curl (#695)
   <https://github.com/openshift/ansible-service-broker/pull/695>
   - update copyright date to 2018 (#699)
   <https://github.com/openshift/ansible-service-broker/pull/699>
   - Add fall through case to deprovision handler (#700)
   <https://github.com/openshift/ansible-service-broker/pull/700>
   - Ignore IDE extras (#703)
   <https://github.com/openshift/ansible-service-broker/pull/703>
   - Check that all the containers in a pod are running (#706)
   <https://github.com/openshift/ansible-service-broker/pull/706>
   - Proposes solutions for tracking state of BindInstance creation (#680)
   <https://github.com/openshift/ansible-service-broker/pull/680>
   - revert image back to match blog post in simple broker template. (#714)
   <https://github.com/openshift/ansible-service-broker/pull/714>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/ansible-service-broker/attachments/20180201/644480b1/attachment.htm>


More information about the Ansible-service-broker mailing list