Skip to content

Releases: britive/python-cli

v0.9.1

09 Jan 21:19
9b8cf45

Choose a tag to compare

What's New

  • None

Enhancements

  • None

Bug Fixes

  • Fix console script pybritive-aws-cred-process due to recent changes with the checkout method

Dependencies

  • None

Other

  • None

v0.9.0

06 Jan 20:56
97c8d79

Choose a tag to compare

What's New

  • pybritive checkout will now report progress of the action by default (if stdout is a tty). Can show more verbose output with --verbose/-v. Can silence the progress with the already available --silent\-s flag.

Enhancements

  • None

Bug Fixes

  • None

Dependencies

  • britive~=2.13.0 from britive~=2.12.4 - checkout progress callback

Other

  • None

v0.8.0

05 Jan 21:15
bc5673b

Choose a tag to compare

What's New

  • Ability to store a GCP gcloud key file locally so eval $(pybritive checkout "profile" -m gcloudauth) will automatically authenticate the user with the gcloud CLI.
  • Ability to override the default location of the GCP gcloud key file with pybritive checkout "profile" -m gcloudauth --gcloud-key-file /path/to/key.json
  • New command clear with subcommands cache and gcloud-key-files. cache has same functionality as pybritive cache clear and gcloud-key-files will remove all pybritive generated temporary key files stored in the default location.

Enhancements

  • None

Bug Fixes

  • None

Dependencies

  • britive~=2.12.4 from britive~=2.12.3 - AWS provider optional session token

Other

  • None

v0.7.2

13 Dec 14:15
ca97473

Choose a tag to compare

What's New

  • None

Enhancements

  • None

Bug Fixes

  • None

Dependencies

  • britive~=2.12.3 from britive~=2.12.2 - AWS provider tenant port removal, disable SSL verification, json decode bug fix

Other

  • None

v0.7.1

28 Nov 19:29
5a8ecfe

Choose a tag to compare

What's New

  • None

Enhancements

  • None

Bug Fixes

  • None

Dependencies

  • britive~=2.12.2 from britive~=2.12.1 - AWS provider tenant logic fix

Other

  • None

v0.7.0

18 Nov 16:36
44adc01

Choose a tag to compare

What's New

NOTE: This is a pre-release feature. It is being published in anticipation of upcoming features being released to production. This functionality will not yet work in production environments.

  • Support for workload identity federation providers

Enhancements

  • None

Bug Fixes

  • None

Dependencies

  • None

Other

  • None

v0.6.0

15 Nov 14:00
3cb5762

Choose a tag to compare

What's New

  • None

Enhancements

  • When checking out a profile, the default is to check out programmatic access unless the --console/-c flag is set. This
    enhancement will enable auto check out of console access if programmatic access is not available for the specified profile.

Bug Fixes

  • None

Dependencies

  • None

Other

  • None

v0.5.3

01 Nov 14:06
288c25c

Choose a tag to compare

What's New

  • None

Enhancements

  • None

Bug Fixes

  • None

Dependencies

  • britive~=2.11.2 from britive~=2.11.1 - reduced # of API calls required to checkout a profile

Other

  • None

v0.5.2

24 Oct 14:01
dd51a9c

Choose a tag to compare

v0.5.2 [2022-10-24]

What's New

  • None

Enhancements

  • None

Bug Fixes

  • Allow local machine DNS to resolve (e.g. /etc/hosts) for tenant url

Dependencies

  • britive~=2.11.1 from britive~=2.11.0

Other

  • None

v0.5.1

21 Oct 13:05
9326f56

Choose a tag to compare

What's New

  • None

Enhancements

  • None

Bug Fixes

  • Allow a port to be specified in a tenant URL

Dependencies

  • britive~=2.11.0 from britive~=2.10.0

Other

  • None

v0.5.0 [2022-10-11]

What's New

  • None