Skip to content

Releases: GAM-team/GAM

GAM 6.20

11 Apr 14:39
be44033
Compare
Choose a tag to compare
  • 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

30 Mar 15:20
45ac118
Compare
Choose a tag to compare
  • Upgrade Python and OpenSSL in GAM binaries for one security fix (minimal chance of impacting GAM)
  • Ross: Fix for Vault counts

GAM 6.17

08 Mar 19:26
4ffe709
Compare
Choose a tag to compare
  • True support for MacOS universal2 builds. GAM now runs natively on Intel and Apple M1 Silicon Macs.
  • Direct new users to accept the universal terms of service (ToS) for Cloud Console to avoid per-API ToS. #1489

GAM 6.16

27 Feb 19:34
Compare
Choose a tag to compare
  • 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

04 Feb 19:33
4a79b3f
Compare
Choose a tag to compare
  • 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

02 Feb 16:37
f5e9aea
Compare
Choose a tag to compare
  • 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

12 Jan 17:16
a1e6459
Compare
Choose a tag to compare
  • 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

28 Dec 17:42
b158496
Compare
Choose a tag to compare
  • Set user primary language gam create/update user language fr
  • Chrome device telemetry API offers detailed information about Chrome OS devices. gam print crostelemetry
  • ARM and ARM64 binaries reintroduced.
  • Fixes and improvements by Ross and Jay

GAM 6.11

22 Nov 13:57
b75ad00
Compare
Choose a tag to compare
  • Fix: service accounts failing to work for several hours if you are in a timezone ahead of UTC #1453
  • Upgrade to OpenSSL 3.0.0 for Linux build only
  • Ross: row filtering fixes
  • other fixes and improvements by Ross and Jay

GAM 6.10

26 Oct 19:15
d405767
Compare
Choose a tag to compare
  • fix google-auth issue resulting in "token used to early" errors (Ross/Jay)
  • fix CSV escapechar errors introduced with move to Python 3.10.0
  • various other fixes and improvements