Releases: britive/python-cli
Releases · britive/python-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.
v1.7.0
What's New
- Display system announcement/banner if one is present for the tenant
- Support for OpenShift checkout modes
os-ocloginandos-ocloginexec. These checkout modes will perform the OIDC authorization code grant flow and extraction of theoc logincommand in code vs. having to use the browser. It is a "best effort" approach as the OpenShift login pages and programmatic access pages could change over time.
Enhancements
- New checkout mode of
gcloudauthexecwhich will invoke, via sub-shell, thegcloud auth activate-service-accountcommand to switch credentials forgcloud. Additionally, acheckinwill reset this configuration. - Adds 3 part profile name for command
ls profiles -f json- #141
Bug Fixes
- Fix issue related to the
cacheandclearcommands when no global default tenant is set - Fixes issue with
--force-renewoncheckoutnot providing the--consoleflag properly tocheckin - Flag
-pwas being used by--maxpolltimeand--passphrasefor commandcheckout. Switched--maxpolltimeto-x.
Dependencies
britive>=2.24.0- Removal of
pkg_resourcesdependency
Other
- Documentation updates for
--federation-providerandspacelift - Documentation update for Azure Managed Identities
- Introduction of
__version__in__init.py__ - Re-enabling the system banner/announcement logic