Skip to content

Commit 4579007

Browse files
ghconnector-r7komandci-automate-github-pr
andauthored
Release Jira 6.6.1
Co-authored-by: komandci-automate-github-pr <jenkins@rapid7.com>
1 parent dc4a3ab commit 4579007

File tree

6 files changed

+19
-11
lines changed

6 files changed

+19
-11
lines changed

plugins/jira/.CHECKSUM

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"spec": "2664af59352ab401631fb8715030cf16",
3-
"manifest": "b3c849a91f9bcb86978cbdbf9a4080c0",
4-
"setup": "94a466ea6f1644583a740bc2a140da42",
2+
"spec": "aad28f33c2d98396eaa8448f3af29bfe",
3+
"manifest": "ac2f0ea30d666e4e64b3e1ce9d3b0210",
4+
"setup": "a0f8e74e8f11ef6003fffa62e05e6c3b",
55
"schemas": [
66
{
77
"identifier": "assign_issue/schema.py",

plugins/jira/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.4.1 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.4.1
14+
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-slim-plugin:6.4.2
1515

1616
LABEL organization=rapid7
1717
LABEL sdk=python

plugins/jira/bin/komand_jira

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 = "Jira"
88
Vendor = "rapid7"
9-
Version = "6.6.0"
9+
Version = "6.6.1"
1010
Description = "[Jira](https://www.atlassian.com/software/jira) is an issue tracking product developed by Atlassian that allows teams to plan, track, and release great software. This plugin uses the [Jira REST API](https://developer.atlassian.com/cloud/jira/platform/rest/v2/) to programmatically manage and create issues and users. The Jira plugin supports cloud (only with InsightConnect cloud connections) and on-premise versions of Jira Software, Jira Server, and Jira ServiceDesk products from Atlassian"
1111

1212

plugins/jira/help.md

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

731731
# Version History
732732

733+
* 6.6.1 - Updated SDK to the latest version (6.4.2)
733734
* 6.6.0 - Updated plugin to use Jira Cloud API v3 endpoints for cloud instances | Updated SDK to the latest version (6.4.1)
734735
* 6.5.3 - Updated SDK to the latest version (6.3.10)
735736
* 6.5.2 - Updated SDK to the latest version (6.3.3)

plugins/jira/plugin.spec.yaml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,13 @@ title: Jira
66
vendor: rapid7
77
support: rapid7
88
status: []
9-
description: '[Jira](https://www.atlassian.com/software/jira) is an issue tracking product developed by Atlassian that allows teams to plan, track, and release great software. This plugin uses the [Jira REST API](https://developer.atlassian.com/cloud/jira/platform/rest/v2/) to programmatically manage and create issues and users. The Jira plugin supports cloud (only with InsightConnect cloud connections) and on-premise versions of Jira Software, Jira Server, and Jira ServiceDesk products from Atlassian'
10-
version: 6.6.0
9+
description: '[Jira](https://www.atlassian.com/software/jira) is an issue tracking
10+
product developed by Atlassian that allows teams to plan, track, and release great
11+
software. This plugin uses the [Jira REST API](https://developer.atlassian.com/cloud/jira/platform/rest/v2/)
12+
to programmatically manage and create issues and users. The Jira plugin supports
13+
cloud (only with InsightConnect cloud connections) and on-premise versions of Jira
14+
Software, Jira Server, and Jira ServiceDesk products from Atlassian'
15+
version: 6.6.1
1116
connection_version: 6
1217
supported_versions: [Jira Server 6.0, Jira (Cloud), Jira ServiceDesk (Cloud)]
1318
cloud_ready: true
@@ -26,7 +31,7 @@ hub_tags:
2631
features: []
2732
sdk:
2833
type: slim
29-
version: 6.4.1
34+
version: 6.4.2
3035
user: nobody
3136
custom_cmd:
3237
- ENV CRYPTOGRAPHY_DONT_BUILD_RUST=1
@@ -44,7 +49,9 @@ troubleshooting:
4449
- Please note only Jira cloud is supported with InsightConnect cloud. For JIRA OnPrem,
4550
please use an orchestrator for connecting.
4651
version_history:
47-
- 6.6.0 - Updated plugin to use Jira Cloud API v3 endpoints for cloud instances | Updated SDK to the latest version (6.4.1)
52+
- 6.6.1 - Updated SDK to the latest version (6.4.2)
53+
- 6.6.0 - Updated plugin to use Jira Cloud API v3 endpoints for cloud instances |
54+
Updated SDK to the latest version (6.4.1)
4855
- 6.5.3 - Updated SDK to the latest version (6.3.10)
4956
- 6.5.2 - Updated SDK to the latest version (6.3.3)
5057
- 6.5.1 - Updated normalizing user object | Updated SDK to the latest version

plugins/jira/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="jira-rapid7-plugin",
7-
version="6.6.0",
7+
version="6.6.1",
88
description="[Jira](https://www.atlassian.com/software/jira) is an issue tracking product developed by Atlassian that allows teams to plan, track, and release great software. This plugin uses the [Jira REST API](https://developer.atlassian.com/cloud/jira/platform/rest/v2/) to programmatically manage and create issues and users. The Jira plugin supports cloud (only with InsightConnect cloud connections) and on-premise versions of Jira Software, Jira Server, and Jira ServiceDesk products from Atlassian",
99
author="rapid7",
1010
author_email="",

0 commit comments

Comments
 (0)