This repository was archived by the owner on Oct 3, 2023. It is now read-only.
Releases: ehassett/tfvm
Releases · ehassett/tfvm
v2.0.0
Changelog
- 1d11067 feat: upgrade dependencies and use Go 1.18
- a699ef3 docs: update status badges in README
- 65840a3 chore: scoop update for tfvm v1.3.2
- 3774cd5 chore(deps): bump wagoid/commitlint-github-action from 4 to 5 (#13)
- 4c740c0 chore(deps): bump goreleaser/goreleaser-action from 3 to 4 (#17)
- 53d8172 chore(deps): bump amannn/action-semantic-pull-request from 4 to 5 (#16)
- 7e0c5f5 chore(deps): bump actions/stale from 6 to 7 (#18)
- c3ea791 chore(deps): bump actions/stale from 5 to 6 (#15)
- 95a65df chore(deps): bump actions/stale from 4 to 5 (#11)
- 9ee2b61 chore(deps): bump actions/setup-go from 2 to 3 (#12)
v1.3.2
Changelog
- 48c9996 fix: update handling of Apple Silicon version availability
- ecd7911 fix: update GitHub username
- 4e7ebca docs: update version strings
- 98e4bad docs: update version in main.go
- b31219a docs: add ci badge
- ccb221a doc: Update readme and manifest
- c00a9e2 doc: Update README and and execution to install.sh
- c5b5a23 doc: Update README
- 35f4818 doc: Update README
- 54f34a7 doc: Update README
- 0059d81 doc: Re-add scoop install and update README
- 1a4d917 ci: switch to goreleaser automated scoop manifest
- e1d1248 ci: remove automated verisioning
- 4499edc ci: overhaul CI workflows
- 39b7275 ci: fix scoop updater head ref
- ab916c9 ci: add old_tag default to main.go versioning
- 3c76988 ci: Stop running on tag pushes
- f12045a ci: Remove stale secrets
- 2d143b6 ci: Remove 32-bit ARM builds
- 392e3e9 ci: Add Scoop update workflow
- e941dea chore: update docs and Actions
- be4ddc2 chore: add dependabot config
v1.3.1
v1.3.0
Changelog
- 8a9e7e0 v1.3.0 Release (#7)
- f277a8e fix: Temporarily remove install.sh until fixed
- 00147c8 fix: Temporarily disable scoop installation until fixed
- 153ce49 feat: Upgrade dependencies
- dbfa1e2 feat: Re-add vastly improved install script
- f1de49b doc: Update manifest
- cb742a5 doc: Update changelog
- ab8120a doc: Update README
- f64f9f9 doc: Remove git-chglog artifacts
- fa1bafa ci: Switch to GoReleaser
- 9c54fdf ci: Reduce frequency of stale workflow to weekly
- 555922a ci: Only trigger go testing on go file pushes
v1.2.0
Features
- Switch errors/outputs to use cli.Ui #6 (Ethan Hassett)
- Add tests for commands that take input #6 (Ethan Hassett)
Continuous Integration
- Update workflows with names and add go testing (Ethan Hassett)
Commits
- Update manifest (Ethan Hassett)
- revert install.sh changes for OSx (Ethan Hassett)
- edf0c52: v1.2.0 Release (#6) (Ethan Hassett) #6
- Update version (Ethan Hassett)
- Update changelog (Ethan Hassett)
v1.1.0
Features
- Add OSx support #5 (Ethan Hassett)
- Add OSx support to install.sh #5 (Ethan Hassett)
Continuous Integration
- Add darwin builds to release creator (Ethan Hassett)
- Update commit name for manifest update (Ethan Hassett)
- Add stale issue/PR workflow #5 (Ethan Hassett)
Commits
- bbbe3ab: Update manifest (Ethan Hassett)
- Add issue templates (Ethan Hassett)
- Update verison and readme #5 (Ethan Hassett)
- 22109fd: v1.1.0 Release (#5) (Ethan Hassett) #5
- Update changelog (Ethan Hassett)
v1.0.1
v1.0.0
Features
- Use $PAGER for
tfvm install --listif set (Ethan Hassett) - Allow minor version specification to
tfvm install(Ethan Hassett)
Bug Fixes
- Do not include pre-release versions in available versions (Ethan Hassett)
- Update gitignore (Ethan Hassett)