Skip to content

Commit

Permalink
db: update k9s artifact name for 0.27.0 (#160)
Browse files Browse the repository at this point in the history
from derailed/k9s#1910

This will break installing older versions, so users must apply different
config if they wish.

### Additional tasks

- [ ] Documentation for changes provided/changed
- [ ] Tests added
- [x] Updated CHANGELOG.md
  • Loading branch information
hdhoang authored Jan 27, 2023
1 parent 43bf717 commit da29583
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ available [on GitHub][2].
* [#133](https://github.com/chshersh/tool-sync/issues/133)
Added shell completion
(by [@MitchellBerend][MitchellBerend])
* [#147](https://github.com/chshersh/tool-sync/issues/147)
* [#147](https://github.com/chshersh/tool-sync/issues/147), [#160](https://github.com/chshersh/tool-sync/issues/160)
Supports casey/just, dalance/procs, derailed/k9s, and
sharkdp/hyperfine natively.
(by [@hdhoang][hdhoang])
Expand Down
6 changes: 3 additions & 3 deletions src/sync/db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ pub fn build_db() -> BTreeMap<String, ToolInfo> {
owner: "derailed",
repo: "k9s",
exe_name: "k9s",
linux: "Linux_x86_64",
macos: "Darwin_x86_64",
windows: "Windows_x86_64",
linux: "Linux_amd64",
macos: "Darwin_amd64",
windows: "Windows_amd64",
tag: ToolInfoTag::Latest,
},
);
Expand Down

0 comments on commit da29583

Please sign in to comment.