cyberark / conjur-oss-suite-release

Under development - Latest stable releases of the Conjur OSS suite
Apache License 2.0
7 stars 2 forks source link

Replace Ruby CLI in suite.yml #259

Closed gl-johnson closed 1 year ago

gl-johnson commented 1 year ago

Desired Outcome

Replace the deprecated Ruby CLI with Go CLI

This depends on the first Go CLI release going out - until then the changelog parser will fail with a 404. For now we assume it will start at v8.0.0, the next major version after where the Python CLI left off.

Implemented Changes

Definition of Done

At least 1 todo must be completed in the sections below for the PR to be merged.

Changelog

Test coverage

Documentation

Behavior

Security

gl-johnson commented 1 year ago

LGTM! Do we need to wait to merge this until the CLI is released?

I believe so. Otherwise having it in the suite.yml will cause a 404 error in the parse-changelog script for whoever does the next release, plus I believe there's a GH workflow which also uses that script to generate the release notes