From 2ea65bfd5681a1bd151f8b40a1f2ea6b6069b95f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 26 May 2022 17:33:42 -0300 Subject: [PATCH] chore(release): 1.21.0 # @cloudgraph/policy-pack-gcp-cis-1.2.0 [1.21.0](https://github.com/cloudgraphdev/cloudgraph-policy-packs/compare/@cloudgraph/policy-pack-gcp-cis-1.2.0@1.20.0...@cloudgraph/policy-pack-gcp-cis-1.2.0@1.21.0) (2022-05-26) ### Bug Fixes * [GCP] Fix discrepancies between AutoCloud and Fugue ([7227bc6](https://github.com/cloudgraphdev/cloudgraph-policy-packs/commit/7227bc637eece1fa8a04e8aca8daa24d051c9dbe)) ### Features * Support GCP PCI rules - Part 2 ([86be981](https://github.com/cloudgraphdev/cloudgraph-policy-packs/commit/86be9816667dfe107f946a8cde90533fb6564f91)) --- src/gcp/cis-1.2.0/CHANGELOG.md | 12 ++++++++++++ src/gcp/cis-1.2.0/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/src/gcp/cis-1.2.0/CHANGELOG.md b/src/gcp/cis-1.2.0/CHANGELOG.md index 5c87f13a..3d603708 100644 --- a/src/gcp/cis-1.2.0/CHANGELOG.md +++ b/src/gcp/cis-1.2.0/CHANGELOG.md @@ -1,3 +1,15 @@ +# @cloudgraph/policy-pack-gcp-cis-1.2.0 [1.21.0](https://github.com/cloudgraphdev/cloudgraph-policy-packs/compare/@cloudgraph/policy-pack-gcp-cis-1.2.0@1.20.0...@cloudgraph/policy-pack-gcp-cis-1.2.0@1.21.0) (2022-05-26) + + +### Bug Fixes + +* [GCP] Fix discrepancies between AutoCloud and Fugue ([7227bc6](https://github.com/cloudgraphdev/cloudgraph-policy-packs/commit/7227bc637eece1fa8a04e8aca8daa24d051c9dbe)) + + +### Features + +* Support GCP PCI rules - Part 2 ([86be981](https://github.com/cloudgraphdev/cloudgraph-policy-packs/commit/86be9816667dfe107f946a8cde90533fb6564f91)) + # @cloudgraph/policy-pack-gcp-cis-1.2.0 [1.20.0](https://gitlab.com/auto-cloud/cloudgraph/policy-packs/compare/@cloudgraph/policy-pack-gcp-cis-1.2.0@1.19.1...@cloudgraph/policy-pack-gcp-cis-1.2.0@1.20.0) (2022-03-17) diff --git a/src/gcp/cis-1.2.0/package.json b/src/gcp/cis-1.2.0/package.json index f7398bd4..362f233f 100644 --- a/src/gcp/cis-1.2.0/package.json +++ b/src/gcp/cis-1.2.0/package.json @@ -1,7 +1,7 @@ { "name": "@cloudgraph/policy-pack-gcp-cis-1.2.0", "description": "Policy pack implementing CIS Google Cloud Platform Foundations 1.2.0 Benchmark", - "version": "1.20.0", + "version": "1.21.0", "author": "AutoCloud", "license": "MPL-2.0", "main": "dist/index.js",