Skip to content

Commit 5f848e4

Browse files
ghconnector-r7komandci-automate-github-pr
andauthored
Release Duo Admin 5.0.10
Co-authored-by: komandci-automate-github-pr <jenkins@rapid7.com>
1 parent 4579007 commit 5f848e4

File tree

6 files changed

+15
-12
lines changed

6 files changed

+15
-12
lines changed

plugins/duo_admin/.CHECKSUM

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"spec": "5e2db252efea14ff8bfc4013232e2936",
3-
"manifest": "3b2a077d5edef105a5b0aedc522aca61",
4-
"setup": "d184522df2222fd749181e0a81c6a58d",
2+
"spec": "9b221321455b5f285880970454aeba66",
3+
"manifest": "280bbf4e933f39829303a64c3942c089",
4+
"setup": "14b07999c5b8d0af34994edb1b9e0787",
55
"schemas": [
66
{
77
"identifier": "add_user/schema.py",

plugins/duo_admin/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-plugin:6.4.1 AS builder
1+
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-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-plugin:6.4.1
14+
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-plugin:6.4.2
1515

1616
LABEL organization=rapid7
1717
LABEL sdk=python

plugins/duo_admin/bin/komand_duo_admin

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 = "Duo Admin API"
88
Vendor = "rapid7"
9-
Version = "5.0.9"
9+
Version = "5.0.10"
1010
Description = "[Duo](https://duo.com/)'s Trusted Access platform verifies the identity of your users with two-factor authentication and security health of their devices before they connect to the apps they use. Using the Duo plugin for InsightConnect will allow Duo user management within automation workflows"
1111

1212

plugins/duo_admin/help.md

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

951951
# Version History
952952

953+
* 5.0.10 - Updated SDK to the latest version (6.4.2)
953954
* 5.0.9 - Updated SDK to the latest version (6.4.1)
954955
* 5.0.8 - Update SDK | Update Task `Monitor Logs` timestamp handling
955956
* 5.0.7 - Update Task `Monitor Logs` timestamp handling

plugins/duo_admin/plugin.spec.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ status: []
1111
supported_versions: [Duo Admin API 2024-09-17]
1212
sdk:
1313
type: full
14-
version: 6.4.1
14+
version: 6.4.2
1515
user: nobody
1616
description: "[Duo](https://duo.com/)'s Trusted Access platform verifies the identity\
1717
\ of your users with two-factor authentication and security health of their devices\
@@ -31,15 +31,15 @@ key_features:
3131
requirements:
3232
- Two secret keys - `integration key` and `secret key`
3333
- '`API hostname`'
34-
version: 5.0.9
34+
version: 5.0.10
3535
connection_version: 4
3636
resources:
3737
source_url: https://github.com/rapid7/insightconnect-plugins/tree/master/plugins/duo_admin
3838
license_url: https://github.com/rapid7/insightconnect-plugins/blob/master/LICENSE
3939
vendor_url: https://duo.com/
4040
tags:
41-
- duo
42-
- admin
41+
- duo
42+
- admin
4343
hub_tags:
4444
use_cases: [user_management, application_management]
4545
keywords: [duo, admin, cloud_enabled]
@@ -54,10 +54,12 @@ troubleshooting:
5454
- instead it's a unique identifier e.g. DU9I6T0F7R2S1J4XZHHA. A User ID can be obtained
5555
by passing a username to the Get User Status action.
5656
version_history:
57+
- 5.0.10 - Updated SDK to the latest version (6.4.2)
5758
- 5.0.9 - Updated SDK to the latest version (6.4.1)
5859
- 5.0.8 - Update SDK | Update Task `Monitor Logs` timestamp handling
5960
- 5.0.7 - Update Task `Monitor Logs` timestamp handling
60-
- 5.0.6 - Update SDK to the latest version (6.3.8) | Update Task `Monitor Logs` for Task delay logging
61+
- 5.0.6 - Update SDK to the latest version (6.3.8) | Update Task `Monitor Logs` for
62+
Task delay logging
6163
- 5.0.5 - Updated SDK to the latest version (6.3.3)
6264
- 5.0.4 - Updated SDK to the latest version (6.2.5)
6365
- 5.0.3 - Bump the SDK to version 6.2.3 | Update Task `monitor_logs` to delay retry

plugins/duo_admin/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="duo_admin-rapid7-plugin",
7-
version="5.0.9",
7+
version="5.0.10",
88
description="[Duo](https://duo.com/)'s Trusted Access platform verifies the identity of your users with two-factor authentication and security health of their devices before they connect to the apps they use. Using the Duo plugin for InsightConnect will allow Duo user management within automation workflows",
99
author="rapid7",
1010
author_email="",

0 commit comments

Comments
 (0)