Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

v0.2.0

Compare
Choose a tag to compare
@marcogschmidt marcogschmidt released this 08 Jan 19:00
· 14 commits to master since this release
e877921

Breaking Changes

  • Until v1.0.0-rc2, we managed the Gloo Enterprise dependencies using dep. Starting with v1.0.0-rc3 we switched to Go Modules. This means that the tools we provide here to verify a plugin are outdated. Starting with v1.0.0-rc9, Gloo Enterprise will publish the output of go list -m all. This change updates the tools to compare dependencies by comparing the aforementioned file with the output of go list -m all in this repo and updates the README file. (#10)

Fixes

  • Update the dependency comparison script to output a more user-friendly suggestions file. Also, fetch and wire up the new dependencies file published by Gloo Enterprise. (#10)