Skip to content

Releases: SDA-SE/mongodb-operator

0.7.0

04 Aug 12:17
Compare
Choose a tag to compare

0.7.0 (2021-08-04)

Features

  • introduce liveness probe endpoint (49ff675)
  • test for MongoDB privileges in readiness probe (462ce7d)

0.6.0

04 Aug 09:54
Compare
Choose a tag to compare

0.6.0 (2021-08-04)

Bug Fixes

  • log MongoDB hosts in a single line (4381b87)

Features

  • provide endpoint for readiness (38a6001)

0.5.4

20 Jul 07:24
Compare
Choose a tag to compare

0.5.4 (2021-07-20)

Bug Fixes

  • check host for being a DocumentDB from configuration (a6c8053)

0.5.3

20 Jul 06:47
Compare
Choose a tag to compare

0.5.3 (2021-07-20)

Bug Fixes

  • define less privileges in test deployment (54bcea5)

0.5.2

16 Jul 09:28
Compare
Choose a tag to compare

0.5.2 (2021-07-16)

Bug Fixes

  • check for existing users in DocumentDB correctly (4692e3c)

0.5.1

09 Jul 06:46
Compare
Choose a tag to compare

0.5.1 (2021-07-09)

Bug Fixes

  • handle Ok result from DocumentDB correctly (8397ab7)

0.5.0

07 Jul 06:53
Compare
Choose a tag to compare

0.5.0 (2021-07-07)

Bug Fixes

  • fail with unchecked exception on errors in SslUtil to be usable in lambdas (985c1ef)

Features

  • add configuration for custom CA certificates to access MongoDB (d7a27f7)
  • introduce CertificateCollector to create a combined pem file for all found certificates (4da92ff)
  • introduce SslUtil to read CA certificates (172bf25)

0.4.1

30 Jun 12:51
Compare
Choose a tag to compare

0.4.1 (2021-06-30)

Bug Fixes

  • be more careful with special characters in passwords (90a23a3)

0.4.0

29 Jun 06:32
Compare
Choose a tag to compare

0.4.0 (2021-06-29)

Features

  • provide database name in secret (cd9560d)

0.3.0

28 Jun 14:40
Compare
Choose a tag to compare

0.3.0 (2021-06-28)

Bug Fixes

  • check for existing user instead of database (98d323a)
  • only use characters for password that need no escaping (6170996)

Features

  • add prune database option to CRD (7b2cdff)
  • drop db user and database based on configuration (fa70d3e)