Skip to content

Releases: orange-cloudfoundry/mongodb-boshrelease

Mongodb Bosh Release v5

21 Sep 14:21
Compare
Choose a tag to compare
  • Fix labes and costs in broker
  • remove some residual references to golang 1.8

Mongodb Bosh Release v4

05 Jul 11:34
Compare
Choose a tag to compare

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

03 Apr 10:14
Compare
Choose a tag to compare

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

16 Jan 16:28
Compare
Choose a tag to compare

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

22 Dec 14:40
Compare
Choose a tag to compare

V2 mongodb release is tested and compatible with:

  • bosh 263.2.0 and prior
  • stemcell 3445.11 and prior

Features:

Mongodb v1

14 Nov 08:22
Compare
Choose a tag to compare

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

Enhancements: