Skip to content

Releases: marcosnils/bin

v0.7.0

22 May 23:51
Compare
Choose a tag to compare

Changelog

74bf928 Allow to update multiple binaries

v0.6.0

29 Apr 15:00
Compare
Choose a tag to compare

Changelog

6340ebc Remove unnecessary test
b3b3596 This commit adds --all flag to install and update to skip scoring process and return all assets fetched by a provider regardless of the architecture and OS.

v0.5.2

10 Apr 19:49
Compare
Choose a tag to compare

Changelog

192528b Add dry-run mode to update command (#90)
1d8806e Add section about pre-releases and GITHUB_ACCESS_TOKEN to README
f241c64 Don't filter when there's a single asset (#94)
a99d386 Explain that pre-releases can be installed
b920c15 Merge pull request #85 from breml/extend-readme
db36861 Remove unused func param (#92)
33799e0 Revert accidental change
fd5e699 Update README.md

v0.5.1

24 Mar 18:39
Compare
Choose a tag to compare

Changelog

452b301 Resolve paths to absolute otherwise bin rm won't work

v0.5.0

24 Mar 04:12
Compare
Choose a tag to compare

Changelog

bade123 Add ensure command (#65)
0d1cfa1 Add golangci-lint, fix linting issues (#64)
86118f8 Add test of cmd.getLatestVersion used in bin update
86c146a Address review feedback
50a0f32 Check for existing configuration To prevent the breaking of an existing configuration check if one exists and return the default directory in that case.
fafdf74 Copied CONTRIBUTING and CODE_OF_CONDUCT (#66)
9f1f191 Ensure comment is in its right context
060dc0d Filter assets inside Zip archives (#82)
1b86812 Fix link to grammarly.com
29384e5 Install with force even if target is not present (#61)
f8d89da Merge branch 'master' into feature/support_xdg_base_direcory
7cec71d Merge branch 'rverst-feature/support_xdg_base_direcory'
03717bd Merge pull request #56 from sirlatrom/feature/no-semantic-downgrades
de8f04b Merge pull request #59 from breml/fix-58
ef69b01 Merge pull request #75 from rverst/fix/contributing_link
c113fd3 Prevent semantic downgrades in bin update
7736d84 Run go vet (#63)
058bb2e Sort binaries by path in bin ls (#74)
cf4e7af Support "win" as Windows OS name component (#55)
dd4755f Support (.tar).bz2 archives (#81)
4bd5e82 Support OS specific extensions (#76)
13292f2 Truncate config.json before writing
2584ede Use XDG Base Directory Specification
32c5327 Use correct Join function

v0.4.0

16 Mar 22:44
8d946cb
Compare
Choose a tag to compare

Changelog

e4d130e Add DisplayName to help separate packages from asset links
1ce724c Add missing archs to TestSanitizeName
bd8ee64 Adds a "provider" flag to update a install commands
e10cac2 Also interpret an empty project.Visibility as public
401d9b9 Assume project is public if no token was used to get it
8d946cb Fix package files pagination (#51)
fd848cb Fix regression where name was not taken from matched candidate name component
f37e996 Get arch from resolver as well
234e422 Handle anonymously accessed GitLab projects with packages enabled
9d6d214 Make tests pass by adding expected "x86_64" arch to resolver
ea50803 Merge pull request #45 from sirlatrom/gitlab-generic-packages
755c209 Merge pull request #49 from marcosnils/feat/provider_flag
be73ea5 Modified config to utilize the os.UserHomeDir() vs user.Current().HomeDir (#52)
3f9816b Only add GitLab project uploads assets if project is public
759de8a Order packages by version, and consider all package files
cf99cb2 Prefer GitLab Package if found for release version
0b7e281 Remove superfluous "amd64" arch already in result
8670d0c Show URL when filtering out lower-scoring asset
13bab83 Support setting a hostname specific GitLab token environment variable
4725614 Update pkg/config/config.go

v0.3.0

15 Mar 00:52
Compare
Choose a tag to compare

Changelog

27cc957 Add Exe matcher for Windows releases. (#46)
553ce8b Allow to mock OS and Arch for asset filtering tests
02a0be2 Merge pull request #47 from marcosnils/feat/mock-resolver
2121dde Remove binaries by name (#48)
d86c558 Update go.sum

v0.2.4

14 Feb 17:48
Compare
Choose a tag to compare

Changelog

67ed6c3 Fix getFinalPath function docs
6f15a2f Update binaries by name (#44)

v0.2.3

28 Nov 19:08
Compare
Choose a tag to compare

Changelog

d7c843f Remove file before updating

v0.2.2

28 Nov 18:23
Compare
Choose a tag to compare

Changelog

e808461 Bump actions steps
1abfb2a Check if stdin is a tty and add docker flag accordingly (#34)
4162e3e GitLab: Prefer semver-like versions and filter out prereleases (#32)
bae42a9 Ignore dist folder
87f51ca Skip invalid semantic versions in HashiCorp provider (#40)