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

Commit

Permalink
Merge pull request #240 from JupiterOne/239-projectId
Browse files Browse the repository at this point in the history
Fixes #239 - google_iam_role should assign the actual target project projectId instead of the org project
  • Loading branch information
austinkelleher authored Jun 10, 2021
2 parents 7f59502 + 8693ed0 commit 5cf3b2d
Show file tree
Hide file tree
Showing 9 changed files with 2,172 additions and 223 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ and this project adheres to

## [Unreleased]

## 0.38.3 - 2021-06-10

### Fixed

- [#239](https://github.com/JupiterOne/graph-google-cloud/issues/239) -
`google_iam_role` should assign the actual target project `projectId` instead
of the org project

## 0.38.2 - 2021-06-09

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupiterone/graph-google-cloud",
"version": "0.38.2",
"version": "0.38.3",
"description": "A graph conversion tool for https://cloud.google.com/",
"license": "MPL-2.0",
"main": "dist/index.js",
Expand Down
Loading

0 comments on commit 5cf3b2d

Please sign in to comment.