Open
Description
openedon Sep 26, 2024
Motivation
hermit.hcl
includes env variables used in CI which determine which artifacts are used for testing deployments
currently minor releases are created using the bump-version workflow, which bumps both version.go
and hermit.hcl
in separate PRs, so we can merge the hermit PR once we know the artifacts CI will now require are available
but whenever a patch release is made (as in - 8.15.0
-> 8.15.1
) the versions in version.go
and hermit.hcl
goes out of sync, which makes the CI workflows run with an outdated stack
what we could do is make a workflow that bumps hermit.hcl
whenever the version in version.go
is bumped
Definition of done
- versions in
hermit.hcl
andversion.go
are guaranteed to be eventually consistent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment