From 618118dfacee15ae78839a5b5595fc916720bac5 Mon Sep 17 00:00:00 2001 From: Jas Beilin Date: Sun, 19 Feb 2023 09:57:43 +0200 Subject: [PATCH 1/4] added section to missing param --- Packs/Gmail/Integrations/Gmail/Gmail.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Packs/Gmail/Integrations/Gmail/Gmail.yml b/Packs/Gmail/Integrations/Gmail/Gmail.yml index eea61d9a75fa..bd169639423c 100644 --- a/Packs/Gmail/Integrations/Gmail/Gmail.yml +++ b/Packs/Gmail/Integrations/Gmail/Gmail.yml @@ -66,6 +66,7 @@ configuration: required: false type: 0 defaultvalue: "50" + section: Collect additionalinfo: A maximum of 200 emails per fetch (even if a higher number is configured). The default is 50. description: Gmail API and user management (This integration replaces the Gmail functionality in the GoogleApps API and G Suite integration). display: Gmail From b034db26846a8daaa25b912be16daf7914b59d60 Mon Sep 17 00:00:00 2001 From: Jas Beilin Date: Wed, 22 Feb 2023 10:35:40 +0200 Subject: [PATCH 2/4] fix rn --- Packs/Gmail/ReleaseNotes/1_3_2.md | 5 +++++ Packs/Gmail/pack_metadata.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 Packs/Gmail/ReleaseNotes/1_3_2.md diff --git a/Packs/Gmail/ReleaseNotes/1_3_2.md b/Packs/Gmail/ReleaseNotes/1_3_2.md new file mode 100644 index 000000000000..8b6b9888c7e1 --- /dev/null +++ b/Packs/Gmail/ReleaseNotes/1_3_2.md @@ -0,0 +1,5 @@ + +#### Integrations + +##### Gmail +- Fixed an issue where parameters were associated with incorrect section (Relevant for XSIAM and XSOAR 8.1 and above). diff --git a/Packs/Gmail/pack_metadata.json b/Packs/Gmail/pack_metadata.json index f679662e730e..50ba65b89ae8 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.1", + "currentVersion": "1.3.2", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "", From 2b398c5e7db7186d7faa677aaea547f32f672069 Mon Sep 17 00:00:00 2001 From: Jas Beilin Date: Wed, 22 Feb 2023 14:06:19 +0200 Subject: [PATCH 3/4] fix rn --- Packs/Gmail/Integrations/Gmail/Gmail.yml | 2 +- Packs/Gmail/ReleaseNotes/1_3_2.md | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Packs/Gmail/Integrations/Gmail/Gmail.yml b/Packs/Gmail/Integrations/Gmail/Gmail.yml index bd169639423c..69fab720af37 100644 --- a/Packs/Gmail/Integrations/Gmail/Gmail.yml +++ b/Packs/Gmail/Integrations/Gmail/Gmail.yml @@ -2278,7 +2278,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.45941 + dockerimage: demisto/google-api-py3:1.0.0.48565 isfetch: true longRunning: false longRunningPort: false diff --git a/Packs/Gmail/ReleaseNotes/1_3_2.md b/Packs/Gmail/ReleaseNotes/1_3_2.md index 8b6b9888c7e1..6812232e1c35 100644 --- a/Packs/Gmail/ReleaseNotes/1_3_2.md +++ b/Packs/Gmail/ReleaseNotes/1_3_2.md @@ -1,5 +1,3 @@ - -#### Integrations - ##### Gmail - Fixed an issue where parameters were associated with incorrect section (Relevant for XSIAM and XSOAR 8.1 and above). +- Updated the Docker image to: *demisto/google-api-py3:1.0.0.48565*. From 76493bfd84b08f6d137978e09e630064a521a4e0 Mon Sep 17 00:00:00 2001 From: Jasmine Beilin <71636766+JasBeilin@users.noreply.github.com> Date: Wed, 22 Feb 2023 15:51:43 +0200 Subject: [PATCH 4/4] Update 1_3_2.md --- Packs/Gmail/ReleaseNotes/1_3_2.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Packs/Gmail/ReleaseNotes/1_3_2.md b/Packs/Gmail/ReleaseNotes/1_3_2.md index 6812232e1c35..6ea5d789fbb6 100644 --- a/Packs/Gmail/ReleaseNotes/1_3_2.md +++ b/Packs/Gmail/ReleaseNotes/1_3_2.md @@ -1,3 +1,5 @@ +#### Integrations + ##### Gmail - Fixed an issue where parameters were associated with incorrect section (Relevant for XSIAM and XSOAR 8.1 and above). - Updated the Docker image to: *demisto/google-api-py3:1.0.0.48565*.