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 58d2842e release notes for 1.2.0 (#569)
58d2842e is described below

commit 58d2842e80d73ccf94b9629233a38ae2c587ddd4
Author: PJ Fanning <[email protected]>
AuthorDate: Sun Dec 14 20:15:25 2025 +0100

    release notes for 1.2.0 (#569)
---
 .github/workflows/headers.yml                      |  2 +-
 .github/workflows/integration-tests-kube-api.yml   |  2 +-
 .github/workflows/integration-tests-kube-dns.yml   |  2 +-
 .github/workflows/integration-tests-lease.yml      |  2 +-
 .github/workflows/integration-tests-maven.yml      |  2 +-
 .github/workflows/link-validator.yml               |  2 +-
 .github/workflows/mima-check.yml                   |  2 +-
 .github/workflows/nightly.yml                      |  2 +-
 .github/workflows/publish-1.0-docs.yml             |  2 +-
 .github/workflows/publish-1.1-docs.yml             |  5 +---
 .../{publish-1.0-docs.yml => publish-1.2-docs.yml} | 30 +++++++++++-----------
 .github/workflows/publish-nightly.yml              |  2 +-
 .github/workflows/unit-tests.yml                   |  4 +--
 docs/src/main/paradox/release-notes/index.md       |  1 +
 .../src/main/paradox/release-notes/releases-1.1.md |  4 ++-
 .../src/main/paradox/release-notes/releases-1.2.md | 11 ++++++++
 16 files changed, 43 insertions(+), 32 deletions(-)

diff --git a/.github/workflows/headers.yml b/.github/workflows/headers.yml
index 4e3f04de..7d858959 100644
--- a/.github/workflows/headers.yml
+++ b/.github/workflows/headers.yml
@@ -20,7 +20,7 @@ jobs:
           java-version: 17
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.7
+        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
 
       - name: Check headers
         run: sbt +headerCheckAll
diff --git a/.github/workflows/integration-tests-kube-api.yml 
b/.github/workflows/integration-tests-kube-api.yml
index 751a72a0..1d619658 100644
--- a/.github/workflows/integration-tests-kube-api.yml
+++ b/.github/workflows/integration-tests-kube-api.yml
@@ -40,7 +40,7 @@ jobs:
         uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.7
+        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
 
       - name: Setup Minikube
         uses: 
manusa/actions-setup-minikube@b589f2d61bf96695c546929c72b38563e856059d # v2.14.0
diff --git a/.github/workflows/integration-tests-kube-dns.yml 
b/.github/workflows/integration-tests-kube-dns.yml
index e729ab11..e9fac362 100644
--- a/.github/workflows/integration-tests-kube-dns.yml
+++ b/.github/workflows/integration-tests-kube-dns.yml
@@ -39,7 +39,7 @@ jobs:
         uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.7
+        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
 
       - name: Setup Minikube
         uses: 
manusa/actions-setup-minikube@b589f2d61bf96695c546929c72b38563e856059d # v2.14.0
diff --git a/.github/workflows/integration-tests-lease.yml 
b/.github/workflows/integration-tests-lease.yml
index a83eee47..aa91d872 100644
--- a/.github/workflows/integration-tests-lease.yml
+++ b/.github/workflows/integration-tests-lease.yml
@@ -39,7 +39,7 @@ jobs:
           java-version: 17
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.7
+        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
 
       - name: Setup Minikube
         uses: 
manusa/actions-setup-minikube@b589f2d61bf96695c546929c72b38563e856059d # v2.14.0
diff --git a/.github/workflows/integration-tests-maven.yml 
b/.github/workflows/integration-tests-maven.yml
index 00cbfc88..87f16437 100644
--- a/.github/workflows/integration-tests-maven.yml
+++ b/.github/workflows/integration-tests-maven.yml
@@ -38,7 +38,7 @@ jobs:
         uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.7
+        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
 
       - name: Setup Minikube
         uses: 
manusa/actions-setup-minikube@b589f2d61bf96695c546929c72b38563e856059d # v2.14.0
diff --git a/.github/workflows/link-validator.yml 
b/.github/workflows/link-validator.yml
index 89264d8c..bd5530eb 100644
--- a/.github/workflows/link-validator.yml
+++ b/.github/workflows/link-validator.yml
@@ -31,7 +31,7 @@ jobs:
         uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.7
+        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
 
       - name: Setup Coursier
         uses: coursier/setup-action@0ed4d7e7c42eae80e14370990582092c749253c4 # 
v2.0.0
diff --git a/.github/workflows/mima-check.yml b/.github/workflows/mima-check.yml
index c16a3359..395d8e2f 100644
--- a/.github/workflows/mima-check.yml
+++ b/.github/workflows/mima-check.yml
@@ -35,7 +35,7 @@ jobs:
         uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.7
+        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
 
       - name: Check code formatted
         run: sbt +mimaReportBinaryIssues
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index f03daccc..c40c34c5 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -37,7 +37,7 @@ jobs:
         uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.7
+        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
 
       # hack to solve "Cannot assign requested address" issue - 
https://github.community/t/github-action-and-oserror-errno-99-cannot-assign-requested-address/173973/1
       - name: Add the current IP address, long hostname and short hostname 
record to /etc/hosts file
diff --git a/.github/workflows/publish-1.0-docs.yml 
b/.github/workflows/publish-1.0-docs.yml
index 3b603897..17f51bbc 100644
--- a/.github/workflows/publish-1.0-docs.yml
+++ b/.github/workflows/publish-1.0-docs.yml
@@ -25,7 +25,7 @@ jobs:
         uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.7
+        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
 
       - name: Build Documentation
         run: |-
diff --git a/.github/workflows/publish-1.1-docs.yml 
b/.github/workflows/publish-1.1-docs.yml
index 986a89a3..dd0c6091 100644
--- a/.github/workflows/publish-1.1-docs.yml
+++ b/.github/workflows/publish-1.1-docs.yml
@@ -24,11 +24,8 @@ jobs:
       - name: Install sbt
         uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
 
-      - name: Install sbt
-        uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
-
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.7
+        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
 
       - name: Build Documentation
         run: |-
diff --git a/.github/workflows/publish-1.0-docs.yml 
b/.github/workflows/publish-1.2-docs.yml
similarity index 78%
copy from .github/workflows/publish-1.0-docs.yml
copy to .github/workflows/publish-1.2-docs.yml
index 3b603897..bce14527 100644
--- a/.github/workflows/publish-1.0-docs.yml
+++ b/.github/workflows/publish-1.2-docs.yml
@@ -1,11 +1,11 @@
-name: Publish 1.0 docs
+name: Publish 1.2 docs
 
 on:
   workflow_dispatch:
 
 jobs:
   publish-docs:
-    name: Publish 1.0 documentation to nightlies.apache.org
+    name: Publish 1.2 documentation to nightlies.apache.org
     runs-on: ubuntu-latest
     if: github.repository == 'apache/pekko-management'
     steps:
@@ -13,7 +13,7 @@ jobs:
         uses: actions/checkout@v6
         with:
           fetch-depth: 0
-          ref: 1.0.x
+          ref: 1.2.x
 
       - name: Set up JDK 8
         uses: actions/setup-java@v5
@@ -25,44 +25,44 @@ jobs:
         uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.7
+        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
 
       - name: Build Documentation
         run: |-
-          sbt "set ThisBuild / version := \"1.0.0\"; docs/paradox; unidoc"
+          sbt "set ThisBuild / version := \"1.2.0\"; 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.0.0/
-          mkdir -p target/nightly-docs/docs/pekko-management/1.0/
-          cp -r docs/target/paradox/site/main/ 
target/nightly-docs/docs/pekko-management/1.0.0/docs
-          cp -r docs/target/paradox/site/main/ 
target/nightly-docs/docs/pekko-management/1.0/docs
+          mkdir -p target/nightly-docs/docs/pekko-management/1.2.0/
+          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/docs
           rm -r docs/target/paradox/site/main/
-          cp -r target/scala-2.13/unidoc 
target/nightly-docs/docs/pekko-management/1.0.0/api
-          cp -r target/scala-2.13/unidoc 
target/nightly-docs/docs/pekko-management/1.0/api
+          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/api
           rm -r target/scala-2.13/unidoc
 
-      - name: Upload 1.0.x nightly docs
+      - name: Upload 1.2.0 nightly 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.0.0 # The 
intermediate dot is to show `--relative` which paths to operate on
+          local_path: target/nightly-docs/./docs/pekko-management/1.2.0 # 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.0 nightly docs
+      - name: Upload 1.2 nightly 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.0 # The 
intermediate dot is to show `--relative` which paths to operate on
+          local_path: target/nightly-docs/./docs/pekko-management/1.2 # 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 }}
diff --git a/.github/workflows/publish-nightly.yml 
b/.github/workflows/publish-nightly.yml
index 65b3739a..6d8c65a9 100644
--- a/.github/workflows/publish-nightly.yml
+++ b/.github/workflows/publish-nightly.yml
@@ -29,7 +29,7 @@ jobs:
         uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.7
+        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
 
       - name: Install graphviz
         run: sudo apt-get install -y graphviz
diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml
index 1a5df55f..2c385c5a 100644
--- a/.github/workflows/unit-tests.yml
+++ b/.github/workflows/unit-tests.yml
@@ -41,7 +41,7 @@ jobs:
         uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
           
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.7
+        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
 
       # hack to solve "Cannot assign requested address" issue - 
https://github.community/t/github-action-and-oserror-errno-99-cannot-assign-requested-address/173973/1
       - name: Add the current IP address, long hostname and short hostname 
record to /etc/hosts file
@@ -82,7 +82,7 @@ jobs:
         uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
           
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.7
+        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
 
       - name: Create all API docs for artifacts/website and all reference docs
         run: sbt "unidoc; docs/paradox"
diff --git a/docs/src/main/paradox/release-notes/index.md 
b/docs/src/main/paradox/release-notes/index.md
index c81b99e2..bd95457b 100644
--- a/docs/src/main/paradox/release-notes/index.md
+++ b/docs/src/main/paradox/release-notes/index.md
@@ -4,6 +4,7 @@
 
 @@@ index
 
+* [1.2 Releases](releases-1.2.md)
 * [1.1 Releases](releases-1.1.md)
 * [1.0 Releases](releases-1.0.md)
 
diff --git a/docs/src/main/paradox/release-notes/releases-1.1.md 
b/docs/src/main/paradox/release-notes/releases-1.1.md
index 880ec394..93f6af88 100644
--- a/docs/src/main/paradox/release-notes/releases-1.1.md
+++ b/docs/src/main/paradox/release-notes/releases-1.1.md
@@ -2,7 +2,9 @@
 
 ## 1.1.1
 
-Release notes for Apache Pekko Management 1.1.1. This release includes a 
security fix.
+Release notes for Apache Pekko Management 1.1.1. See [GitHub Milestone for 
1.1.1](https://github.com/apache/pekko-management/milestone/4?closed=1) for a 
fuller list of changes.
+
+This release includes a security fix.
 
 ### Security fix
 
diff --git a/docs/src/main/paradox/release-notes/releases-1.2.md 
b/docs/src/main/paradox/release-notes/releases-1.2.md
new file mode 100644
index 00000000..01fb10ea
--- /dev/null
+++ b/docs/src/main/paradox/release-notes/releases-1.2.md
@@ -0,0 +1,11 @@
+# Release Notes (1.2.x)
+
+## 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.
+
+### Additions
+
+* Configurable TLS version 
([PR456](https://github.com/apache/pekko-management/pull/456))
+* cluster-bootstrap now supports TLS requests in client calls 
([PR549](https://github.com/apache/pekko-management/pull/549))
+* Pekko SBR Native Lease Management now supports token rotation 
([#543](https://github.com/apache/pekko-management/issues/543))


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to