Skip to content

Commit e1d485e

Browse files
author
Tilt Dev
committed
Update version numbers: 0.8.44
1 parent d738fc6 commit e1d485e

24 files changed

Lines changed: 26 additions & 26 deletions

INSTALL.md

Lines changed: 3 additions & 3 deletions
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.43"
43+
CTLPTL_VERSION="0.8.44"
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.43"
50+
CTLPTL_VERSION="0.8.44"
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.43"
57+
$CTLPTL_VERSION = "0.8.44"
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

Lines changed: 1 addition & 1 deletion
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 28-Aug-2025
30+
###### Auto generated by spf13/cobra on 18-Dec-2025

docs/ctlptl_analytics.md

Lines changed: 1 addition & 1 deletion
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 28-Aug-2025
20+
###### Auto generated by spf13/cobra on 18-Dec-2025

docs/ctlptl_analytics_opt.md

Lines changed: 1 addition & 1 deletion
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 28-Aug-2025
19+
###### Auto generated by spf13/cobra on 18-Dec-2025

docs/ctlptl_apply.md

Lines changed: 1 addition & 1 deletion
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 28-Aug-2025
31+
###### Auto generated by spf13/cobra on 18-Dec-2025

docs/ctlptl_completion.md

Lines changed: 1 addition & 1 deletion
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 28-Aug-2025
25+
###### Auto generated by spf13/cobra on 18-Dec-2025

docs/ctlptl_completion_bash.md

Lines changed: 1 addition & 1 deletion
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 28-Aug-2025
44+
###### Auto generated by spf13/cobra on 18-Dec-2025

docs/ctlptl_completion_fish.md

Lines changed: 1 addition & 1 deletion
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 28-Aug-2025
35+
###### Auto generated by spf13/cobra on 18-Dec-2025

docs/ctlptl_completion_powershell.md

Lines changed: 1 addition & 1 deletion
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 28-Aug-2025
32+
###### Auto generated by spf13/cobra on 18-Dec-2025

docs/ctlptl_completion_zsh.md

Lines changed: 1 addition & 1 deletion
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 28-Aug-2025
46+
###### Auto generated by spf13/cobra on 18-Dec-2025

0 commit comments

Comments
 (0)