Skip to content

Commit a213933

Browse files
committed
Update CHANGELOG
1 parent 7ed17b0 commit a213933

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212

1313
### Pending Release
1414

15+
### v9.2.1 - 2026-23
16+
17+
- :rocket: Remove `-Service` postfix from ECS Service Name
18+
1519
### v9.2.0 - 2026-03-18
1620

1721
- :rocket: Update to MediaMTX@1.17

cloudformation/lib/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ const Resources = {
326326
Type: 'AWS::ECS::Service',
327327
DependsOn: PORTS.map((p) => { return `Listener${p.Name}`; }),
328328
Properties: {
329-
ServiceName: cf.join('-', [cf.stackName, 'Service']),
329+
ServiceName: cf.stackName,
330330
Cluster: cf.join(['tak-vpc-', cf.ref('Environment')]),
331331
TaskDefinition: cf.ref('ServiceTaskDefinition'),
332332
LaunchType: 'FARGATE',

0 commit comments

Comments
 (0)