tag:github.com,2008:https://github.com/martijnvdp/terraform-ecr-image-sync/releasesRelease notes from terraform-ecr-image-sync2023-03-18T12:56:37Ztag:github.com,2008:Repository/352362034/v1.0.52023-03-18T12:58:05Zadded concurrency<p>added concurrent param to set max concurrent syncs in lambda event data:<br>
example:<br>
<code>concurrent: 10</code><br>
param requires v1.0.5 of the lambda container image</p>martijnvdptag:github.com,2008:Repository/352362034/v1.0.32023-03-07T19:18:10Zv1.0.3<p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/martijnvdp/terraform-ecr-image-sync/pull/22">#22</a> from martijnvdp/readme</p>
<p>Readme</p>martijnvdptag:github.com,2008:Repository/352362034/v1.0.22023-03-06T09:35:09Zv1.0.2<p>requires lambda v1.0.2 or higher</p>
<p><code>docker pull ghcr.io/martijnvdp/ecr-image-sync:latest</code><br>
<a href="https://github.com/martijnvdp/lambda-ecr-image-sync/releases/tag/v1.0.2">https://github.com/martijnvdp/lambda-ecr-image-sync/releases/tag/v1.0.2</a></p>martijnvdptag:github.com,2008:Repository/352362034/v1.0.12023-03-03T18:28:53Zrefactor<p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/martijnvdp/terraform-ecr-image-sync/pull/15">#15</a> from martijnvdp/refactor</p>
<p>refactor</p>martijnvdptag:github.com,2008:Repository/352362034/v1.0.02023-02-28T23:21:26Zv1.0.0<ul>
<li>Update the code , S3 bucket code pipeline is now optional because the new lambda function can sync the images directly.</li>
<li>There's a new option to configure the synchronization of images by using repository tags.</li>
</ul>
<p>Check out the lambda function for all changes at <a href="https://github.com/martijnvdp/lambda-ecr-image-sync">https://github.com/martijnvdp/lambda-ecr-image-sync</a>.</p>martijnvdptag:github.com,2008:Repository/352362034/v0.0.32022-03-08T16:04:16Zv0.0.3<p>update to match v0.1.7 container image on dockerhub</p>martijnvdptag:github.com,2008:Repository/352362034/v0.0.22021-04-11T08:46:35Zv0.0.2<p>Added option to use the docker container for the lambda function instead of the zip file<br>
Added option to supply dockerhub credentials using aws secrets manager or aws SSM parameter store items</p>martijnvdptag:github.com,2008:Repository/352362034/v.0.0.12021-04-07T22:13:01Zinitial release<p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/martijnvdp/terraform-ecr-image-sync/pull/6">#6</a> from martijnvdp/update</p>
<p>update</p>martijnvdp