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

microsoft_sqlserver: Bump minimum kibana.version #8019

Merged
merged 2 commits into from Sep 29, 2023
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/microsoft_sqlserver/changelog.yml
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "2.2.2"
changes:
- description: Bump minimum kibana version for fetch_from_all_databases feature
type: bugfix
link: https://github.com/elastic/integrations/pull/8019
- version: "2.2.1"
changes:
- description: Add null check and ignore_missing check to the rename processor
Expand Down
4 changes: 2 additions & 2 deletions packages/microsoft_sqlserver/manifest.yml
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: microsoft_sqlserver
title: "Microsoft SQL Server"
version: "2.2.1"
version: "2.2.2"
license: basic
description: Collect events from Microsoft SQL Server with Elastic Agent
type: integration
Expand All @@ -10,7 +10,7 @@ categories:
- security
release: ga
conditions:
kibana.version: "^8.8.0"
kibana.version: "^8.10.2"
screenshots:
- src: /img/sqlserver-dashboard.png
title: Microsoft SQL Server Dashboard
Expand Down