Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
hylkevds committed Sep 9, 2020
1 parent cf1b1de commit a9cb802
Show file tree
Hide file tree
Showing 23 changed files with 41 additions and 26 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,20 @@
# Changelog

## Release Version 1.12.2
Version 1.12.2 was released on 2020-09-09.

**Internal changes & Bugfixes**
* Fixed KeyCloak auth throwing an error for v1.1 paths.


## Release Version 1.12.1
Version 1.12.1 was released on 2020-08-18.
Version 1.12.1 was a HELM-only release.

**Internal changes & Bugfixes**
* Fixed Ingress rewrite rules to work with nginx ingress version 0.22.0 and above


## Release Version 1.12.0
Version 1.12.0 was released on 2020-08-17.

Expand Down
2 changes: 1 addition & 1 deletion FROST-Server.Auth.Basic/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>1.12.0</version>
<version>1.12.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>FROST-Server.Auth.Basic</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion FROST-Server.Auth.Keycloak/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>1.12.0</version>
<version>1.12.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>FROST-Server.Auth.Keycloak</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion FROST-Server.Core.Model/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>1.12.0</version>
<version>1.12.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>FROST-Server.Core.Model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion FROST-Server.Core/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>1.12.0</version>
<version>1.12.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>FROST-Server.Core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion FROST-Server.HTTP.Common/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>1.12.0</version>
<version>1.12.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>FROST-Server.HTTP.Common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion FROST-Server.HTTP/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>1.12.0</version>
<version>1.12.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>FROST-Server.HTTP</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion FROST-Server.MQTT.Moquette/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>1.12.0</version>
<version>1.12.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>FROST-Server.MQTT.Moquette</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion FROST-Server.MQTT/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>1.12.0</version>
<version>1.12.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>FROST-Server.MQTT</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion FROST-Server.MQTTP/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>1.12.0</version>
<version>1.12.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>FROST-Server.MQTTP</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion FROST-Server.SQLjooq/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>1.12.0</version>
<version>1.12.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>FROST-Server.SQLjooq</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion FROST-Server.Tests/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>1.12.0</version>
<version>1.12.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>FROST-Server.Tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion FROST-Server.Util/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>1.12.0</version>
<version>1.12.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>FROST-Server.Util</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion Plugins/BatchProcessing/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-Server.Plugins</artifactId>
<version>1.12.0</version>
<version>1.12.2-SNAPSHOT</version>
</parent>
<artifactId>FROST-Server.Plugin.BatchProcessing</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion Plugins/FormatCsv/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-Server.Plugins</artifactId>
<version>1.12.0</version>
<version>1.12.2-SNAPSHOT</version>
</parent>
<artifactId>FROST-Server.Plugin.FormatCsv</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion Plugins/FormatDataArray/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-Server.Plugins</artifactId>
<version>1.12.0</version>
<version>1.12.2-SNAPSHOT</version>
</parent>
<artifactId>FROST-Server.Plugin.FormatDataArray</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion Plugins/FormatGeoJson/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-Server.Plugins</artifactId>
<version>1.12.0</version>
<version>1.12.2-SNAPSHOT</version>
</parent>
<artifactId>FROST-Server.Plugin.FormatGeoJson</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion Plugins/OpenApi/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-Server.Plugins</artifactId>
<version>1.12.0</version>
<version>1.12.2-SNAPSHOT</version>
</parent>
<artifactId>FROST-Server.Plugin.OpenApi</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion Plugins/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>1.12.0</version>
<version>1.12.2-SNAPSHOT</version>
</parent>
<artifactId>FROST-Server.Plugins</artifactId>
<packaging>pom</packaging>
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -11,9 +11,9 @@ preliminary actuation support.
## Downloading

Instead of compiling the server yourself, you can also download pre-built war and jar files from:
* [FROST-Server.MQTTP](https://bintray.com/fraunhoferiosb/Maven/download_file?file_path=de%2Ffraunhofer%2Fiosb%2Filt%2FFROST-Server%2FFROST-Server.MQTTP%2F1.12.0%2FFROST-Server.MQTTP-1.12.0.war)
* [FROST-Server.HTTP](https://bintray.com/fraunhoferiosb/Maven/download_file?file_path=de%2Ffraunhofer%2Fiosb%2Filt%2FFROST-Server%2FFROST-Server.HTTP%2F1.12.0%2FFROST-Server.HTTP-1.12.0.war)
* [FROST-Server.MQTT](https://bintray.com/fraunhoferiosb/Maven/download_file?file_path=de%2Ffraunhofer%2Fiosb%2Filt%2FFROST-Server%2FFROST-Server.MQTT%2F1.12.0%2FFROST-Server.MQTT-1.12.0-jar-with-dependencies.jar)
* [FROST-Server.MQTTP](https://bintray.com/fraunhoferiosb/Maven/download_file?file_path=de%2Ffraunhofer%2Fiosb%2Filt%2FFROST-Server%2FFROST-Server.MQTTP%2F1.12.2%2FFROST-Server.MQTTP-1.12.2.war)
* [FROST-Server.HTTP](https://bintray.com/fraunhoferiosb/Maven/download_file?file_path=de%2Ffraunhofer%2Fiosb%2Filt%2FFROST-Server%2FFROST-Server.HTTP%2F1.12.2%2FFROST-Server.HTTP-1.12.2.war)
* [FROST-Server.MQTT](https://bintray.com/fraunhoferiosb/Maven/download_file?file_path=de%2Ffraunhofer%2Fiosb%2Filt%2FFROST-Server%2FFROST-Server.MQTT%2F1.12.2%2FFROST-Server.MQTT-1.12.2-jar-with-dependencies.jar)

Or you can [use Docker](https://fraunhoferiosb.github.io/FROST-Server/deployment/docker.html).

Expand Down
4 changes: 2 additions & 2 deletions helm/frost-server/Chart.yaml
@@ -1,7 +1,7 @@
apiVersion: v1
name: frost-server
version: 1.12.1
appVersion: 1.12.0
version: 1.12.2
appVersion: 1.12.2
description: The FROST-Server (FRaunhofer Opensource SensorThings-Server) is the first complete, open-source implementation of the OGC SensorThings API Part 1 (Sensing).
keywords:
- sensorthings-api
Expand Down
4 changes: 2 additions & 2 deletions helm/frost-server/values.yaml
Expand Up @@ -14,7 +14,7 @@ frost:
image:
registry: docker.io
repository: fraunhoferiosb/frost-server-http
tag: 1.12.0
tag: 1.12.2
pullPolicy: IfNotPresent
# FROST-Server HTTP deployment settings
replicas: 1
Expand Down Expand Up @@ -95,7 +95,7 @@ frost:
image:
registry: docker.io
repository: fraunhoferiosb/frost-server-mqtt
tag: 1.12.0
tag: 1.12.2
pullPolicy: IfNotPresent
# FROST-Server MQTT deployment settings
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>1.12.0</version>
<version>1.12.2-SNAPSHOT</version>
<packaging>pom</packaging>

<name>FROST-ServerParent</name>
Expand Down

0 comments on commit a9cb802

Please sign in to comment.