File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22History
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+
5241.1.0 (2024-04-11)
625====================
726
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments