Skip to content

Commit

Permalink
Update README, bumped to version 1.1.1, and bumped `keeper-secrets-ma…
Browse files Browse the repository at this point in the history
…nager-core` to 16.6.2 and `keeper-secrets-manager-storage` to 1.0.2
  • Loading branch information
maksimu committed Sep 15, 2023
1 parent ab6b737 commit bb6a1d6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions integration/keeper_secrets_manager_cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ For more information see our official documentation page https://docs.keeper.io/

# Change History

## 1.1.1

* KSM-429 - Add `--profile-name` to `ksm profile import` command

## 1.1.0
* KSM-395 - New feature to load configurations from AWS Secrets Manager

Expand Down
4 changes: 2 additions & 2 deletions integration/keeper_secrets_manager_cli/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
keeper-secrets-manager-core>=16.5.4
keeper-secrets-manager-core>=16.6.2
keeper-secrets-manager-helper
keeper-secrets-manager-storage>=1.0.1
keeper-secrets-manager-storage>=1.0.2
prompt-toolkit~=2.0
jsonpath-rw-ext
colorama
Expand Down
2 changes: 1 addition & 1 deletion integration/keeper_secrets_manager_cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# Version set in the keeper_secrets_manager_cli.version file.
setup(
name="keeper-secrets-manager-cli",
version="1.1.0",
version="1.1.1",
description="Command line tool for Keeper Secrets Manager",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit bb6a1d6

Please sign in to comment.