Skip to content

Commit

Permalink
feat: handle the change of Kong/deck
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Feb 17, 2022
1 parent dfd7b83 commit 3251363
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2179,8 +2179,12 @@ packages:
- type: github_release
repo_owner: Kong
repo_name: deck
asset: "deck_{{trimV .Version}}_{{.OS}}_{{.Arch}}.tar.gz"
description: 'decK: Configuration management and drift detection for Kong'
version_constraint: 'semver(">= 1.11.0")'
asset: 'deck_{{trimV .Version}}_{{.OS}}_{{if eq .GOOS "darwin"}}all{{else}}{{.Arch}}{{end}}.tar.gz'
version_overrides:
- version_constraint: 'semver("< 1.11.0")'
asset: "deck_{{trimV .Version}}_{{.OS}}_{{.Arch}}.tar.gz"
- type: github_release
repo_owner: ktr0731
repo_name: evans
Expand Down

0 comments on commit 3251363

Please sign in to comment.