This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-management.git
The following commit(s) were added to refs/heads/main by this push:
new 22eb63ab release notes for 1.1.0-M1 (#256)
22eb63ab is described below
commit 22eb63abc073eeea7d022a21ea0046d4a384553b
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Jun 17 09:30:58 2024 +0100
release notes for 1.1.0-M1 (#256)
---
docs/src/main/paradox/release-notes/index.md | 30 ++++------------------
.../release-notes/{index.md => releases-1.0.md} | 2 +-
.../src/main/paradox/release-notes/releases-1.1.md | 15 +++++++++++
3 files changed, 21 insertions(+), 26 deletions(-)
diff --git a/docs/src/main/paradox/release-notes/index.md
b/docs/src/main/paradox/release-notes/index.md
index 1bd00d0b..c81b99e2 100644
--- a/docs/src/main/paradox/release-notes/index.md
+++ b/docs/src/main/paradox/release-notes/index.md
@@ -1,30 +1,10 @@
# Release Notes
-## 1.0.0
-Apache Pekko Management 1.0.0 is based on Akka Management 1.1.4.
-Pekko came about as a result of Lightbend's decision to make future Akka
releases under a [Business Software
License](https://www.lightbend.com/blog/why-we-are-changing-the-license-for-akka),
-a license that is not compatible with Open Source usage.
+@@toc { depth=1 }
-Apache Pekko has changed the package names, among other changes. Config names
have changed to use `pekko` instead
-of `akka` in their names. The default ports for Pekko Management have changed
to avoid clashing with the Akka Management
-defaults. Users switching from Akka to Pekko should read our @ref:[Migration
Guide](../migration.md).
+@@@ index
-Generally, we have tried to make it as easy as possible to switch existing
Akka based projects over to using
-Pekko 1.0.
+* [1.1 Releases](releases-1.1.md)
+* [1.0 Releases](releases-1.0.md)
-We have gone through the code base and have tried to properly acknowledge all
third party source code in the
-Apache Pekko code base. If anyone believes that there are any instances of
third party source code that is not
-properly acknowledged, please get in touch.
-
-### Bug Fixes
-We haven't had to fix any significant bugs that were in Akka Management 1.1.4.
-
-### Additions
-
-* Scala 3 support ([PR80](https://github.com/apache/pekko-management/pull/80))
- * minimum of Scala 3.3.0 needed
-
-### Dependency Upgrades
-We have tried to limit the changes to third party dependencies that are used
in Pekko Management 1.0.0. These are some exceptions:
-
-* Jackson 2.14.3 ([#7](https://github.com/apache/pekko/issues/7))
+@@@
diff --git a/docs/src/main/paradox/release-notes/index.md
b/docs/src/main/paradox/release-notes/releases-1.0.md
similarity index 98%
copy from docs/src/main/paradox/release-notes/index.md
copy to docs/src/main/paradox/release-notes/releases-1.0.md
index 1bd00d0b..6bfc4993 100644
--- a/docs/src/main/paradox/release-notes/index.md
+++ b/docs/src/main/paradox/release-notes/releases-1.0.md
@@ -1,4 +1,4 @@
-# Release Notes
+# Release Notes (1.0.x)
## 1.0.0
Apache Pekko Management 1.0.0 is based on Akka Management 1.1.4.
diff --git a/docs/src/main/paradox/release-notes/releases-1.1.md
b/docs/src/main/paradox/release-notes/releases-1.1.md
new file mode 100644
index 00000000..74963f4a
--- /dev/null
+++ b/docs/src/main/paradox/release-notes/releases-1.1.md
@@ -0,0 +1,15 @@
+# Release Notes (1.1.x)
+
+## 1.1.0-M1
+
+Release notes for Apache Pekko Management 1.1.0-M1. See [GitHub
Milestone](https://github.com/apache/pekko-management/milestone/1?closed=1) for
a fuller list of changes.
+As with all milestone releases, this release is not recommended for production
use - it is designed to allow users to try out the changes in a test
environment.
+
+### Additions
+
+* Support Kubernetes Native Leases
([PR217](https://github.com/apache/pekko-persistence-jdbc/pull/217))
+* Add pekko-management-bom (Bill of Materials)
([PR244](https://github.com/apache/pekko-persistence-jdbc/pull/244))
+
+### Dependency Upgrades
+
+* switch to slf4j v2
([PR193](https://github.com/apache/pekko-management/pull/193))
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]