This updates the graphql query used to fetch releases by:
- returning only the first 10
- ordering them in reverse by created_at
This is better because it does not rely on the default ordering by the
GitHub graphql API.
Co-authored-by: Pieter Van der Haegen <vdhpieter@outlook.com>
* Added version validation check
* Added check for latest
* Changed Helm 3.5.0 test to also test lack of v in version
* Pushing integration tests
* Removed push integration test
* Added more context to integration test
* Addressing comment
* Adding graphql to find out latest helm version of specified type
* Updating package-loc.json
* Updating js file
* Fixing PR comments
* Adding feature flag as environment variable
* Changing feature flag name
* Updating package-loc.json