Pin localstack to a community image#20967
Conversation
Localstack has changed to require authenticated access. See [this blog post][1] for details. In the short term this commit will pin our usage to the last community release that supported unauthenticated access. [1]: https://blog.localstack.cloud/localstack-single-image-next-steps/ Signed-off-by: Andrew Ross <andrross@amazon.com>
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
cwperks
left a comment
There was a problem hiding this comment.
Thanks for fixing this. I ran into this earlier this morning.
|
Thanks @andrross ! |
|
❌ Gradle check result for 17adf19: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #20967 +/- ##
============================================
- Coverage 73.24% 73.23% -0.01%
+ Complexity 72510 72501 -9
============================================
Files 5819 5819
Lines 331373 331373
Branches 47882 47882
============================================
- Hits 242707 242692 -15
+ Misses 69201 69145 -56
- Partials 19465 19536 +71 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Localstack has changed to require authenticated access. See [this blog post][1] for details. In the short term this commit will pin our usage to the last community release that supported unauthenticated access. [1]: https://blog.localstack.cloud/localstack-single-image-next-steps/ Signed-off-by: Andrew Ross <andrross@amazon.com> (cherry picked from commit 0537405) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Localstack has changed to require authenticated access. See this blog post for details. In the short term this commit will pin our usage to the last community release that supported unauthenticated access.
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.