Skip to content

Commit

Permalink
Prepare for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
hylkevds committed Aug 24, 2018
1 parent 946ec46 commit af00a60
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@

# Release Version 1.8
Version 1.8 is not released yet.
Version 1.8 was released on 2018-08-24.

**New Features**
* Upgraded moquette to v0.11.
Expand Down
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -40,15 +40,15 @@ To compile FROST-Server you need to have a JDK and Maven installed.
## 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.7%2FFROST-Server.MQTTP-1.7.war)
* [FROST-Server.HTTP](https://bintray.com/fraunhoferiosb/Maven/download_file?file_path=de%2Ffraunhofer%2Fiosb%2Filt%2FFROST-Server%2FFROST-Server.HTTP%2F1.7%2FFROST-Server.HTTP-1.7.war)
* [FROST-Server.MQTT](https://bintray.com/fraunhoferiosb/Maven/download_file?file_path=de%2Ffraunhofer%2Fiosb%2Filt%2FFROST-Server%2FFROST-Server.MQTT%2F1.7%2FFROST-Server.MQTT-1.7-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.8%2FFROST-Server.MQTTP-1.8.war)
* [FROST-Server.HTTP](https://bintray.com/fraunhoferiosb/Maven/download_file?file_path=de%2Ffraunhofer%2Fiosb%2Filt%2FFROST-Server%2FFROST-Server.HTTP%2F1.8%2FFROST-Server.HTTP-1.8.war)
* [FROST-Server.MQTT](https://bintray.com/fraunhoferiosb/Maven/download_file?file_path=de%2Ffraunhofer%2Fiosb%2Filt%2FFROST-Server%2FFROST-Server.MQTT%2F1.8%2FFROST-Server.MQTT-1.8-jar-with-dependencies.jar)

Or you can use Docker.

## Package Choice

There are three packages for FROST-Server. You only need either the MQTTP (all-in-one) package, or the HTTP and MQTT packages.
There are three packages for FROST-Server. You only need either the MQTTP (all-in-one) package, or the HTTP and MQTT packages.
* For small servers, or for testing purposes the MQTTP package is fine. It contains both the HTTP and MQTT interfaces.
* If you only need the HTTP interface and are not interested in MQTT, you can use just the HTTP package.
* If you need horizontal scalability you want the separate HTTP and MQTT packages. In this case you also need a separate message bus in your cluster, for internal communication. Though if you need scalability you are probably using Docker. See below for Docker and Helm support.
Expand All @@ -69,7 +69,7 @@ See [docs/docker.adoc](docs/docker.adoc) for how to use the FROST-Server docker

## Kubernetes (Helm) support

See [helm/frost-server/README.md](helm/frost-server/README.md) for how to use the FROST-Server Helm chart for a Kubernetes deployment.
See [helm/frost-server/README.md](helm/frost-server/README.md) for how to use the FROST-Server Helm chart for a Kubernetes deployment.

## Standalone Spring Boot

Expand Down
4 changes: 2 additions & 2 deletions helm/frost-server/Chart.yaml
@@ -1,7 +1,7 @@
apiVersion: v1
name: frost-server
version: 1.7.4
appVersion: 1.7
version: 1.8.0
appVersion: 1.8
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 @@ -15,12 +15,12 @@ image:
http:
registry: docker.io
repository: fraunhoferiosb/frost-server-http
tag: 1.7
tag: 1.8
pullPolicy: IfNotPresent
mqtt:
registry: docker.io
repository: fraunhoferiosb/frost-server-mqtt
tag: 1.7
tag: 1.8
pullPolicy: IfNotPresent
frost:
##########################################
Expand Down

0 comments on commit af00a60

Please sign in to comment.