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 4940db97 release notes for 1.2.1 (#679)
4940db97 is described below

commit 4940db9797fd737d3d81fe1f5a019ed88f55425a
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Mar 9 15:52:58 2026 +0100

    release notes for 1.2.1 (#679)
---
 .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]

Reply via email to