Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions config/assembler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ environments:

shared_configuration:
stack: &stack
current: 9.3
current: 9.4
next: main
edge: main

Expand Down Expand Up @@ -99,7 +99,7 @@ references:
apm-aws-lambda:
apm-k8s-attacher:
ecs:
current: 9.3 # releases do not always align with the Stack version
current: 9.4 # releases do not always align with the Stack version
next: main
ecs-dotnet:
ecs-logging-go-logrus:
Expand Down
6 changes: 3 additions & 3 deletions config/versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ versioning_systems:
# Updates for Stack versions are manual
stack: &stack
base: 9.0
current: 9.3.3
current: 9.4.0

# Using an unlikely high version
# So that our logic that would display "planned" doesn't trigger
Expand All @@ -23,7 +23,7 @@ versioning_systems:
ess: *all
ecs:
base: 9.0
current: 9.3.0
current: 9.4.0
self: *stack
ecctl:
base: 1.0
Expand Down Expand Up @@ -73,7 +73,7 @@ versioning_systems:
# EDOTs
edot-collector:
base: 9.0
current: 9.3.3
current: 9.4.0
edot-ios:
base: 1.0
current: 2.0.0
Expand Down
Loading