Skip to content

Releases: nmshd/backbone

6.28.0

09 Jan 13:40
708ee89
Compare
Choose a tag to compare

Consumption

New Features

Others

New Features

  • Enable SSL for connection to RabbitMQ by default and make RabbitMQ port configurable by @tnotheis in #1012

Full Changelog: 6.27.0...6.28.0

6.28.0-beta.4

09 Jan 07:38
ae137a8
Compare
Choose a tag to compare
6.28.0-beta.4 Pre-release
Pre-release

Consumption

New Features

  • Add possibility to configure a port for RabbitMQ

Full Changelog: 6.27.0...6.28.0-beta.1

6.28.0-beta.3

09 Jan 06:29
e9a17fd
Compare
Choose a tag to compare
6.28.0-beta.3 Pre-release
Pre-release

Consumption

New Features

  • Add possibility to configure a port for RabbitMQ

Full Changelog: 6.27.0...6.28.0-beta.1

6.28.0-beta.2

08 Jan 16:15
b9d8ccd
Compare
Choose a tag to compare
6.28.0-beta.2 Pre-release
Pre-release

Consumption

New Features

  • Add possibility to configure a port for RabbitMQ

Full Changelog: 6.27.0...6.28.0-beta.1

6.28.0-beta.1

08 Jan 13:54
cdcd1ba
Compare
Choose a tag to compare
6.28.0-beta.1 Pre-release
Pre-release

Consumption

New Features

  • Add possibility to configure a port for RabbitMQ

Full Changelog: 6.27.0...6.28.0-beta.1

6.27.0

08 Jan 09:31
609aebf
Compare
Choose a tag to compare

Helm Chart

New Features

Others

New Features

Full Changelog: 6.26.0...6.27.0

6.26.0

07 Jan 08:12
4841908
Compare
Choose a tag to compare

Consumption

New Features

Administration

New Features

Helm Chart

Other Changes

  • Optimize blob storage configuration by @tnotheis in #991
    The following changes to the configuration properties were made:
    • Removed property - global.configuration.modules.files.infrastructure.blobStorage.cloudProvider
    • Removed property - global.configuration.modules.files.infrastructure.blobStorage.connectionInfo
    • Removed property - global.configuration.modules.files.infrastructure.blobStorage.containerName
    • New property - global.configuration.modules.files.infrastructure.blobStorage.productName: possible values: "AzureStorageAccount"/"GoogleCloudStorage"
    • New property - global.configuration.modules.files.infrastructure.blobStorage.azureStorageAccount.containerName: the name of the container that should be used to store the files (only applicable if productName is "AzureStorageAccount")
    • New property - global.configuration.modules.files.infrastructure.blobStorage.azureStorageAccount.connectionString (only applicable if productName is "AzureStorageAccount")
    • New property - global.configuration.modules.files.infrastructure.blobStorage.googleCloudStorage.serviceAccountJson: the content of the service account json file that should be used to authenticate (optional; defaults to the default credentials) (only applicable if productName is "GoogleCloudStorage")
    • New property - global.configuration.modules.files.infrastructure.blobStorage.googleCloudStorage.bucketName: the name of the bucket that should be used to store the files (only applicable if productName is "GoogleCloudStorage")
  • S3 bucket support for files storage by @tnotheis in #993
    The following changes to the configuration properties were made:
    • Updated property - global.configuration.modules.files.infrastructure.blobStorage.productName: now additionally supports the value "S3Bucket"
    • New property - global.configuration.modules.files.infrastructure.blobStorage.s3Bucket.accessKeyId: the access key id that should be used to authenticate (only applicable if productName is "S3Bucket")
    • New property - global.configuration.modules.files.infrastructure.blobStorage.s3Bucket.secretAccessKey: the secret access key that should be used to authenticate (only applicable if productName is "S3Bucket")
    • New property - global.configuration.modules.files.infrastructure.blobStorage.s3Bucket.bucketName: the name of the bucket that should be used to store the files (only applicable if productName is "S3Bucket")
    • New property - global.configuration.modules.files.infrastructure.blobStorage.s3Bucket.serviceUrl: the url of the S3 service (only applicable if productName is "S3Bucket")

Full Changelog: 6.25.1...6.26.0

6.25.1

16 Dec 15:14
b1d06b7
Compare
Choose a tag to compare

Consumption

Bug Fixes

  • Deleting an identity with an already decomposed relationship throws an error by @MH321Productions in #977
  • It is possible to cancel deletion processes with expired grace periods by @tnotheis in #989

Full Changelog: 6.25.0...6.25.1

6.25.0

12 Dec 07:11
35687c4
Compare
Choose a tag to compare

Helm Chart

New Features

  • Remove HealthCheckPolicy's by @tnotheis in #976
    We removed the HealthCheckPolicy's again, because according to the official documentation, it defaults to the pod's readiness probe, which is perfect for us.

Full Changelog: 6.24.0...6.25.0

6.24.0

11 Dec 16:51
11a8ce2
Compare
Choose a tag to compare

Consumption

  • Remove Swagger UI by @tnotheis in #973
    This means that the swaggerUi section of the configuration is not used anymore and can be safely removed.

Helm Chart

New Features

  • Remove Swagger UI by @tnotheis in #973
    This means that the swaggerUi section of the configuration can be safely removed.
  • Cleanup helm chart values by @tnotheis in #972
    The following changes to the properties were made:
    • New property - global.defaultHostname. This is used at other places as a fallback value (see below)
    • Changed property - renamed consumerapi.httpRoute.hostnames to consumerapi.httpRoute.hostnamesOverride; defaults to the global.defaultHostname
    • Changed property - renamed sseserver.httpRoute.hostnames to sseserver.httpRoute.hostnamesOverride; defaults to the global.defaultHostname
  • Add Azure HealthCheckPolicy to Helm Chart by @tnotheis in #974
    This results in the following new properties:
    • consumerapi.healthCheckPolicy.hostOverride (optional, defaults to "global.defaultHostname")
    • consumerapi.healthCheckPolicy.interval (optional)
    • consumerapi.healthCheckPolicy.timeout (optional)
    • consumerapi.healthCheckPolicy.healthyThreshold (optional)
    • consumerapi.healthCheckPolicy.unhealthyThreshold (optional)
    • sseserver.healthCheckPolicy.hostOverride (optional, defaults to "global.defaultHostname")
    • sseserver.healthCheckPolicy.interval (optional)
    • sseserver.healthCheckPolicy.timeout (optional)
    • sseserver.healthCheckPolicy.healthyThreshold (optional)
    • sseserver.healthCheckPolicy.unhealthyThreshold (optional)

Full Changelog: 6.23.0...6.24.0