Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: inlets/inletsctl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.8.38
Choose a base ref
...
head repository: inlets/inletsctl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.8.39
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Feb 19, 2026

  1. Remove letsencrypt-email flag

    Let's Encrypt no longer sends email notification and does not require
    an email making the --letsencrypt-email flag unnecessary. The inlets
    http server no longer needs this flag.
    
    Signed-off-by: Han Verstraete (OpenFaaS Ltd) <[email protected]>
    welteki authored and alexellis committed Feb 19, 2026
    Configuration menu
    Copy the full SHA
    845e34a View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2026

  1. Create and own userdata within inletsctl

    HTTPS userdata was already owned inside inletsctl, but not for
    TCP tunnels. This has now been pulled up from cloudprovision
    for easier maintenance.
    
    Unit tests updated and pass. Converted from string concat to
    string interpolation with fmt.Sprintf.
    
    Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
    alexellis committed Feb 24, 2026
    Configuration menu
    Copy the full SHA
    43c7661 View commit details
    Browse the repository at this point in the history
Loading