Skip to content
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
5 changes: 5 additions & 0 deletions packages/kubernetes/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.17.3"
changes:
- description: Remove incorrectly tagged boolean dimension
type: bugfix
link: https://github.com/elastic/integrations/pull/2827
- version: "1.17.2"
changes:
- description: Add missing metadata fields
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
metric_type: gauge
description: Number of active pods for the cronjob
- name: is_suspended
dimension: true
type: boolean
description: Whether the cronjob is suspended
- name: created.sec
Expand Down
2 changes: 1 addition & 1 deletion packages/kubernetes/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: kubernetes
title: Kubernetes
version: 1.17.2
version: 1.17.3
license: basic
description: Collect logs and metrics from Kubernetes clusters with Elastic Agent.
type: integration
Expand Down