Skip to content

Commit 9a6da7c

Browse files
committedFeb 3, 2024
Update version numbers: 0.8.26
1 parent 2eaf424 commit 9a6da7c

24 files changed

+26
-26
lines changed
 

‎INSTALL.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,21 @@ go install github.com/tilt-dev/ctlptl/cmd/ctlptl@latest
4040
On macOS:
4141

4242
```bash
43-
CTLPTL_VERSION="0.8.25"
43+
CTLPTL_VERSION="0.8.26"
4444
curl -fsSL https://github.com/tilt-dev/ctlptl/releases/download/v$CTLPTL_VERSION/ctlptl.$CTLPTL_VERSION.mac.x86_64.tar.gz | sudo tar -xzv -C /usr/local/bin ctlptl
4545
```
4646

4747
On Linux:
4848

4949
```bash
50-
CTLPTL_VERSION="0.8.25"
50+
CTLPTL_VERSION="0.8.26"
5151
curl -fsSL https://github.com/tilt-dev/ctlptl/releases/download/v$CTLPTL_VERSION/ctlptl.$CTLPTL_VERSION.linux.x86_64.tar.gz | sudo tar -xzv -C /usr/local/bin ctlptl
5252
```
5353

5454
On Windows:
5555

5656
```powershell
57-
$CTLPTL_VERSION = "0.8.25"
57+
$CTLPTL_VERSION = "0.8.26"
5858
Invoke-WebRequest "https://github.com/tilt-dev/ctlptl/releases/download/v$CTLPTL_VERSION/ctlptl.$CTLPTL_VERSION.windows.x86_64.zip" -OutFile "ctlptl.zip"
5959
Expand-Archive "ctlptl.zip" -DestinationPath "ctlptl"
6060
Move-Item -Force -Path "ctlptl\ctlptl.exe" -Destination "$home\bin\ctlptl.exe"

‎docs/ctlptl.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ Mess around with local Kubernetes clusters without consequences
2727
* [ctlptl socat](ctlptl_socat.md) - Use socat to connect components. Experimental.
2828
* [ctlptl version](ctlptl_version.md) - Current ctlptl version
2929

30-
###### Auto generated by spf13/cobra on 29-Nov-2023
30+
###### Auto generated by spf13/cobra on 3-Feb-2024

‎docs/ctlptl_analytics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ ctlptl analytics
1717
* [ctlptl](ctlptl.md) - Mess around with local Kubernetes clusters without consequences
1818
* [ctlptl analytics opt](ctlptl_analytics_opt.md) - opt-in or -out to tilt-dev analytics collection/upload
1919

20-
###### Auto generated by spf13/cobra on 29-Nov-2023
20+
###### Auto generated by spf13/cobra on 3-Feb-2024

‎docs/ctlptl_analytics_opt.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ ctlptl analytics opt [flags]
1616

1717
* [ctlptl analytics](ctlptl_analytics.md) - info and status about tilt-dev analytics
1818

19-
###### Auto generated by spf13/cobra on 29-Nov-2023
19+
###### Auto generated by spf13/cobra on 3-Feb-2024

‎docs/ctlptl_apply.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ ctlptl apply -f FILENAME [flags]
2828

2929
* [ctlptl](ctlptl.md) - Mess around with local Kubernetes clusters without consequences
3030

31-
###### Auto generated by spf13/cobra on 29-Nov-2023
31+
###### Auto generated by spf13/cobra on 3-Feb-2024

‎docs/ctlptl_completion.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ See each sub-command's help for details on how to use the generated script.
2222
* [ctlptl completion powershell](ctlptl_completion_powershell.md) - Generate the autocompletion script for powershell
2323
* [ctlptl completion zsh](ctlptl_completion_zsh.md) - Generate the autocompletion script for zsh
2424

25-
###### Auto generated by spf13/cobra on 29-Nov-2023
25+
###### Auto generated by spf13/cobra on 3-Feb-2024

‎docs/ctlptl_completion_bash.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ ctlptl completion bash
4141

4242
* [ctlptl completion](ctlptl_completion.md) - Generate the autocompletion script for the specified shell
4343

44-
###### Auto generated by spf13/cobra on 29-Nov-2023
44+
###### Auto generated by spf13/cobra on 3-Feb-2024

‎docs/ctlptl_completion_fish.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ ctlptl completion fish [flags]
3232

3333
* [ctlptl completion](ctlptl_completion.md) - Generate the autocompletion script for the specified shell
3434

35-
###### Auto generated by spf13/cobra on 29-Nov-2023
35+
###### Auto generated by spf13/cobra on 3-Feb-2024

‎docs/ctlptl_completion_powershell.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ ctlptl completion powershell [flags]
2929

3030
* [ctlptl completion](ctlptl_completion.md) - Generate the autocompletion script for the specified shell
3131

32-
###### Auto generated by spf13/cobra on 29-Nov-2023
32+
###### Auto generated by spf13/cobra on 3-Feb-2024

‎docs/ctlptl_completion_zsh.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ ctlptl completion zsh [flags]
4343

4444
* [ctlptl completion](ctlptl_completion.md) - Generate the autocompletion script for the specified shell
4545

46-
###### Auto generated by spf13/cobra on 29-Nov-2023
46+
###### Auto generated by spf13/cobra on 3-Feb-2024

‎docs/ctlptl_create.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ ctlptl create [cluster|registry] [flags]
2525
* [ctlptl create cluster](ctlptl_create_cluster.md) - Create a cluster with the given local Kubernetes product
2626
* [ctlptl create registry](ctlptl_create_registry.md) - Create a registry with the given name
2727

28-
###### Auto generated by spf13/cobra on 29-Nov-2023
28+
###### Auto generated by spf13/cobra on 3-Feb-2024

‎docs/ctlptl_create_cluster.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ ctlptl create cluster [product] [flags]
3434

3535
* [ctlptl create](ctlptl_create.md) - Create a cluster or registry
3636

37-
###### Auto generated by spf13/cobra on 29-Nov-2023
37+
###### Auto generated by spf13/cobra on 3-Feb-2024

‎docs/ctlptl_create_registry.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ ctlptl create registry [name] [flags]
3131

3232
* [ctlptl create](ctlptl_create.md) - Create a cluster or registry
3333

34-
###### Auto generated by spf13/cobra on 29-Nov-2023
34+
###### Auto generated by spf13/cobra on 3-Feb-2024

‎docs/ctlptl_delete.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ ctlptl delete -f FILENAME [flags]
2626

2727
* [ctlptl](ctlptl.md) - Mess around with local Kubernetes clusters without consequences
2828

29-
###### Auto generated by spf13/cobra on 29-Nov-2023
29+
###### Auto generated by spf13/cobra on 3-Feb-2024

‎docs/ctlptl_docker-desktop.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ Debugging tool for the Docker Desktop client
2424
* [ctlptl docker-desktop set](ctlptl_docker-desktop_set.md) - Set the docker-desktop settings
2525
* [ctlptl docker-desktop settings](ctlptl_docker-desktop_settings.md) - Print the docker-desktop settings
2626

27-
###### Auto generated by spf13/cobra on 29-Nov-2023
27+
###### Auto generated by spf13/cobra on 3-Feb-2024

‎docs/ctlptl_docker-desktop_open.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ ctlptl docker-desktop open [flags]
1616

1717
* [ctlptl docker-desktop](ctlptl_docker-desktop.md) - Debugging tool for the Docker Desktop client
1818

19-
###### Auto generated by spf13/cobra on 29-Nov-2023
19+
###### Auto generated by spf13/cobra on 3-Feb-2024

‎docs/ctlptl_docker-desktop_quit.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ ctlptl docker-desktop quit [flags]
1616

1717
* [ctlptl docker-desktop](ctlptl_docker-desktop.md) - Debugging tool for the Docker Desktop client
1818

19-
###### Auto generated by spf13/cobra on 29-Nov-2023
19+
###### Auto generated by spf13/cobra on 3-Feb-2024

‎docs/ctlptl_docker-desktop_reset-cluster.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ ctlptl docker-desktop reset-cluster [flags]
1616

1717
* [ctlptl docker-desktop](ctlptl_docker-desktop.md) - Debugging tool for the Docker Desktop client
1818

19-
###### Auto generated by spf13/cobra on 29-Nov-2023
19+
###### Auto generated by spf13/cobra on 3-Feb-2024

‎docs/ctlptl_docker-desktop_set.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ ctlptl docker-desktop set KEY VALUE [flags]
3434

3535
* [ctlptl docker-desktop](ctlptl_docker-desktop.md) - Debugging tool for the Docker Desktop client
3636

37-
###### Auto generated by spf13/cobra on 29-Nov-2023
37+
###### Auto generated by spf13/cobra on 3-Feb-2024

‎docs/ctlptl_docker-desktop_settings.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ ctlptl docker-desktop settings [flags]
1616

1717
* [ctlptl docker-desktop](ctlptl_docker-desktop.md) - Debugging tool for the Docker Desktop client
1818

19-
###### Auto generated by spf13/cobra on 29-Nov-2023
19+
###### Auto generated by spf13/cobra on 3-Feb-2024

‎docs/ctlptl_get.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ ctlptl get [type] [name] [flags]
4141

4242
* [ctlptl](ctlptl.md) - Mess around with local Kubernetes clusters without consequences
4343

44-
###### Auto generated by spf13/cobra on 29-Nov-2023
44+
###### Auto generated by spf13/cobra on 3-Feb-2024

‎docs/ctlptl_socat.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ Use socat to connect components. Experimental.
1313
* [ctlptl](ctlptl.md) - Mess around with local Kubernetes clusters without consequences
1414
* [ctlptl socat connect-remote-docker](ctlptl_socat_connect-remote-docker.md) - Connects a local port to a remote port on a machine running Docker
1515

16-
###### Auto generated by spf13/cobra on 29-Nov-2023
16+
###### Auto generated by spf13/cobra on 3-Feb-2024

‎docs/ctlptl_socat_connect-remote-docker.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ ctlptl socat connect-remote-docker [flags]
2323

2424
* [ctlptl socat](ctlptl_socat.md) - Use socat to connect components. Experimental.
2525

26-
###### Auto generated by spf13/cobra on 29-Nov-2023
26+
###### Auto generated by spf13/cobra on 3-Feb-2024

‎docs/ctlptl_version.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ ctlptl version [flags]
1616

1717
* [ctlptl](ctlptl.md) - Mess around with local Kubernetes clusters without consequences
1818

19-
###### Auto generated by spf13/cobra on 29-Nov-2023
19+
###### Auto generated by spf13/cobra on 3-Feb-2024

0 commit comments

Comments
 (0)
Failed to load comments.