Releases: GAM-team/GAM
Releases · GAM-team/GAM
GAM 6.20
- ALPHA: Move Shared Drives into OrgUnits. Note that the OrgUnit of a Shared Drive does not currently show in the admin console. Please do your own testing to fully understand the behavior of this feature before moving production shared drives.
- Create and manage Context Aware Access (CAA) access levels.
- Other minor fixes and improvements by Ross and Jay.
GAM 6.18
- Upgrade Python and OpenSSL in GAM binaries for one security fix (minimal chance of impacting GAM)
- Ross: Fix for Vault counts
GAM 6.17
GAM 6.16
- IMPORTANT This release makes GAM compatible with upcoming changes to Google's authentication process. If you are running GAM on a separate machine from your browser such as Google Cloud Shell or a headless Linux server, then at the end of the authentication process your browser may display an error page. Don't Panic just copy the URL of the error page and paste that into GAM instead of the authentication code.
- Added ability to remove account lock when wiping a device. Try
gam wipe device <id> remove_reset_lock
. - Ross: add verifytarget argument to
update alias
command. - The usual bug fixes and enhancements by Ross and Jay
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 [email protected] _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