We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 089fe82 commit c8110f4Copy full SHA for c8110f4
config/versions.yml
@@ -1,4 +1,6 @@
1
versioning_systems:
2
+ # This file contains the version numbers for various Elastic products and tools.
3
+ # Updates for Stack versions are manual
4
stack: &stack
5
base: 9.0
6
current: 9.1.0
@@ -9,7 +11,8 @@ versioning_systems:
9
11
base: 99999
10
12
current: 99999
13
- # deployment types
14
+ # Deployment types
15
+ # Ece version updates are manual
16
ece:
17
base: 4.0
18
current: 4.1
@@ -19,16 +22,14 @@ versioning_systems:
19
22
current: 3.0
20
23
ess: *all
21
24
self: *stack
-
- # things that i don't know about
25
ecctl:
26
base: 1.0
27
current: 1.15
28
curator:
29
base: 8.0
30
current: 8.21
31
- # serverless
32
+ # Serverless
33
serverless: *all
34
elasticsearch: *all
35
observability: *all
0 commit comments