Skip to content

Commit 529b4f1

Browse files
ghconnector-r7komandci-automate-github-pr
andauthored
Release Microsoft Teams 7.0.4
Co-authored-by: komandci-automate-github-pr <jenkins@rapid7.com>
1 parent 5f848e4 commit 529b4f1

File tree

6 files changed

+11
-9
lines changed

6 files changed

+11
-9
lines changed

plugins/microsoft_teams/.CHECKSUM

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"spec": "dff8c64e1c5389b9d38bb13f93e2a212",
3-
"manifest": "cee97f3fb1554bf4e97a157da1e37aec",
4-
"setup": "dde5813bf149577abb210736d2869abb",
2+
"spec": "e5b1705c597ac7c4bfd4c299adcf1d5d",
3+
"manifest": "0de3aa339215bd2d192cc68f0b2305e5",
4+
"setup": "8d1fb841a1e95b276ddbd6034bfa903c",
55
"schemas": [
66
{
77
"identifier": "add_channel_to_team/schema.py",

plugins/microsoft_teams/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-slim-plugin:6.3.10 AS builder
1+
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-slim-plugin:6.4.2 AS builder
22

33
WORKDIR /python/src
44

@@ -11,7 +11,7 @@ ADD . /python/src
1111
RUN pip install .
1212
RUN pip uninstall -y setuptools
1313

14-
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-slim-plugin:6.3.10
14+
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-slim-plugin:6.4.2
1515

1616
LABEL organization=rapid7
1717
LABEL sdk=python

plugins/microsoft_teams/bin/icon_microsoft_teams

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ from sys import argv
66

77
Name = "Microsoft Teams"
88
Vendor = "rapid7"
9-
Version = "7.0.3"
9+
Version = "7.0.4"
1010
Description = "[Microsoft Teams](https://products.office.com/en-us/microsoft-teams/group-chat-software) is a unified communications platform. The Microsoft Teams plugin allows you to send and trigger workflows on new messages. The plugin will also allow for teams management with the ability to add and remove teams, channels, and users. This plugin uses the [Microsoft Teams API](https://docs.microsoft.com/en-us/graph/api/resources/teams-api-overview?view=graph-rest-1.0) to interact with Microsoft Teams"
1111

1212

plugins/microsoft_teams/help.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1210,6 +1210,7 @@ Example output:
12101210

12111211
# Version History
12121212

1213+
* 7.0.4 - Updated SDK to the latest version (6.4.2)
12131214
* 7.0.3 - Updated SDK to the latest version (6.3.10)
12141215
* 7.0.2 - Updated SDK to the latest version (6.3.3)
12151216
* 7.0.1 - Updated SDK to the latest version (6.2.5)

plugins/microsoft_teams/plugin.spec.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ key_features:
1414
requirements:
1515
- Username and Password
1616
- Secret Key, similar to API Key
17-
version: 7.0.3
17+
version: 7.0.4
1818
connection_version: 7
1919
supported_versions: [Microsoft Graph API v1.0 2024-09-13]
2020
vendor: rapid7
@@ -34,7 +34,7 @@ tags:
3434
- chat
3535
sdk:
3636
type: slim
37-
version: 6.3.10
37+
version: 6.4.2
3838
user: nobody
3939
hub_tags:
4040
use_cases: [alerting_and_notifications, application_management, threat_detection_and_response,
@@ -52,6 +52,7 @@ references:
5252
- '[Adaptive Cards Actions](https://docs.microsoft.com/en-us/microsoftteams/platform/concepts/cards/cards-actions#adaptive-cards-actions)'
5353
- '[Python Regular Expression Library (Re)](https://docs.python.org/3.7/library/re.html)'
5454
version_history:
55+
- 7.0.4 - Updated SDK to the latest version (6.4.2)
5556
- 7.0.3 - Updated SDK to the latest version (6.3.10)
5657
- 7.0.2 - Updated SDK to the latest version (6.3.3)
5758
- 7.0.1 - Updated SDK to the latest version (6.2.5)

plugins/microsoft_teams/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name="microsoft_teams-rapid7-plugin",
7-
version="7.0.3",
7+
version="7.0.4",
88
description="[Microsoft Teams](https://products.office.com/en-us/microsoft-teams/group-chat-software) is a unified communications platform. The Microsoft Teams plugin allows you to send and trigger workflows on new messages. The plugin will also allow for teams management with the ability to add and remove teams, channels, and users. This plugin uses the [Microsoft Teams API](https://docs.microsoft.com/en-us/graph/api/resources/teams-api-overview?view=graph-rest-1.0) to interact with Microsoft Teams",
99
author="rapid7",
1010
author_email="",

0 commit comments

Comments
 (0)