Skip to content

Releases: inlets/inlets-pro

Add custom TLS certificate support, for external TLS tooling

11 Aug 15:48
Compare
Choose a tag to compare

Changelog for 0.6.2:

Commits
8b7e5d1 Add custom TLS certificate support by @alexellis
cc436cb Add generate to user-guide by @alexellis
7292979 Update README.md by @alexellis
ff84274 Adding brewsterops blog posts by @brewsteropsdev
45b6518 Add Heyal.co.uk blog post to inlets docs by @Waterdrips
4ef492b Mention support for gRPC by @alexellis
dc60eb4 Bump version to 0.6.0 of inlets-pro by @alexellis

Generated by Derek

Require named product in license and bump dependencies for proxy support

10 Mar 15:50
Compare
Choose a tag to compare

Changelog for 0.6.0:

Existing users can email their current license to support@openfaas.com to obtain a refresh with the proper product claim embedded. Alternatively, you can continue to use < 0.6.0.

Dependencies are bumped to support HTTP_PROXY/HTTPS_PROXY as reported by some users as not working as expected.

Commits
dd2fe65 remove refs to k3sup by @Waterdrips

Generated by Derek

Update name printing from license on start-up

24 Feb 18:22
Compare
Choose a tag to compare

Changelog for 0.5.6:

Commits
a24fa5c Update ingress-tutorial to match docs site by @alexellis

Generated by Derek

Print licensed name in start-up

24 Feb 18:09
Compare
Choose a tag to compare
Pre-release

Changelog for 0.5.5:

Commits
a24fa5c Update ingress-tutorial to match docs site by @alexellis
319a723 Update README.md by @alexellis
ee487c7 Update pricing section by @alexellis
f36e4be Update to newer logo by @alexellis
567c390 Update README.md by @alexellis

Generated by Derek

Add "inlets-pro client --generate=systemd"

18 Feb 21:54
567c390
Compare
Choose a tag to compare

Changelog for 0.5.4:

Add "inlets-pro client --generate=systemd" to generate a system unit file for your client. For example:

export TOKEN="auth token"

inlets-pro client --generate=systemd \
  --license-file /var/lib/inlets-pro/LICENSE \
  --tcp-ports "80,443" \
  --connect "wss://167.99.90.104:8123/connect" \
  --token $TOKEN

Commits
567c390 Update README.md by @alexellis
4eaf6dd Update README.md by @alexellis
4bf43e4 Add ToC to CLI ref by @alexellis

Generated by Derek

Add --auto-tls-path for multiple servers on same host

07 Feb 18:57
Compare
Choose a tag to compare

Changelog for 0.5.3:

Commits
4bf43e4 Add ToC to CLI ref by @alexellis

Add --auto-tls-path for multiple servers on same host, this means that the generated CA / cert by --auto-tls doesn't clash.

Generated by Derek

Update some of the docs + flags for the client/server

07 Feb 16:58
Compare
Choose a tag to compare

Changelog for 0.5.2:

  • PR #10 Fix some typos by @doowb
  • PR #7 Add CLI reference guide and docs update by @alexellis
  • Update some of the docs + flags for the client/server

Commits
4bf43e4 Add ToC to CLI ref by @alexellis
9ae15bf Move server section to client section by @alexellis
85fb870 Update cli-reference.md by @alexellis
9f8f470 Update README.md by @alexellis
26c6382 Update examples for docker run with root user by @alexellis
f02ed00 Add split-plane architecture by @alexellis
896786b Fix some typos by @doowb
b4a55d1 Add split-plane example by @alexellis
c8299ea Fix typos by @alexellis
bbe567e Update to apps/v1 for Kubernetes samples by @alexellis
9548e99 Add CLI reference guide and docs update by @alexellis
e3e6b13 Update README.md by @alexellis
cd5d981 Update README.md by @alexellis

Generated by Derek

Move artifacts to inlets org

03 Feb 11:43
cd5d981
Compare
Choose a tag to compare

Changelog for 0.5.1:

  • Move to inlets org - this decouples from my personal account for distribution
  • Enable use of external TLS vs. auto-tls for wss:// protocol, ideal for use with inlets-server when behind a Kubernetes IngressController
  • Update Copyright notice to OpenFaaS Ltd 2020

Docker: inlets/inlets-pro:0.5.1

Generated by Derek

Add friendly error for server connection refused

23 Jan 15:05
088b945
Compare
Choose a tag to compare

Changelog for 0.4.4:

Adds a friendly error for when the server gives a connection refused code when serving the CA in TLS mode.

Generated by Derek

Release with binaries

30 Nov 21:44
Compare
Choose a tag to compare

Changelog for 0.4.3:

Generated by Derek