Skip to content

Commit

Permalink
0.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
BWibo committed May 9, 2023
1 parent 2a531ef commit 271792c
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ For releases `< 1.0.0` minor version step indicate breaking changes.

## [Unreleased] - YYYY-MM-DD

## [tum-gis-iot-stack-k8s-0.9.9] - 2023-05-09

### Changed

- Some FROST-Server default settings

### Fixed

- FROST-Server `defaultCount` not set due to missing variable in template

## [tum-gis-iot-stack-k8s-0.9.8] - 2023-05-08

### Added
Expand Down Expand Up @@ -117,6 +127,7 @@ For releases `< 1.0.0` minor version step indicate breaking changes.
### Deprecated

[Unreleased]: https://github.com/tum-gis/tum-gis-iot-stack-k8s/compare/tum-gis-iot-stack-k8s-0.9.8...HEAD
[tum-gis-iot-stack-k8s-0.9.9]: https://github.com/tum-gis/tum-gis-iot-stack-k8s/compare/tum-gis-iot-stack-k8s-0.9.8...tum-gis-iot-stack-k8s-0.9.9
[tum-gis-iot-stack-k8s-0.9.8]: https://github.com/tum-gis/tum-gis-iot-stack-k8s/compare/tum-gis-iot-stack-k8s-0.9.7...tum-gis-iot-stack-k8s-0.9.8
[tum-gis-iot-stack-k8s-0.9.7]: https://github.com/tum-gis/tum-gis-iot-stack-k8s/compare/tum-gis-iot-stack-k8s-0.9.6...tum-gis-iot-stack-k8s-0.9.7
[tum-gis-iot-stack-k8s-0.9.6]: https://github.com/tum-gis/tum-gis-iot-stack-k8s/compare/tum-gis-iot-stack-k8s-0.9.5...tum-gis-iot-stack-k8s-0.9.6
Expand Down
2 changes: 1 addition & 1 deletion charts/tum-gis-iot-stack-k8s/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ maintainers:
name: Bruno Willenborg
url: https://www.asg.ed.tum.de/en/gis/our-team/staff/bruno-willenborg/

version: 0.9.8
version: 0.9.9
appVersion: "2.1.2"

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/tum-gis-iot-stack-k8s/charts/frostweb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sources:
- https://github.com/FraunhoferIOSB/FROST-Server


version: 0.6.2
version: 0.6.3
appVersion: "2.1.2"

maintainers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ data:
maxTop: {{ .Values.maxTop | quote }}
defaultTop: {{ .Values.defaultTop | quote }}
maxDataSize: {{ .Values.maxDataSize | quote }}
defaultCount: {{ .Values.defaultCount | quote }}
logSensitiveData: {{ .Values.logSensitiveData | quote }}

# Persistence settings
persistence_db_driver: {{ .Values.persistence.db.driver | quote }}
Expand Down
5 changes: 3 additions & 2 deletions charts/tum-gis-iot-stack-k8s/charts/frostweb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,16 +106,17 @@ persistence:
queryTimeout: 0
countMode: "LIMIT_SAMPLE"
countEstimateThreshold: 10000
idGenerationMode: ServerAndClientGenerated
idGenerationMode: ServerGeneratedOnly
slowQueryThreshold: 200

# FROST-Server General settings
# https://fraunhoferiosb.github.io/FROST-Server/settings/settings.html#general-settings
alwaysOrderbyId: true
alwaysOrderbyId: false
maxTop: 10000
defaultTop: 100
defaultCount: false
maxDataSize: "25000000"
logSensitiveData: false

# FROST-Server MQTT settings
# https://fraunhoferiosb.github.io/FROST-Server/settings/settings.html#mqtt-settings
Expand Down

0 comments on commit 271792c

Please sign in to comment.