Skip to content

Bump hermit.hcl version whenever version.go is bumped #2563

Open

Description

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 and version.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

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions