Skip to content

Commit

Permalink
docs: akka CLI 3.0.7 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 5, 2024
1 parent 732c76c commit 5b54ff9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
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.6" >> "${managed_partials}/attributes.adoc"
echo ":akka-cli-version: 3.0.7" >> "${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
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ akka local console [flags]

----
-h, --help help for console
--local-console-image string Override the local console image. (default "gcr.io/kalix-public/akka-local-console:d0ed8e0")
--local-console-image string Override the local console image. (default "gcr.io/kalix-public/akka-local-console:e349ebdc")
----

== Options inherited from parent commands
Expand Down
3 changes: 3 additions & 0 deletions docs/src/modules/reference/pages/release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ Current versions
== December 2024

* Akka CLI 3.0.7
- Improvements to the Local Console

* https://github.com/akka/akka-sdk/releases/tag/v3.0.1[Akka SDK 3.0.1]
- Minor improvements

Expand Down

0 comments on commit 5b54ff9

Please sign in to comment.