glide v0.13.0 Release Notes

Release Date: 2017-09-28 // over 6 years ago
  • ๐Ÿš€ The latest release of Glide brings continued support.

    Consider switching to dep

    ๐Ÿ‘ Glide is used by a great number of projects and will continue to get support for some time. But, the near future is likely in dep. dep can handle importing Glide config files. Please consider trying dep on your project or converting to dep. If you encounter an issue please check if there is an existing bug report and file one if there is not.

    ๐Ÿšš Glide will continue to be supported for some time as there are many users who rely on it and some are not able or ready to move to dep.

    โž• Added

    • ๐Ÿ— #631: Verify version during build in automation (thanks @breerly)
    • ๐Ÿ“„ #711: Added a commit hash example to the docs (thanks @mh-cbon)
    • 0๏ธโƒฃ #771: Handling default GOPATH for Go 1.8
    • #814: Adding install instructions for Ubuntu 17.04 (thanks @HaraldNordgren)
    • ๐Ÿ‘ #870: Added support for s390x architecture (thanks @Nayana-ibm)

    ๐Ÿ”„ Changed

    • ๐Ÿšš #582: Removed verbose flag as it was not being used (thanks @kelcecil)
    • #697: Preserve vendor/.git, if it exists. (thanks @sdboyer)
    • #686: Make ending dots in output more consistent (thanks @stevenroose)
    • โšก๏ธ #748: Updated tests to work windows and add windows CI testing
    • ๐ŸŽ #717: Cache GOROOT at init time for performance (thanks @heyitsanthony)
    • โšก๏ธ #797, #821, #908: Updating to the latest version of the dependencies
    • ๐Ÿ— #800: Allow VERSION of glide to be passed in with build script (thanks @BlackYoup)
    • ๐Ÿ“„ #774: Add docs on using go get to install glide (thanks @philoserf)
    • โšก๏ธ #907: Updated Travis CI language versions of Go to test against (thanks @dvrkps)
    • โšก๏ธ #916: Update gox to version managed by Masterminds for builds

    ๐Ÿ›  Fixed

    • #736: Find home dir without using cgo (thanks @krancour)
    • ๐Ÿ›  #603: Fixed where, in some cases not importing dependencies config
    • ๐Ÿ›  #620: Fixed grammar usage on projects (thanks @server-monitor)
    • โœ๏ธ #623: Fixed typos in help and (thanks @jonboulle)
    • โœ๏ธ #628: Fixed typos (thanks @philoserf)
    • ๐Ÿ“š #733: Fixed documentation issues (thanks @matiasanaya)
    • ๐Ÿ›  #747: Fixed issue with glide home directory (thanks @agatan)
    • ๐Ÿ›  #759: More spelling fixes (thanks @jbirch)
    • ๐Ÿ›  #775: Even more doc typo fixes (thanks @cristiangreco)
    • ๐Ÿ #811: Fixed issue with windows git submodules
    • โœ๏ธ #819: Fixed more typos (thanks @zoofood)
    • ๐Ÿ›  #829: Fixed preservation of .git files correctly (@RaduBerinde)
    • ๐Ÿ #778: Fixed removing and moving large sets of files fails on Windows
    • ๐Ÿ— #910: Fixed issue due to go/build.ImportDir change response on not found dir
    • ๐Ÿšš #906: Fixed CustomRemoveAll() to handle spaces in paths, and also file not found (thanks @jpz)