Skip to content

Commit 888f08f

Browse files
authored
Merge pull request #90 from britive/develop
v1.4.0
2 parents efd832c + 9707253 commit 888f08f

3 files changed

Lines changed: 29 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,34 @@
11
# Change Log
22

3-
* All changes to the package starting with v0.3.1 will be logged here.
43
* As of v1.4.0 release candidates will be published in an effort to get new features out faster while still allowing time for full QA testing before moving the release candidate to a full release.
54

5+
## v1.4.0 [2023-07-25]
6+
#### What's New
7+
* `pybritive ssh gcp identity-aware-proxy` command - supports OS Login and SSH Instance Metadata
8+
* Command `request approve`
9+
* Command `request reject`
10+
* Command `ls approvals`
11+
12+
#### Enhancements
13+
* Support for `sso_idp` in the tenant configuration block of the config file. Set with `configure update tenant-<name> sso_idp <value>`. This will enable automatic re-direction to your identity provider, thus eliminating a manual step when authenticating to your tenant.
14+
* When checking in an AWS profile remove any AWS `credential_process` cached credentials.
15+
* `clear cached-aws-credentials PROFILE`
16+
17+
#### Bug Fixes
18+
* Better handling which submitting a request to checkout a profile but a prior request has already been approved.
19+
* Properly catch and error when Cognito tokens have been invalidated.
20+
* Resolved issue with profile alias names which included uppercase and special characters.
21+
* Resolved an issue with `checkout --mode browser-*` that was not actually launching the browser.
22+
23+
#### Dependencies
24+
* Fix dependabot alert for `requests` - https://github.com/britive/python-cli/security/dependabot/4
25+
* Fix dependabot alert for `cryptography` - https://github.com/britive/python-cli/security/dependabot/5
26+
* `britive>=2.20.1`
27+
28+
#### Other
29+
* None
30+
31+
632
## v1.4.0rc6 [2023-06-27]
733
#### What's New
834
* None
@@ -60,7 +86,7 @@
6086

6187
#### Enhancements
6288
* When checking in an AWS profile remove any AWS `credential_process` cached credentials.
63-
* `cache clear cached-aws-credentials PROFILE`
89+
* `clear cached-aws-credentials PROFILE`
6490

6591
#### Bug Fixes
6692
* None

TECH_README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ Additionally, the identity will need access to 2 secrets
5050
* one standard secret with path `/pybritive-test-standard` to test `view` - the value of the secret should be generic note with note of `test`
5151
* one file secret with path `/pybritive-test-file` to test `download` - the filename should be `pybritive-test-secret-file.txt` and contain contents of `test`
5252

53-
5453
## Docs
5554

5655
https://docs.readthedocs.io/en/stable/intro/getting-started-with-mkdocs.html

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pybritive
3-
version = 1.4.0rc6
3+
version = 1.4.0
44
author = Britive Inc.
55
author_email = support@britive.com
66
description = A pure Python CLI for Britive

0 commit comments

Comments
 (0)