diff --git a/_data/github.yml b/_data/github.yml index 913e2bf..028b4b4 100644 --- a/_data/github.yml +++ b/_data/github.yml @@ -1,3 +1,3 @@ -tag_name: 2.1.0 +tag_name: 2.2.0 v1: - tag_name: 1.9.1 + tag_name: 1.9.2 diff --git a/_data/nav.yml b/_data/nav.yml index f8fa228..c867acf 100644 --- a/_data/nav.yml +++ b/_data/nav.yml @@ -1,9 +1,9 @@ - title: "Documentation" url: /docs/ options: - - title: "Version 2.1.0" + - title: "Version 2.2.0" url: /docs/ - - title: "Version 1.9.1" + - title: "Version 1.9.2" url: /v1/docs/ - title: "Source code" diff --git a/docs/commands/secrets.md b/docs/commands/secrets.md index 856c0b0..188d03d 100644 --- a/docs/commands/secrets.md +++ b/docs/commands/secrets.md @@ -10,6 +10,7 @@ Commands: kamal secrets extract # Extract a single secret from the results of a fetch call kamal secrets fetch [SECRETS...] --account=ACCOUNT -a, --adapter=ADAPTER # Fetch secrets from a vault kamal secrets help [COMMAND] # Describe subcommands or one specific subcommand + kamal secrets print # Print the secrets (for debugging) ``` Use these to read secrets from common password managers (currently 1Password, LastPass, and Bitwarden). diff --git a/docs/commands/version.md b/docs/commands/version.md index 3a553f6..ea92e0a 100644 --- a/docs/commands/version.md +++ b/docs/commands/version.md @@ -8,5 +8,5 @@ Returns the version of Kamal you have installed. ```bash $ kamal version -2.1.0 +2.2.0 ```