Skip to content

Releases: GAM-team/GAM

GAM 6.30

01 Nov 20:16
41965e9
Compare
Choose a tag to compare
  • Upgrade to OpenSSL 3.0.7 to fix a high risk vulnerability (low chance of impact to GAM)
  • Upgrade to Python 3.11.0 which offers performance improvements
  • Fix: GAM was ignoring nobrowser.txt and trying to open a browser on WSL which caused a hang. #1516
  • gam info domain can now be run as a delegated admin assuming proper role.
  • The usual bug fixes and improvements by Ross and Jay

GAM 6.25

02 Sep 17:49
1f32536
Compare
Choose a tag to compare

GAM 6.24

30 Aug 12:25
b5580c5
Compare
Choose a tag to compare
  • fix: connections to oauth2.googleapis.com did not always honor GAM_CA_FILE env variable.
  • fix: problems properly configuring user invitations command authorizations.

GAM 6.23

23 Aug 13:37
Compare
Choose a tag to compare
  • New gam checkconn command attempts connection to all Google and GitHub hosts GAM utilizes and reports any connectivity issues.
  • Ross: workaround Google API bug with gam report users
  • other fixes and improvements by Ross and Jay

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