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
5 changes: 5 additions & 0 deletions packages/azure_metrics/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.5.0"
changes:
- description: Release package for v8.0.0
type: enhancement
link: https://github.com/elastic/integrations/pull/2181
- version: "0.4.1"
changes:
- description: Uniform with guidelines
Expand Down
4 changes: 2 additions & 2 deletions packages/azure_metrics/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: azure_metrics
title: Azure Resource Metrics
version: 0.4.1
version: 0.5.0
release: beta
description: Collect metrics from Azure resources with Elastic Agent.
type: integration
Expand All @@ -20,7 +20,7 @@ categories:
- azure
- web
conditions:
kibana.version: ^7.14.0
kibana.version: "^7.14.0 || ^8.0.0"
vars:
- name: client_id
type: text
Expand Down