Skip to content

Commit aae2aeb

Browse files
committed
15.29.0
1 parent 472da8b commit aae2aeb

File tree

5 files changed

+37
-53
lines changed

5 files changed

+37
-53
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
setup(
2424
name='strongdm',
2525
packages=['strongdm'],
26-
version='15.28.0',
26+
version='15.29.0',
2727
license='apache-2.0',
2828
description='strongDM SDK for the Python programming language.',
2929
long_description=long_description,
@@ -32,7 +32,7 @@
3232
author_email='[email protected]',
3333
url='https://github.com/strongdm/strongdm-sdk-python',
3434
download_url=
35-
'https://github.com/strongdm/strongdm-sdk-python/archive/v15.28.0.tar.gz',
35+
'https://github.com/strongdm/strongdm-sdk-python/archive/v15.29.0.tar.gz',
3636
keywords=[
3737
'strongDM', 'sdm', 'api', 'automation', 'security', 'audit',
3838
'database', 'server', 'ssh', 'rdp'

strongdm.egg-info/PKG-INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Metadata-Version: 2.1
22
Name: strongdm
3-
Version: 15.28.0
3+
Version: 15.29.0
44
Summary: strongDM SDK for the Python programming language.
55
Home-page: https://github.com/strongdm/strongdm-sdk-python
66
Author: strongDM Team
77
Author-email: [email protected]
88
License: apache-2.0
9-
Download-URL: https://github.com/strongdm/strongdm-sdk-python/archive/v15.28.0.tar.gz
9+
Download-URL: https://github.com/strongdm/strongdm-sdk-python/archive/v15.29.0.tar.gz
1010
Keywords: strongDM,sdm,api,automation,security,audit,database,server,ssh,rdp
1111
Platform: UNKNOWN
1212
Classifier: Development Status :: 4 - Beta

strongdm/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
DEFAULT_RETRY_FACTOR = 1.6
3535
DEFAULT_RETRY_JITTER = 0.2
3636
API_VERSION = '2025-04-14'
37-
USER_AGENT = 'strongdm-sdk-python/15.28.0'
37+
USER_AGENT = 'strongdm-sdk-python/15.29.0'
3838

3939

4040
class Client:

strongdm/models.py

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -32559,10 +32559,6 @@ def from_dict(cls, d):
3255932559

3256032560

3256132561
class VaultAWSEC2CertSSHStore:
32562-
'''
32563-
VaultAWSEC2CertSSHStore is currently unstable, and its API may change, or it may be removed,
32564-
without a major version bump.
32565-
'''
3256632562
__slots__ = [
3256732563
'id',
3256832564
'issuedcertttlminutes',
@@ -32657,10 +32653,6 @@ def from_dict(cls, d):
3265732653

3265832654

3265932655
class VaultAWSEC2CertX509Store:
32660-
'''
32661-
VaultAWSEC2CertX509Store is currently unstable, and its API may change, or it may be removed,
32662-
without a major version bump.
32663-
'''
3266432656
__slots__ = [
3266532657
'id',
3266632658
'issuedcertttlminutes',
@@ -32822,10 +32814,6 @@ def from_dict(cls, d):
3282232814

3282332815

3282432816
class VaultAWSIAMCertSSHStore:
32825-
'''
32826-
VaultAWSIAMCertSSHStore is currently unstable, and its API may change, or it may be removed,
32827-
without a major version bump.
32828-
'''
3282932817
__slots__ = [
3283032818
'id',
3283132819
'issuedcertttlminutes',
@@ -32920,10 +32908,6 @@ def from_dict(cls, d):
3292032908

3292132909

3292232910
class VaultAWSIAMCertX509Store:
32923-
'''
32924-
VaultAWSIAMCertX509Store is currently unstable, and its API may change, or it may be removed,
32925-
without a major version bump.
32926-
'''
3292732911
__slots__ = [
3292832912
'id',
3292932913
'issuedcertttlminutes',

strongdm/secret_store_types_pb2.py

Lines changed: 32 additions & 32 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)