Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Releases: forseti-security/resource-policy-evaluation-library

v2.0.14

21 Apr 16:26
a127e88
Compare
Choose a tag to compare
  • Add a waiter for datafusion instances

v2.0.13

09 Apr 20:42
f6647ff
Compare
Choose a tag to compare
  • Add waiter config for redis instances

v2.0.12

07 Apr 17:29
d457291
Compare
Choose a tag to compare
  • Added GCP Memorystore Redis Instance support
  • Added GCP Memorystore Memcached Instance support

v2.0.11

18 Mar 21:31
04952c7
Compare
Choose a tag to compare
  • Added support for GcpDataflowJob resources

v2.0.10: Merge pull request #68 from forseti-security/use-new-gapic

05 Mar 19:29
83ca021
Compare
Choose a tag to compare
  • Use new version of google-api-python-client library that avoid downloading discovery documents.
  • v2.0.9 did not contain this since the pipeline wasn't complete

v2.0.9

05 Mar 19:02
d0f8c73
Compare
Choose a tag to compare

Use new version of google-api-python-client library that avoid downloading discovery documents.

v2.0.8

05 Mar 18:49
d0f8c73
Compare
Choose a tag to compare
  • Add additional terminal states for GKE node pools

v2.0.7: Merge pull request #65 from forseti-security/add_resources

09 Dec 16:09
504a9fd
Compare
Choose a tag to compare

Changes

  • Cache the full resource name, so its not calculated each time its used
  • Add oauth2client v3.0.0 as a requirement so discovery documents are cached
  • Add new GCP resources Compute RegionalDisks, IAM ServiceAccounts, and IAM ServiceAccountKeys

v2.0.6

01 Sep 18:51
0dde9fa
Compare
Choose a tag to compare
Merge pull request #62 from forseti-security/make_labels_dict_safe

Validate that labels are missing, or a dictionary

v2.0.5

26 Aug 21:13
2576775
Compare
Choose a tag to compare

Changes:

  • Add labels property to GoogleAPIResource