cockroachdb/cockroach-operator

Convert Some Scripts to Go

Open

#738 opened on Sep 28, 2021

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Go (103 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (318 stars)
PR merge metrics
 (PR metrics pending)

Description

We have a number of scripts that we use to update files used to release the operator. These are critical steps that are sometimes complex. Rather than using bash, I think we should convert some of these to testable go apps.

Perhaps we could start with something simple, like hack/update-crdb-versions.sh.

Contributor guide