diff --git a/Makefile b/Makefile index a21360a34..93d0c8da7 100644 --- a/Makefile +++ b/Makefile @@ -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.7" >> "${managed_partials}/attributes.adoc" + echo ":akka-cli-version: 3.0.8" >> "${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" \ diff --git a/docs/src/modules/reference/pages/cli/akka-cli/akka_auth_tokens_create.adoc b/docs/src/modules/reference/pages/cli/akka-cli/akka_auth_tokens_create.adoc index d85ff5870..bf7f58614 100644 --- a/docs/src/modules/reference/pages/cli/akka-cli/akka_auth_tokens_create.adoc +++ b/docs/src/modules/reference/pages/cli/akka-cli/akka_auth_tokens_create.adoc @@ -23,7 +23,8 @@ Token created: 0123456789abcdef0123456789abcdef0123456789abcdef ---- --description string A description of the token. If the token is a refresh token, this will be stored with the token for reference. -h, --help help for create - --scopes stringArray The scopes for the token. Valid scopes are: all, container_registry, execution, organizations, projects, user (default [execution]) + --scopes stringArray The scopes for the token. Valid scopes are: all, container_registry, execution, organizations, projects, user. Only applies to refresh tokens. (default [execution]) + --type string The type of token to create, either access or refresh (default "refresh") ---- == Options inherited from parent commands diff --git a/docs/src/modules/reference/pages/release-notes.adoc b/docs/src/modules/reference/pages/release-notes.adoc index 0bd8bdcd6..2d60cdf59 100644 --- a/docs/src/modules/reference/pages/release-notes.adoc +++ b/docs/src/modules/reference/pages/release-notes.adoc @@ -12,6 +12,9 @@ Current versions == December 2024 +* Akka CLI 3.0.8 + - Updates to configure SSO integrations + * https://github.com/akka/akka-sdk/releases/tag/v3.0.2[Akka SDK 3.0.2] - Integration Tests are now bound to `mvn integration-test` and not a specific profile