Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CHANGELOG.md to include ARN #131

Merged
merged 1 commit into from
Mar 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## 0.10.2 (February 6, 2024)

LAYERS:
```
arn:aws:lambda:<AWS_REGION>:634166935893:layer:vault-lambda-extension:18
arn:aws:lambda:<AWS_REGION>:634166935893:layer:vault-lambda-extension-arm64:6
```

IMPROVEMENTS:
* Bumped versions for the following dependencies with security vulnerabilities:
* golang.org/x/crypto v0.18.0
Expand All @@ -16,12 +22,24 @@ IMPROVEMENTS:

## 0.10.1 (July 10, 2023)

LAYERS:
```
arn:aws:lambda:<AWS_REGION>:634166935893:layer:vault-lambda-extension:17
arn:aws:lambda:<AWS_REGION>:634166935893:layer:vault-lambda-extension-arm64:5
```

IMPROVEMENTS:
* quick-start: Update Postgres version to 14.7
* Add debug logs during initialization step

## 0.10.0 (March 30, 2023)

LAYERS:
```
arn:aws:lambda:<AWS_REGION>:634166935893:layer:vault-lambda-extension:16
arn:aws:lambda:<AWS_REGION>:634166935893:layer:vault-lambda-extension-arm64:4
```

IMPROVEMENTS:
* Requests from the extension to Vault now set the User-Agent field accordingly.
* Introduced a `VAULT_RUN_MODE` environment variable to allow user to run in proxy mode, file mode, or both.
Expand Down
Loading