scylladb / scylla-ansible-roles

Ansible roles for deploying and managing Scylla, Scylla-Manager and Scylla-Monitoring
44 stars 37 forks source link

Request to Release #370

Open unkls opened 7 months ago

unkls commented 7 months ago

Hello,

I wanted to use your ansible role remotely from my mono-repository config. To do so I wanted to know if it's possible to perform a release with a tag that we can use for versioning ?

We are currently using :

 - name: git@github.com:scylladb/scylla-ansible-roles.git
   type: git
   version: <latest>

A new release would be appreciate in such a situation !

Thanks a lot in advance

tarzanek commented 7 months ago

yes, this makes much sense and we wanted to do a release anyways

@vladzcloudius I guess we just need a version number ideally per semantic versioning v1.99.0 ? or v1.1.0 ?

tarzanek commented 7 months ago

in interim perhaps you can fork and tag your fork ev. can you use git hashes in the mean time @unkls ?

unkls commented 7 months ago

Hey @tarzanek , Thanks for checking this, sure We can use git hashes for the mean time 👍

unkls commented 7 months ago

Hello @tarzanek ,

I've pushed a PR : https://github.com/scylladb/scylla-ansible-roles/pull/372

When you get time to review it, I will base my collection tag on this one if the merge is accepted 🙏

Thanks in advance !