File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -257,7 +257,8 @@ Follow the official [instructions](https://podman.io/docs/installation) to insta
257
257
258
258
Download the latest binaries
259
259
``` bash
260
- HCKCTL_VERSION=0.12.0
260
+ # latest release
261
+ HCKCTL_VERSION=$( curl -sS https://api.github.com/repos/hckops/hckctl/releases/latest | jq -r .name | sed ' s/v//' )
261
262
262
263
# install or update
263
264
curl -sSL https://github.com/hckops/hckctl/releases/latest/download/hckctl-${HCKCTL_VERSION} -linux-x86_64.tar.gz | \
@@ -330,7 +331,6 @@ E1020 19:55:12.436966 149063 portforward.go:381] error copying from remote stre
330
331
* add GitHub org labels: feature/bug/question
331
332
332
333
* test all catalog
333
- * discord + social links (?)
334
334
* verify binaries
335
335
* test on mac-m1 and win (docker images)
336
336
* review all command cli example/description
356
356
* general
357
357
- strict schema validation
358
358
- add disclaimer of responsibility to readme?
359
- - public discord server (review channels visibility)
360
359
- brew release
361
360
- review context/http/client timeouts e.g. vpn or target not available
362
361
- verify config migration between versions
You can’t perform that action at this time.
0 commit comments