Skip to content

Commit a89bc5a

Browse files
[sql_input] Make SQL input GA (#14348)
1 parent 27e98b6 commit a89bc5a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

packages/sql_input/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "1.0.0"
3+
changes:
4+
- description: Make SQL input package GA
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/14348
27
- version: "0.9.0"
38
changes:
49
- description: Add SSL support

packages/sql_input/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 3.3.2
22
name: sql
33
title: "SQL Input"
4-
version: "0.9.0"
4+
version: "1.0.0"
55
description: "Collects Metrics by querying SQL Databases"
66
type: input
77
categories:

0 commit comments

Comments
 (0)