diff --git a/.gitlab/ci/.gitlab-ci.yml b/.gitlab/ci/.gitlab-ci.yml index e555781ee8b1..33dc223c1247 100644 --- a/.gitlab/ci/.gitlab-ci.yml +++ b/.gitlab/ci/.gitlab-ci.yml @@ -1,7 +1,7 @@ variables: - CURRENT_BRANCH_NAME: $INFRA_BRANCH + CURRENT_BRANCH_NAME: sk_update_aud include: - file: "/.gitlab/ci/content-ci/ci/.gitlab-ci.yml" - ref: $INFRA_BRANCH + ref: sk_update_aud project: "${CI_PROJECT_NAMESPACE}/infra" diff --git a/Packs/ipinfo/Integrations/ipinfo_v2/ipinfo_v2.yml b/Packs/ipinfo/Integrations/ipinfo_v2/ipinfo_v2.yml index 72308f992fcc..4ba5801053f1 100644 --- a/Packs/ipinfo/Integrations/ipinfo_v2/ipinfo_v2.yml +++ b/Packs/ipinfo/Integrations/ipinfo_v2/ipinfo_v2.yml @@ -167,7 +167,7 @@ script: - contextPath: DBotScore.Vendor description: The vendor used to calculate the score. type: String - dockerimage: demisto/python3:3.12.12.5490952 + dockerimage: demisto/python3:3.12.12.6796194 runonce: false script: '-' subtype: python3 diff --git a/Packs/ipinfo/Integrations/ipinfo_v2/ipinfo_v2_test.py b/Packs/ipinfo/Integrations/ipinfo_v2/ipinfo_v2_test.py index ccedf8e07360..309a0957a78e 100644 --- a/Packs/ipinfo/Integrations/ipinfo_v2/ipinfo_v2_test.py +++ b/Packs/ipinfo/Integrations/ipinfo_v2/ipinfo_v2_test.py @@ -44,7 +44,7 @@ def test_ipinfo_ip_command(mocker): expected_parsed_context = util_load_json("test_data/ip_1.1.1.1_command_results.json") assert command_results.call_args[1].get("readable_output") == expected_parsed_context[1].get("HumanReadable") - assert command_results.call_args[1].get("outputs").get("Address") == "1.1.1.1" + assert command_results.call_args[1].get("outputs").get("Address") == "1.1.1.2" assert command_results.call_args[1].get("outputs").get("Hostname") == "one.one.one.one" diff --git a/Packs/ipinfo/ReleaseNotes/2_1_28.md b/Packs/ipinfo/ReleaseNotes/2_1_28.md new file mode 100644 index 000000000000..416de99fd21d --- /dev/null +++ b/Packs/ipinfo/ReleaseNotes/2_1_28.md @@ -0,0 +1,7 @@ + +#### Integrations + +##### IPinfo v2 + +- Updated the Docker image to: *demisto/python3:3.12.12.6796194*. + diff --git a/Packs/ipinfo/pack_metadata.json b/Packs/ipinfo/pack_metadata.json index 52533cbedce0..897e993f109a 100644 --- a/Packs/ipinfo/pack_metadata.json +++ b/Packs/ipinfo/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Ipinfo", "description": "Use the ipinfo.io API to get data about an IP address", "support": "xsoar", - "currentVersion": "2.1.27", + "currentVersion": "2.1.28", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "",