Releases: britive/python-cli
Releases · britive/python-cli
v2.0.0
v2.0.0 [2024-09-09]
What's New:
- Added colors to banner output.
- Added Step Up authentication to
my_secrets
Enhancements:
- Switched to
rufffor style linting and code-quality checking.
Bug Fixes:
- Fixed issue with global
default_tenanttest.
Dependencies:
- Dropped
python3.7support. - Dropped
pkg_resourcesdependency. - Upgrade
britiveto>=3.0.0 - Upgrade
clickto>=8.1.7
Other:
- Dropped legacy
importfunctionality for the now long deprecated Node.js CLI.
v1.8.3
v1.8.2
v1.8.1
v1.8.0
v1.8.0 [2024-07-01]
NOTE: This will be the last minor version before 2.0.0
What's New:
- Added a new global config setting for CA bundle certificates.
- Cloud PAM Anywhere - list, checkout, and checkin resources.
- Support for step up MFA/OTP when performing a
checkout, using the--otpflag.
Enhancements:
- Added additional
clear kubeconfigoption to clear just thepybritivecachedkubeconfigfile. - Added new
ca_bundleglobal setting for user provided CA bundle certs.
Bug Fixes:
- check for enabled feature before listing
my-resources. - Fixed
python3.7compatibility issues. - Removed unexpected keyword argument from
hashlib.sha512calls. - missing
profile_typekwarg inls profiles. Nonetype handling formy-resourcesprofiles.- Switched
pybritive-kube-execto full path in for kube config.
Dependencies:
britive>=2.25.0- Moved to minimally freezing dependencies.
Other:
- A
ca_bundlebeing configured will override, or ignore,REQUESTS_CA_BUNDLEandCURL_CA_BUNDLE - Documentation linting/conformity updates.
- Python linting changes.
- Resolve dependabot issue dependabot/7.
- Testing updates for
python3.7compatability and warn when API token is present instead of fail.
v1.8.0rc5
v1.8.0rc4
v1.8.0rc3
v1.8.0rc3 [2024-06-07]
What's New:
- Cloud PAM Anywhere - list, checkout, and checkin resources.
Enhancements:
- Added additional
clear kubeconfigoption to clear just thepybritivecachedkubeconfigfile.
Bug Fixes:
- None
Dependencies:
britive>=2.25.0rc5
Other:
- A
ca_bundlebeing configured will override, or ignore,REQUESTS_CA_BUNDLEandCURL_CA_BUNDLE
v1.8.0rc2
v1.8.0rc2 [2024-06-07]
What's New:
- Added a new global config setting for CA bundle certificates.
Enhancements:
- Added new
ca_bundleglobal setting for user provided CA bundle certs.
Bug Fixes:
- Switched
pybritive-kube-execto full path in for kube config.
Dependencies:
britive>=2.25.0rc4
Other:
- None
v1.8.0rc1
v1.8.0rc1 [2024-06-03]
What's New:
- Support for step up MFA/OTP when performing a
checkout, using the--otpflag.
Enhancements:
- None
Bug Fixes:
- Fixed
python3.7compatibility issues. - Removed unexpected keyword argument from
hashlib.sha512calls.
Dependencies:
britive>=2.25.0rc3- Moved to minimally freezing dependencies.
Other:
- Documentation linting/conformity updates.
- Python linting changes.
- Resolve dependabot issue dependabot/7.
- Testing updates for
python3.7compatability and warn when API token is present instead of fail.