Skip to content

Commit

Permalink
bumping sdk to version 6.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rbowden-r7 committed Feb 4, 2025
1 parent a9def09 commit bc09b24
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion plugins/salesforce/.CHECKSUM
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"spec": "ae7dbbf62a58205ff91cd8d658ff5299",
"spec": "ca0461f1e8b0955a13e183d053e50eda",
"manifest": "e5d067d713f2381cc4875c19c200e489",
"setup": "bfad8c5af259dc2c0235de74e1b7d8dd",
"schemas": [
Expand Down
2 changes: 1 addition & 1 deletion plugins/salesforce/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-plugin:6.2.3
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-plugin:6.2.4

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

# Version History

* 2.1.13 - Task Monitor Users: improve error response to UI | Bump SDK to 6.2.3
* 2.1.13 - Task Monitor Users: improve error response to UI | Bump SDK to 6.2.4
* 2.1.12 - Task Monitor Users: ensure datetime includes microseconds | Bump SDK to 6.2.0
* 2.1.11 - Task Monitor Users: Return 500 for retry your request error | Bump SDK to 6.1.4
* 2.1.10 - Set Monitor Users task output length | Fix to remove whitespace from connection inputs
Expand Down
4 changes: 2 additions & 2 deletions plugins/salesforce/plugin.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ status: []
supported_versions: ["Salesforce API v58 2023-06-30"]
sdk:
type: full
version: 6.2.3
version: 6.2.4
user: nobody
resources:
source_url: https://github.com/rapid7/insightconnect-plugins/tree/master/plugins/salesforce
Expand All @@ -37,7 +37,7 @@ references:
- "[Connecting your app to the API](https://developer.salesforce.com/docs/atlas.en-us.216.0.api_rest.meta/api_rest/quickstart.htm)"
- "[SOQL](https://developer.salesforce.com/docs/atlas.en-us.216.0.soql_sosl.meta/soql_sosl/sforce_api_calls_soql.htm)"
version_history:
- "2.1.13 - Task Monitor Users: improve error response to UI | Bump SDK to 6.2.3"
- "2.1.13 - Task Monitor Users: improve error response to UI | Bump SDK to 6.2.4"
- "2.1.12 - Task Monitor Users: ensure datetime includes microseconds | Bump SDK to 6.2.0"
- "2.1.11 - Task Monitor Users: Return 500 for retry your request error | Bump SDK to 6.1.4"
- "2.1.10 - Set Monitor Users task output length | Fix to remove whitespace from connection inputs"
Expand Down

0 comments on commit bc09b24

Please sign in to comment.