This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
v0.2.0
Breaking Changes
- Until
v1.0.0-rc2
, we managed the Gloo Enterprise dependencies usingdep
. Starting withv1.0.0-rc3
we switched to Go Modules. This means that the tools we provide here to verify a plugin are outdated. Starting withv1.0.0-rc9
, Gloo Enterprise will publish the output ofgo list -m all
. This change updates the tools to compare dependencies by comparing the aforementioned file with the output ofgo 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)