-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ensuring consumer-group scoped plugins show tags
On running `deck file render` command, tags were coming up for global and service/route scoped plugins, but not for consumer-group scoped ones. This was because the underlying struct that were using for writer did not have `Tags` as a field. This change was added in the underlying type in go-kong. This change upgrades the go-kong version to v0.61.0 and adds `Tags` field in all missing places while building consumer-group scoped plugins or writing them to file. For: https://konghq.atlassian.net/browse/FTI-6292
- Loading branch information
1 parent
d53b0d3
commit 9cb130c
Showing
5 changed files
with
12 additions
and
9 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
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
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