Skip to content

Commit

Permalink
Move to 0.4.2
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Nov 30, 2019
1 parent d707cc8 commit 07d5758
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Both the client and server are contained within the same binary.
* The server (exit-node)

```sh
curl -SLsf https://github.com/inlets/inlets-pro-pkg/releases/download/0.4.0/inlets-pro-linux > inlets-pro-linux
curl -SLsf https://github.com/inlets/inlets-pro-pkg/releases/download/0.4.2/inlets-pro-linux > inlets-pro-linux
chmod +x ./inlets-pro-linux
```

Expand Down
2 changes: 1 addition & 1 deletion artifacts/client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: client
image: alexellis2/inlets-pro:0.4
image: alexellis2/inlets-pro:0.4.2
imagePullPolicy: Always
command: ["inlets-pro"]
args:
Expand Down
6 changes: 3 additions & 3 deletions docs/caddy-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Provision a VM on DigitalOcean or another IaaS provider.
Log in with ssh and obtain the binary:

```sh
curl -SLsf https://github.com/inlets/inlets-pro-pkg/releases/download/0.4.0/inlets-pro-linux > inlets-pro-linux
curl -SLsf https://github.com/inlets/inlets-pro-pkg/releases/download/0.4.2/inlets-pro-linux > inlets-pro-linux
chmod +x ./inlets-pro-linux
mv ./inlets-pro-linux /usr/bin/inlets-pro
```
Expand Down Expand Up @@ -85,15 +85,15 @@ python -m SimpleHTTPServer
For a Linux client

```sh
curl -SLsf https://github.com/inlets/inlets-pro-pkg/releases/download/0.4.0/inlets-pro-linux > inlets-pro-linux
curl -SLsf https://github.com/inlets/inlets-pro-pkg/releases/download/0.4.2/inlets-pro-linux > inlets-pro-linux
chmod +x ./inlets-pro-linux
mv ./inlets-pro-linux /usr/bin/inlets-pro
```

For a MacOS client

```sh
curl -SLsf https://github.com/inlets/inlets-pro-pkg/releases/download/0.4.0/inlets-pro > inlets-pro
curl -SLsf https://github.com/inlets/inlets-pro-pkg/releases/download/0.4.2/inlets-pro > inlets-pro
chmod +x ./inlets-pro
sudo mv ./inlets-pro /usr/bin/inlets-pro
```
Expand Down
6 changes: 3 additions & 3 deletions docs/cassandra-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Provision a VM on DigitalOcean or another IaaS provider.
Log in with ssh and obtain the binary:

```sh
curl -SLsf https://github.com/inlets/inlets-pro-pkg/releases/download/0.4.0/inlets-pro-linux > inlets-pro-linux
curl -SLsf https://github.com/inlets/inlets-pro-pkg/releases/download/0.4.2/inlets-pro-linux > inlets-pro-linux
chmod +x ./inlets-pro-linux
mv ./inlets-pro-linux /usr/bin/inlets-pro
```
Expand Down Expand Up @@ -57,15 +57,15 @@ Now run the inlets client on the other side:
For a Linux client

```sh
curl -SLsf https://github.com/inlets/inlets-pro-pkg/releases/download/0.4.0/inlets-pro-linux > inlets-pro-linux
curl -SLsf https://github.com/inlets/inlets-pro-pkg/releases/download/0.4.2/inlets-pro-linux > inlets-pro-linux
chmod +x ./inlets-pro-linux
mv ./inlets-pro-linux /usr/bin/inlets-pro
```

For a MacOS client

```sh
curl -SLsf https://github.com/inlets/inlets-pro-pkg/releases/download/0.4.0/inlets-pro > inlets-pro
curl -SLsf https://github.com/inlets/inlets-pro-pkg/releases/download/0.4.2/inlets-pro > inlets-pro
chmod +x ./inlets-pro
sudo mv ./inlets-pro /usr/bin/inlets-pro
```
Expand Down
2 changes: 1 addition & 1 deletion docs/ingress-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Any VM is suitable, even a 5 USD DigitalOcean VM
Download the `inlets-pro` binary on your VM.

```sh
curl -SLsf https://github.com/inlets/inlets-pro-pkg/releases/download/0.4.0/inlets-pro-linux > inlets-pro-linux
curl -SLsf https://github.com/inlets/inlets-pro-pkg/releases/download/0.4.2/inlets-pro-linux > inlets-pro-linux
chmod +x ./inlets-pro-linux
```

Expand Down

0 comments on commit 07d5758

Please sign in to comment.