Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Releases: kubernetes-retired/service-catalog

0.0.18

07 Sep 05:35
Compare
Choose a tag to compare
0.0.18 Pre-release
Pre-release

The 18th release of service-catalog. Notable changes include:

  • Generation is now used instead of checksum for ServiceInstance and ServiceInstanceCredential
  • Bugs related to polling for status of async operation are fixed
  • Alpha prefix is removed from all fields

0.0.17

31 Aug 02:26
Compare
Choose a tag to compare
0.0.17 Pre-release
Pre-release

17th Alpha release. Key changes include:

  • Add ability to specify CA certs to use for TLS authentication. (#1112)
  • Rename resources. closes #1080 (#1142)
  • Use Generation instead of checksum for Broker (#1145)
  • Adding instructions for installing from Macs (#1164)
  • Splitting up the Walkthrough for 1.6 and 1.7 instructions (#1163)
  • Write helm command to file for api aggregation (#1141)
  • Specifying that you need Helm v2.5.0 for installation (#1170)

0.0.16

17 Aug 14:16
Compare
Choose a tag to compare
0.0.16 Pre-release
Pre-release

Version 0.0.16 is the 16th Alpha-quality release of the service catalog.
Some highlights include:

  • Code: Instance/Binding parameters from secret (#1079)
  • Add GoReport Widget (#1121)
  • make deprovisioning an instance asynchronously not fall-through to synchronous deprovision (#1067)
  • Add admission control to support default service plans. Resolves issue 1111 (#1131)
  • explicitly always prefer latest OSBAPI Version (#1138)

0.0.15

10 Aug 03:37
Compare
Choose a tag to compare
0.0.15 Pre-release
Pre-release

Version 0.0.15 is the fifteenth Alpha-quality release of the service catalog.
Some highlights include:

  • Update OSB client (#1085)
  • Implementation: Support for Bearer token auth between Service Catalog (#1053)
  • only skip tls verify if not behind the aggregator (#1101)
  • Remove PodPreset embedding from Binding (#1030)
  • push all arch images on release tags (#1108)

0.0.14

27 Jul 23:37
Compare
Choose a tag to compare
0.0.14 Pre-release
Pre-release

Version 0.0.14 is the fourteenth Alpha-quality release of the service catalog.
Some highlights include:

  • rebased on kube 1.7
  • we now cross build our images for amd64, arm, arm64, ppc64le and s390x
  • RBAC roles are now defined for each component in the service-catalog enabling deployment in a kubernetes cluster that has RBAC enabled

0.0.13

13 Jul 01:31
Compare
Choose a tag to compare
0.0.13 Pre-release
Pre-release

Version 0.0.13 is the thirteenth Alpha-quality release of the service catalog.

0.0.12

29 Jun 01:17
Compare
Choose a tag to compare
0.0.12 Pre-release
Pre-release

Version 0.0.12 is the twelfth Alpha-quality release of the service catalog.

0.0.11

21 Jun 23:08
Compare
Choose a tag to compare
0.0.11 Pre-release
Pre-release

Version 0.0.11 is the eleventh Alpha-quality release of the service catalog. Below are some highlights from this release:

0.0.10

14 Jun 21:53
Compare
Choose a tag to compare
0.0.10 Pre-release
Pre-release

Version 0.0.10 is the tenth Alpha-quality release of the service catalog. Below are some highlights from this release:

  • Initial PodPreset support (#917)
  • Make it possible to delete an instance that references a non-existent ServiceClass (#878)
  • Make it possible to change the namespace used for leader election (#919)
  • Correct a problem with OSB alpha parameter schema support (#912)

0.0.9

31 May 21:07
Compare
Choose a tag to compare
0.0.9 Pre-release
Pre-release

Version 0.0.9 is the ninth Alpha-quality release of the service catalog. Below are some highlights from this release:

  • add support for OSB schema support as Alpha feature #822
  • Block simultaneous asynchronous requests to broker #853
  • Validate that all Service Classes have at least one plan #879
  • Refactor controller unit tests into separate files #899
  • Cleaning up and making more compliant the OSB broker client #888