Skip to content

Commit

Permalink
updating versions (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshfried-aws authored Mar 27, 2024
1 parent 8fa7615 commit e44fc14
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ Check `help` to see if it is working.

```bash
$ cfn-guard help
cfn-guard 3.1.0-beta
cfn-guard 3.1.0

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).
Expand Down
2 changes: 1 addition & 1 deletion guard-examples/library/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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-beta", path = "../../guard" }
cfn-guard = { version = "3.1.0", path = "../../guard" }
anyhow = "1.0.81"
4 changes: 2 additions & 2 deletions guard-ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cfn-guard-ffi"
version = "3.1.0-beta"
version = "3.1.0"
edition = "2018"
authors = ["Diwakar Chakravarthy", "John Tompkins", "Omkar Hegde", "Priya Padmanaban", "aws-cloudformation-developers <[email protected]>", "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."
Expand All @@ -14,5 +14,5 @@ keywords = ["policy-as-code", "guard", "cfn-guard", "security", "compliance"]
crate-type = ["rlib", "dylib"]

[dependencies]
cfn-guard = { version = "3.1.0-beta", path = "../guard" }
cfn-guard = { version = "3.1.0", path = "../guard" }
ffi-support = "0.4.4"
4 changes: 2 additions & 2 deletions guard-lambda/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cfn-guard-lambda"
version = "3.1.0-beta"
version = "3.1.0"
authors = ["Diwakar Chakravarthy", "John Tompkins", "Omkar Hegde", "Priya Padmanaban",
"Bryan Ayala", "Kexiang Wang", "Akshay Rane", "Josh Fried", "aws-cloudformation-developers <[email protected]>"]
description = "Lambda version of cfn-guard. Checks JSON- or YAML- formatted structured data for policy compliance using a simple, policy-as-code, declarative syntax"
Expand All @@ -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-beta", path = "../guard" }
cfn-guard = { version = "3.1.0", path = "../guard" }
2 changes: 1 addition & 1 deletion guard/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cfn-guard"
version = "3.1.0-beta"
version = "3.1.0"
edition = "2018"
authors = ["Diwakar Chakravarthy", "John Tompkins", "Omkar Hegde", "Priya Padmanaban",
"Bryan Ayala", "Kexiang Wang", "Akshay Rane", "Tyler Southwick", "Josh Fried", "aws-cloudformation-developers <[email protected]>"]
Expand Down
4 changes: 2 additions & 2 deletions guard/resources/validate/output-dir/structured.sarif
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"tool": {
"driver": {
"name": "cfn-guard",
"semanticVersion": "3.1.0-beta",
"fullName": "cfn-guard 3.1.0-beta",
"semanticVersion": "3.1.0",
"fullName": "cfn-guard 3.1.0",
"organization": "Amazon Web Services",
"downloadUri": "https://github.com/aws-cloudformation/cloudformation-guard",
"informationUri": "https://github.com/aws-cloudformation/cloudformation-guard",
Expand Down

0 comments on commit e44fc14

Please sign in to comment.