replicatedhq / kots

KOTS provides the framework, tools and integrations that enable the delivery and management of 3rd-party Kubernetes applications, a.k.a. Kubernetes Off-The-Shelf (KOTS) Software.
https://kots.io
Apache License 2.0
902 stars 90 forks source link

fix: GetLatestLicense includes `licenseSequence` query param #4834

Closed pandemicsyn closed 3 months ago

pandemicsyn commented 3 months ago

What this PR does / why we need it:

Replicated app /license/:appSlug expects a licenseSequence query param to be included when available. This updates GetLatestLicense to pass along the licenseSequence.

Which issue(s) this PR fixes:

Fixes https://app.shortcut.com/replicated/story/110895/replicated-app-excessive-failed-to-parse-licensesequence-errors

Special notes for your reviewer:

Steps to reproduce

License sync or install are the easiest way to validate this.

Does this PR introduce a user-facing change?

NONE

Does this PR require documentation?