Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Docker Image To demisto/google-api-py3 #20675

Merged
merged 9 commits into from
Aug 22, 2022
2 changes: 1 addition & 1 deletion Packs/GCP-IAM/Integrations/GCPIAM/GCPIAM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2065,7 +2065,7 @@ script:
- contextPath: GCPIAM.Role.name
description: The resource name of the role.
type: String
dockerimage: demisto/google-api-py3:1.0.0.32427
dockerimage: demisto/google-api-py3:1.0.0.33017
feed: false
isfetch: false
longRunning: false
Expand Down
3 changes: 3 additions & 0 deletions Packs/GCP-IAM/ReleaseNotes/1_0_8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#### Integrations
##### GCP-IAM
- Updated the Docker image to: *demisto/google-api-py3:1.0.0.33017*.
2 changes: 1 addition & 1 deletion Packs/GCP-IAM/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "GCP IAM",
"description": "Manage identity and access control for Google Cloud Platform resources.",
"support": "xsoar",
"currentVersion": "1.0.7",
"currentVersion": "1.0.8",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ script:
arguments: []
description: Tests that Gmail auth is configured properly. Use this command after completing the OAuth2 authentication process.
outputs: []
dockerimage: demisto/google-api-py3:1.0.0.32427
dockerimage: demisto/google-api-py3:1.0.0.33017
isfetch: true
longRunning: false
longRunningPort: false
Expand Down
3 changes: 3 additions & 0 deletions Packs/GmailSingleUser/ReleaseNotes/1_2_13.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#### Integrations
##### Gmail Single User
- Updated the Docker image to: *demisto/google-api-py3:1.0.0.33017*.
2 changes: 1 addition & 1 deletion Packs/GmailSingleUser/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Gmail Single User",
"description": "Gmail API using OAuth 2.0.",
"support": "xsoar",
"currentVersion": "1.2.12",
"currentVersion": "1.2.13",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ script:
- contextPath: GoogleCloudFunctions.Execution.error
description: Either a system or user-function generated error. Set if the execution was not successful.
type: String
dockerimage: demisto/google-api-py3:1.0.0.32427
dockerimage: demisto/google-api-py3:1.0.0.33017
isfetch: false
runonce: false
script: '-'
Expand Down
3 changes: 3 additions & 0 deletions Packs/GoogleCloudFunctions/ReleaseNotes/1_0_18.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#### Integrations
##### Google Cloud Functions
- Updated the Docker image to: *demisto/google-api-py3:1.0.0.33017*.
2 changes: 1 addition & 1 deletion Packs/GoogleCloudFunctions/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Google Cloud Functions",
"description": "Google Cloud Functions",
"support": "xsoar",
"currentVersion": "1.0.17",
"currentVersion": "1.0.18",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down