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

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/kubernetes/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# newer versions go on top
- version: "1.28.2"
changes:
- description: Fix Pod Memory usage panel title
type: bugfix
link: https://github.com/elastic/integrations/pull/4671
- version: "1.28.1"
changes:
- description: Delete statefulset, job and cronjob visualizations from Cluster Overview dashboard
type: enhancement
link: https://github.com/elastic/integrations/pull/4646
link: https://github.com/elastic/integrations/pull/4672
- version: "1.28.0"
changes:
- description: Adding banner for Kube-state metrics
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@
"y": 34
},
"panelIndex": "5575d413-c4a4-4e34-8605-54f82e5e05b3",
"title": "Memory Usage as Pct of the Total Node Memory [Metrics Kubernetes]",
"title": "Memory Usage as Pct of the Defined Pod Limit [Metrics Kubernetes]",
"type": "lens",
"version": "8.4.0-SNAPSHOT"
},
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.28.1
version: 1.28.2
license: basic
description: Collect logs and metrics from Kubernetes clusters with Elastic Agent.
type: integration
Expand Down