Releases: GAM-team/GAM
Releases · GAM-team/GAM
GAM 6.15
- Conditions for delegated admins allow you to create admins who only have access to non-security groups. To create a delegated admin that can only manage non-security groups try:
gam create admin delegate@example.com _GROUPS_EDITOR_ROLE customer condition nonsecuritygroups
GAM 6.14
- New
gam user <email> show vaultholds
command to find holds that apply to a given user and will block user delete. - Hide shared drives for a user with
gam user <email> update teamdrive hidden true
- New GAM build process using the latest Python 3.10.2 and OpenSSL 3.0.1 on all platforms.
- The usual bug fixes and improvements by @taers232c @janosh and @jay0lee
GAM 6.13
- fix GAM on MacOS M1 (Apple Silicon) devices #1465
- Python 3.6 is end of life, require Python 3.7+
- @janosh Syntax updates for Python 3.7+
- Require TLS 1.3 by default. If for some reason you need to allow TLS 1.2, you can set the environment variable
GAM_TLS_MIN_VERSION=TLSv1_2
- The usual bug fixes and improvements by @taers232c and @jay0lee
GAM 6.12
GAM 6.11
GAM 6.10
GAM 6.09
GAM 6.08
- Support for newly announced group member restrictions. You can update groups to restrict membership to only include users, groups or service accounts as well as internal users and groups.
- Various other fixes and improvements from Ross and Jay.
GAM 6.07
- Use a YubiKey to protect your service account private key
- Ability to set security update on Drive files gam user update drivefile id securityupdate on
- Ability to report on security update status of Drive files. gam user linksharemetadata resourcekey
- The usual fixes and improvements by Ross and Jay