Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dimension field previously missed during package-spec v3 migration #8260

Merged
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
7 changes: 6 additions & 1 deletion packages/airflow/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# newer versions go on top
- version: 0.5.0
- version: "0.5.1"
changes:
- description: Add dimension field for container.id which was previously missed during package-spec v3 migration
type: bugfix
link: https://github.com/elastic/integrations/pull/8259
- version: "0.5.0"
changes:
- description: Update the package format_version to 3.0.0.
type: enhancement
Expand Down
1 change: 1 addition & 0 deletions packages/airflow/data_stream/statsd/fields/ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
external: ecs
- name: container.id
external: ecs
dimension: true
- name: container.name
external: ecs
- name: container.runtime
Expand Down
2 changes: 1 addition & 1 deletion packages/airflow/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: airflow
title: Airflow
version: "0.5.0"
version: "0.5.1"
description: Airflow Integration.
type: integration
format_version: "3.0.0"
Expand Down
7 changes: 6 additions & 1 deletion packages/cockroachdb/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
- version: 1.7.0
- version: "1.7.1"
changes:
- description: Add dimension field for container.id which was previously missed during package-spec v3 migration
type: bugfix
link: https://github.com/elastic/integrations/pull/8259
- version: "1.7.0"
changes:
- description: Update the package format_version to 3.0.0.
type: enhancement
Expand Down
1 change: 1 addition & 0 deletions packages/cockroachdb/data_stream/status/fields/ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
external: ecs
- name: container.id
external: ecs
dimension: true
- name: container.name
external: ecs
- name: container.runtime
Expand Down
2 changes: 1 addition & 1 deletion packages/cockroachdb/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: cockroachdb
title: CockroachDB Metrics
version: "1.7.0"
version: "1.7.1"
description: Collect metrics from CockroachDB servers with Elastic Agent.
type: integration
icons:
Expand Down