This repository is Experimental meaning that it's based on untested ideas or techniques and not yet established or finalized or involves a radically new and innovative style! This means that support is best effort (at best!) and we strongly encourage you to NOT use this in production.
The Tinkerbell provider allows to create Tinkerbell hardware entried, templates and workflows in a declarative way.
For user documentation, see Terraform Registry.
For local builds, run make
which will build the binary, run unit tests and linter.
This project use goreleaser
with GitHub actions for releasing. To release new version, follow the following steps:
-
Add a changelog for new release to CHANGELOG.md file.
-
Tag new release on desired git, using example command:
git tag -a v0.4.7 -s -m "Release v0.4.7"
-
Push the tag to GitHub
git push origin v0.4.7
-
Once tag is pushed, GitHub action should trigger and create a release for a given tag.
-
Go to newly create GitHub release, add a changelog from CHANGELOG.md file, verify that artefacts looks correct and publish it.
- Mateusz Gozdek - Initial work - invidian