Skip to content

Commit 91964f3

Browse files
inbalapt1kobymeirroot
authored
Aud demisto/auto update docker staging branch 76 (demisto#37574)
* Updated docker image to demisto/chromium:131.0.6778.117810. PR batch #1/1 (demisto#37568) Co-authored-by: root <root@1e2de18e0cc3> * Updated docker image to demisto/m2crypto:1.0.0.117200. PR batch #1/1 (demisto#37569) Co-authored-by: root <root@1e2de18e0cc3> * Updated docker image to demisto/google-k8s-engine:1.0.0.117480. PR batch #1/1 (demisto#37570) Co-authored-by: root <root@1e2de18e0cc3> * Updated docker image to demisto/syslog:1.0.0.117331. PR batch #1/1 (demisto#37572) Co-authored-by: root <root@1e2de18e0cc3> * Update CofenseTriagev2.yml * Update rasterize.yml * update release notes --------- Co-authored-by: Koby Meir <[email protected]> Co-authored-by: root <root@1e2de18e0cc3>
1 parent 9c8e415 commit 91964f3

File tree

10 files changed

+28
-7
lines changed

10 files changed

+28
-7
lines changed

Packs/GoogleKubernetesEngine/Integrations/GoogleKubernetesEngine/GoogleKubernetesEngine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ script:
947947
required: true
948948
description: Cancel operation by operation name.
949949
name: gcloud-operations-cancel
950-
dockerimage: demisto/google-k8s-engine:1.0.0.101434
950+
dockerimage: demisto/google-k8s-engine:1.0.0.117480
951951
runonce: false
952952
script: '-'
953953
subtype: python3
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
#### Integrations
3+
4+
##### Google Kubernetes Engine
5+
6+
- Updated the Docker image to: *demisto/google-k8s-engine:1.0.0.117480*.

Packs/GoogleKubernetesEngine/pack_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Google Kubernetes Engine",
33
"description": "Google Kubernetes Engine managing clusters and node-pools.",
44
"support": "xsoar",
5-
"currentVersion": "1.0.4",
5+
"currentVersion": "1.0.5",
66
"author": "Cortex XSOAR",
77
"url": "https://www.paloaltonetworks.com/cortex",
88
"email": "",

Packs/SMIME_Messaging/Integrations/SMIME_Messaging/SMIME_Messaging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ script:
158158
- contextPath: SMIME.SignedAndEncrypted.FileName
159159
description: Name of the file output if create_file_p7 is used.
160160
type: String
161-
dockerimage: demisto/m2crypto:1.0.0.108031
161+
dockerimage: demisto/m2crypto:1.0.0.117200
162162
runonce: false
163163
script: '-'
164164
type: python
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
#### Integrations
3+
4+
##### SMIME Messaging
5+
6+
- Updated the Docker image to: *demisto/m2crypto:1.0.0.117200*.

Packs/SMIME_Messaging/pack_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "SMIME Messaging",
33
"description": "Use the S/MIME (Secure Multipurpose Internet Mail Extensions) integration to send and receive secure MIME data.",
44
"support": "xsoar",
5-
"currentVersion": "2.0.0",
5+
"currentVersion": "2.0.1",
66
"author": "Cortex XSOAR",
77
"url": "https://www.paloaltonetworks.com/cortex",
88
"email": "",

Packs/Syslog/Integrations/SyslogSender/SyslogSender.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ script:
186186
- LOG_LOCAL7
187187
description: Sends a message to Syslog.
188188
name: syslog-send
189-
dockerimage: demisto/syslog:1.0.0.99686
189+
dockerimage: demisto/syslog:1.0.0.117331
190190
runonce: false
191191
script: '-'
192192
subtype: python3

Packs/Syslog/Integrations/Syslogv2/Syslogv2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ script:
5959
script: "-"
6060
type: python
6161
subtype: python3
62-
dockerimage: demisto/syslog:1.0.0.87503
62+
dockerimage: demisto/syslog:1.0.0.117331
6363
longRunning: true
6464
longRunningPort: true
6565
isFetchSamples: true

Packs/Syslog/ReleaseNotes/2_0_19.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
2+
#### Integrations
3+
4+
##### Syslog v2
5+
6+
- Updated the Docker image to: *demisto/syslog:1.0.0.117331*.
7+
##### Syslog Sender
8+
9+
- Updated the Docker image to: *demisto/syslog:1.0.0.117331*.

Packs/Syslog/pack_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Syslog",
33
"description": "Use the Syslog pack to send messages and mirror incident War Room entries to Syslog, or listen to incoming Syslog messages.",
44
"support": "xsoar",
5-
"currentVersion": "2.0.18",
5+
"currentVersion": "2.0.19",
66
"author": "Cortex XSOAR",
77
"url": "https://www.paloaltonetworks.com/cortex",
88
"email": "",

0 commit comments

Comments
 (0)