tag:github.com,2008:https://github.com/martijnvdp/terraform-ecr-image-sync/releases Release notes from terraform-ecr-image-sync 2023-03-18T12:56:37Z tag:github.com,2008:Repository/352362034/v1.0.5 2023-03-18T12:58:05Z added 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> martijnvdp tag:github.com,2008:Repository/352362034/v1.0.3 2023-03-07T19:18:10Z v1.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> martijnvdp tag:github.com,2008:Repository/352362034/v1.0.2 2023-03-06T09:35:09Z v1.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> martijnvdp tag:github.com,2008:Repository/352362034/v1.0.1 2023-03-03T18:28:53Z refactor <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> martijnvdp tag:github.com,2008:Repository/352362034/v1.0.0 2023-02-28T23:21:26Z v1.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> martijnvdp tag:github.com,2008:Repository/352362034/v0.0.3 2022-03-08T16:04:16Z v0.0.3 <p>update to match v0.1.7 container image on dockerhub</p> martijnvdp tag:github.com,2008:Repository/352362034/v0.0.2 2021-04-11T08:46:35Z v0.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> martijnvdp tag:github.com,2008:Repository/352362034/v.0.0.1 2021-04-07T22:13:01Z initial 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