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 CRT submodules to latest releases #1242

Merged
merged 1 commit into from
Jan 23, 2025
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions mountpoint-s3-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Unreleased

### Other changes

- The ECS credentials provider now performs retries in the event of some failures. ([awslabs/aws-c-auth#259][https://github.com/awslabs/aws-c-auth/pull/259/])

## v0.12.0 (January 20, 2025)

### Breaking changes
Expand Down
2 changes: 2 additions & 0 deletions mountpoint-s3-crt-sys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Unreleased

* Update to latest CRT dependencies.

## v0.11.0 (January 20, 2025)

* Update to latest CRT dependencies
Expand Down
8 changes: 6 additions & 2 deletions mountpoint-s3-crt-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,18 @@ exclude = [
"crt/aws-lc/**/*test*.json",
"crt/aws-lc/**/*test*.py",
"crt/aws-lc/**/*test*.txt",
# All the text files in kat/ directory are 'known answer tests'
"crt/aws-lc/crypto/ml_dsa/kat/*.txt",
"crt/aws-lc/crypto/**/*_test.cc",
"crt/aws-lc/crypto/cipher_extra/test/*",
"crt/aws-lc/crypto/fipsmodule/bn/test/*",
"crt/aws-lc/crypto/fipsmodule/policydocs/*",
"crt/aws-lc/crypto/fipsmodule/sha/testvectors/*",
# All the text files in crt/aws-lc/crypto/*/kat/ directory are used for tests
# All the text files in kat/ directory are 'known answer tests'
"crt/aws-lc/crypto/fipsmodule/ml_kem/kat/*.txt",
# All the text files in kat/ directory are 'known answer tests'
"crt/aws-lc/crypto/kyber/kat/*.txt",
# All the text files in kat/ directory are 'known answer tests'
"crt/aws-lc/crypto/dilithium/kat/*.txt",
"crt/aws-lc/crypto/x509/test/*",
"crt/aws-lc/crypto/ocsp/test/*",
Expand All @@ -39,7 +43,7 @@ exclude = [
"crt/aws-lc/generated-src/ios-*",
"crt/aws-lc/generated-src/mac-*",
"crt/aws-lc/generated-src/win-*",
"crt/aws-lc/generated-src/crypto_test_data.cc",
"crt/aws-lc/generated-src/crypto_test_data.cc.tar.bz2",
"crt/aws-lc/ssl/ssl_test.cc",
"crt/aws-lc/ssl/test/*",
"crt/aws-lc/tests",
Expand Down
2 changes: 1 addition & 1 deletion mountpoint-s3-crt-sys/crt/aws-c-s3
2 changes: 1 addition & 1 deletion mountpoint-s3-crt-sys/crt/aws-lc
2 changes: 1 addition & 1 deletion mountpoint-s3-crt-sys/crt/s2n-tls
Submodule s2n-tls updated 168 files
2 changes: 2 additions & 0 deletions mountpoint-s3-crt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Unreleased

* Update to latest CRT dependencies.

## v0.11.0 (January 20, 2025)

* Update to latest CRT dependencies.
Expand Down
Loading