balena-io / open-balena

Open source software to manage connected IoT devices at scale
https://balena.io/open
GNU Affero General Public License v3.0
1.04k stars 164 forks source link

Updated open-balena-s3 to 2.13.10 #158

Closed bartversluijs closed 2 years ago

bartversluijs commented 2 years ago

I've updated the following dependencies:


In short, the S3 container pre-v2.13.9 downloads the latest release of Minio. Something changed in the latest release of Minio which breaks the container. Since v2.13.9, the Minio release is pinned to RELEASE.2022-05-04T07-45-27Z, which fixes it.

Reference

dfunckt commented 2 years ago

I had to cherry-pick your commit and PR it separately in #159 which is now merged. Closing this one. Thanks again!

bartversluijs commented 2 years ago

@dfunckt thanks! Is there a preferred way to make changes to the repository for outsiders? Because this'll require more manual work from you and I want it to make it as smooth as possible.

dfunckt commented 2 years ago

That's alright, not really a problem and it's only temporary anyway as we'll have a way to kickstart the CI manually. I actually thought we were there already hence my (now deleted) comment to balena-ci allow this PR.