|
3 | 3 | * As of v1.4.0 release candidates will be published in an effort to get new features out faster while still allowing |
4 | 4 | time for full QA testing before moving the release candidate to a full release. |
5 | 5 |
|
| 6 | +## v1.8.0 [2024-07-01] |
| 7 | + |
| 8 | +> _NOTE: This will be the last [minor](https://semver.org/#summary) version before 2.0.0_ |
| 9 | +
|
| 10 | +__What's New:__ |
| 11 | + |
| 12 | +* Added a new global config setting for CA bundle certificates. |
| 13 | +* Cloud PAM Anywhere - list, checkout, and checkin resources. |
| 14 | +* Support for step up MFA/OTP when performing a `checkout`, using the `--otp` flag. |
| 15 | + |
| 16 | +__Enhancements:__ |
| 17 | + |
| 18 | +* Added additional `clear kubeconfig` option to clear just the `pybritive` cached `kubeconfig` file. |
| 19 | +* Added new `ca_bundle` global setting for user provided CA bundle certs. |
| 20 | + |
| 21 | +__Bug Fixes:__ |
| 22 | + |
| 23 | +* check for enabled feature before listing `my-resources`. |
| 24 | +* Fixed `python3.7` compatibility issues. |
| 25 | +* Removed unexpected keyword argument from `hashlib.sha512` calls. |
| 26 | +* missing `profile_type` kwarg in `ls profiles`. |
| 27 | +* `None` type handling for `my-resources` profiles. |
| 28 | +* Switched `pybritive-kube-exec` to full path in for kube config. |
| 29 | + |
| 30 | +__Dependencies:__ |
| 31 | + |
| 32 | +* `britive>=2.25.0` |
| 33 | +* Moved to minimally freezing dependencies. |
| 34 | + |
| 35 | +__Other:__ |
| 36 | + |
| 37 | +* A `ca_bundle` being configured will override, or ignore, `REQUESTS_CA_BUNDLE` and `CURL_CA_BUNDLE` |
| 38 | +* Documentation linting/conformity updates. |
| 39 | +* Python linting changes. |
| 40 | +* Resolve dependabot issue [dependabot/7](https://github.com/britive/python-cli/security/dependabot/7). |
| 41 | +* Testing updates for `python3.7` compatability and warn when API token is present instead of fail. |
| 42 | + |
6 | 43 | ## v1.8.0rc5 [2024-06-24] |
7 | 44 |
|
8 | 45 | __What's New:__ |
|
0 commit comments