From db0dc13679e7e99d15c1abced1f99e30688b3c0b Mon Sep 17 00:00:00 2001 From: Enno <458526+ennru@users.noreply.github.com> Date: Tue, 5 Mar 2019 15:17:47 +0100 Subject: [PATCH] Release notes for 1.0.1 (#737) To be released on Thursday. --- docs/release-train-issue-template.md | 1 + docs/src/main/paradox/home.md | 3 +- docs/src/main/paradox/release-notes/1.0.html | 9 +++++ .../release-notes/{1.0.md => 1.0.x.md} | 33 +++++++++++++++++-- docs/src/main/paradox/release-notes/index.md | 2 +- 5 files changed, 43 insertions(+), 5 deletions(-) create mode 100644 docs/src/main/paradox/release-notes/1.0.html rename docs/src/main/paradox/release-notes/{1.0.md => 1.0.x.md} (73%) diff --git a/docs/release-train-issue-template.md b/docs/release-train-issue-template.md index 423343b79..8b3e5eb3e 100644 --- a/docs/release-train-issue-template.md +++ b/docs/release-train-issue-template.md @@ -23,6 +23,7 @@ Key links: ### 1 day before the release - [ ] Make sure all important / big PRs have been merged by now +- [ ] Check versions listed in [home.md](https://github.com/akka/alpakka-kafka/blob/master/docs/src/main/paradox/home.md) - [ ] Communicate that a new version is about to be released in [Gitter Akka Dev Channel](https://gitter.im/akka/dev), so that no new Pull Requests are merged ### Preparing release notes in the documentation / announcement diff --git a/docs/src/main/paradox/home.md b/docs/src/main/paradox/home.md index 64cd77f93..a4a7284f4 100644 --- a/docs/src/main/paradox/home.md +++ b/docs/src/main/paradox/home.md @@ -12,7 +12,8 @@ This **Alpakka Kafka connector** lets you connect [Apache Kafka](https://kafka.a |Kafka | Akka version | Alpakka Kafka Connector |-------|--------------|------------------------- -|[2.1.x](https://dist.apache.org/repos/dist/release/kafka/2.1.0/RELEASE_NOTES.html) | 2.5.x | @ref:[release 1.0-RC1](release-notes/1.0-RC1.md) +|[2.1.1](https://dist.apache.org/repos/dist/release/kafka/2.1.1/RELEASE_NOTES.html) | 2.5.x | @ref:[release 1.0.1](release-notes/1.0.x.md#1-0-1) +|[2.1.0](https://dist.apache.org/repos/dist/release/kafka/2.1.0/RELEASE_NOTES.html) | 2.5.x | @ref:[release 1.0](release-notes/1.0.x.md#1-0) |2.0.x | 2.5.x | @ref:[release 1.0-M1](release-notes/1.0-M1.md) |1.1.x | 2.5.x | [release 0.20+](https://github.com/akka/reactive-kafka/releases) |1.0.x | 2.5.x | [release 0.20+](https://github.com/akka/reactive-kafka/releases) diff --git a/docs/src/main/paradox/release-notes/1.0.html b/docs/src/main/paradox/release-notes/1.0.html new file mode 100644 index 000000000..bc7055b98 --- /dev/null +++ b/docs/src/main/paradox/release-notes/1.0.html @@ -0,0 +1,9 @@ + + + + + +

Alpakka Kafka 1.0.x

+

You are being redirected. If nothing happens, please follow this link.

+ + diff --git a/docs/src/main/paradox/release-notes/1.0.md b/docs/src/main/paradox/release-notes/1.0.x.md similarity index 73% rename from docs/src/main/paradox/release-notes/1.0.md rename to docs/src/main/paradox/release-notes/1.0.x.md index 6c3988350..c4b489022 100644 --- a/docs/src/main/paradox/release-notes/1.0.md +++ b/docs/src/main/paradox/release-notes/1.0.x.md @@ -1,8 +1,35 @@ -# Alpakka Kafka 1.0 +# Alpakka Kafka 1.0.x -## Final release of Alpakka Kafka 1.0 +# 1.0.1 -Theses release notes contain the need-to-know features and changes for Alpakka Kafka since release 0.22. +Released: 2019-03-07 + +Alpakka Kafka 1.0.1 upgrades the Apache Kafka client to 2.1.1, as version 2.1.0 contained a few annoying bugs which disturb proper operations. + +Most notably: [Kubernetes - Kafka clients are resolving DNS entries only one time (KAFKA-7755)](https://issues.apache.org/jira/browse/KAFKA-7755) + +Full [Apache Kafka 2.1.1 release notes](https://dist.apache.org/repos/dist/release/kafka/2.1.1/RELEASE_NOTES.html). + +The upgrade to the Apache Kafka client 2.1.1 is the only change compared to release @ref[1.0](#1-0). + + +### General information + +This release is compiled and tested against [Akka 2.5](https://doc.akka.io/docs/akka/current/) and Scala 2.11 and 2.12. + +This release was made possible by: + +| Author | Commits | Lines added | Lines removed | +| ------ | ------- | ----------- | ------------- | +| [Philippus **Philippus**](https://github.com/Philippus) | 1 | 1 | 1 | +| [raboof **raboof**](https://github.com/raboof) | 1 | 1 | 1 | + + +# 1.0 + +Released: 2019-02-28 + +Final release of Alpakka Kafka 1.0! Theses release notes contain the need-to-know features and changes for Alpakka Kafka since release 0.22. ### A bit of "history" diff --git a/docs/src/main/paradox/release-notes/index.md b/docs/src/main/paradox/release-notes/index.md index 4d1521e95..ab389b705 100644 --- a/docs/src/main/paradox/release-notes/index.md +++ b/docs/src/main/paradox/release-notes/index.md @@ -4,7 +4,7 @@ @@@ index -* [1.0](1.0.md) +* [1.0.x](1.0.x.md) * [1.0-RC2](1.0-RC2.md) * [1.0-RC1](1.0-RC1.md) * [1.0-M1](1.0-M1.md)