Skip to content
Closed
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
dbdd9d2
chore: Update config/versions.yml edot-php 1.1.0
elastic-observability-automation[bot] Jul 29, 2025
63f5fd7
chore: Update config/versions.yml edot-python 1.4.0
elastic-observability-automation[bot] Jul 29, 2025
7e466e7
chore: Update config/versions.yml edot-dotnet 1.1.0
elastic-observability-automation[bot] Jul 29, 2025
c8b4b43
chore: Update config/versions.yml edot-collector 9.0.4
elastic-observability-automation[bot] Jul 29, 2025
b1242c9
chore: Update config/versions.yml eck 3.0.0
elastic-observability-automation[bot] Jul 29, 2025
b3543ec
chore: Update config/versions.yml apm_agent_java 1.55.0
elastic-observability-automation[bot] Jul 29, 2025
f3b4448
chore: Update config/versions.yml curator 8.0.21
elastic-observability-automation[bot] Jul 29, 2025
14687ea
chore: Update config/versions.yml apm_agent_php 1.15.1
elastic-observability-automation[bot] Jul 29, 2025
b32076c
chore: Update config/versions.yml apm_agent_ruby 4.8.0
elastic-observability-automation[bot] Jul 29, 2025
19e68dd
chore: Update config/versions.yml apm_agent_rum @elastic/apm-rum@5.17.0
elastic-observability-automation[bot] Jul 29, 2025
46e77d2
chore: Update config/versions.yml apm_agent_go 2.7.1
elastic-observability-automation[bot] Jul 29, 2025
55e8678
chore: Update config/versions.yml edot-java 1.5.0
elastic-observability-automation[bot] Jul 29, 2025
f653feb
chore: Update config/versions.yml ecctl 1.15.0
elastic-observability-automation[bot] Jul 29, 2025
7b1904b
chore: Update config/versions.yml apm_agent_dotnet 1.32.2
elastic-observability-automation[bot] Jul 29, 2025
f1ae77f
chore: Update config/versions.yml stack 9.0.4
elastic-observability-automation[bot] Jul 29, 2025
538d2fd
Update versions.yml
theletterf Jul 29, 2025
09c3d6f
Merge branch 'main' into updatecli_main_bfbda0570cfbf1ebee5ba4801497a…
theletterf Jul 29, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 deletions config/versions.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
versioning_systems:
stack: &stack
base: 9.0
current: 9.1.0
current: 9.0.4

# Using an unlikely high version
# So that our logic that would display "planned" doesn't trigger
all: &all
Expand All @@ -16,18 +16,18 @@ versioning_systems:
ech: *all
eck:
base: 3.0
current: 3.0
current: 3.0.0
ess: *all
self: *stack

# things that i don't know about
ecctl:
base: 1.0
current: 1.15
current: 1.15.0
curator:
base: 8.0
current: 8.21
current: 8.0.21

# serverless
serverless: *all
elasticsearch: *all
Expand All @@ -36,37 +36,37 @@ versioning_systems:

# APM agents
# apm_agent_android:
# base: 1.0
# current: 1.0.0
# base: 1.0
# current: 1.0.0
apm_agent_dotnet:
base: 1.0
current: 1.32.0
current: 1.32.2
apm_agent_go:
base: 2.0
current: 2.71
current: 2.7.1
apm_agent_java:
base: 1.0
current: 1.54.0
current: 1.55.0
apm_agent_node:
base: 4.0
current: 4.13.0
apm_agent_php:
base: 1.0
current: 1.15
current: 1.15.1
apm_agent_python:
base: 6.0
current: 6.23.0
apm_agent_ruby:
base: 4.0
current: 4.7.3
current: 4.8.0
apm_agent_rum:
base: 5.0
current: 5.17.0
current: "5.17.0"

# EDOTs
edot_collector:
base: 9.0
current: 9.0.3
current: 9.0.4
edot_ios:
base: 1.0
current: 1.2.1
Expand All @@ -75,19 +75,19 @@ versioning_systems:
current: 1.1.0
edot_dotnet:
base: 1.0
current: 1.0.2
current: 1.1.0
edot_java:
base: 1.0
current: 1.4.1
current: 1.5.0
edot_node:
base: 1.0
current: 1.1.1
edot_php:
base: 1.0
current: 1.0.0
current: 1.1.0
edot_python:
base: 1.0
current: 1.3.0
current: 1.4.0
edot_cf_aws:
base: 0.1
current: 0.1.6
Loading