Skip to content

Commit

Permalink
SOAR-17400-bump the sdk to 6.1.0 (#2705)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbowden-r7 authored Aug 15, 2024
1 parent 87a8079 commit f89bc0b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion plugins/jira/.CHECKSUM
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"spec": "4c61e328af43f3ae4afcf30ba9d5423b",
"spec": "cbdc6c2186e4ba7dfc00bc36f4b63fd2",
"manifest": "b21131965fd127bcec02ac11568a9ec3",
"setup": "28f1b643d3f2fd6da4e444f87b9c6f1c",
"schemas": [
Expand Down
2 changes: 1 addition & 1 deletion plugins/jira/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-slim-plugin:6.0.1
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-slim-plugin:6.1.0

LABEL organization=rapid7
LABEL sdk=python
Expand Down
2 changes: 1 addition & 1 deletion plugins/jira/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ Example output:

# Version History

* 6.4.1 - Cloud enable the plugin | Bump SDK version to 6.0.1
* 6.4.1 - Cloud enable the plugin | Bump SDK version to 6.1.0
* 6.4.0 - Fix Issue Where Create Issue failed when multiple versions of the input Issue Type exists in Jira | Fix failed connection test response for PAT based connection | Include Fields input added to New Issue and Monitor Issues triggers, to specify whether to return Issue fields in the output | Removed empty Fields output from returned Issues when not requested or available
* 6.3.0 - Add PAT authentication scheme for Jira on-prem
* 6.2.1 - Fix issue in Find Issues action where normalize_user has an attribute error for labels | Changed Dockerfile to don't use slim version
Expand Down
4 changes: 2 additions & 2 deletions plugins/jira/plugin.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ hub_tags:
features: []
sdk:
type: slim
version: 6.0.1
version: 6.1.0
user: nobody
fedramp_ready: true
version_history:
- 6.4.1 - Cloud enable the plugin | Bump SDK version to 6.0.1
- 6.4.1 - Cloud enable the plugin | Bump SDK version to 6.1.0
- 6.4.0 - Fix Issue Where Create Issue failed when multiple versions of the input Issue Type exists in Jira | Fix failed connection test response for PAT based connection | Include Fields input added to New Issue and Monitor Issues triggers, to specify whether to return Issue fields in the output | Removed empty Fields output from returned Issues when not requested or available
- 6.3.0 - Add PAT authentication scheme for Jira on-prem
- 6.2.1 - Fix issue in Find Issues action where normalize_user has an attribute error for labels | Changed Dockerfile to don't use slim version
Expand Down

0 comments on commit f89bc0b

Please sign in to comment.