Skip to content

Update inlets-pro to 0.11.14 - #175

Open
welteki wants to merge 1 commit into
inlets:masterfrom
welteki:update-inlets-pro-0.11.14
Open

Update inlets-pro to 0.11.14#175
welteki wants to merge 1 commit into
inlets:masterfrom
welteki:update-inlets-pro-0.11.14

Conversation

@welteki

@welteki welteki commented Aug 14, 2026

Copy link
Copy Markdown
Member

Description

Update the default inlets-pro release and Helm chart image to 0.11.14 for hardened auto-TLS support.

How Has This Been Tested?

  • go test ./...
  • helm lint chart/inlets-operator
  • helm template review chart/inlets-operator

How are existing users impacted? What migration steps/scripts do we need?

New tunnel servers and clients will use inlets-pro 0.11.14 by default. No migration is required.

Checklist:

I have:

  • updated the documentation and/or roadmap (if required)
  • read the CONTRIBUTION guide
  • signed-off my commits with git commit -s
  • added unit tests

Bump the default inlets-pro release used by the operator and Helm chart
to 0.11.14 for hardened auto-TLS support.

Signed-off-by: Han Verstraete (OpenFaaS Ltd) <han@openfaas.com>
@reviewfn

reviewfn Bot commented Aug 14, 2026

Copy link
Copy Markdown

AI Pull Request Overview

Disclaimer: This review was generated by automated AI and may contain errors. Do not trust its outputs without human verification.

Summary

  • Updates the operator's default inlets-pro server release from 0.9.40 to 0.11.14.
  • Updates the default in-cluster client image to ghcr.io/inlets/inlets-pro:0.11.14.
  • Aligns the Helm chart inletsClient.image and inletsRelease values on 0.11.14.
  • Updates existing default-image and default-release unit expectations to match the new version.
  • No concrete blocking issues were identified in the scoped diff.

Approval rating (1-10)

9/10. The scoped change is small, consistent across defaults, chart values, and tests, with no blocking issue found.

Summary per file

Summary per file
File path Summary
chart/inlets-operator/values.yaml Updates chart client image and server release defaults to 0.11.14.
image_test.go Updates default release and client image test expectations.
main.go Updates the operator default inlets-pro release constant.

Overall Assessment

The PR consistently updates the inlets-pro default version used by the operator and Helm chart. The server release string remains in the format consumed by the existing user-data download path, and the Helm chart passes the same value through to the operator flags. I did not find a concrete correctness, migration, security, or compatibility issue in the scoped changes.

Detailed Review

Detailed Review

No blocking findings.

The changed defaults are internally aligned: main.go now uses 0.11.14, GetInletsClientImage() derives ghcr.io/inlets/inlets-pro:0.11.14, and the Helm chart explicitly sets both the client image and server release to the same version. The existing override behavior is unchanged, so users pinning --client-image, --inlets-release, or corresponding chart values should not be affected by this default update.

AI agent details.

Agent processing time: 1m9.96s
Environment preparation time: 4.232s
Total time from webhook: 1m23.883s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant