Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Dec 20:39
· 49 commits to main since this release

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)