Skip to content

Commit 1c0a2a2

Browse files
committed
1.1.7 Changelog and warning for x-appmesh
1 parent 1c300bd commit 1c0a2a2

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

HISTORY.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22
History
33
=======
44

5+
1.1.7 (2025-03-02)
6+
==================
7+
8+
Future changes
9+
----------------
10+
11+
In the next version, `x-appmesh` will be removed entirely due to the decomission of the AppMesh service by AWS.
12+
Instead, you are encourage to use `ECS Connect` which has some support in ecs-compose-x. Please reach out for any additional features
13+
or better support needed for `ECS Connect`.
14+
15+
Fixes
16+
------
17+
18+
* 1c300bda x-elbv2 - Fix index at which to pull the service name (#787) (John Mille)
19+
* 86563553 Updating poetry def of dependencies (John "Preston" Mille)
20+
* eb2f34a9 Adding optional parameters 'apply' and 'cleanup' for the 'plan for automation. (#783) (Raffid Ahmad)
21+
* b41b2285 Bump jinja2 from 3.1.4 to 3.1.5 (#782) (dependabot[bot])
22+
* ddb2cc30 Fix services networking in external launch type (#781) (John Mille)
23+
524
1.1.0 (2024-04-11)
625
====================
726

ecs_composex/ecs_composex.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,9 @@ def generate_full_template(settings: ComposeXSettings):
236236
:return root_template: Template, params
237237
:rtype: root_template, list
238238
"""
239+
LOG.warning(
240+
"x-appmesh will be deprecated in 1.2.0 due to AppMesh being retired from AWS."
241+
)
239242
LOG.info(
240243
f"Service families to process {[family.name for family in settings.families.values()]}"
241244
)

0 commit comments

Comments
 (0)