guardian / grid

The Guardian’s image management system
https://www.theguardian.com/info/developer-blog/2015/aug/12/open-sourcing-grid-image-service
Apache License 2.0
1.44k stars 119 forks source link

Dblatcher/sbt aws upgrade #4296

Open dblatcher opened 3 weeks ago

dblatcher commented 3 weeks ago

What does this change?

bumps aws dependencies version to latest patch for minor version patches kinesis-logback-appender

NOTE - currently not working locally - tests pass, but the healthcheck for image-loader fails (cannot retrieve ingestQueue status - errors suggest the query returns an error string indicating the queue cannot be found rather than a json payload).

planning to deploy this branch to CODE to see if the above problem is limited to localstack.

## How should a reviewer test this change?

How can success be measured?

Who should look at this?

Tested? Documented?

github-actions[bot] commented 3 weeks ago

Deploy build 12590 to TEST

All deployment options - [Deploy build 12590 to TEST](https://riffraff.gutools.co.uk/deployment/deployAgain?project=media-service%3A%3Agrid%3A%3Aall&build=12590&stage=TEST&updateStrategy=MostlyHarmless&action=deploy) - [Deploy parts of build 12590 to TEST by previewing it first](https://riffraff.gutools.co.uk/preview/yaml?project=media-service%3A%3Agrid%3A%3Aall&build=12590&stage=TEST&updateStrategy=MostlyHarmless)

From guardian/actions-riff-raff.

dblatcher commented 3 weeks ago

Deployed the branch to TEST, and the healthcheck for image loader (https://loader.media.test.dev-gutools.co.uk/management/healthcheck) came back - suggesting the issue I have localy is something localstack (or maybe local machine?) related.