Skip to content

Update default minimum TLS version to 1.3#8916

Merged
knative-prow[bot] merged 1 commit intoknative:mainfrom
Fedosin:tls-13
Apr 21, 2026
Merged

Update default minimum TLS version to 1.3#8916
knative-prow[bot] merged 1 commit intoknative:mainfrom
Fedosin:tls-13

Conversation

@Fedosin
Copy link
Copy Markdown
Contributor

@Fedosin Fedosin commented Mar 17, 2026

Fixes #

Proposed Changes

This updates the eventingtls package to use TLS 1.3 as the default minimum version, aligning with the default behavior of knative.dev/pkg/network/tls. The fallback to TLS 1.2 and the associated TODO have been removed.

Additionally, tests asserting the default MinVersion have been removed from pkg/eventingtls and cmd/requestreply, as this configuration is now handled entirely by the underlying knative.dev/pkg/network/tls utility.
🧹

Pre-review Checklist

  • At least 80% unit test coverage
  • E2E tests for any new behavior
  • Docs PR for any user-facing impact
  • Spec PR for any new API feature
  • Conformance test for any change to the spec

Release Note


Docs

@knative-prow knative-prow Bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Mar 17, 2026
@knative-prow knative-prow Bot requested review from Leo6Leo and matzew March 17, 2026 19:31
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 51.02%. Comparing base (cb8edb9) to head (7da07cc).
⚠️ Report is 24 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8916      +/-   ##
==========================================
- Coverage   51.02%   51.02%   -0.01%     
==========================================
  Files         409      409              
  Lines       22001    21999       -2     
==========================================
- Hits        11226    11224       -2     
  Misses       9911     9911              
  Partials      864      864              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

This updates the eventingtls package to use TLS 1.3 as the default minimum
version, aligning with the default behavior of `knative.dev/pkg/network/tls`.
The fallback to TLS 1.2 and the associated TODO have been removed.

Additionally, tests asserting the default MinVersion have been removed
from `pkg/eventingtls` and `cmd/requestreply`, as this configuration is
now handled entirely by the underlying `knative.dev/pkg/network/tls` utility.

Signed-off-by: Mikhail Fedosin <mfedosin@redhat.com>
@Fedosin
Copy link
Copy Markdown
Contributor Author

Fedosin commented Mar 20, 2026

/retest

Copy link
Copy Markdown
Member

@creydr creydr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@knative-prow knative-prow Bot added the lgtm Indicates that a PR is ready to be merged. label Apr 21, 2026
@knative-prow
Copy link
Copy Markdown

knative-prow Bot commented Apr 21, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: creydr, Fedosin

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@knative-prow knative-prow Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 21, 2026
@knative-prow knative-prow Bot merged commit d5f437f into knative:main Apr 21, 2026
37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants