Skip to content

Commit

Permalink
docs: cli and platform release notes (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru authored Jan 15, 2025
1 parent de0f354 commit 13b69e0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ attributes: prepare
> "${managed_partials}/attributes.adoc"
docs/bin/version.sh | xargs -0 printf ":akka-javasdk-version: %s" \
> "${managed_partials}/attributes.adoc"
echo ":akka-cli-version: 3.0.8" >> "${managed_partials}/attributes.adoc"
echo ":akka-cli-version: 3.0.9" >> "${managed_partials}/attributes.adoc"
echo ":akka-cli-min-version: 3.0.4" >> "${managed_partials}/attributes.adoc"
# see https://adoptium.net/marketplace/
echo ":java-version: 21" \
Expand Down
10 changes: 10 additions & 0 deletions docs/src/modules/reference/pages/release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ Current versions
* Akka CLI {akka-cli-version}
* A glance of all Akka libraries and their current versions is presented at https://doc.akka.io/libraries/akka-dependencies/current[Akka library versions].
== January 2025

* Akka CLI 3.0.9
- Fixes listing of user role bindings

* Platform update 2025-01-13
- updates to internal libraries for security fixes
- switch of internal framework to apply environment configuration
- minor updates to the Console

== December 2024

* Akka CLI 3.0.8
Expand Down

0 comments on commit 13b69e0

Please sign in to comment.