diff --git a/packages/1password/changelog.yml b/packages/1password/changelog.yml index 8c0c84c2aff..773d3c95a01 100644 --- a/packages/1password/changelog.yml +++ b/packages/1password/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.5.3" + changes: + - description: Fix proxy URL documentation rendering. + type: bugfix + link: https://github.com/elastic/integrations/pull/3881 - version: "1.5.2" changes: - description: Update package name and description to align with standard wording diff --git a/packages/1password/manifest.yml b/packages/1password/manifest.yml index ee6ad253efd..a958d71a54c 100644 --- a/packages/1password/manifest.yml +++ b/packages/1password/manifest.yml @@ -1,7 +1,7 @@ format_version: 1.0.0 name: 1password title: "1Password" -version: 1.5.2 +version: "1.5.3" license: basic description: Collect logs from 1Password with Elastic Agent. type: integration @@ -57,7 +57,7 @@ policy_templates: - name: proxy_url type: text title: Proxy URL - description: URL to proxy connections in the form of http[s]://:@: + description: URL to proxy connections in the form of http\[s\]://:@: multi: false required: false show_user: false diff --git a/packages/akamai/changelog.yml b/packages/akamai/changelog.yml index 97c5e4ed790..0392579cfd1 100644 --- a/packages/akamai/changelog.yml +++ b/packages/akamai/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "2.0.1" + changes: + - description: Fix proxy URL documentation rendering. + type: bugfix + link: https://github.com/elastic/integrations/pull/3881 - version: "2.0.0" changes: - description: Add dashboard. diff --git a/packages/akamai/data_stream/siem/manifest.yml b/packages/akamai/data_stream/siem/manifest.yml index 9d00eada89b..29152e44f53 100644 --- a/packages/akamai/data_stream/siem/manifest.yml +++ b/packages/akamai/data_stream/siem/manifest.yml @@ -69,7 +69,7 @@ streams: multi: false required: false show_user: false - description: URL to proxy connections in the form of http[s]://:@: + description: URL to proxy connections in the form of http\[s\]://:@: - name: ssl type: yaml title: SSL diff --git a/packages/akamai/manifest.yml b/packages/akamai/manifest.yml index 710af70847b..210e5312e53 100644 --- a/packages/akamai/manifest.yml +++ b/packages/akamai/manifest.yml @@ -1,6 +1,6 @@ name: akamai title: Akamai -version: "2.0.0" +version: "2.0.1" release: ga description: Collect logs from Akamai with Elastic Agent. type: integration diff --git a/packages/atlassian_bitbucket/changelog.yml b/packages/atlassian_bitbucket/changelog.yml index c6529c03361..a37fbd8decb 100644 --- a/packages/atlassian_bitbucket/changelog.yml +++ b/packages/atlassian_bitbucket/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.3.1" + changes: + - description: Fix proxy URL documentation rendering. + type: bugfix + link: https://github.com/elastic/integrations/pull/3881 - version: "1.3.0" changes: - description: Update package to ECS 8.3.0. diff --git a/packages/atlassian_bitbucket/data_stream/audit/manifest.yml b/packages/atlassian_bitbucket/data_stream/audit/manifest.yml index b745d247598..86b421cbca6 100644 --- a/packages/atlassian_bitbucket/data_stream/audit/manifest.yml +++ b/packages/atlassian_bitbucket/data_stream/audit/manifest.yml @@ -115,7 +115,7 @@ streams: multi: false required: false show_user: false - description: URL to proxy connections in the form of http[s]://:@: + description: URL to proxy connections in the form of http\[s\]://:@: - name: tags type: text title: Tags diff --git a/packages/atlassian_bitbucket/manifest.yml b/packages/atlassian_bitbucket/manifest.yml index d4de97b5879..e496dc6612a 100644 --- a/packages/atlassian_bitbucket/manifest.yml +++ b/packages/atlassian_bitbucket/manifest.yml @@ -1,7 +1,7 @@ format_version: 1.0.0 name: atlassian_bitbucket title: Atlassian Bitbucket -version: "1.3.0" +version: "1.3.1" license: basic description: Collect logs from Atlassian Bitbucket with Elastic Agent. type: integration diff --git a/packages/atlassian_confluence/changelog.yml b/packages/atlassian_confluence/changelog.yml index 571183307d1..4589992395f 100644 --- a/packages/atlassian_confluence/changelog.yml +++ b/packages/atlassian_confluence/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.4.1" + changes: + - description: Fix proxy URL documentation rendering. + type: bugfix + link: https://github.com/elastic/integrations/pull/3881 - version: "1.4.0" changes: - description: Update package to ECS 8.3.0. diff --git a/packages/atlassian_confluence/data_stream/audit/manifest.yml b/packages/atlassian_confluence/data_stream/audit/manifest.yml index 359e2c49b09..3282cb8fb90 100644 --- a/packages/atlassian_confluence/data_stream/audit/manifest.yml +++ b/packages/atlassian_confluence/data_stream/audit/manifest.yml @@ -123,7 +123,7 @@ streams: multi: false required: false show_user: false - description: URL to proxy connections in the form of http[s]://:@: + description: URL to proxy connections in the form of http\[s\]://:@: - name: tags type: text title: Tags diff --git a/packages/atlassian_confluence/manifest.yml b/packages/atlassian_confluence/manifest.yml index 6464e65fbee..3ffd84c4271 100644 --- a/packages/atlassian_confluence/manifest.yml +++ b/packages/atlassian_confluence/manifest.yml @@ -1,7 +1,7 @@ format_version: 1.0.0 name: atlassian_confluence title: Atlassian Confluence -version: "1.4.0" +version: "1.4.1" license: basic description: Collect logs from Atlassian Confluence with Elastic Agent. type: integration diff --git a/packages/atlassian_jira/changelog.yml b/packages/atlassian_jira/changelog.yml index 295cb6fcaa8..85317d79f31 100644 --- a/packages/atlassian_jira/changelog.yml +++ b/packages/atlassian_jira/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.4.1" + changes: + - description: Fix proxy URL documentation rendering. + type: bugfix + link: https://github.com/elastic/integrations/pull/3881 - version: "1.4.0" changes: - description: Update package to ECS 8.3.0. diff --git a/packages/atlassian_jira/data_stream/audit/manifest.yml b/packages/atlassian_jira/data_stream/audit/manifest.yml index e619f02e4db..ebf8302832b 100644 --- a/packages/atlassian_jira/data_stream/audit/manifest.yml +++ b/packages/atlassian_jira/data_stream/audit/manifest.yml @@ -123,7 +123,7 @@ streams: multi: false required: false show_user: false - description: URL to proxy connections in the form of http[s]://:@: + description: URL to proxy connections in the form of http\[s\]://:@: - name: tags type: text title: Tags diff --git a/packages/atlassian_jira/manifest.yml b/packages/atlassian_jira/manifest.yml index 0e5afa80042..9cd730324e5 100644 --- a/packages/atlassian_jira/manifest.yml +++ b/packages/atlassian_jira/manifest.yml @@ -1,7 +1,7 @@ format_version: 1.0.0 name: atlassian_jira title: Atlassian Jira -version: "1.4.0" +version: "1.4.1" license: basic description: Collect logs from Atlassian Jira with Elastic Agent. type: integration diff --git a/packages/aws/changelog.yml b/packages/aws/changelog.yml index 02f1c1c9d80..42064dcdf2a 100644 --- a/packages/aws/changelog.yml +++ b/packages/aws/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.19.4" + changes: + - description: Fix proxy URL documentation rendering. + type: bugfix + link: https://github.com/elastic/integrations/pull/3881 - version: "1.19.3" changes: - description: Update sample_event.json in kinesis data stream diff --git a/packages/aws/manifest.yml b/packages/aws/manifest.yml index e9c7e868b8e..60a1d2883fc 100644 --- a/packages/aws/manifest.yml +++ b/packages/aws/manifest.yml @@ -1,7 +1,7 @@ format_version: 1.0.0 name: aws title: AWS -version: 1.19.3 +version: 1.19.4 license: basic description: Collect logs and metrics from Amazon Web Services with Elastic Agent. type: integration @@ -73,7 +73,7 @@ vars: multi: false required: false show_user: false - description: URL to proxy connections in the form of http[s]://:@: + description: URL to proxy connections in the form of http\[s\]://:@: policy_templates: - name: billing title: AWS Billing diff --git a/packages/aws_logs/changelog.yml b/packages/aws_logs/changelog.yml index 69bb55f4da8..0731df12f7b 100644 --- a/packages/aws_logs/changelog.yml +++ b/packages/aws_logs/changelog.yml @@ -1,3 +1,8 @@ +- version: "0.2.4" + changes: + - description: Fix proxy URL documentation rendering. + type: bugfix + link: https://github.com/elastic/integrations/pull/3881 - version: "0.2.3" changes: - description: Fix misspelling of Log Stream Prefix variable in manifest for aws-cloudwatch input diff --git a/packages/aws_logs/manifest.yml b/packages/aws_logs/manifest.yml index aac400d4f8d..4f7c50a614e 100644 --- a/packages/aws_logs/manifest.yml +++ b/packages/aws_logs/manifest.yml @@ -3,7 +3,7 @@ name: aws_logs title: Custom AWS Logs description: Collect raw logs from AWS S3 or CloudWatch with Elastic Agent. type: integration -version: 0.2.3 +version: 0.2.4 release: beta license: basic categories: @@ -78,6 +78,6 @@ vars: multi: false required: false show_user: false - description: URL to proxy connections in the form of http[s]://:@: + description: URL to proxy connections in the form of http\[s\]://:@: owner: github: elastic/obs-cloud-monitoring diff --git a/packages/carbon_black_cloud/changelog.yml b/packages/carbon_black_cloud/changelog.yml index a54162989b5..865d9b442e2 100644 --- a/packages/carbon_black_cloud/changelog.yml +++ b/packages/carbon_black_cloud/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.1.1" + changes: + - description: Fix proxy URL documentation rendering. + type: bugfix + link: https://github.com/elastic/integrations/pull/3881 - version: "1.1.0" changes: - description: Update package to ECS 8.3.0. diff --git a/packages/carbon_black_cloud/manifest.yml b/packages/carbon_black_cloud/manifest.yml index ba305c46347..b9140548a07 100644 --- a/packages/carbon_black_cloud/manifest.yml +++ b/packages/carbon_black_cloud/manifest.yml @@ -1,7 +1,7 @@ format_version: 1.0.0 name: carbon_black_cloud title: VMware Carbon Black Cloud -version: "1.1.0" +version: "1.1.1" license: basic description: Collect logs from VMWare Carbon Black Cloud with Elastic Agent. type: integration @@ -65,7 +65,7 @@ policy_templates: multi: false required: false show_user: false - description: URL to proxy connections in the form of http[s]://:@:. Please ensure your username and password are in URL encoded format. + description: URL to proxy connections in the form of http\[s\]://:@:. Please ensure your username and password are in URL encoded format. - name: ssl type: yaml title: SSL Configuration @@ -131,6 +131,6 @@ policy_templates: multi: false required: false show_user: false - description: URL to proxy connections in the form of http[s]://:@:. Please ensure your username and password are in URL encoded format. + description: URL to proxy connections in the form of http\[s\]://:@:. Please ensure your username and password are in URL encoded format. owner: github: elastic/security-external-integrations diff --git a/packages/cisco_umbrella/changelog.yml b/packages/cisco_umbrella/changelog.yml index c93ce7ee150..ff572966bfe 100644 --- a/packages/cisco_umbrella/changelog.yml +++ b/packages/cisco_umbrella/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.2.2" + changes: + - description: Fix proxy URL documentation rendering. + type: bugfix + link: https://github.com/elastic/integrations/pull/3881 - version: "1.2.1" changes: - description: Add missing proxy config to S3 input diff --git a/packages/cisco_umbrella/data_stream/log/manifest.yml b/packages/cisco_umbrella/data_stream/log/manifest.yml index 17830786be1..bf20f1df171 100644 --- a/packages/cisco_umbrella/data_stream/log/manifest.yml +++ b/packages/cisco_umbrella/data_stream/log/manifest.yml @@ -127,7 +127,7 @@ streams: multi: false required: false show_user: false - description: URL to proxy connections in the form of http[s]://:@: + description: URL to proxy connections in the form of http\[s\]://:@: - name: tags type: text title: Tags diff --git a/packages/cisco_umbrella/manifest.yml b/packages/cisco_umbrella/manifest.yml index 93a02cbfee9..e9fda5c6cfe 100644 --- a/packages/cisco_umbrella/manifest.yml +++ b/packages/cisco_umbrella/manifest.yml @@ -1,7 +1,7 @@ format_version: 1.0.0 name: cisco_umbrella title: Cisco Umbrella -version: "1.2.1" +version: "1.2.2" license: basic description: Collect logs from Cisco Umbrella with Elastic Agent. type: integration diff --git a/packages/cloudflare/changelog.yml b/packages/cloudflare/changelog.yml index 46d953e5fd3..7dd318aea9e 100644 --- a/packages/cloudflare/changelog.yml +++ b/packages/cloudflare/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "2.1.3" + changes: + - description: Fix proxy URL documentation rendering. + type: bugfix + link: https://github.com/elastic/integrations/pull/3881 - version: "2.1.2" changes: - description: Update package name and description to align with standard wording diff --git a/packages/cloudflare/manifest.yml b/packages/cloudflare/manifest.yml index e49240daec1..4e51954f4ac 100644 --- a/packages/cloudflare/manifest.yml +++ b/packages/cloudflare/manifest.yml @@ -1,6 +1,6 @@ name: cloudflare title: Cloudflare -version: 2.1.2 +version: "2.1.3" release: ga description: Collect logs from Cloudflare with Elastic Agent. type: integration @@ -64,7 +64,7 @@ policy_templates: multi: false required: false show_user: false - description: URL to proxy connections in the form of http[s]://:@: + description: URL to proxy connections in the form of http\[s\]://:@: - name: http_client_timeout type: text title: HTTP Client Timeout diff --git a/packages/crowdstrike/changelog.yml b/packages/crowdstrike/changelog.yml index cee6d5bf1cb..94f6bc0a03c 100644 --- a/packages/crowdstrike/changelog.yml +++ b/packages/crowdstrike/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.4.2" + changes: + - description: Fix proxy URL documentation rendering. + type: bugfix + link: https://github.com/elastic/integrations/pull/3881 - version: "1.4.1" changes: - description: Update package name and description to align with standard wording diff --git a/packages/crowdstrike/data_stream/fdr/manifest.yml b/packages/crowdstrike/data_stream/fdr/manifest.yml index 755618e9319..66f69940b53 100644 --- a/packages/crowdstrike/data_stream/fdr/manifest.yml +++ b/packages/crowdstrike/data_stream/fdr/manifest.yml @@ -103,7 +103,7 @@ streams: multi: false required: false show_user: false - description: URL to proxy connections in the form of http[s]://:@: + description: URL to proxy connections in the form of http\[s\]://:@: - name: fdr_parsing_script type: yaml title: FDR Notification Parsing Script diff --git a/packages/crowdstrike/manifest.yml b/packages/crowdstrike/manifest.yml index 0cf963b7ea2..bf7665eb848 100644 --- a/packages/crowdstrike/manifest.yml +++ b/packages/crowdstrike/manifest.yml @@ -1,6 +1,6 @@ name: crowdstrike title: CrowdStrike -version: "1.4.1" +version: "1.4.2" description: Collect logs from Crowdstrike with Elastic Agent. type: integration format_version: 1.0.0 diff --git a/packages/github/changelog.yml b/packages/github/changelog.yml index eada3416ce9..cac6c126446 100644 --- a/packages/github/changelog.yml +++ b/packages/github/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.2.3" + changes: + - description: Fix proxy URL documentation rendering. + type: bugfix + link: https://github.com/elastic/integrations/pull/3881 - version: "1.2.2" changes: - description: Update Github Secret Scanning fingerprint with resolved_at diff --git a/packages/github/data_stream/audit/manifest.yml b/packages/github/data_stream/audit/manifest.yml index fd72fb7ea5f..27225f5fbdf 100644 --- a/packages/github/data_stream/audit/manifest.yml +++ b/packages/github/data_stream/audit/manifest.yml @@ -61,7 +61,7 @@ streams: multi: false required: false show_user: false - description: URL to proxy connections in the form of http[s]://:@: + description: URL to proxy connections in the form of http\[s\]://:@: - name: tags type: text title: Tags diff --git a/packages/github/data_stream/code_scanning/manifest.yml b/packages/github/data_stream/code_scanning/manifest.yml index 30bfe2e34db..b91bc63c1f5 100644 --- a/packages/github/data_stream/code_scanning/manifest.yml +++ b/packages/github/data_stream/code_scanning/manifest.yml @@ -60,7 +60,7 @@ streams: multi: false required: false show_user: false - description: URL to proxy connections in the form of http[s]://:@: + description: URL to proxy connections in the form of http\[s\]://:@: - name: tags type: text title: Tags diff --git a/packages/github/data_stream/secret_scanning/manifest.yml b/packages/github/data_stream/secret_scanning/manifest.yml index 22bcec1bb15..af8e77904ee 100644 --- a/packages/github/data_stream/secret_scanning/manifest.yml +++ b/packages/github/data_stream/secret_scanning/manifest.yml @@ -68,7 +68,7 @@ streams: multi: false required: false show_user: false - description: URL to proxy connections in the form of http[s]://:@: + description: URL to proxy connections in the form of http\[s\]://:@: - name: tags type: text title: Tags diff --git a/packages/github/manifest.yml b/packages/github/manifest.yml index 0fdce35795f..bf5f3142c36 100644 --- a/packages/github/manifest.yml +++ b/packages/github/manifest.yml @@ -1,6 +1,6 @@ name: github title: GitHub -version: 1.2.2 +version: "1.2.3" release: ga description: Collect logs from GitHub with Elastic Agent. type: integration diff --git a/packages/m365_defender/changelog.yml b/packages/m365_defender/changelog.yml index 13e4f68051e..b252824f487 100644 --- a/packages/m365_defender/changelog.yml +++ b/packages/m365_defender/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.1.2" + changes: + - description: Fix proxy URL documentation rendering. + type: bugfix + link: https://github.com/elastic/integrations/pull/3881 - version: "1.1.1" changes: - description: Update package name and description to align with standard wording diff --git a/packages/m365_defender/data_stream/log/manifest.yml b/packages/m365_defender/data_stream/log/manifest.yml index ee4f3f72755..c46c538405d 100644 --- a/packages/m365_defender/data_stream/log/manifest.yml +++ b/packages/m365_defender/data_stream/log/manifest.yml @@ -49,7 +49,7 @@ streams: multi: false required: false show_user: false - description: URL to proxy connections in the form of http[s]://:@: + description: URL to proxy connections in the form of http\[s\]://:@: - name: login_url type: text title: OAuth Server URL diff --git a/packages/m365_defender/manifest.yml b/packages/m365_defender/manifest.yml index 6d2914134fb..36c7b675fdf 100644 --- a/packages/m365_defender/manifest.yml +++ b/packages/m365_defender/manifest.yml @@ -1,7 +1,7 @@ format_version: 1.0.0 name: m365_defender title: Microsoft M365 Defender -version: 1.1.1 +version: "1.1.2" description: Collect logs from Microsoft M365 Defender with Elastic Agent. categories: - "network" diff --git a/packages/microsoft_defender_endpoint/changelog.yml b/packages/microsoft_defender_endpoint/changelog.yml index 15b3f354ac9..32aa536a4dd 100644 --- a/packages/microsoft_defender_endpoint/changelog.yml +++ b/packages/microsoft_defender_endpoint/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "2.3.1" + changes: + - description: Fix proxy URL documentation rendering. + type: bugfix + link: https://github.com/elastic/integrations/pull/3881 - version: "2.3.0" changes: - description: Update package to ECS 8.3.0. diff --git a/packages/microsoft_defender_endpoint/data_stream/log/manifest.yml b/packages/microsoft_defender_endpoint/data_stream/log/manifest.yml index 02ab2e3b682..2d328372c52 100644 --- a/packages/microsoft_defender_endpoint/data_stream/log/manifest.yml +++ b/packages/microsoft_defender_endpoint/data_stream/log/manifest.yml @@ -42,14 +42,14 @@ streams: required: true default: https://api.securitycenter.windows.com/ show_user: false - description: URL to proxy connections in the form of http[s]://:@: + description: URL to proxy connections in the form of http\[s\]://:@: - name: proxy_url type: text title: Proxy URL multi: false required: false show_user: false - description: URL to proxy connections in the form of http[s]://:@: + description: URL to proxy connections in the form of http\[s\]://:@: - name: login_url type: text title: OAuth Server URL diff --git a/packages/microsoft_defender_endpoint/manifest.yml b/packages/microsoft_defender_endpoint/manifest.yml index 632208571ff..f09c3896f88 100644 --- a/packages/microsoft_defender_endpoint/manifest.yml +++ b/packages/microsoft_defender_endpoint/manifest.yml @@ -1,7 +1,7 @@ format_version: 1.0.0 name: microsoft_defender_endpoint title: Microsoft Defender for Endpoint -version: "2.3.0" +version: "2.3.1" description: Collect logs from Microsoft Defender for Endpoint with Elastic Agent. categories: - "network" diff --git a/packages/nagios_xi/changelog.yml b/packages/nagios_xi/changelog.yml index f64f5b765f5..48f1adc8992 100644 --- a/packages/nagios_xi/changelog.yml +++ b/packages/nagios_xi/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "0.1.3" + changes: + - description: Fix proxy URL documentation rendering. + type: bugfix + link: https://github.com/elastic/integrations/pull/3881 - version: "0.1.2" changes: - description: Fix invalid value in ECS field diff --git a/packages/nagios_xi/manifest.yml b/packages/nagios_xi/manifest.yml index a683ac23a34..5b5558613f0 100644 --- a/packages/nagios_xi/manifest.yml +++ b/packages/nagios_xi/manifest.yml @@ -1,7 +1,7 @@ format_version: 1.0.0 name: nagios_xi title: "Nagios XI" -version: 0.1.2 +version: "0.1.3" license: basic description: Collect Logs and Metrics from Nagios XI with Elastic Agent. type: integration @@ -64,7 +64,7 @@ policy_templates: - name: proxy_url type: text title: Proxy URL - description: URL to proxy connections in the form of http[s]://:@:. Please ensure your username and password are in URL encoded format. + description: URL to proxy connections in the form of http\[s\]://:@:. Please ensure your username and password are in URL encoded format. multi: false required: false show_user: false diff --git a/packages/okta/changelog.yml b/packages/okta/changelog.yml index 3e0769480cb..f63b38ab29e 100644 --- a/packages/okta/changelog.yml +++ b/packages/okta/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.9.2" + changes: + - description: Fix proxy URL documentation rendering. + type: bugfix + link: https://github.com/elastic/integrations/pull/3881 - version: "1.9.1" changes: - description: Update package name and description to align with standard wording diff --git a/packages/okta/manifest.yml b/packages/okta/manifest.yml index 2b47bf11d89..70cb976cc3d 100644 --- a/packages/okta/manifest.yml +++ b/packages/okta/manifest.yml @@ -1,6 +1,6 @@ name: okta title: Okta -version: 1.9.1 +version: "1.9.2" release: ga description: Collect and parse event logs from Okta API with Elastic Agent. type: integration @@ -70,7 +70,7 @@ policy_templates: multi: false required: false show_user: false - description: URL to proxy connections in the form of http[s]://:@: + description: URL to proxy connections in the form of http\[s\]://:@: title: "Collect Okta logs via API" description: "Collecting logs from Okta via API" owner: diff --git a/packages/proofpoint_tap/changelog.yml b/packages/proofpoint_tap/changelog.yml index 74794a33ed5..cdb25a11380 100644 --- a/packages/proofpoint_tap/changelog.yml +++ b/packages/proofpoint_tap/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "0.2.2" + changes: + - description: Fix proxy URL documentation rendering. + type: bugfix + link: https://github.com/elastic/integrations/pull/3881 - version: "0.2.1" changes: - description: Set @timestamp for delivery and quarantine. diff --git a/packages/proofpoint_tap/manifest.yml b/packages/proofpoint_tap/manifest.yml index 15ca64e9c9c..8113b6fae66 100644 --- a/packages/proofpoint_tap/manifest.yml +++ b/packages/proofpoint_tap/manifest.yml @@ -1,7 +1,7 @@ format_version: 1.0.0 name: proofpoint_tap title: Proofpoint TAP -version: "0.2.1" +version: "0.2.2" license: basic description: Collect logs from Proofpoint TAP with Elastic Agent. type: integration @@ -50,7 +50,7 @@ policy_templates: multi: false required: false show_user: false - description: URL to proxy connections in the form of http[s]://:@:. Please ensure your username and password are in URL encoded format. + description: URL to proxy connections in the form of http\[s\]://:@:. Please ensure your username and password are in URL encoded format. - name: ssl type: yaml title: SSL Configuration diff --git a/packages/sentinel_one/changelog.yml b/packages/sentinel_one/changelog.yml index f89b8b8280f..9ff359617ba 100644 --- a/packages/sentinel_one/changelog.yml +++ b/packages/sentinel_one/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "0.2.1" + changes: + - description: Fix proxy URL documentation rendering. + type: bugfix + link: https://github.com/elastic/integrations/pull/3881 - version: "0.2.0" changes: - description: Update package to ECS 8.3.0. diff --git a/packages/sentinel_one/manifest.yml b/packages/sentinel_one/manifest.yml index cfb885ba8a9..8c28dc927a6 100644 --- a/packages/sentinel_one/manifest.yml +++ b/packages/sentinel_one/manifest.yml @@ -1,7 +1,7 @@ format_version: 1.0.0 name: sentinel_one title: SentinelOne -version: "0.2.0" +version: "0.2.1" license: basic description: Collect logs from SentinelOne with Elastic Agent. type: integration @@ -44,7 +44,7 @@ policy_templates: multi: false required: false show_user: false - description: URL to proxy connections in the form of http[s]://:@:. Please ensure your username and password are in URL encoded format. + description: URL to proxy connections in the form of http\[s\]://:@:. Please ensure your username and password are in URL encoded format. - name: ssl type: yaml title: SSL Configuration diff --git a/packages/snyk/changelog.yml b/packages/snyk/changelog.yml index a974205bde0..73a3ddb4496 100644 --- a/packages/snyk/changelog.yml +++ b/packages/snyk/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.3.3" + changes: + - description: Fix proxy URL documentation rendering. + type: bugfix + link: https://github.com/elastic/integrations/pull/3881 - version: "1.3.2" changes: - description: Update package name and description to align with standard wording diff --git a/packages/snyk/manifest.yml b/packages/snyk/manifest.yml index fc707d3506f..1467c31afbd 100644 --- a/packages/snyk/manifest.yml +++ b/packages/snyk/manifest.yml @@ -1,7 +1,7 @@ format_version: 1.0.0 name: snyk title: "Snyk" -version: 1.3.2 +version: "1.3.3" license: basic description: Collect logs from Snyk with Elastic Agent. type: integration @@ -47,7 +47,7 @@ policy_templates: - name: proxy_url type: text title: Proxy URL - description: URL to proxy connections in the form of http[s]://:@: + description: URL to proxy connections in the form of http\[s\]://:@: multi: false required: false show_user: false diff --git a/packages/tenable_sc/changelog.yml b/packages/tenable_sc/changelog.yml index bea386b1af6..e8a73447f15 100644 --- a/packages/tenable_sc/changelog.yml +++ b/packages/tenable_sc/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.3.1" + changes: + - description: Fix proxy URL documentation rendering. + type: bugfix + link: https://github.com/elastic/integrations/pull/3881 - version: "1.3.0" changes: - description: Update package to ECS 8.3.0. diff --git a/packages/tenable_sc/manifest.yml b/packages/tenable_sc/manifest.yml index 7d238cc6081..7a4b8d0077f 100644 --- a/packages/tenable_sc/manifest.yml +++ b/packages/tenable_sc/manifest.yml @@ -2,7 +2,7 @@ format_version: 1.0.0 name: tenable_sc title: Tenable.sc # The version must be updated in the pipeline as well. Until elastic/kibana#121310 is implemented we will have to manually sync these. -version: "1.3.0" +version: "1.3.1" license: basic description: | Collect logs from Tenable.sc with Elastic Agent. @@ -39,7 +39,7 @@ policy_templates: - name: proxy_url type: text title: Proxy URL - description: URL to proxy connections in the form of http[s]://:@:. Please ensure your username and password are in URL encoded format. + description: URL to proxy connections in the form of http\[s\]://:@:. Please ensure your username and password are in URL encoded format. multi: false required: false show_user: false diff --git a/packages/ti_abusech/changelog.yml b/packages/ti_abusech/changelog.yml index c10fd0a126d..0fd9ded9324 100644 --- a/packages/ti_abusech/changelog.yml +++ b/packages/ti_abusech/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.5.1" + changes: + - description: Fix proxy URL documentation rendering. + type: bugfix + link: https://github.com/elastic/integrations/pull/3881 - version: "1.5.0" changes: - description: Update categories to include `threat_intel`. diff --git a/packages/ti_abusech/data_stream/malware/manifest.yml b/packages/ti_abusech/data_stream/malware/manifest.yml index 9b986685b18..e78edee86dd 100644 --- a/packages/ti_abusech/data_stream/malware/manifest.yml +++ b/packages/ti_abusech/data_stream/malware/manifest.yml @@ -23,7 +23,7 @@ streams: multi: false required: false show_user: false - description: URL to proxy connections in the form of http[s]://:@: + description: URL to proxy connections in the form of http\[s\]://:@: - name: interval type: text title: Interval diff --git a/packages/ti_abusech/data_stream/malwarebazaar/manifest.yml b/packages/ti_abusech/data_stream/malwarebazaar/manifest.yml index 61b6d55edc0..4ec941f6c5d 100644 --- a/packages/ti_abusech/data_stream/malwarebazaar/manifest.yml +++ b/packages/ti_abusech/data_stream/malwarebazaar/manifest.yml @@ -23,7 +23,7 @@ streams: multi: false required: false show_user: false - description: URL to proxy connections in the form of http[s]://:@: + description: URL to proxy connections in the form of http\[s\]://:@: - name: interval type: text title: Interval diff --git a/packages/ti_abusech/data_stream/url/manifest.yml b/packages/ti_abusech/data_stream/url/manifest.yml index d138d7f3acf..689bbf2a44f 100644 --- a/packages/ti_abusech/data_stream/url/manifest.yml +++ b/packages/ti_abusech/data_stream/url/manifest.yml @@ -23,7 +23,7 @@ streams: multi: false required: false show_user: false - description: URL to proxy connections in the form of http[s]://:@: + description: URL to proxy connections in the form of http\[s\]://:@: - name: interval type: text title: Interval diff --git a/packages/ti_abusech/manifest.yml b/packages/ti_abusech/manifest.yml index c9a09d953eb..0da091824c0 100644 --- a/packages/ti_abusech/manifest.yml +++ b/packages/ti_abusech/manifest.yml @@ -1,6 +1,6 @@ name: ti_abusech title: AbuseCH -version: "1.5.0" +version: "1.5.1" release: ga description: Ingest threat intelligence indicators from URL Haus and Malware Bazaar feeds with Elastic Agent. type: integration diff --git a/packages/ti_anomali/changelog.yml b/packages/ti_anomali/changelog.yml index 7fb874f3cea..a5e42e5ce12 100644 --- a/packages/ti_anomali/changelog.yml +++ b/packages/ti_anomali/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.5.1" + changes: + - description: Fix proxy URL documentation rendering. + type: bugfix + link: https://github.com/elastic/integrations/pull/3881 - version: "1.5.0" changes: - description: Update categories to include `threat_intel`. diff --git a/packages/ti_anomali/data_stream/limo/manifest.yml b/packages/ti_anomali/data_stream/limo/manifest.yml index 278b84f0e74..89f94ffe6d7 100644 --- a/packages/ti_anomali/data_stream/limo/manifest.yml +++ b/packages/ti_anomali/data_stream/limo/manifest.yml @@ -23,7 +23,7 @@ streams: multi: false required: false show_user: false - description: URL to proxy connections in the form of http[s]://:@: + description: URL to proxy connections in the form of http\[s\]://:@: - name: interval type: text title: Interval diff --git a/packages/ti_anomali/manifest.yml b/packages/ti_anomali/manifest.yml index 940e16694e0..0e15bf6c575 100644 --- a/packages/ti_anomali/manifest.yml +++ b/packages/ti_anomali/manifest.yml @@ -1,6 +1,6 @@ name: ti_anomali title: Anomali -version: "1.5.0" +version: "1.5.1" release: ga description: Ingest threat intelligence indicators from Anomali with Elastic Agent. type: integration diff --git a/packages/ti_cybersixgill/changelog.yml b/packages/ti_cybersixgill/changelog.yml index 1801363d9d4..a91e5702145 100644 --- a/packages/ti_cybersixgill/changelog.yml +++ b/packages/ti_cybersixgill/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.6.1" + changes: + - description: Fix proxy URL documentation rendering. + type: bugfix + link: https://github.com/elastic/integrations/pull/3881 - version: "1.6.0" changes: - description: Update categories to include `threat_intel`. diff --git a/packages/ti_cybersixgill/data_stream/threat/manifest.yml b/packages/ti_cybersixgill/data_stream/threat/manifest.yml index 2172810090b..da5556ce9d9 100644 --- a/packages/ti_cybersixgill/data_stream/threat/manifest.yml +++ b/packages/ti_cybersixgill/data_stream/threat/manifest.yml @@ -35,7 +35,7 @@ streams: multi: false required: false show_user: false - description: URL to proxy connections in the form of http[s]://:@: + description: URL to proxy connections in the form of http\[s\]://:@: - name: interval type: text title: Interval diff --git a/packages/ti_cybersixgill/manifest.yml b/packages/ti_cybersixgill/manifest.yml index bc4179808fc..6422bf61864 100644 --- a/packages/ti_cybersixgill/manifest.yml +++ b/packages/ti_cybersixgill/manifest.yml @@ -1,6 +1,6 @@ name: ti_cybersixgill title: Cybersixgill -version: "1.6.0" +version: "1.6.1" release: ga description: Ingest threat intelligence indicators from Cybersixgill with Elastic Agent. type: integration diff --git a/packages/ti_misp/changelog.yml b/packages/ti_misp/changelog.yml index fa3441f1ea0..b100ca1de8f 100644 --- a/packages/ti_misp/changelog.yml +++ b/packages/ti_misp/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.6.1" + changes: + - description: Fix proxy URL documentation rendering. + type: bugfix + link: https://github.com/elastic/integrations/pull/3881 - version: "1.6.0" changes: - description: Update categories to include `threat_intel`. diff --git a/packages/ti_misp/data_stream/threat/manifest.yml b/packages/ti_misp/data_stream/threat/manifest.yml index 353de39766f..ecc9fe64906 100644 --- a/packages/ti_misp/data_stream/threat/manifest.yml +++ b/packages/ti_misp/data_stream/threat/manifest.yml @@ -54,7 +54,7 @@ streams: multi: false required: false show_user: false - description: URL to proxy connections in the form of http[s]://:@: + description: URL to proxy connections in the form of http\[s\]://:@: - name: interval type: text title: Interval diff --git a/packages/ti_misp/manifest.yml b/packages/ti_misp/manifest.yml index 42f3be3b363..b65e3122381 100644 --- a/packages/ti_misp/manifest.yml +++ b/packages/ti_misp/manifest.yml @@ -1,6 +1,6 @@ name: ti_misp title: MISP -version: "1.6.0" +version: "1.6.1" release: ga description: Ingest threat intelligence indicators from MISP platform with Elastic Agent. type: integration diff --git a/packages/ti_otx/changelog.yml b/packages/ti_otx/changelog.yml index 70a1a21bae3..028bbac09d9 100644 --- a/packages/ti_otx/changelog.yml +++ b/packages/ti_otx/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.4.2" + changes: + - description: Fix proxy URL documentation rendering. + type: bugfix + link: https://github.com/elastic/integrations/pull/3881 - version: "1.4.1" changes: - description: Update categories to include `threat_intel`. diff --git a/packages/ti_otx/data_stream/threat/manifest.yml b/packages/ti_otx/data_stream/threat/manifest.yml index 4bfd942d448..7d20e111fb3 100644 --- a/packages/ti_otx/data_stream/threat/manifest.yml +++ b/packages/ti_otx/data_stream/threat/manifest.yml @@ -23,7 +23,7 @@ streams: multi: false required: false show_user: false - description: URL to proxy connections in the form of http[s]://:@: + description: URL to proxy connections in the form of http\[s\]://:@: - name: interval type: text title: Interval diff --git a/packages/ti_otx/manifest.yml b/packages/ti_otx/manifest.yml index 0b7302adfe8..cfeacaf0c8f 100644 --- a/packages/ti_otx/manifest.yml +++ b/packages/ti_otx/manifest.yml @@ -1,6 +1,6 @@ name: ti_otx title: AlienVault OTX -version: "1.4.1" +version: "1.4.2" release: ga description: Ingest threat intelligence indicators from AlienVault Open Threat Exchange (OTX) with Elastic Agent. type: integration diff --git a/packages/ti_threatq/changelog.yml b/packages/ti_threatq/changelog.yml index 901342eb646..b9fed8343aa 100644 --- a/packages/ti_threatq/changelog.yml +++ b/packages/ti_threatq/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.5.1" + changes: + - description: Fix proxy URL documentation rendering. + type: bugfix + link: https://github.com/elastic/integrations/pull/3881 - version: "1.5.0" changes: - description: Update categories to include `threat_intel`. diff --git a/packages/ti_threatq/data_stream/threat/manifest.yml b/packages/ti_threatq/data_stream/threat/manifest.yml index 060ab471625..8fcdb941158 100644 --- a/packages/ti_threatq/data_stream/threat/manifest.yml +++ b/packages/ti_threatq/data_stream/threat/manifest.yml @@ -53,7 +53,7 @@ streams: multi: false required: false show_user: false - description: URL to proxy connections in the form of http[s]://:@: + description: URL to proxy connections in the form of http\[s\]://:@: - name: interval type: text title: Interval diff --git a/packages/ti_threatq/manifest.yml b/packages/ti_threatq/manifest.yml index 9927088f602..e79ebe04291 100644 --- a/packages/ti_threatq/manifest.yml +++ b/packages/ti_threatq/manifest.yml @@ -1,6 +1,6 @@ name: ti_threatq title: ThreatQuotient -version: "1.5.0" +version: "1.5.1" release: ga description: Ingest threat intelligence indicators from ThreatQuotient with Elastic Agent. type: integration