Skip to content

Releases: homeport/yft

yft release v1.0.9

02 Oct 17:50
f6b51a2
Compare
Choose a tag to compare

Changelog

yft release v1.0.8

20 Sep 14:16
f6b51a2
Compare
Choose a tag to compare

Changelog

yft release v1.0.7

26 Jul 20:50
Compare
Choose a tag to compare
Update GoReleaser config

Update GoReleaser config to latest schema.

yft release v1.0.6

12 Jan 09:35
Compare
Choose a tag to compare

Changelog

  • 9c26343 Add arm64 and remove netgo build tag
  • ebb50ea Bump github.com/spf13/cobra from 1.2.1 to 1.3.0
  • 996e6e2 Update dependencies
  • 7123409 Bump github.com/onsi/gomega from 1.16.0 to 1.17.0
  • 55c0ab3 Bump github.com/onsi/ginkgo from 1.16.4 to 1.16.5

yft release v1.0.5

10 Nov 11:47
Compare
Choose a tag to compare

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

17 Feb 21:28
Compare
Choose a tag to compare

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

16 Nov 22:31
Compare
Choose a tag to compare

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

16 Nov 14:03
Compare
Choose a tag to compare

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

16 Nov 12:59
Compare
Choose a tag to compare

Add experimental split command to break down a multi document YAML file into separate files.

yft release v1.0.0

16 Jan 13:36
32ab071
Compare
Choose a tag to compare

Initial version of yft, which replaces the the command line tool that was colocated in the ytbx project. It comes with the same commands and same behavior.