Skip to content

Commit

Permalink
11.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SupportSDM committed Aug 6, 2024
1 parent a74a73b commit 2ac5414
Show file tree
Hide file tree
Showing 6 changed files with 221 additions and 223 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
setup(
name='strongdm',
packages=['strongdm'],
version='11.3.0',
version='11.4.0',
license='apache-2.0',
description='strongDM SDK for the Python programming language.',
long_description=long_description,
Expand All @@ -32,7 +32,7 @@
author_email='[email protected]',
url='https://github.com/strongdm/strongdm-sdk-python',
download_url=
'https://github.com/strongdm/strongdm-sdk-python/archive/v11.3.0.tar.gz',
'https://github.com/strongdm/strongdm-sdk-python/archive/v11.4.0.tar.gz',
keywords=[
'strongDM', 'sdm', 'api', 'automation', 'security', 'audit',
'database', 'server', 'ssh', 'rdp'
Expand Down
4 changes: 2 additions & 2 deletions strongdm.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Metadata-Version: 2.1
Name: strongdm
Version: 11.3.0
Version: 11.4.0
Summary: strongDM SDK for the Python programming language.
Home-page: https://github.com/strongdm/strongdm-sdk-python
Author: strongDM Team
Author-email: [email protected]
License: apache-2.0
Download-URL: https://github.com/strongdm/strongdm-sdk-python/archive/v11.3.0.tar.gz
Download-URL: https://github.com/strongdm/strongdm-sdk-python/archive/v11.4.0.tar.gz
Keywords: strongDM,sdm,api,automation,security,audit,database,server,ssh,rdp
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Expand Down
2 changes: 1 addition & 1 deletion strongdm/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
DEFAULT_BASE_RETRY_DELAY = 0.0030 # 30 ms
DEFAULT_MAX_RETRY_DELAY = 300 # 300 seconds
API_VERSION = '2024-03-28'
USER_AGENT = 'strongdm-sdk-python/11.3.0'
USER_AGENT = 'strongdm-sdk-python/11.4.0'


class Client:
Expand Down
340 changes: 170 additions & 170 deletions strongdm/drivers_pb2.py

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions strongdm/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,10 @@ def from_dict(cls, d):


class AKSBasicAuth:
'''
AKSBasicAuth is currently unstable, and its API may change, or it may be removed,
without a major version bump.
'''
__slots__ = [
'bind_interface',
'egress_filter',
Expand Down Expand Up @@ -11742,6 +11746,10 @@ def from_dict(cls, d):


class KubernetesBasicAuth:
'''
KubernetesBasicAuth is currently unstable, and its API may change, or it may be removed,
without a major version bump.
'''
__slots__ = [
'bind_interface',
'egress_filter',
Expand Down
Loading

0 comments on commit 2ac5414

Please sign in to comment.