Thanks to visit codestin.com
Credit goes to github.com

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.28.1"
changes:
- description: Delete statefulset, job and cronjob visualizations from Cluster Overview dashboard
type: enhancement
link: https://github.com/elastic/integrations/pull/4646
- version: "1.28.0"
changes:
- description: Adding banner for Kube-state metrics
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"timeRestore": false,
"title": "Kubernetes Warnings"
},
"coreMigrationVersion": "8.6.0",
"coreMigrationVersion": "8.5.0",
"id": "kubernetes-ee55101a-9f62-44da-b64c-ffa1eb5abad8",
"migrationVersion": {
"search": "8.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"name": "Managed"
},
"coreMigrationVersion": "8.6.0",
"coreMigrationVersion": "8.5.0",
"id": "kubernetes-324d9ef8-9631-4850-9617-8f5bd7a1b25c",
"migrationVersion": {
"tag": "8.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"name": "Kubernetes"
},
"coreMigrationVersion": "8.6.0",
"coreMigrationVersion": "8.5.0",
"id": "kubernetes-c7922c5e-cd6f-4926-82e3-d98e8106b190",
"migrationVersion": {
"tag": "8.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"name": "Kubernetes"
},
"coreMigrationVersion": "8.6.0",
"coreMigrationVersion": "8.5.0",
"id": "kubernetes-kubernetes",
"migrationVersion": {
"tag": "8.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/kubernetes/kibana/tag/kubernetes-managed.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"name": "Managed"
},
"coreMigrationVersion": "8.6.0",
"coreMigrationVersion": "8.5.0",
"id": "kubernetes-managed",
"migrationVersion": {
"tag": "8.0.0"
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.0
version: 1.28.1
license: basic
description: Collect logs and metrics from Kubernetes clusters with Elastic Agent.
type: integration
Expand Down