Skip to content

Commit 82e228b

Browse files
committed
updated dev environment
Signed-off-by: Rod Anami <[email protected]>
1 parent 5610c4b commit 82e228b

File tree

6 files changed

+274
-197
lines changed

6 files changed

+274
-197
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
## Change Log
44

5-
* `0.4.15`(**latest**)
5+
* `0.4.5a` (**latest**)
6+
* Updated Axios dependency to `1.7.4` (CVE-2024-39338)
7+
* Upgraded development env to Vault server `1.17.3`
8+
9+
* `0.4.15`
610
* Upgraded development env to Vault server `1.16.3`
711
* Improved AD secret management documentation
812
* Upgraded all dependencies to the latest

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ This package is **NOT** affected by the _log4shell_ [CVE-2021-44228](https://nvd
1919
* Minimum: v18.x
2020
* Recommended: **v20.x**
2121
* npm
22-
* Tested on: **v10.7.x**
22+
* Tested on: **v10.8.x**
2323
* HashiCorp Vault
24-
* Minimum: v1.14.x
25-
* Accepted: v1.15.x
26-
* Recommended: **v1.16.x**
24+
* Minimum: v1.15.x
25+
* Accepted: v1.16.x
26+
* Recommended: **v1.17.x**
2727

2828
**Note:** Depending on your Windows setup [windows-build-tools](https://www.npmjs.com/package/windows-build-tools) may need to be installed first. Also, for MacOS users, you should have **xcode-select** or entire Xcode App installed.
2929

container/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3'
22
services:
33
vault:
4-
image: hashicorp/vault:1.16.3
4+
image: hashicorp/vault:1.17.3
55
network_mode: bridge
66
container_name: ck-vault
77
ports:

0 commit comments

Comments
 (0)