Skip to content

Commit

Permalink
Release v1.7.1 (#912)
Browse files Browse the repository at this point in the history
* Release v1.7.1

Signed-off-by: Monthon Klongklaew <[email protected]>

* Update changelog

Signed-off-by: Monthon Klongklaew <[email protected]>

---------

Signed-off-by: Monthon Klongklaew <[email protected]>
  • Loading branch information
monthonk authored Jun 14, 2024
1 parent 657cc78 commit 7155555
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions mountpoint-s3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Unreleased

## v1.7.1 (June 14, 2024)

### Breaking changes
* Mountpoint supports specifying KMS server-side encryption for new object uploads using the key ARN only. Mountpoint now validates the value provided with `--sse-kms-key-id` at mount time. This prevents an issue where Mountpoint could crash when uploading a file with KMS key identifiers other than the key ARN. ([#908](https://github.com/awslabs/mountpoint-s3/pull/908))

## v1.7.0 (June 6, 2024)

### New features
Expand Down
2 changes: 1 addition & 1 deletion mountpoint-s3/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mountpoint-s3"
version = "1.7.0"
version = "1.7.1"
edition = "2021"
license = "Apache-2.0"
publish = false
Expand Down

0 comments on commit 7155555

Please sign in to comment.