All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Refactor getServiceInstanceDetails to fetchServiceInstance
- Add RestTemplate LoggingInterceptor
- Add Service Instance Relationship
- Refactor OSB Context Support
- Support plan_updateable field for povision
- Support parameters field for provision and bind
- Support get Service Instance spec
- Add support for service parameter update
- Fix race condition for Kubernetes Redis provision
- Fix SQL Migration for Service Context
- Fix SQL Migration for Service Context
- Add Context to provision and bind while deprecating org and space ID for provisioning.
- Add manifest for Cloud Foundry deployment
- Add way to handle multiple users
- Add extensions for Redis backup and restore
- Add support for multiple application users
- Fix missing release version
- Fix to get usage for deleted Service Instance
- make it possible to ignore false hostnames in HTTPS requests
- Add fix to escape template literals for k8s templates
- Refactor
AbstractKubernetesFacade
to more common abstract methodsprovision
andgetServiceBinding
- Fix check for k8s namespace deletion
- Fix preconditions for service deprovision
- Remove
MongoDbClient
because its not used - Optimized abstraction for k8s provisioning
- Add new
RestTemplateBuilder
for advancedRestTemplate
capabilities - Refactoring to
AbstractServiceDetailKey
which enables service specific detail keys - Refactoring to
AbstractTemplateConstants
which enables service specific template constants
- Add system level backups for k8s services
- Fix extract Shield agent port from k8s deployment response
- Fix escaping list in
build.gradle
to handle provisioning templates with placeholders properly
- Add debug messages to k8s provision template binding
- Add option to shuffle availability zones in Bosh templates
- Add mongodb version field for Ops Manager automation update
- Fix to return all Redis (k8s) ports on bind request
- Fix spelling for
service.kubernetes.redis.v1.kubernetesRedisHost
- Add default value for
service.kubernetes.redis.v1.kubernetesRedisHost
- Add default value for
service.kubernetes.redisConfigurationDefaults.kubernetesRedisHost
- Add Kubernetes service config properties for ip-ranges and protocols.
- New field
templateVersion
on plan. - New field
serviceProviderClass
on plan and service to specify the correspondingServiceProvider
. The fieldinternalName
will be replaced soon.