Skip to content

Commit 468b579

Browse files
author
Kai Hudalla
committed
Prepare 0.9-M1.
Signed-off-by: Kai Hudalla <[email protected]>
1 parent a2279f9 commit 468b579

File tree

3 files changed

+25
-14
lines changed

3 files changed

+25
-14
lines changed

site/content/download.md

+14-5
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ eclipse-hono-deploy-0.8$ deploy/docker/swarm_deploy.sh
2121

2222
Hono supports deployment to the following container orchestration platforms:
2323

24-
* [Kubernetes]({{< relref "/deployment/kubernetes.md" >}})
25-
* [OpenShift]({{< relref "/deployment/openshift_s2i.md" >}})
26-
* [Docker Swarm]({{< relref "/deployment/docker-swarm.md" >}})
24+
* [Kubernetes]({{< ref "/deployment/kubernetes.md" >}})
25+
* [OpenShift]({{< ref "/deployment/openshift_s2i.md" >}})
26+
* [Docker Swarm]({{< ref "/deployment/docker-swarm.md" >}})
2727

2828
A Java based command line client for consuming telemetry data and events from Hono is available for download as well:
2929

@@ -37,7 +37,16 @@ $ java -jar hono-cli-0.8-exec.jar --hono.client.host=hono.eclipse.org --hono.cli
3737
--spring.profiles.active=receiver --tenant.id=DEFAULT_TENANT
3838
~~~
3939

40-
Please refer to the [Admin Guide]({{< relref "/admin-guide/hono-client-configuration.md" >}}) for details regarding the command line options that the client supports.
40+
Please refer to the [Admin Guide]({{< ref "/admin-guide/hono-client-configuration.md" >}}) for details regarding the command line options that the client supports.
41+
42+
### Latest Milestone
43+
44+
The newest features and bug fixes are available in *milestones* that are published every 4 -6 weeks. Please note that these milestones represent the latest
45+
*state of development* which also means that APIs or features may change from one milestone to the other.
46+
Installation works in the same way as for the latest stable release.
47+
48+
* [Eclipse Hono 0.9-M1 Archive](https://www.eclipse.org/downloads/download.php?file=/hono/eclipse-hono-deploy-0.9-M1.tar.gz)
49+
* [Eclipse Hono 0.9-M1 Command Line Client](https://www.eclipse.org/downloads/download.php?file=/hono/hono-cli-0.9-M1-exec.jar)
4150

4251
### Older Versions
4352

@@ -53,4 +62,4 @@ The source code can be cloned (using [Git](https://git-scm.com/)) or downloaded
5362

5463
## Release Notes
5564

56-
For a list of the changes in this release, take a look at the [release notes]({{< relref "/release-notes.md" >}}).
65+
For a list of the changes in this release, take a look at the [release notes]({{< ref "/release-notes.md" >}}).

site/content/release-notes.md

+10-8
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,21 @@
22
title = "Release Notes"
33
+++
44

5-
## 0.9-M1 (not released yet)
5+
## 0.9-M1
66

77
### New Features
88

99
* The default Micrometer back end is now Prometheus, the Grafana dash boards have been updated
1010
to retrieve data from Prometheus instead of the old InfluxDB.
11+
The Graphite based legacy metrics format can still be used but requires building Hono from source and activating
12+
the `metrics-graphite` Maven build profile.
13+
Please refer to the [Monitoring admin guide]({{< ref "/admin-guide/monitoring-tracing-config.md" >}}) for details.
14+
* The `org.eclipse.hono.service.credentials.CompleteBaseCredentialsService` class now supports the transparent
15+
*on-the-fly* hashing of clear text passwords contained in *hashed-password* credentials. Please refer to the
16+
[Device Registry user guide]({{< ref "/user-guide/device-registry.md#managing-credentials" >}}) for details.
17+
18+
### Fixes & Enhancements
19+
1120
* The base classes for implementing the Device Registration and Tenant APIs have been instrumented
1221
with OpenTracing. New variants of the `RegistrationService.assertRegistration`, `TenantService.get` and `CredentialsService.get`
1322
methods have been added which also accept an OpenTracing span as a parameter.
@@ -16,13 +25,6 @@ title = "Release Notes"
1625
passed on to the `assertRegistration` method and finished eventually. The same applies to `TenantService` implementations
1726
based on `BaseTenantService` concerning the `get` method and to `CredentialsService` implementations based on
1827
`BaseCredentialsService` concerning the `get` method.
19-
* The `org.eclipse.hono.service.credentials.CompleteBaseCredentialsService` class now supports the transparent
20-
*on-the-fly* hashing of clear text passwords contained in *hashed-password* credentials. Please refer to the
21-
[Device Registry user guide]({{< ref "/user-guide/device-registry.md#managing-credentials" >}}) for details.
22-
* The default back end for collecting metrics has been changed from Graphite to Prometheus.
23-
The Graphite based legacy metrics format can still be used but requires building Hono from source and activating
24-
the `metrics-graphite` Maven build profile.
25-
Please refer to the [Monitoring admin guide]({{< ref "/admin-guide/monitoring-tracing-config.md" >}}) for details.
2628

2729
### API Changes
2830

site/content/sandbox.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ weight = 160
77
We are providing a publicly accessible Eclipse Hono&trade; *sandbox* environment at `hono.eclipse.org`.
88
The main purpose of the system is to provide an environment for experimenting with devices and how to connect them to Hono without the need for setting up a local instance.
99

10-
The sandbox hosts a Hono instance consisting of the same components as described in the [Getting started Guide]({{< relref "getting-started.md" >}}).
10+
The sandbox hosts a Hono instance consisting of the same components as described in the [Getting started Guide]({{< ref "/getting-started.md" >}}).
1111
All services are exposed via the same ports as used in the guide.
1212

1313
## Take note

0 commit comments

Comments
 (0)