Skip to content

Releases: GAM-team/GAM

GAM 6.22

30 Jun 18:55
Compare
Choose a tag to compare
  • Workaround Google bug that prevents large domains from printing devices #1534
  • Allow super admins to delete any shared drive (Ross)
  • Add address fields to buildings (Ross)
    -Various other fixes and improvements by Ross and Jay

GAM 6.21

23 Apr 18:59
8276474
Compare
Choose a tag to compare
  • Ability to deleted shared drives even if there are files/folders still on it. gam user <email> delete shareddrive <id> nuke_from_orbit
  • Ross: ability to mark dynamic groups as security groups.

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 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