This is an automated email from the ASF dual-hosted git repository.

pjfanning pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-grpc.git


The following commit(s) were added to refs/heads/main by this push:
     new 0c23d2ce release 2.0.0-M2 (#719)
0c23d2ce is described below

commit 0c23d2ce13544e8fb248f99c540266cfa78f8812
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Jun 16 10:47:26 2026 +0100

    release 2.0.0-M2 (#719)
---
 .github/workflows/publish-2.0-docs.yml              | 12 ++++++------
 docs/src/main/paradox/release-notes/releases-2.0.md | 15 +++++++++++++++
 2 files changed, 21 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/publish-2.0-docs.yml 
b/.github/workflows/publish-2.0-docs.yml
index 3968ffb2..711ba9ce 100644
--- a/.github/workflows/publish-2.0-docs.yml
+++ b/.github/workflows/publish-2.0-docs.yml
@@ -44,26 +44,26 @@ jobs:
       - name: Build Documentation
         run: |-
           cp .jvmopts-ci .jvmopts  
-          sbt "set ThisBuild / version := \"2.0.0-M1\"; docs/paradox; unidoc"
+          sbt "set ThisBuild / version := \"2.0.0-M2\"; docs/paradox; unidoc"
 
       # Create directory structure upfront since rsync does not create 
intermediate directories otherwise
       - name: Create directory structure
         run: |-
-          mkdir -p target/nightly-docs/docs/pekko-grpc/2.0.0-M1/
+          mkdir -p target/nightly-docs/docs/pekko-grpc/2.0.0-M2/
           mkdir -p target/nightly-docs/docs/pekko-grpc/2.0/
-          cp -r docs/target/paradox/site/main/ 
target/nightly-docs/docs/pekko-grpc/2.0.0-M1/docs
+          cp -r docs/target/paradox/site/main/ 
target/nightly-docs/docs/pekko-grpc/2.0.0-M2/docs
           cp -r docs/target/paradox/site/main/ 
target/nightly-docs/docs/pekko-grpc/2.0/docs
           rm -r docs/target/paradox/site/main/
-          cp -r target/scala-2.13/unidoc 
target/nightly-docs/docs/pekko-grpc/2.0.0-M1/api
+          cp -r target/scala-2.13/unidoc 
target/nightly-docs/docs/pekko-grpc/2.0.0-M2/api
           cp -r target/scala-2.13/unidoc 
target/nightly-docs/docs/pekko-grpc/2.0/api
           rm -r target/scala-2.13/unidoc
 
-      - name: Upload 2.0.0-M1 docs
+      - name: Upload 2.0.0-M2 docs
         uses: ./.github/actions/sync-nightlies
         with:
           upload: true
           switches: --archive --compress --update --delete --progress 
--relative
-          local_path: target/nightly-docs/./docs/pekko-grpc/2.0.0-M1 # The 
intermediate dot is to show `--relative` which paths to operate on
+          local_path: target/nightly-docs/./docs/pekko-grpc/2.0.0-M2 # 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/docs/src/main/paradox/release-notes/releases-2.0.md 
b/docs/src/main/paradox/release-notes/releases-2.0.md
index cf22b289..5ef31ca6 100644
--- a/docs/src/main/paradox/release-notes/releases-2.0.md
+++ b/docs/src/main/paradox/release-notes/releases-2.0.md
@@ -1,5 +1,20 @@
 # Release Notes (2.0.x)
 
+## 2.0.0-M2
+
+Release notes for Apache Pekko gRPC 2.0.0-M2. See [GitHub Milestone for 
2.0.0-M2](https://github.com/apache/pekko-grpc/milestone/11?closed=1) for a 
fuller list of changes.
+
+This is a milestone release and is aimed at testing this new major version
+by early adopters. This is experimental. This release should not be used in 
production.
+
+### Main Changes
+
+* Pekko 2.0.0-M3 is the new minimum Pekko version
+* grpc-java 1.81.0
+* protobuf 4.35.0 (up from 3.25.x)
+* Maven plugin now uses io.github.blackrock protoc-jar 3.0.0 instead of the 
unmaintained com.github.os72 equivalent
+* sbt plugin supports sbt 1 and 2
+
 ## 2.0.0-M1
 
 Release notes for Apache Pekko gRPC 2.0.0-M1. See [GitHub Milestone for 
2.0.0-M1](https://github.com/apache/pekko-grpc/milestone/8?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