Releases: homeport/yft
yft release v1.0.10
Changelog
- 455e83f: Add version field to GoReleaser config (@HeavyWombat)
- 6db521e: Make
download-latest.sh
configurable (@HeavyWombat) - f6fccc8: Update download script to latest version (@HeavyWombat)
- dddb1a3: Unify
.goreleaser.yml
configuration (@HeavyWombat) - ae0d361: Bump Go version to
1.23
(@HeavyWombat)
yft release v1.0.9
Changelog
- 455e83f: Add version field to GoReleaser config (@HeavyWombat)
- 6db521e: Make
download-latest.sh
configurable (@HeavyWombat) - f6fccc8: Update download script to latest version (@HeavyWombat)
- dddb1a3: Unify
.goreleaser.yml
configuration (@HeavyWombat) - ae0d361: Bump Go version to
1.23
(@HeavyWombat)
yft release v1.0.8
Changelog
- 455e83f: Add version field to GoReleaser config (@HeavyWombat)
- 6db521e: Make
download-latest.sh
configurable (@HeavyWombat) - f6fccc8: Update download script to latest version (@HeavyWombat)
- dddb1a3: Unify
.goreleaser.yml
configuration (@HeavyWombat) - ae0d361: Bump Go version to
1.23
(@HeavyWombat)
yft release v1.0.7
Update GoReleaser config Update GoReleaser config to latest schema.
yft release v1.0.6
yft release v1.0.5
Changelog
f0538e4 Bump Go version to 1.17
7de5a5a Add install tools in GitHub Actions
822aa8c Fix Go version setup in GitHub Actions
060a7a5 Upgrade to GitHub-native Dependabot
7520505 Introduce usage template with command groups
3568d11 Bump dependencies to latest available
a14d5b6 Bump Go version to 1.16
d808936 Bump dependencies ginkgo/bunt
9c1670e Recreate Go sum file
32276a9 Bump github.com/onsi/gomega from 1.10.5 to 1.11.0
a3a57fd Bump github.com/gonvenience/bunt from 1.3.0 to 1.3.1
yft release v1.0.4
Changelog
eecb1c2 Simplify headline in README
d56f255 Switch to GitHub Actions for build and test
817d15f Bump github.com/spf13/cobra from 1.1.1 to 1.1.3
b28b12e Bump github.com/gonvenience/bunt from 1.2.0 to 1.3.0
8cc1fdb Bump github.com/onsi/ginkgo from 1.14.2 to 1.15.0
c6bd493 Bump github.com/onsi/gomega from 1.10.4 to 1.10.5
0a41f0f Bump github.com/gonvenience/bunt from 1.1.4 to 1.2.0
2543c81 Bump github.com/onsi/gomega from 1.10.3 to 1.10.4
yft release v1.0.3
Fixed issue where a dangeling ---
led to an empty file being created by the split
command.
Introduced enforced ---
in files created by the split
command.
yft release v1.0.2
Fixed split
command issue where the target files were always written to the location of the input file. Now, the current working directory is used. There is a flag to set the directly manually.
Added join
command to do the opposite of split
and joins YAML files together into one YAML file with multiple documents.
yft release v1.0.1
Add experimental split
command to break down a multi document YAML file into separate files.