From b120e1e78a8414cd51c9ed4671e4ce62b0008358 Mon Sep 17 00:00:00 2001 From: Josh Fried <112121129+joshfried-aws@users.noreply.github.com> Date: Fri, 12 Apr 2024 11:54:30 -0400 Subject: [PATCH] [Misc]: updating version to 3.1.1. (#495) --- Cargo.lock | 6 +++--- README.md | 2 +- guard-examples/library/Cargo.toml | 2 +- guard-ffi/Cargo.toml | 4 ++-- guard-lambda/Cargo.toml | 4 ++-- guard/Cargo.toml | 2 +- guard/resources/validate/output-dir/structured.sarif | 4 ++-- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e671e3fd0..6dc03af30 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -181,7 +181,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "cfn-guard" -version = "3.1.0" +version = "3.1.1" dependencies = [ "Inflector", "clap", @@ -216,7 +216,7 @@ dependencies = [ [[package]] name = "cfn-guard-ffi" -version = "3.1.0" +version = "3.1.1" dependencies = [ "cfn-guard", "ffi-support", @@ -224,7 +224,7 @@ dependencies = [ [[package]] name = "cfn-guard-lambda" -version = "3.1.0" +version = "3.1.1" dependencies = [ "cfn-guard", "lambda_runtime", diff --git a/README.md b/README.md index 0d825f231..679b20b9e 100644 --- a/README.md +++ b/README.md @@ -244,7 +244,7 @@ Check `help` to see if it is working. ```bash $ cfn-guard help -cfn-guard 3.1.0 +cfn-guard 3.1.1 Guard is a general-purpose tool that provides a simple declarative syntax to define policy-as-code as rules to validate against any structured hierarchical data (like JSON/YAML). diff --git a/guard-examples/library/Cargo.toml b/guard-examples/library/Cargo.toml index 8129bf624..41d7ace83 100644 --- a/guard-examples/library/Cargo.toml +++ b/guard-examples/library/Cargo.toml @@ -6,5 +6,5 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -cfn-guard = { version = "3.1.0", path = "../../guard" } +cfn-guard = { version = "3.1.1", path = "../../guard" } anyhow = "1.0.81" diff --git a/guard-ffi/Cargo.toml b/guard-ffi/Cargo.toml index 561a2050f..fb5f27d8d 100644 --- a/guard-ffi/Cargo.toml +++ b/guard-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cfn-guard-ffi" -version = "3.1.0" +version = "3.1.1" edition = "2018" authors = ["Diwakar Chakravarthy", "John Tompkins", "Omkar Hegde", "Priya Padmanaban", "aws-cloudformation-developers ", "Tyler Southwick"] description = "AWS CloudFormation Guard is an open-source general-purpose policy-as-code evaluation tool. It provides developers with a simple-to-use, yet powerful and expressive domain-specific language (DSL) to define policies and enables developers to validate JSON- or YAML- formatted structured data with those policies." @@ -14,5 +14,5 @@ keywords = ["policy-as-code", "guard", "cfn-guard", "security", "compliance"] crate-type = ["rlib", "dylib"] [dependencies] -cfn-guard = { version = "3.1.0", path = "../guard" } +cfn-guard = { version = "3.1.1", path = "../guard" } ffi-support = "0.4.4" diff --git a/guard-lambda/Cargo.toml b/guard-lambda/Cargo.toml index 664e88bb8..517924922 100644 --- a/guard-lambda/Cargo.toml +++ b/guard-lambda/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cfn-guard-lambda" -version = "3.1.0" +version = "3.1.1" authors = ["Diwakar Chakravarthy", "John Tompkins", "Omkar Hegde", "Priya Padmanaban", "Bryan Ayala", "Kexiang Wang", "Akshay Rane", "Josh Fried", "aws-cloudformation-developers "] description = "Lambda version of cfn-guard. Checks JSON- or YAML- formatted structured data for policy compliance using a simple, policy-as-code, declarative syntax" @@ -17,4 +17,4 @@ serde_derive = "1.0.92" simple_logger = "4.0.0" log = "0.4.6" tokio = "1.24.2" -cfn-guard = { version = "3.1.0", path = "../guard" } +cfn-guard = { version = "3.1.1", path = "../guard" } diff --git a/guard/Cargo.toml b/guard/Cargo.toml index 1400b3214..4ab9df106 100644 --- a/guard/Cargo.toml +++ b/guard/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cfn-guard" -version = "3.1.0" +version = "3.1.1" edition = "2018" authors = ["Diwakar Chakravarthy", "John Tompkins", "Omkar Hegde", "Priya Padmanaban", "Bryan Ayala", "Kexiang Wang", "Akshay Rane", "Tyler Southwick", "Josh Fried", "aws-cloudformation-developers "] diff --git a/guard/resources/validate/output-dir/structured.sarif b/guard/resources/validate/output-dir/structured.sarif index 50e28a2c6..115a9660e 100644 --- a/guard/resources/validate/output-dir/structured.sarif +++ b/guard/resources/validate/output-dir/structured.sarif @@ -6,8 +6,8 @@ "tool": { "driver": { "name": "cfn-guard", - "semanticVersion": "3.1.0", - "fullName": "cfn-guard 3.1.0", + "semanticVersion": "3.1.1", + "fullName": "cfn-guard 3.1.1", "organization": "Amazon Web Services", "downloadUri": "https://github.com/aws-cloudformation/cloudformation-guard", "informationUri": "https://github.com/aws-cloudformation/cloudformation-guard",