Releases: orange-cloudfoundry/mongodb-boshrelease
Releases · orange-cloudfoundry/mongodb-boshrelease
Mongodb Bosh Release v5
- Fix labes and costs in broker
- remove some residual references to golang 1.8
Mongodb Bosh Release v4
This releases do not bring any new mongodb feature but implement integration of golang-1.9 vendor package, as golang-1.8 is not provided anymore by golang-release
Mongodb Bosh Release 3.4.7
V3.4.7 mongodb release is tested and compatible with:
- bosh 264.7.0 and prior
- stemcell 3541.10 and prior
Features:
- Provides different blobs to deploy on centos or ubuntu
- increase mongodb version to 3.4.7 and rocksdb to 5.7.3. Upgrades from 3.4.6 are fully functionnal
Mongodb-boshrelease v3
V3 mongodb release is tested and compatible with:
- bosh 263.2.0 and prior
- stemcell 3445.11 and prior
Features:
- The service broker can use a replicaSet deployment
- Possibility to change the catalog service description (service_marketplace_label, service_marketplace_description)
Mongodb-boshrelease v2
V2 mongodb release is tested and compatible with:
- bosh 263.2.0 and prior
- stemcell 3445.11 and prior
Features:
- Use compiled release provided by mongodb-compilation-boshrelease
- Reduce compilation time on deployment
- Reduce compilation time on stemcell upgrade
Mongodb v1
V1 mongodb release is tested and compatible with:
- bosh 263.2.0 and prior
- stemcell 3445.11 and prior
Features:
- Mongodb back-end job (mongod)
- Java Spring Boot broker jobs which allows provisioning (database) and binding (user) among a deployed cluster
- Smoke tests errand for broker which:
...pushes a sample mongodb application inside Cloud Foundry (cf push)
...provisions a mongodb service instance (cf create-service)
...binds the service instance to the sample application (cf bind-service)
...create/drop collections in the service instance given the credentials supplied by the binding operation