Skip to content

Commit

Permalink
supporting upgrade to cse 3.1.4 (vmware#1368)
Browse files Browse the repository at this point in the history
Signed-off-by: ltimothy7 <66969084+ltimothy7@users.noreply.github.com>
  • Loading branch information
ltimothy7 authored Jul 7, 2022
1 parent e3567d0 commit 876a757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container_service_extension/installer/configure_cse.py
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ def upgrade_cse(
# CSE version info in extension description is only applicable for
# CSE 3.0.0+ versions.
allowed_source_cse_versions = \
semantic_version.SimpleSpec('>=3.0.0,<=3.1.2')
semantic_version.SimpleSpec('>=3.0.0,<=3.1.4')
valid_source_cse_installation = \
allowed_source_cse_versions.match(ext_cse_version)

Expand Down

0 comments on commit 876a757

Please sign in to comment.