Skip to content

Releases: GAM-team/GAM

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 delegate@example.com _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

GAM 6.09

20 Oct 18:24
f6863ae
Compare
Choose a tag to compare
  • Fix spurious errors during project creation and API enablment (Ross)
  • other minor fixes and improvements by Ross and Jay

GAM 6.08

06 Oct 00:17
Compare
Choose a tag to compare

GAM 6.07

28 Jul 20:00
Compare
Choose a tag to compare
  • 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

GAM 6.06

17 Jun 19:22
91cddd7
Compare
Choose a tag to compare
  • Attempt to solve false positive malware vendor reports by recompiling PyInstaller bootloader #1388