Skip to content
Success

Changes

Summary

  1. increase log level from info to warn for "emptied out" search index update (details)
  2. updated sitemap url (details)
  3. Support for basic nginx-ingress authentication (details)
  4. Bump Chart version (details)
  5. Remove hardcoded release name from the values.yaml file (details)
  6. Use Ditto-UI from docker Hub in default docker-compose.yml (details)
  7. fix providing Ditto Adaptable information in the "_context" of an SSE event (details)
  8. Remove accidentally duplicated section (details)
  9. Correct documentation of RawMessage payload mapper headers (details)
  10. fix using "/cloudevents" endpoint for other entities than things (details)
  11. provide Ditto 3.3.6 release notes (details)
Commit 4e7e4a7f4a2a409069e9e8a36f8c59fd790ce0c1 by Thomas Jaeckle
increase log level from info to warn for "emptied out" search index update

Signed-off-by: Thomas Jäckle <thomas.jaeckle@beyonnex.io>
(cherry picked from commit 5ef19301bd3427a6fda7d4cdb6b03bdb49720b46)
The file was modified thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/EnforcementFlow.java (diff)
Commit eb9fed70072074cc54664f8b3043312d629565a4 by Thomas Jaeckle
updated sitemap url

Signed-off-by: Thomas Jäckle <thomas.jaeckle@beyonnex.io>
(cherry picked from commit 58ce86b14aef9c43af2d153d0e4d5fa134065911)
The file was modified documentation/src/main/resources/_config.yml (diff)
Commit 81e1ed05b86598a8043b55aa7e2980bea94e0c37 by Thomas Jaeckle
Support for basic nginx-ingress authentication

Signed-off-by: Vladica Obojevic <obojevic@gmail.com>
The file was modified deployment/helm/ditto/templates/nginx-ingress.yaml (diff)
The file was addeddeployment/helm/ditto/templates/nginx-ingress-auth.yaml
The file was modified deployment/helm/ditto/values.yaml (diff)
Commit 9b9541c4bcaa1aeb800d07b9c6ce8f24d2bac354 by Thomas Jaeckle
Bump Chart version

Signed-off-by: Vladica Obojevic <obojevic@gmail.com>
The file was modified deployment/helm/ditto/Chart.yaml (diff)
Commit 360c9df5ab9875f2999836c53379683538cf7eef by Thomas Jaeckle
Remove hardcoded release name from the values.yaml file

Signed-off-by: Vladica Obojevic <obojevic@gmail.com>
The file was modified deployment/helm/ditto/values.yaml (diff)
The file was modified deployment/helm/ditto/templates/nginx-ingress-api.yaml (diff)
Commit 62e49fee3b20fe3924faf42139010ca50c04f2c7 by Thomas Jaeckle
Use Ditto-UI from docker Hub in default docker-compose.yml

* instead of the locally served UI

Signed-off-by: Thomas Jäckle <thomas.jaeckle@beyonnex.io>
The file was modified deployment/docker/docker-compose.yml (diff)
The file was modified policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java (diff)
The file was modified deployment/docker/nginx.conf (diff)
Commit 69dd3abda582b99c27bcff20b7664517841d967b by Thomas Jaeckle
fix providing Ditto Adaptable information in the "_context" of an SSE event

Signed-off-by: Thomas Jäckle <thomas.jaeckle@beyonnex.io>
The file was modified gateway/service/src/main/java/org/eclipse/ditto/gateway/service/starter/GatewayRootActor.java (diff)
The file was modified gateway/service/src/test/java/org/eclipse/ditto/gateway/service/endpoints/routes/RootRouteTest.java (diff)
The file was modified gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/sse/ThingsSseRouteBuilder.java (diff)
The file was modified gateway/service/src/test/java/org/eclipse/ditto/gateway/service/endpoints/routes/sse/ThingsSseRouteBuilderTest.java (diff)
Commit 6d87af2f6cafb31ab57cc4a59441f5f026ee0321 by Thomas Jaeckle
Remove accidentally duplicated section

Signed-off-by: Dmitriy Barbul <dimabarbul@gmail.com>
The file was modified documentation/src/main/resources/pages/ditto/basic-acknowledgements.md (diff)
Commit 1c2be9b7f5d19e3cecbd621a6a3b09b45f0c39c8 by Thomas Jaeckle
Correct documentation of RawMessage payload mapper headers

Signed-off-by: Dmitriy Barbul <dimabarbul@gmail.com>
The file was modified documentation/src/main/resources/pages/ditto/connectivity-mapping.md (diff)
Commit d8bd1c9d9724210aaa32b279a9a6c9e7bd6d8027 by Thomas Jaeckle
fix using "/cloudevents" endpoint for other entities than things

* e.g. policy commands could not be created with the "POST /cloudevents" endpoint as "response-required" was always set to `false` in combination with setting a "requested ACK" (which is only available for thing commands)

Signed-off-by: Thomas Jäckle <thomas.jaeckle@beyonnex.io>
The file was modified gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/cloudevents/CloudEventsRoute.java (diff)
Commit 4706611a13ea9c4ed03b29f2e25422bf5a0cdd3e by Thomas Jaeckle
provide Ditto 3.3.6 release notes

Signed-off-by: Thomas Jäckle <thomas.jaeckle@beyonnex.io>
The file was modified documentation/src/main/resources/_data/sidebars/ditto_sidebar.yml (diff)
The file was addeddocumentation/src/main/resources/pages/ditto/release_notes_336.md