Skip to content

Commit 2add3c2

Browse files
authored
release notes for 1.1.1 (#1469)
1 parent 8b2f60f commit 2add3c2

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

.github/workflows/publish-1.1-docs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,20 +56,20 @@ jobs:
5656
env:
5757
DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}
5858
run: |-
59-
sbt -Dpekko.genjavadoc.enabled=true -Dpekko.genlicensereport.enabled=true "set ThisBuild / version := \"1.1.0\"; docs/paradox; unidoc"
59+
sbt -Dpekko.genjavadoc.enabled=true -Dpekko.genlicensereport.enabled=true "set ThisBuild / version := \"1.1.1\"; docs/paradox; unidoc"
6060
6161
# Create directory structure upfront since rsync does not create intermediate directories otherwise
6262
- name: Create directory structure
6363
run: |-
64-
mkdir -p target/nightly-docs/docs/pekko/1.1.0/
64+
mkdir -p target/nightly-docs/docs/pekko/1.1.1/
6565
mkdir -p target/nightly-docs/docs/pekko/1.1/
66-
cp -r docs/target/paradox/site/main/ target/nightly-docs/docs/pekko/1.1.0/docs
66+
cp -r docs/target/paradox/site/main/ target/nightly-docs/docs/pekko/1.1.1/docs
6767
cp -r docs/target/paradox/site/main/ target/nightly-docs/docs/pekko/1.1/docs
6868
rm -r docs/target/paradox/site/main/
69-
cp -r target/scala-2.13/unidoc target/nightly-docs/docs/pekko/1.1.0/api
69+
cp -r target/scala-2.13/unidoc target/nightly-docs/docs/pekko/1.1.1/api
7070
cp -r target/scala-2.13/unidoc target/nightly-docs/docs/pekko/1.1/api
7171
rm -r target/scala-2.13/unidoc
72-
cp -r target/javaunidoc target/nightly-docs/docs/pekko/1.1.0/japi
72+
cp -r target/javaunidoc target/nightly-docs/docs/pekko/1.1.1/japi
7373
cp -r target/javaunidoc target/nightly-docs/docs/pekko/1.1/japi
7474
rm -r target/javaunidoc
7575
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
upload: true
8080
switches: --archive --compress --update --delete --progress --relative
81-
local_path: target/nightly-docs/./docs/pekko/1.1.0 # The intermediate dot is to show `--relative` which paths to operate on
81+
local_path: target/nightly-docs/./docs/pekko/1.1.1 # The intermediate dot is to show `--relative` which paths to operate on
8282
remote_path: ${{ secrets.NIGHTLIES_RSYNC_PATH }}/pekko
8383
remote_host: ${{ secrets.NIGHTLIES_RSYNC_HOST }}
8484
remote_port: ${{ secrets.NIGHTLIES_RSYNC_PORT }}

docs/src/main/paradox/release-notes/releases-1.1.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
Apache Pekko 1.1.x releases support Java 8 and above.
44

5+
## 1.1.1
6+
7+
Pekko 1.1.1 is a bugfix release.
8+
9+
### Bug Fixes
10+
11+
* Cluster sharding delivers message to the wrong entity ([PR1464](https://github.com/apache/pekko/pull/1464))
12+
513
## 1.1.0
614

715
Release notes for Apache Pekko 1.1.0. See [GitHub Milestone for 1.1.0-M1](https://github.com/apache/pekko/milestone/2?closed=1) and [GitHub Milestone for 1.1.0](https://github.com/apache/pekko/milestone/7?closed=1) for a fuller list of changes.

0 commit comments

Comments
 (0)