File tree 3 files changed +6
-1
lines changed
3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 7
7
- description : Prepare for 1.3.1
8
8
type : enhancement
9
9
link : https://github.com/elastic/package-spec/pull/250
10
+ - description : Deprecate the release attribute, make it optional and set to ga by default
11
+ type : enhancement
12
+ link : https://github.com/elastic/package-spec/issues/225
10
13
- version : 1.3.0
11
14
changes :
12
15
- description : Support wait-for-data timeout
Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ spec:
115
115
- AWS billing metrics
116
116
release :
117
117
description : Stability of data stream.
118
+ deprecated : true # See https://github.com/elastic/package-spec/issues/225
118
119
type : string
119
120
enum :
120
121
- experimental
Original file line number Diff line number Diff line change @@ -145,11 +145,13 @@ spec:
145
145
- integration
146
146
release :
147
147
description : The stability of the package.
148
+ deprecated : true # See https://github.com/elastic/package-spec/issues/225
148
149
type : string
149
150
enum :
150
151
- experimental
151
152
- beta
152
153
- ga
154
+ default : ga
153
155
examples :
154
156
- experimental
155
157
categories :
@@ -295,5 +297,4 @@ spec:
295
297
- title
296
298
- description
297
299
- version
298
- - release
299
300
- owner
You can’t perform that action at this time.
0 commit comments