Releases: elkowar/yolk
0.3.6 - 2025-11-12
Release Notes
Ci
- update cargo-dist
- fix cargo dist
Fixed
- skip deploy when no targets because of missing or typo (refs #59)
Install yolk_dots 0.3.6
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/elkowar/yolk/releases/download/v0.3.6/yolk_dots-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/elkowar/yolk/releases/download/v0.3.6/yolk_dots-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install elkowar/tap/yolkDownload yolk_dots 0.3.6
| File | Platform | Checksum |
|---|---|---|
| yolk_dots-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| yolk_dots-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| yolk_dots-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| yolk_dots-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
| yolk_dots-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |
Verifying GitHub Artifact Attestations
The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:
gh attestation verify <file-path of downloaded artifact> --repo elkowar/yolkYou can also download the attestation from GitHub and verify against that directly:
gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>0.3.4 - 2025-05-10
Release Notes
Fixed
- paths are now just stored as strings (fixes #55)
Install yolk_dots 0.3.4
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/elkowar/yolk/releases/download/v0.3.4/yolk_dots-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/elkowar/yolk/releases/download/v0.3.4/yolk_dots-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install elkowar/tap/yolkDownload yolk_dots 0.3.4
| File | Platform | Checksum |
|---|---|---|
| yolk_dots-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| yolk_dots-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| yolk_dots-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
| yolk_dots-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |
Verifying GitHub Artifact Attestations
The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:
gh attestation verify <file-path of downloaded artifact> --repo elkowar/yolkYou can also download the attestation from GitHub and verify against that directly:
gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>0.3.3 - 2025-04-25
Release Notes
Added
- only evaluate the active block of a conditional
Fixed
- Remove broken git tests
Added
- Only evaluate true branch of conditional blocks
Install yolk_dots 0.3.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/elkowar/yolk/releases/download/v0.3.3/yolk_dots-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/elkowar/yolk/releases/download/v0.3.3/yolk_dots-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install elkowar/tap/yolkDownload yolk_dots 0.3.3
| File | Platform | Checksum |
|---|---|---|
| yolk_dots-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| yolk_dots-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| yolk_dots-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
| yolk_dots-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |
Verifying GitHub Artifact Attestations
The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:
gh attestation verify <file-path of downloaded artifact> --repo elkowar/yolkYou can also download the attestation from GitHub and verify against that directly:
gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>0.3.2 - 2025-02-12
Release Notes
Added
- Add unsafe_shell_hooks to egg configuration
- Allow for explicit priviledge escalation in root files
Install yolk_dots 0.3.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/elkowar/yolk/releases/download/v0.3.2/yolk_dots-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/elkowar/yolk/releases/download/v0.3.2/yolk_dots-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install elkowar/tap/yolkDownload yolk_dots 0.3.2
| File | Platform | Checksum |
|---|---|---|
| yolk_dots-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| yolk_dots-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| yolk_dots-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
| yolk_dots-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |
Verifying GitHub Artifact Attestations
The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:
gh attestation verify <file-path of downloaded artifact> --repo elkowar/yolkYou can also download the attestation from GitHub and verify against that directly:
gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>v0.3.1
Release Notes
BREAKING
- Move back to
yolk gitgit wrapper based solution, because git filters sadly don't quite work out for all of our needs. See #42, for example.
To ensure your repository is compatible with the latest version of yolk, simply rerunyolk initonce.
Added
- Open egg specific dir and open single files in yolk edit
Fixed
- properly handle badly behaved git-filter-client implementations.
Install yolk_dots 0.3.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/elkowar/yolk/releases/download/v0.3.1/yolk_dots-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy ByPass -c "irm https://github.com/elkowar/yolk/releases/download/v0.3.1/yolk_dots-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install elkowar/tap/yolkDownload yolk_dots 0.3.1
| File | Platform | Checksum |
|---|---|---|
| yolk_dots-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| yolk_dots-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| yolk_dots-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
| yolk_dots-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |
Verifying GitHub Artifact Attestations
The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:
gh attestation verify <file-path of downloaded artifact> --repo elkowar/yolkYou can also download the attestation from GitHub and verify against that directly:
gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>0.2.2 - 2025-02-04
Release Notes
Fixed
- handle non-unicode files in git filter properly
Install yolk_dots 0.2.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/elkowar/yolk/releases/download/v0.2.2/yolk_dots-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy ByPass -c "irm https://github.com/elkowar/yolk/releases/download/v0.2.2/yolk_dots-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install elkowar/tap/yolkDownload yolk_dots 0.2.2
| File | Platform | Checksum |
|---|---|---|
| yolk_dots-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| yolk_dots-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| yolk_dots-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
| yolk_dots-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |
Verifying GitHub Artifact Attestations
The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:
gh attestation verify <file-path of downloaded artifact> --repo elkowar/yolkYou can also download the attestation from GitHub and verify against that directly:
gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>0.2.1 - 2025-02-02
Release Notes
Added
- Allow empty targets map in egg config
- Add further validation of yolk.rhai
Fixed
- Fix path handling on windows when interacting with git
- Allow accessing variables and imports in template tags
Install yolk_dots 0.2.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/elkowar/yolk/releases/download/v0.2.1/yolk_dots-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy ByPass -c "irm https://github.com/elkowar/yolk/releases/download/v0.2.1/yolk_dots-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install elkowar/tap/yolkDownload yolk_dots 0.2.1
| File | Platform | Checksum |
|---|---|---|
| yolk_dots-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| yolk_dots-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| yolk_dots-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
| yolk_dots-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |
Verifying GitHub Artifact Attestations
The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:
gh attestation verify <file-path of downloaded artifact> --repo elkowar/yolkYou can also download the attestation from GitHub and verify against that directly:
gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>0.2.0 - 2025-01-26
Release Notes
BREAKING
- [breaking] run canonicalization for git through git filters:
Yolk no longer expects a.yolk_gitdirectory rather
than the typical.gitdir. Instead, yolk now installs a git filter in
the.git/configfile, and specifies it to run through
.gitattributes. To automatically apply these changes to your local
dotfile repository, simply runyolk initagain, it will automatically
update the file structure.
Install yolk_dots 0.2.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/elkowar/yolk/releases/download/v0.2.0/yolk_dots-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy ByPass -c "irm https://github.com/elkowar/yolk/releases/download/v0.2.0/yolk_dots-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install elkowar/tap/yolkDownload yolk_dots 0.2.0
| File | Platform | Checksum |
|---|---|---|
| yolk_dots-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| yolk_dots-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| yolk_dots-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
| yolk_dots-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |
Verifying GitHub Artifact Attestations
The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:
gh attestation verify <file-path of downloaded artifact> --repo elkowar/yolkYou can also download the attestation from GitHub and verify against that directly:
gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>0.1.0 - 2025-01-06
Release Notes
Added
- Clean up stale symlinks by caching deployment targets
- Allow for both .config and standard ~/Library/... dir on mac
Fixed
- Fix windows symlink deletion again
- simplify multi error output
- inconsistent tests, failing symlink deletion on windows
- compile error on windows
Install yolk_dots 0.1.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/elkowar/yolk/releases/download/v0.1.0/yolk_dots-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy ByPass -c "irm https://github.com/elkowar/yolk/releases/download/v0.1.0/yolk_dots-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install elkowar/tap/yolkDownload yolk_dots 0.1.0
| File | Platform | Checksum |
|---|---|---|
| yolk_dots-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| yolk_dots-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| yolk_dots-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
Verifying GitHub Artifact Attestations
The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:
gh attestation verify <file-path of downloaded artifact> --repo elkowar/yolkYou can also download the attestation from GitHub and verify against that directly:
gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>0.0.16 - 2024-12-22
Release Notes
Fixed
- yolk git --force-canonical flag being bad
Install yolk_dots 0.0.16
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/elkowar/yolk/releases/download/v0.0.16/yolk_dots-installer.sh | shInstall prebuilt binaries via Homebrew
brew install elkowar/tap/yolkDownload yolk_dots 0.0.16
| File | Platform | Checksum |
|---|---|---|
| yolk_dots-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| yolk_dots-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |