Skip to content

Commit 2db7aae

Browse files
author
Kai Hudalla
committed
Prepare docs for M10.
Signed-off-by: Kai Hudalla <[email protected]>
1 parent d0cda44 commit 2db7aae

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

site/content/download.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ on [Docker Hub](https://hub.docker.com/u/eclipsehono/).
1212
The most convenient way to both pull the images and start corresponding containers is by means of
1313
[deploying a *stack* using Docker's *Swarm Mode*](https://docs.docker.com/engine/reference/commandline/stack_deploy/). You can find an example stack definition using the published Hono images in the release archive:
1414

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

1717
After downloading the archive, extract it to a local folder, change into that folder and run the following from the command line (assuming that you have Docker Engine running in Swarm mode):
1818

1919
~~~sh
20-
eclipse-hono-example-0.5-M9$ deploy/docker/swarm_deploy.sh
20+
eclipse-hono-example-0.5-M10$ deploy/docker/swarm_deploy.sh
2121
~~~
2222

2323
You may also want to consider other [deployment options]({{< relref "deployment/openshift.md" >}}).
@@ -26,6 +26,7 @@ You may also want to consider other [deployment options]({{< relref "deployment/
2626

2727
These artifacts are available for reference only. Please always use the latest milestone since this is the one we can provide the best support for.
2828

29+
* [0.5-M9 Archive](https://www.eclipse.org/downloads/download.php?file=/hono/eclipse-hono-example-0.5-M9.tar.gz)
2930
* [0.5-M8 Archive](https://www.eclipse.org/downloads/download.php?file=/hono/eclipse-hono-example-0.5-M8.tar.gz)
3031
* [0.5-M7 Archive](https://www.eclipse.org/downloads/download.php?file=/hono/eclipse-hono-example-0.5-M7.tar.gz)
3132
* [0.5-M6 Archive](eclipse-hono-example-0.5-M6.tar.gz)

site/content/release-notes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ menu = "main"
44
weight = 800
55
+++
66

7-
# 0.5-M10 (not yet released)
7+
# 0.5-M10
88

99
### New Features
1010

0 commit comments

Comments
 (0)