-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use hardcoded Konnect version instead of retrieving it
This commit removes the logic to fetch the Konnect version from Konnect API and it simply hardcodes it. The Konnect version is used only to evaluate and decide which format_version to expect or dump in state files. Since Konnect only uses '_format_verion: 3.0', and since Konnect always uses the latest Kong version, then we can simply hardcode the Konnect version and avoid an unnecessary network call
- Loading branch information
Showing
2 changed files
with
8 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters