Closed edwardecook closed 2 years ago
Status update:
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale
.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close
.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /lifecycle stale
/remove-lifecycle stale
This project is being archived, closing open issues and PRs. Please see this PR for more information: https://github.com/kubernetes/community/pull/6632
It would be great to get this client up to date with the current version of the OSBAPI spec (which is now on 2.16). This is an interim step to add support for 2.15.
Below is the list of 2.15 release notes, the plan is to categorise them by whether the work has already been done, work is needed or if it is not relevant to this library.
DONE
= Feature is releasedALPHA
= implemented behind feature flagWORK REQUIRED
= not currently implemented - requires workN/A
= no changes required to clientFor implementation it would probably make sense to follow the same pattern as for 2.14, #144, i.e. PR in features as
Alpha
features and once it is all implemented a final PR to move them out ofAlpha
and addVersion2_15
to the client.Hopefully that sounds reasonable?