Skip to content

Commit e2a9bb1

Browse files
author
Kai Hudalla
committed
Set version to 0.6.
Signed-off-by: Kai Hudalla <[email protected]>
1 parent dcd5756 commit e2a9bb1

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

site/content/download.md

+5-10
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ on [Docker Hub](https://hub.docker.com/u/eclipsehono/).
1111

1212
The most convenient way to both pull the images and start corresponding containers is by means of running the deployment script contained in the release archive.
1313

14-
* [Eclipse Hono 0.5 Archive](https://www.eclipse.org/downloads/download.php?file=/hono/eclipse-hono-example-0.5.tar.gz)
14+
* [Eclipse Hono 0.6 Archive](https://www.eclipse.org/downloads/download.php?file=/hono/eclipse-hono-example-0.6.tar.gz)
1515

1616
After downloading the archive, extract it to a local folder, change into that folder and run the following from the command line (assuming that your local Docker client is configured to connect to a Docker Swarm manager):
1717

1818
~~~sh
19-
eclipse-hono-example-0.5$ deploy/docker/swarm_deploy.sh
19+
eclipse-hono-example-0.6$ deploy/docker/swarm_deploy.sh
2020
~~~
2121

2222
Hono supports deployment to the following container orchestration platforms:
@@ -25,20 +25,14 @@ Hono supports deployment to the following container orchestration platforms:
2525
* [OpenShift]({{< relref "deployment/openshift.md" >}})
2626
* [Docker Swarm]({{< relref "deployment/docker-swarm.md" >}})
2727

28-
### Latest Milestone
29-
30-
The newest features and bugfixes are available in *milestones* that are published every 4 -6 weeks. Please note that these milestones represent the latest *state of development* which also means that APIs or features may change from one milestone to the other. Installation works in the same way as for the latest stable release.
31-
32-
* [Eclipse Hono 0.6-M2 Archive](https://www.eclipse.org/downloads/download.php?file=/hono/eclipse-hono-example-0.6-M2.tar.gz)
33-
3428
A Java based command line client for consuming telemetry data and events from Hono is available for download as well:
3529

36-
* [Eclipse Hono 0.6-M2 Command Line Client](https://www.eclipse.org/downloads/download.php?file=/hono/hono-example-0.6-M2-exec.jar)
30+
* [Eclipse Hono 0.6 Command Line Client](https://www.eclipse.org/downloads/download.php?file=/hono/hono-example-0.6-exec.jar)
3731

3832
The client can be run from the command line like this:
3933

4034
~~~sh
41-
$ java -jar hono-example-0.6-M2-exec.jar --hono.client.host=hono.eclipse.org --hono.client.port=15672 --hono.client.username=consumer@HONO --hono.client.password=verysecret --spring.profiles.active=receiver --tenant.id=DEFAULT_TENANT
35+
$ java -jar hono-example-0.6-exec.jar --hono.client.host=hono.eclipse.org --hono.client.port=15671 --hono.client.tlsEnabled=true --hono.client.username=consumer@HONO --hono.client.password=verysecret --spring.profiles.active=receiver --tenant.id=DEFAULT_TENANT
4236
~~~
4337

4438
Please refer to the [Admin Guide]({{< relref "admin-guide/hono-client-configuration.md" >}}) for details regarding the command line options that the client supports.
@@ -47,6 +41,7 @@ Please refer to the [Admin Guide]({{< relref "admin-guide/hono-client-configurat
4741

4842
These artifacts are available for reference only. Please always use the latest version since this is the one we can provide the best support for.
4943

44+
* [Eclipse Hono 0.6-M2 Archive](https://www.eclipse.org/downloads/download.php?file=/hono/eclipse-hono-example-0.6-M2.tar.gz)
5045
* [Eclipse Hono 0.6-M1 Archive](https://www.eclipse.org/downloads/download.php?file=/hono/eclipse-hono-example-0.6-M1.tar.gz)
5146
* [Eclipse Hono 0.5-M10 Archive](https://www.eclipse.org/downloads/download.php?file=/hono/eclipse-hono-example-0.5-M10.tar.gz)
5247

site/content/release-notes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title = "Release Notes"
33
+++
44

5-
## 0.6 (not yet released)
5+
## 0.6
66

77
### New Features
88

0 commit comments

Comments
 (0)