Skip to content

Releases: devnw/gvm

Development Build

31 Aug 15:31
783cd22
Compare
Choose a tag to compare
Development Build Pre-release
Pre-release

Commits

  • 783cd22: Update install.sh (Benji Vesterby)

v0.2.1

16 Feb 00:48
v0.2.1
5fbddd9
Compare
Choose a tag to compare

Commits

  • 51eeaca: Fixing example (Benji Vesterby)
  • 6755a0d: Bump pascalgn/automerge-action from 0.15.2 to 0.15.3 (dependabot[bot]) #29
  • 415ad75: Added in support for Gitbash on Windows OS (Josh Daniel) #31
  • e57fa12: Cleaned up a lint issue and also some of my leftover debugging (Josh Daniel) #31
  • 3afc320: Update to support CI/CD (Josh Daniel) #31
  • ab88427: Bump pascalgn/automerge-action from 0.15.3 to 0.15.5 (dependabot[bot]) #33
  • 5fbddd9: Fixing #37 where file url update caused 1.20 to be missing (Benji Vesterby)

latest

16 Feb 00:48
5fbddd9
Compare
Choose a tag to compare

Commits

  • 51eeaca: Fixing example (Benji Vesterby)
  • 6755a0d: Bump pascalgn/automerge-action from 0.15.2 to 0.15.3 (dependabot[bot]) #29
  • 415ad75: Added in support for Gitbash on Windows OS (Josh Daniel) #31
  • e57fa12: Cleaned up a lint issue and also some of my leftover debugging (Josh Daniel) #31
  • 3afc320: Update to support CI/CD (Josh Daniel) #31
  • ab88427: Bump pascalgn/automerge-action from 0.15.3 to 0.15.5 (dependabot[bot]) #33
  • 5fbddd9: Fixing #37 where file url update caused 1.20 to be missing (Benji Vesterby)

v0.2.0

06 Apr 01:04
v0.2.0
aad0195
Compare
Choose a tag to compare

Commits

  • a237fe6: Removing shared files (Benji Vesterby)
  • 3a40d23: Adding pre-commit hooks for gvm (Benji Vesterby)
  • 8250afa: Fixing an issue with architecture identification (Benji Vesterby)
  • 89adb14: Adds support for ls command, updated help, and active version support (Benji Vesterby)
  • addb2ef: Bump actions/checkout from 2.4.0 to 3 (#25) (dependabot[bot]) #25
  • 28239b9: Removing debug log (Benji Vesterby)
  • 4713ef3: Adding configuration storage for gvm, and storing override value (Benji Vesterby)
  • 9133f2a: Adding an update to remember to always update gvm (Benji Vesterby)
  • aaa6e10: Setting up gvm to download the installer to the directory instead of working directory (Benji Vesterby)
  • 2e7c939: Trying to fix the config update (Benji Vesterby)
  • 79f137c: Correcting autoupdate logic (Benji Vesterby)
  • 88efd0d: Settting auto update variable to true on opt-in (Benji Vesterby)
  • 232802c: Fixing function call which was incorrect (Benji Vesterby)
  • 2bbfb54: Moving config loading higher up (Benji Vesterby)
  • 8415b4a: Adding support for removing a version of Go (Benji Vesterby)
  • 8ccedfa: Adding the ability to clean the inactive versions of Go from the system (Benji Vesterby)
  • 3767bd9: Minor adjustments (Benji Vesterby)
  • 36fe73d: Removed the override for /usr/local/go since it can cause cross-user access (Benji Vesterby)
  • 1b311a4: Updating documentation (Benji Vesterby)
  • aad0195: Added support for GOROOT_BOOTSTRAP (Benji Vesterby)

v0.1.1

16 Dec 14:13
v0.1.1
1c0e30a
Compare
Choose a tag to compare

Commits

  • 9decd10: Correcting PATH and updating to standard version name for local dev (Benji Vesterby)
  • a3b701e: Corrected bin path used when updating path (Benji Vesterby)
  • 14f8577: Updating version regex to correctly match go versioning scheme (Benji Vesterby)
  • 2f03d82: Re-arranging some code and adding check for existence of go version (Benji Vesterby)
  • 1c0e30a: Correcting version script for macs without gsed (Benji Vesterby)

v0.1.0

15 Dec 20:39
Compare
Choose a tag to compare

This version introduces logic which allows gvm to identify
if there are newer versions of a released instance and gives
the user the option to update the script.

This version also introduces versions which will be displayed
in the help text of gvm.

The linking has also changed so that gvm correctly links the
entire go directory and not just the bin directory.

Commits

  • a6f7688: Fixing wrong newline char on ubuntu message (Benji Vesterby)
  • d52ddd2: Adding actions for linting (Benji Vesterby)
  • b7a01a5: Adding lint badge to readme (Benji Vesterby)
  • a668172: fix help message, support help arg. without flags (Mario Petričko) #8
  • 682b4da: Working on adding VERSION support (Benji Vesterby)
  • 4c4800b: Adding version script (Benji Vesterby)
  • 190af03: Updated version script to allow passed version, updated release actions (Benji Vesterby)
  • ffc0f70: Fixing sed issue (Benji Vesterby)
  • 4d16c8d: TESTSUM Commit (Benji Vesterby)
  • ba07071: TESTSUM Commit (Benji Vesterby)
  • ad206f8: Adding update to new version feature (Benji Vesterby)
  • 3171d4d: Adding sum verification of new file prior to overwrite (Benji Vesterby)
  • 04d1a6c: Adding sum check before overwriting file (Benji Vesterby)
  • 0bb6126: Correcting sum generation (Benji Vesterby)
  • 41a8c5e: Adding debug prints for sum compare on download (Benji Vesterby)
  • 9aa1eb3: Fixing shasum call for file (Benji Vesterby)
  • bdeb9fa: Adjusting how the update is called and adding it to it's own function (Benji Vesterby)
  • eacf282: Correcting issue with tmp file (Benji Vesterby)
  • 2a92976: Fixing dev version update check (Benji Vesterby)
  • 7b89930: Attempt to re-run self after update (Benji Vesterby)
  • b050224: Fixing overwrite mistake (Benji Vesterby)
  • a024966: Attempt 2 of reload self after update (Benji Vesterby)
  • 5ff2d6b: Attempt 3 of reload self after update (Benji Vesterby)
  • 7fc406f: Fixing copy paste error (Benji Vesterby)
  • e7799e1: Attempt 4 of reload self after update (Benji Vesterby)
  • 2397ccc: Correcting version at top of file for actions (Benji Vesterby)
  • 4c278bb: Got the re-execution working (Benji Vesterby)
  • ed4ec73: Added documentation to the update function (Benji Vesterby)
  • f94f751: Properly deleting the .tmp file created while updating (Benji Vesterby)
  • bcc0550: Updating README documentation for install and update (Benji Vesterby)
  • 2766611: Correcting go version check for source build (Benji Vesterby)
  • cbcfef6: Updating source directory to match name for next (Benji Vesterby)
  • 83a0483: Removing release-config since it's not used and updating COC formatting (Benji Vesterby)
  • e631292: Correcting linking issues for next and default /usr/local/go paths (Benji Vesterby)

v0.0.5

15 Dec 03:06
v0.0.5
a429a44
Compare
Choose a tag to compare

Commits

  • 1deb78f: Fixing linter issues for script (Benji Vesterby)
  • 5ae1ce8: Fixed all ShellCheck errors, added pre-release, tag release (non-latest) and fixed logging/conditionals (Benji Vesterby)
  • 980b517: Corrected minor issue moving out of source directory when installling Go next (Benji Vesterby)
  • 5923114: Fixing up some minor inconsistencies in the bash (Benji Vesterby)
  • a0bed03: Corrected issue with not properly matching shell for zsh (Benji Vesterby)
  • 2a2931e: Correcting check for proper Go binary in path (Benji Vesterby)
  • 52b496b: Fixing flag issue on linking diff between macos and linux (Benji Vesterby)
  • 2884bb6: Correcting source call for bashrc (Benji Vesterby)
  • 62f1b61: Correcting source for bash again (Benji Vesterby)
  • aa48746: Correcting source for bash again (Benji Vesterby)
  • 297c3e8: Correcting source for bash again (Benji Vesterby)
  • 4898ffd: Adding log for ubuntu installations (Benji Vesterby)
  • a429a44: Hiding output from uname (Benji Vesterby)