vmware / dod-compliance-and-automation

Security hardening content for VMware solutions to US Department of Defense standards
Other
145 stars 60 forks source link

Support release tags #203

Closed r-eason closed 5 months ago

r-eason commented 7 months ago

Is your feature request related to a problem? Please describe.

I'm happy to use the code from master and a reference commit, but do you have any thoughts about tagging a stable release?

Describe the solution you'd like

Add a tag for a releases.

Describe alternatives you've considered

No response

Additional context

I've looked through the history and there are commits with failed syntax changes on master. I'd feel more comfortable using a known-good tagged release against environments I maintain.

rlakey commented 7 months ago

Hi @r-eason the items that are failing the syntax check have an open issue here: https://github.com/vmware/dod-compliance-and-automation/issues/156

Since it's been open a while with no attention I may just remove those particular playbooks but they are just failing due to newer ansible link updates but I agree I don't like that overall the pipeline is in a failed state.

I'll have to think about a release and if that makes sense with this style of repo.

r-eason commented 7 months ago

Thanks, I'll move forward referencing a commit hash, and I appreciate the work you've put into the project.

rlakey commented 5 months ago

We have just restructured the repo to support multiple versions of content in the master branch to remove the need for releases and other branches so closing this. Also redid the linting workflows.