From b25955b439d06327807d9c0794d03aa1b266b71a Mon Sep 17 00:00:00 2001 From: inbalapt1 <164751454+inbalapt1@users.noreply.github.com> Date: Thu, 7 Nov 2024 08:51:36 +0200 Subject: [PATCH] Aud demisto/auto update docker staging branch 32 (#37091) * Updated docker image to demisto/google-api-py3:1.0.0.115331. PR batch #1/1 (#37087) Co-authored-by: root * update release notes --------- Co-authored-by: content-bot <55035720+content-bot@users.noreply.github.com> Co-authored-by: root --- Packs/GCP-IAM/Integrations/GCPIAM/GCPIAM.yml | 2 +- Packs/GCP-IAM/ReleaseNotes/1_0_29.md | 6 ++++++ Packs/GCP-IAM/pack_metadata.json | 2 +- Packs/Gmail/Integrations/Gmail/Gmail.yml | 2 +- Packs/Gmail/ReleaseNotes/1_3_27.md | 6 ++++++ Packs/Gmail/pack_metadata.json | 2 +- .../Integrations/GmailSingleUser/GmailSingleUser.yml | 2 +- Packs/GmailSingleUser/ReleaseNotes/1_4_7.md | 6 ++++++ Packs/GmailSingleUser/pack_metadata.json | 2 +- .../GoogleCloudFunctions/GoogleCloudFunctions.yml | 2 +- Packs/GoogleCloudFunctions/ReleaseNotes/1_0_30.md | 6 ++++++ Packs/GoogleCloudFunctions/pack_metadata.json | 2 +- .../Integrations/GoogleCloudLogging/GoogleCloudLogging.yml | 2 +- Packs/GoogleCloudLogging/ReleaseNotes/1_0_16.md | 6 ++++++ Packs/GoogleCloudLogging/pack_metadata.json | 2 +- 15 files changed, 40 insertions(+), 10 deletions(-) create mode 100644 Packs/GCP-IAM/ReleaseNotes/1_0_29.md create mode 100644 Packs/Gmail/ReleaseNotes/1_3_27.md create mode 100644 Packs/GmailSingleUser/ReleaseNotes/1_4_7.md create mode 100644 Packs/GoogleCloudFunctions/ReleaseNotes/1_0_30.md create mode 100644 Packs/GoogleCloudLogging/ReleaseNotes/1_0_16.md diff --git a/Packs/GCP-IAM/Integrations/GCPIAM/GCPIAM.yml b/Packs/GCP-IAM/Integrations/GCPIAM/GCPIAM.yml index df33bcad1789..6a3c4d0650b9 100644 --- a/Packs/GCP-IAM/Integrations/GCPIAM/GCPIAM.yml +++ b/Packs/GCP-IAM/Integrations/GCPIAM/GCPIAM.yml @@ -1250,7 +1250,7 @@ script: description: Create a short-lived access token for a service account. The generated token will be exposed to the context menu and War Room, and can potentially be logged. execution: true name: gcp-iam-service-account-generate-access-token - dockerimage: demisto/google-api-py3:1.0.0.114199 + dockerimage: demisto/google-api-py3:1.0.0.115331 runonce: false script: '-' subtype: python3 diff --git a/Packs/GCP-IAM/ReleaseNotes/1_0_29.md b/Packs/GCP-IAM/ReleaseNotes/1_0_29.md new file mode 100644 index 000000000000..273abe3d674a --- /dev/null +++ b/Packs/GCP-IAM/ReleaseNotes/1_0_29.md @@ -0,0 +1,6 @@ + +#### Integrations + +##### GCP-IAM + +- Updated the Docker image to: *demisto/google-api-py3:1.0.0.115331*. diff --git a/Packs/GCP-IAM/pack_metadata.json b/Packs/GCP-IAM/pack_metadata.json index a2684801f0e8..fea90da6285e 100644 --- a/Packs/GCP-IAM/pack_metadata.json +++ b/Packs/GCP-IAM/pack_metadata.json @@ -2,7 +2,7 @@ "name": "GCP IAM", "description": "Manage identity and access control for Google Cloud Platform resources.", "support": "xsoar", - "currentVersion": "1.0.28", + "currentVersion": "1.0.29", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "", diff --git a/Packs/Gmail/Integrations/Gmail/Gmail.yml b/Packs/Gmail/Integrations/Gmail/Gmail.yml index 7f3234b8d8bb..8a62813b20c5 100644 --- a/Packs/Gmail/Integrations/Gmail/Gmail.yml +++ b/Packs/Gmail/Integrations/Gmail/Gmail.yml @@ -1735,7 +1735,7 @@ script: - contextPath: Gmail.ForwardingAddress.verificationStatus description: Indicates whether this address has been verified and is usable for forwarding. type: String - dockerimage: demisto/google-api-py3:1.0.0.114199 + dockerimage: demisto/google-api-py3:1.0.0.115331 isfetch: true runonce: false script: '-' diff --git a/Packs/Gmail/ReleaseNotes/1_3_27.md b/Packs/Gmail/ReleaseNotes/1_3_27.md new file mode 100644 index 000000000000..140f2532e143 --- /dev/null +++ b/Packs/Gmail/ReleaseNotes/1_3_27.md @@ -0,0 +1,6 @@ + +#### Integrations + +##### Gmail + +- Updated the Docker image to: *demisto/google-api-py3:1.0.0.115331*. diff --git a/Packs/Gmail/pack_metadata.json b/Packs/Gmail/pack_metadata.json index 835064004422..221854e1b4a6 100644 --- a/Packs/Gmail/pack_metadata.json +++ b/Packs/Gmail/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Gmail", "description": "Gmail API and user management (This integration replaces the Gmail functionality in the GoogleApps API and G Suite integration).", "support": "xsoar", - "currentVersion": "1.3.26", + "currentVersion": "1.3.27", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "", diff --git a/Packs/GmailSingleUser/Integrations/GmailSingleUser/GmailSingleUser.yml b/Packs/GmailSingleUser/Integrations/GmailSingleUser/GmailSingleUser.yml index 76ee41551355..e9a99df2a4dc 100644 --- a/Packs/GmailSingleUser/Integrations/GmailSingleUser/GmailSingleUser.yml +++ b/Packs/GmailSingleUser/Integrations/GmailSingleUser/GmailSingleUser.yml @@ -354,7 +354,7 @@ script: required: true description: Retrieves attachments from a sent Gmail message. name: gmail-get-attachments - dockerimage: demisto/google-api-py3:1.0.0.114199 + dockerimage: demisto/google-api-py3:1.0.0.115331 isfetch: true runonce: false script: '-' diff --git a/Packs/GmailSingleUser/ReleaseNotes/1_4_7.md b/Packs/GmailSingleUser/ReleaseNotes/1_4_7.md new file mode 100644 index 000000000000..a4a9e113a8e4 --- /dev/null +++ b/Packs/GmailSingleUser/ReleaseNotes/1_4_7.md @@ -0,0 +1,6 @@ + +#### Integrations + +##### Gmail Single User + +- Updated the Docker image to: *demisto/google-api-py3:1.0.0.115331*. diff --git a/Packs/GmailSingleUser/pack_metadata.json b/Packs/GmailSingleUser/pack_metadata.json index 0d45b522653b..1a1c1e2eaad0 100644 --- a/Packs/GmailSingleUser/pack_metadata.json +++ b/Packs/GmailSingleUser/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Gmail Single User", "description": "Gmail API using OAuth 2.0.", "support": "xsoar", - "currentVersion": "1.4.6", + "currentVersion": "1.4.7", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "", diff --git a/Packs/GoogleCloudFunctions/Integrations/GoogleCloudFunctions/GoogleCloudFunctions.yml b/Packs/GoogleCloudFunctions/Integrations/GoogleCloudFunctions/GoogleCloudFunctions.yml index f01e95f847a5..7e622f292d36 100644 --- a/Packs/GoogleCloudFunctions/Integrations/GoogleCloudFunctions/GoogleCloudFunctions.yml +++ b/Packs/GoogleCloudFunctions/Integrations/GoogleCloudFunctions/GoogleCloudFunctions.yml @@ -114,7 +114,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.114199 + dockerimage: demisto/google-api-py3:1.0.0.115331 runonce: false script: '-' type: python diff --git a/Packs/GoogleCloudFunctions/ReleaseNotes/1_0_30.md b/Packs/GoogleCloudFunctions/ReleaseNotes/1_0_30.md new file mode 100644 index 000000000000..e064e954a489 --- /dev/null +++ b/Packs/GoogleCloudFunctions/ReleaseNotes/1_0_30.md @@ -0,0 +1,6 @@ + +#### Integrations + +##### Google Cloud Functions + +- Updated the Docker image to: *demisto/google-api-py3:1.0.0.115331*. diff --git a/Packs/GoogleCloudFunctions/pack_metadata.json b/Packs/GoogleCloudFunctions/pack_metadata.json index 1d6e36b6130c..2259a5ea528b 100644 --- a/Packs/GoogleCloudFunctions/pack_metadata.json +++ b/Packs/GoogleCloudFunctions/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Google Cloud Functions", "description": "Google Cloud Functions", "support": "xsoar", - "currentVersion": "1.0.29", + "currentVersion": "1.0.30", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "", diff --git a/Packs/GoogleCloudLogging/Integrations/GoogleCloudLogging/GoogleCloudLogging.yml b/Packs/GoogleCloudLogging/Integrations/GoogleCloudLogging/GoogleCloudLogging.yml index 082dc74b5b58..c990e22dc0cf 100644 --- a/Packs/GoogleCloudLogging/Integrations/GoogleCloudLogging/GoogleCloudLogging.yml +++ b/Packs/GoogleCloudLogging/Integrations/GoogleCloudLogging/GoogleCloudLogging.yml @@ -187,7 +187,7 @@ script: script: '-' type: python subtype: python3 - dockerimage: demisto/google-api-py3:1.0.0.114199 + dockerimage: demisto/google-api-py3:1.0.0.115331 fromversion: 6.8.0 tests: - No tests (auto formatted) diff --git a/Packs/GoogleCloudLogging/ReleaseNotes/1_0_16.md b/Packs/GoogleCloudLogging/ReleaseNotes/1_0_16.md new file mode 100644 index 000000000000..a3e21531cb56 --- /dev/null +++ b/Packs/GoogleCloudLogging/ReleaseNotes/1_0_16.md @@ -0,0 +1,6 @@ + +#### Integrations + +##### Google Cloud Logging + +- Updated the Docker image to: *demisto/google-api-py3:1.0.0.115331*. diff --git a/Packs/GoogleCloudLogging/pack_metadata.json b/Packs/GoogleCloudLogging/pack_metadata.json index f119dcc183d7..db4c794ff7dd 100644 --- a/Packs/GoogleCloudLogging/pack_metadata.json +++ b/Packs/GoogleCloudLogging/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Google Cloud Logging", "description": "Google Cloud Logging is a managed logging solution provided by Google Cloud Platform (GCP) that allows users to collect, store, search, analyze, and monitor logs generated by GCP services, third-party applications, and custom applications running on GCP.", "support": "xsoar", - "currentVersion": "1.0.15", + "currentVersion": "1.0.16", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "",