Skip to content

Commit 0acc1c5

Browse files
committed
Remove release field, add preview1 identifier
This is based on recommendations in elastic/kibana#122973 and elastic/package-spec#225
1 parent 28fecbd commit 0acc1c5

File tree

6 files changed

+6
-9
lines changed

6 files changed

+6
-9
lines changed

packages/elasticsearch/changelog.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# newer versions go on top
2-
- version: "1.0.0"
2+
- version: "1.0.0-preview1"
33
changes:
44
- description: Suffix `stack_monitoring` to the datasets
55
type: enhancement

packages/elasticsearch/manifest.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: elasticsearch
22
title: Elasticsearch
3-
version: 1.0.0
4-
release: experimental
3+
version: 1.0.0-preview1
54
description: Elasticsearch Integration
65
type: integration
76
icons:

packages/kibana/changelog.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# newer versions go on top
2-
- version: "2.0.0"
2+
- version: "2.0.0-preview1"
33
changes:
44
- description: Fix logo
55
type: bugfix

packages/kibana/manifest.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: kibana
22
title: Kibana
3-
version: 2.0.0
4-
release: experimental
3+
version: 2.0.0-preview1
54
description: Collect logs and metrics from Kibana with Elastic Agent.
65
type: integration
76
icons:

packages/logstash/changelog.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# newer versions go on top
2-
- version: "2.0.0"
2+
- version: "2.0.0-preview1"
33
changes:
44
- description: Suffix `stack_monitoring` to the datasets
55
type: enhancement

packages/logstash/manifest.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: logstash
22
title: Logstash
3-
version: 2.0.0
4-
release: experimental
3+
version: 2.0.0-preview1
54
description: Collect logs and metrics from Logstash with Elastic Agent.
65
type: integration
76
icons:

0 commit comments

Comments
 (0)