drone-plugins / drone-ansible

Drone plugin to provision via Ansible
http://plugins.drone.io/drone-plugins/drone-ansible
Apache License 2.0
30 stars 41 forks source link

Bump ansible 2.10.8 #42

Closed guessi closed 2 years ago

guessi commented 3 years ago

ansible 2.10.x release note: link

tboerger commented 3 years ago

I think it would make more sense to rebuild the plugin based on our plugin lib first. Beside that, generating the drone config in a formatted way breaks the windows builds.

guessi commented 3 years ago

@tboerger I've removed the change for .drone.yml

plus, after digging the history, found there's a commit for Dropping Windows Support, do we really need to support Windows build?

androiddrew commented 3 years ago

Yes please, looking forward to this version bump....

guessi commented 3 years ago

@tboerger any chance to make some progress?

while we are waiting this version bumping, ansible becomes ansible-4.2.0, and ansible-base becomes ansible-base-2.10.11, and ansible-core. I'm worry about the breaking changes in the coming ansible releases, according to it's Q&A.

guessi commented 3 years ago

Umm... just found another surprise, kind of breaking change,

ERROR: libressl3.3-libtls-3.3.3-r0: trying to overwrite usr/lib/libtls.so.20 owned by libretls-3.3.3-r0.
ERROR: libressl3.3-libtls-3.3.3-r0: trying to overwrite usr/lib/libtls.so.20.0.3 owned by libretls-3.3.3-r0.

it's break after bumping plugins/base to alpine3.14.

tphoney commented 2 years ago

This needs rebased and there looks to be issues with the change. I am closing this for now. If someone wants to reopen this and address the issues, we can re-look. Thanks for all your effort.