cockroachdb/cockroach-operator

Convert Some Scripts to Go

Open

#738 aberto em 28 de set. de 2021

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

Métricas do repositório

Stars
 (318 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador