This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch 1.2.x
in repository https://gitbox.apache.org/repos/asf/pekko-management.git
The following commit(s) were added to refs/heads/1.2.x by this push:
new bce77da3 release notes for 1.2.1 (#679) (#691)
bce77da3 is described below
commit bce77da3376e97bf03d73f177ced0b251827eb14
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Mar 10 09:33:54 2026 +0100
release notes for 1.2.1 (#679) (#691)
---
.github/workflows/publish-1.2-docs.yml | 14 +++++++-------
docs/src/main/paradox/release-notes/releases-1.2.md | 17 +++++++++++++++++
2 files changed, 24 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/publish-1.2-docs.yml
b/.github/workflows/publish-1.2-docs.yml
index ba22cf8f..fba432e0 100644
--- a/.github/workflows/publish-1.2-docs.yml
+++ b/.github/workflows/publish-1.2-docs.yml
@@ -29,35 +29,35 @@ jobs:
- name: Build Documentation
run: |-
- sbt "set ThisBuild / version := \"1.2.0\"; docs/paradox; unidoc"
+ sbt "set ThisBuild / version := \"1.2.1\"; docs/paradox; unidoc"
env:
JAVA_OPTS: "-verbose:gc -Xmx4g"
# Create directory structure upfront since rsync does not create
intermediate directories otherwise
- name: Create directory structure
run: |-
- mkdir -p target/nightly-docs/docs/pekko-management/1.2.0/
+ mkdir -p target/nightly-docs/docs/pekko-management/1.2.1/
mkdir -p target/nightly-docs/docs/pekko-management/1.2/
- cp -r docs/target/paradox/site/main/
target/nightly-docs/docs/pekko-management/1.2.0/docs
+ cp -r docs/target/paradox/site/main/
target/nightly-docs/docs/pekko-management/1.2.1/docs
cp -r docs/target/paradox/site/main/
target/nightly-docs/docs/pekko-management/1.2/docs
rm -r docs/target/paradox/site/main/
- cp -r target/scala-2.13/unidoc
target/nightly-docs/docs/pekko-management/1.2.0/api
+ cp -r target/scala-2.13/unidoc
target/nightly-docs/docs/pekko-management/1.2.1/api
cp -r target/scala-2.13/unidoc
target/nightly-docs/docs/pekko-management/1.2/api
rm -r target/scala-2.13/unidoc
- - name: Upload 1.2.0 nightly docs
+ - name: Upload 1.2.x docs
uses: ./.github/actions/sync-nightlies
with:
upload: true
switches: --archive --compress --update --delete --progress
--relative
- local_path: target/nightly-docs/./docs/pekko-management/1.2.0 # The
intermediate dot is to show `--relative` which paths to operate on
+ local_path: target/nightly-docs/./docs/pekko-management/1.2.1 # The
intermediate dot is to show `--relative` which paths to operate on
remote_path: ${{ secrets.NIGHTLIES_RSYNC_PATH }}/pekko/
remote_host: ${{ secrets.NIGHTLIES_RSYNC_HOST }}
remote_port: ${{ secrets.NIGHTLIES_RSYNC_PORT }}
remote_user: ${{ secrets.NIGHTLIES_RSYNC_USER }}
remote_key: ${{ secrets.NIGHTLIES_RSYNC_KEY }}
- - name: Upload 1.2 nightly docs
+ - name: Upload 1.2 docs
uses: ./.github/actions/sync-nightlies
with:
upload: true
diff --git a/docs/src/main/paradox/release-notes/releases-1.2.md
b/docs/src/main/paradox/release-notes/releases-1.2.md
index 01fb10ea..221bd4cc 100644
--- a/docs/src/main/paradox/release-notes/releases-1.2.md
+++ b/docs/src/main/paradox/release-notes/releases-1.2.md
@@ -1,5 +1,22 @@
# Release Notes (1.2.x)
+## 1.2.1
+
+Release notes for Apache Pekko Management 1.2.1. See [GitHub Milestone for
1.2.1](https://github.com/apache/pekko-management/milestone/8?closed=1) for a
fuller list of changes.
+
+### Bug Fix
+
+* cluster-bootstrap: add back support for using the JRE truststore for HTTPS
requests ([PR653](https://github.com/apache/pekko-management/pull/653))
+
+### Changes
+
+* Deprecate pekko-discovery-aws-api module because Amazon SDK v1 has reached
End of Life
+
+### Dependency Upgrades
+
+* Amazon SDK 2.42.2
+* Scala 2.12.21, 2.13.18 and 3.3.7
+
## 1.2.0
Release notes for Apache Pekko Management 1.2.0. See [GitHub Milestone for
1.2.0](https://github.com/apache/pekko-management/milestone/5?closed=1) for a
fuller list of changes.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]