[TES-5250] Mark tes-operator 1.3.0 and 1.5.0 as deprecated#95
Open
ashutosh-tenable wants to merge 2 commits into
Open
[TES-5250] Mark tes-operator 1.3.0 and 1.5.0 as deprecated#95ashutosh-tenable wants to merge 2 commits into
ashutosh-tenable wants to merge 2 commits into
Conversation
Adds deprecated: true to the tes-operator 1.3.0 entry in index.yaml. Version 1.3.0 (GA 2025-01-13) is now 12-18 months old, placing it in the Deprecated tier per the TES version lifecycle policy. Helm will print a deprecation warning on install but will not block existing customers from using this version. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Version 1.5.0 (GA 2025-05-29) is 13 months old and in the deprecated window per TES version lifecycle policy. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
index.yaml: Addeddeprecated: trueto tes-operator 1.3.0 (GA 2025-01-13, deprecated since 2026-01-31)index.yaml: Addeddeprecated: trueto tes-operator 1.5.0 (GA 2025-05-29, deprecated since 2026-05-31)Background
Both versions are in the 12-18 month deprecated window per the TES version lifecycle policy. Helm will print a deprecation warning on install but will not block existing customers from using these versions.
Policy: https://tenable.atlassian.net/wiki/spaces/TES/pages/3468853255
Ticket: TES-5250
Breaking Changes
None — existing installations are unaffected.
Test Plan
helm repo update tenable && helm search repo tenable/tes-operator --versionsand verify 1.3.0 and 1.5.0 show as deprecated