On Tue, May 5, 2020 at 5:32 PM Ricardo Salveti <[email protected]> wrote: > > Main change is support for the compose format version 3.8. > > Relevant git changes between versions: > - 41d229eb Fix v3.8 schema support for binaries > - 15bb3eeb add warning when max_replicas_per_node limits scale > - 5d34f12f set min engine version needed for v38 schema support > - 82873d2b update api version for 3.8 > - fe832661 Add v3.8 schema support
Looks good. I hope people are noticing how well this commit log is written and how easy it made my part of the process :D I tested it with some local docker uprevs here, and have pushed this part, since it didn't cause issues with my pending work. Cheers, Bruce > > Signed-off-by: Ricardo Salveti <[email protected]> > --- > ...ker-compose_1.25.4.bb => python3-docker-compose_1.25.5.bb} | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > rename recipes-containers/docker-compose/{python3-docker-compose_1.25.4.bb > => python3-docker-compose_1.25.5.bb} (87%) > > diff --git > a/recipes-containers/docker-compose/python3-docker-compose_1.25.4.bb > b/recipes-containers/docker-compose/python3-docker-compose_1.25.5.bb > similarity index 87% > rename from recipes-containers/docker-compose/python3-docker-compose_1.25.4.bb > rename to recipes-containers/docker-compose/python3-docker-compose_1.25.5.bb > index 2dcad1e..dece5da 100644 > --- a/recipes-containers/docker-compose/python3-docker-compose_1.25.4.bb > +++ b/recipes-containers/docker-compose/python3-docker-compose_1.25.5.bb > @@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = > "file://LICENSE;md5=435b266b3899aa8a959f17d41c56def8" > > inherit pypi setuptools3 > > -SRC_URI[md5sum] = "893fbb804a9057d6c470b5312407e0d1" > -SRC_URI[sha256sum] = > "fabae2bee4abfa7bdd09125b6bbdcdda81f946c7b16e3ccc6bb2d821ef6488f3" > +SRC_URI[md5sum] = "a6f296957148e4c61b28fb324c27c966" > +SRC_URI[sha256sum] = > "7a2eb6d8173fdf408e505e6f7d497ac0b777388719542be9e49a0efd477a50c6" > > SRC_URI += "file://0001-setup.py-remove-maximum-version-requirements.patch \ > file://0001-setup.py-import-fastentrypoints.patch \ > -- > 2.26.2 > > -- - Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end - "Use the force Harry" - Gandalf, Star Trek II
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#5307): https://lists.yoctoproject.org/g/meta-virtualization/message/5307 Mute This Topic: https://lists.yoctoproject.org/mt/74008548/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/leave/6693005/1014668956/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
