-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathversions.yml
More file actions
177 lines (170 loc) · 3.08 KB
/
versions.yml
File metadata and controls
177 lines (170 loc) · 3.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
versioning_systems:
# This file contains the version numbers for various Elastic products and tools.
# Updates for Stack versions are manual
stack: &stack
base: 9.0
current: 9.3.3
# Using an unlikely high version
# So that our logic that would display "planned" doesn't trigger
all: &all
base: 99999
current: 99999
# Deployment types
# Ece version updates are manual
ece:
base: 4.0
current: 4.1.0
ech: *all
eck:
base: 3.0
current: 3.3.2
ess: *all
ecs:
base: 9.0
current: 9.3.0
self: *stack
ecctl:
base: 1.0
current: 1.15.0
curator:
base: 9.0
current: 9.0.0
# Serverless
serverless: *all
elasticsearch: *all
observability: *all
security: *all
# APM agents
apm-agent-dotnet:
base: 1.0
current: 1.34.1
apm-agent-go:
base: 2.0
current: 2.7.8
apm-agent-java:
base: 1.0
current: 1.55.6
apm-agent-node:
base: 4.0
current: 4.15.0
apm-agent-php:
base: 1.0
current: 1.16.0
apm-agent-python:
base: 6.0
current: 6.25.0
apm-agent-ruby:
base: 4.0
current: 4.8.0
apm-agent-rum-js:
base: 5.0
current: 5.17.4
apm-attacher:
base: 1.0
current: 1.1.3
apm-lambda:
base: 1.0
current: 1.6.0
# EDOTs
edot-collector:
base: 9.0
current: 9.3.3
edot-ios:
base: 1.0
current: 2.0.0
edot-android:
base: 1.0
current: 1.5.0
edot-browser:
base: 0.1
current: 0.1.0
edot-dotnet:
base: 1.0
current: 1.3.0
edot-java:
base: 1.0
current: 1.10.0
edot-node:
base: 1.0
current: 1.10.0
edot-php:
base: 1.0
current: 1.3.1
edot-python:
base: 1.0
current: 1.12.0
edot-cf-aws:
base: 1.0
current: 1.5.0
edot-cf-azure:
base: 0.1
current: 0.7.1
edot-cf-gcp:
base: 0.1
current: 0.1.3
terraform-google-edot-cf:
base: 0.1
current: 0.1.3
# Logging
ecs-logging-dotnet:
base: 8.0
current: 8.18.1
ecs-logging-go-logrus:
base: 1.0
current: 1.0.0
ecs-logging-go-zap:
base: 1.0
current: 1.0.3
ecs-logging-go-zerolog:
base: 0.2
current: 0.2.0
ecs-logging-java:
base: 1.0
current: 1.7.0
ecs-logging-nodejs:
base: 1.0
current: 1.5.3
ecs-logging-php:
base: 2.0
current: 2.0.0
ecs-logging-python:
base: 2.0
current: 2.2.0
ecs-logging-ruby:
base: 1.0
current: 1.0.0
esf:
base: 1.0
current: 1.21.0
search-ui:
base: 1.0
current: 1.24.2
# Elasticsearch clients (separate from Elasticsearch)
elasticsearch-client-go:
base: 9.0
current: 9.3.2
elasticsearch-client-java:
base: 9.0
current: 9.3.4
elasticsearch-client-javascript:
base: 9.0
current: 9.3.4
elasticsearch-client-dotnet:
base: 9.0
current: 9.3.4
elasticsearch-client-php:
base: 9.0
current: 9.3.0
elasticsearch-client-python:
base: 9.0
current: 9.3.0
elasticsearch-client-ruby:
base: 9.0
current: 9.3.1
elasticsearch-client-rust:
base: 9.0
current: 9.1.0-alpha.1
# Other
cloud-terraform:
base: 0.11
current: 0.11.17