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

chore(release): 1.4.0 #333

Closed
wants to merge 2 commits into from
Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var props = Properties().apply {
var dafnyVersion = props.getProperty("dafnyVersion")

group = "software.amazon.cryptography"
version = "1.3.0-SNAPSHOT"
version = "1.4.0"
description = "AWS Cryptographic Material Providers Library"

java {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
[assembly: AssemblyTitle("AWS.Cryptography.MaterialProviders")]

// This should be kept in sync with the version number in MPL.csproj
[assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyVersion("1.4.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<IsPackable>true</IsPackable>

<Version>1.3.0</Version>
<Version>1.4.0</Version>

<AssemblyName>AWS.Cryptography.MaterialProviders</AssemblyName>
<PackageId>AWS.Cryptography.MaterialProviders</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion AwsCryptographyPrimitives/runtimes/net/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
[assembly: AssemblyTitle("AWS.Cryptography.Internal.AwsCryptographyPrimitives")]

// This should be kept in sync with the version number in Crypto.csproj
[assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyVersion("1.4.0")]
2 changes: 1 addition & 1 deletion AwsCryptographyPrimitives/runtimes/net/Crypto.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<IsPackable>true</IsPackable>

<Version>1.3.0</Version>
<Version>1.4.0</Version>

<AssemblyName>AWS.Cryptography.Internal.AwsCryptographyPrimitives</AssemblyName>
<PackageId>AWS.Cryptography.Internal.AwsCryptographyPrimitives</PackageId>
Expand Down
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

# [1.4.0](https://github.com/aws/aws-cryptographic-material-providers-library/compare/v1.3.0...v1.4.0) (2024-05-20)

### Features

- **Keystore:** Introduce additional KMSConfiguration options ([#316](https://github.com/aws/aws-cryptographic-material-providers-library/issues/316)) ([f3a0a52](https://github.com/aws/aws-cryptographic-material-providers-library/commit/f3a0a5269e611afd254425226d32eaaed1f3d99b))

The Hierarchical Keyring's Keystore now supports four (4) `KMSConfigurations`:

- kmsKeyArn
- kmsMRKeyArn
- discovery
- mrDiscovery

See our [JavaDocs](https://aws.github.io/aws-cryptographic-material-providers-library/index.html?software/amazon/cryptography/keystore/model/KMSConfiguration.html) for details
on how these options effect the relationship between
a Keystore and KMS.

### Maintenance

- .NET : Bump dependency [BouncyCastle.Cryptography](https://github.com/bcgit/bc-csharp) from 2.2.1 to 2.3.1. ([#329](https://github.com/aws/aws-cryptographic-material-providers-library/pull/329))
- .NET : Bump dependency [AWSSDK.Core](https://github.com/aws/aws-sdk-net) from 3.7.300.2 to 3.7.304.2. ([#329](https://github.com/aws/aws-cryptographic-material-providers-library/pull/329))
- Java : Move InternalResult into StandardLibrary(Internal) ([#325](https://github.com/aws/aws-cryptographic-material-providers-library/pull/325))


# [1.3.0](https://github.com/aws/aws-cryptographic-material-providers-library/compare/v1.2.0...v1.3.0) (2024-04-24)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion ComAmazonawsDynamodb/runtimes/net/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
[assembly: AssemblyTitle("AWS.Cryptography.Internal.ComAmazonawsDynamodb")]

// This should be kept in sync with the version number in ComAmazonawsDynamodb.csproj
[assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyVersion("1.4.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<IsPackable>true</IsPackable>

<Version>1.3.0</Version>
<Version>1.4.0</Version>

<AssemblyName>AWS.Cryptography.Internal.ComAmazonawsDynamodb</AssemblyName>
<PackageId>AWS.Cryptography.Internal.ComAmazonawsDynamodb</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion ComAmazonawsKms/runtimes/net/AWS-KMS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<IsPackable>true</IsPackable>

<Version>1.3.0</Version>
<Version>1.4.0</Version>

<AssemblyName>AWS.Cryptography.Internal.ComAmazonawsKms</AssemblyName>
<PackageId>AWS.Cryptography.Internal.ComAmazonawsKms</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion ComAmazonawsKms/runtimes/net/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
[assembly: AssemblyTitle("AWS.Cryptography.Internal.ComAmazonawsKms")]

// This should be kept in sync with the version number in AWS-KMS.csproj
[assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyVersion("1.4.0")]
2 changes: 1 addition & 1 deletion StandardLibrary/runtimes/net/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
[assembly: AssemblyTitle("AWS.Cryptography.Internal.StandardLibrary")]

// This should be kept in sync with the version number in STD.csproj
[assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyVersion("1.4.0")]
2 changes: 1 addition & 1 deletion StandardLibrary/runtimes/net/STD.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<IsPackable>true</IsPackable>

<Version>1.3.0</Version>
<Version>1.4.0</Version>

<AssemblyName>AWS.Cryptography.Internal.StandardLibrary</AssemblyName>
<PackageId>AWS.Cryptography.Internal.StandardLibrary</PackageId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ repositories {
dependencies {
implementation("org.dafny:DafnyRuntime:${dafnyVersion}")
implementation("software.amazon.smithy.dafny:conversion:0.1")
implementation("software.amazon.cryptography:aws-cryptographic-material-providers:1.3.0-SNAPSHOT")
implementation("software.amazon.cryptography:aws-cryptographic-material-providers:1.4.0")
implementation(platform("software.amazon.awssdk:bom:2.19.1"))
implementation("software.amazon.awssdk:dynamodb")
implementation("software.amazon.awssdk:dynamodb-enhanced")
Expand Down
Loading