Skip to content

Commit

Permalink
[connectedk8s] Update CSP to latest version (#4607)
Browse files Browse the repository at this point in the history
  • Loading branch information
sirireddy12 committed Apr 7, 2022
1 parent 4da0707 commit 4ee5a18
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions src/connectedk8s/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Release History
===============
1.2.8
++++++

* Bump up CSP version to 1.3.019103, bump up `pycryptodome` to 3.14.1 to support Python 3.10

1.2.7
++++++

Expand Down
6 changes: 3 additions & 3 deletions src/connectedk8s/azext_connectedk8s/_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,14 @@
PoP_Public_Key_Expried_Fault_Type = 'The PoP public key used to generate the at has expired'
Post_AT_To_ClientProxy_Failed_Fault_Type = 'Failed to post access token to client proxy'
AZ_CLI_ADAL_TO_MSAL_MIGRATE_VERSION = '2.30.0'
CLIENT_PROXY_VERSION = '1.3.018802'
CLIENT_PROXY_VERSION = '1.3.019103'
API_SERVER_PORT = 47011
CLIENT_PROXY_PORT = 47010
CLIENTPROXY_CLIENT_ID = '04b07795-8ddb-461a-bbee-02f9e1bf7b46'
API_CALL_RETRIES = 12
DEFAULT_REQUEST_TIMEOUT = 10 # seconds
RELEASE_DATE_WINDOWS = 'release04-03-22'
RELEASE_DATE_LINUX = 'release04-03-22'
RELEASE_DATE_WINDOWS = 'release31-03-22'
RELEASE_DATE_LINUX = 'release31-03-22'
CSP_REFRESH_TIME = 300
# URL constants
CSP_Storage_Url = "https://k8sconnectcsp.azureedge.net"
Expand Down
4 changes: 2 additions & 2 deletions src/connectedk8s/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# TODO: Confirm this is the right version number you want and it matches your
# HISTORY.rst entry.

VERSION = '1.2.7'
VERSION = '1.2.8'

# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand All @@ -36,7 +36,7 @@
# TODO: Add any additional SDK dependencies here
DEPENDENCIES = [
'kubernetes==11.0.0',
'pycryptodome==3.9.8',
'pycryptodome==3.14.1',
]

with open('README.md', 'r', encoding='utf-8') as f:
Expand Down

0 comments on commit 4ee5a18

Please sign in to comment.