Skip to content

Latest commit

 

History

History
65 lines (43 loc) · 2.77 KB

release_notes_337.md

File metadata and controls

65 lines (43 loc) · 2.77 KB
title tags published keywords summary permalink
Release notes 3.3.7
release_notes
true
release notes, announcements, changelog
Version 3.3.7 of Eclipse Ditto, released on 15.09.2023
release_notes_337.html

This is a bugfix release, no new features since 3.3.6 were added.

Changelog

Compared to the latest release 3.3.6, the following changes and bugfixes were added.

Changes

Bugfixes

This is a complete list of the merged pull requests.

The exception message thrown if implicit creation of an inline policy failed did not preserve the "root cause", e.g. a not existing policy import and e.g. always produced a text indicating to a policy "conflict".

Issued acknowledgement label for target must start with connection ID.
This can be achieved by using connection:id placeholder.
Usually placeholders allow using spaces inside (right after opening and right before closing) curly brackets, for example, {{ connection:id }}.
But validation did not allow spaces in placeholder in target issued acknowledgement label.

Helm Chart

The Ditto Helm Chart continues to receive valuable contributions in order to stabilize operation of Ditto and provide more configuration options.

  1. Adds Pod Topology Spread Constraints to spread Ditto services equally among cluster nodes. Each deployment has the ability to set constraints independently.
  2. Extract nginx-ingress configuration hard-coded values to the values.yaml file:
    • replicaCount
    • updateStrategy
    • minReadySeconds
    • revisionHistoryLimit
    • resources

Exposes the configuration of limits like "thing size, policy size, message size" to Helm values.

Allows users to configure the priorityClass for pods, which allows more control over scheduling pods.

Enhance Helm chart to use the tpl function in the place where otelExporterOtlpEndpoint gets used in order to resolve a variable.