Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/atlassian_cloud/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
- version: "0.1.1"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- version: "0.1.1"
- version: "0.2.0"

(enhancements bump minor, not patch: ref

Unless you want to reclassify as a bug-fix.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think bug-fix is more suitable for this change.
Updated the labels. I will keep the version bump to patch.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In that case, please fix the types for all the changelogs.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in ea969e0

changes:
- description: Set agentless deployment mode `release` field to `beta`.
type: bugfix
link: https://github.com/elastic/integrations/pull/20478
- version: "0.1.0"
changes:
- description: Initial release.
Expand Down
3 changes: 2 additions & 1 deletion packages/atlassian_cloud/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: "3.4.2"
name: atlassian_cloud
title: Atlassian Cloud
version: 0.1.0
version: 0.1.1
Comment thread
straistaru marked this conversation as resolved.
description: Collect organization-wide audit logs from Atlassian Cloud with Elastic Agent.
type: integration
categories:
Expand Down Expand Up @@ -33,6 +33,7 @@ policy_templates:
enabled: true
agentless:
enabled: true
release: beta
organization: security
division: engineering
team: integration-experience
Expand Down
5 changes: 5 additions & 0 deletions packages/cato_networks/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# later versions go on top
- version: '0.1.2'
Comment thread
straistaru marked this conversation as resolved.
changes:
- description: Set agentless deployment mode `release` field to `beta`.
type: bugfix
link: https://github.com/elastic/integrations/pull/20478
- version: '0.1.1'
changes:
- description: Simplify the audit `last_timestamp` parse guard to use `is_error` instead of `try`/`has`.
Expand Down
3 changes: 2 additions & 1 deletion packages/cato_networks/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.4.2
name: cato_networks
title: Cato Networks
version: 0.1.1
version: 0.1.2
Comment thread
straistaru marked this conversation as resolved.
description: Collect logs from Cato Networks with Elastic Agent.
type: integration
categories:
Expand Down Expand Up @@ -45,6 +45,7 @@ policy_templates:
enabled: true
agentless:
enabled: true
release: beta
organization: security
division: engineering
team: security-service-integrations
Expand Down
5 changes: 5 additions & 0 deletions packages/supabase/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.1.1"
Comment thread
straistaru marked this conversation as resolved.
changes:
- description: Set agentless deployment mode `release` field to `beta`.
type: bugfix
link: https://github.com/elastic/integrations/pull/20478
- version: "0.1.0"
changes:
- description: Initial release of the Supabase OTel integration for metrics collection via Prometheus receiver.
Expand Down
3 changes: 2 additions & 1 deletion packages/supabase/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: "3.6.2"
name: supabase
title: "Supabase"
version: 0.1.0
version: 0.1.1
Comment thread
straistaru marked this conversation as resolved.
source:
license: "Elastic-2.0"
description: >-
Expand Down Expand Up @@ -42,6 +42,7 @@ policy_templates:
enabled: true
agentless:
enabled: true
release: beta
is_default: true
organization: observability
division: engineering
Expand Down
5 changes: 5 additions & 0 deletions packages/ti_socradar_feeds/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
- version: "0.1.2"
Comment thread
straistaru marked this conversation as resolved.
changes:
- description: Set agentless deployment mode `release` field to `beta`.
type: bugfix
link: https://github.com/elastic/integrations/pull/20478
- version: "0.1.1"
changes:
- description: Fix transform destination to use keyword for data_stream.namespace, allowing multi-namespace deployments.
Expand Down
3 changes: 2 additions & 1 deletion packages/ti_socradar_feeds/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.3.2
name: ti_socradar_feeds
title: SOCRadar Threat Feeds
version: "0.1.1"
version: "0.1.2"
Comment thread
straistaru marked this conversation as resolved.
description: Ingest threat intelligence indicators from SOCRadar feed collections with Elastic Agent.
type: integration
categories:
Expand Down Expand Up @@ -35,6 +35,7 @@ policy_templates:
enabled: true
agentless:
enabled: true
release: beta
organization: security
division: engineering
team: security-service-integrations
Expand Down
Loading