Skip to content

Commit

Permalink
chore(ecs-service-extensions): update APP_MESH_ENVOY_SIDECAR_VERSION (#…
Browse files Browse the repository at this point in the history
…11297)

Update APP_MESH_ENVOY_SIDECAR_VERSION to v1.15.1.0-prod


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
Dominic Fezzie authored Nov 5, 2020
1 parent f77dbde commit fa5ea36
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { Container } from './container';
import { ServiceExtension, ServiceBuild } from './extension-interfaces';

// The version of the App Mesh envoy sidecar to add to the task.
const APP_MESH_ENVOY_SIDECAR_VERSION = 'v1.15.0.0-prod';
const APP_MESH_ENVOY_SIDECAR_VERSION = 'v1.15.1.0-prod';

/**
* The settings for the App Mesh extension.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@
{
"Ref": "AWS::URLSuffix"
},
"/aws-appmesh-envoy:v1.15.0.0-prod"
"/aws-appmesh-envoy:v1.15.1.0-prod"
]
]
},
Expand Down Expand Up @@ -1596,7 +1596,7 @@
{
"Ref": "AWS::URLSuffix"
},
"/aws-appmesh-envoy:v1.15.0.0-prod"
"/aws-appmesh-envoy:v1.15.1.0-prod"
]
]
},
Expand Down Expand Up @@ -2584,7 +2584,7 @@
{
"Ref": "AWS::URLSuffix"
},
"/aws-appmesh-envoy:v1.15.0.0-prod"
"/aws-appmesh-envoy:v1.15.1.0-prod"
]
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1186,7 +1186,7 @@
{
"Ref": "AWS::URLSuffix"
},
"/aws-appmesh-envoy:v1.15.0.0-prod"
"/aws-appmesh-envoy:v1.15.1.0-prod"
]
]
},
Expand Down Expand Up @@ -1710,7 +1710,7 @@
{
"Ref": "AWS::URLSuffix"
},
"/aws-appmesh-envoy:v1.15.0.0-prod"
"/aws-appmesh-envoy:v1.15.1.0-prod"
]
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export = {
{
Ref: 'AWS::URLSuffix',
},
'/aws-appmesh-envoy:v1.15.0.0-prod',
'/aws-appmesh-envoy:v1.15.1.0-prod',
],
],
},
Expand Down

0 comments on commit fa5ea36

Please sign in to comment.