Releases: GAM-team/GAM
Releases · GAM-team/GAM
GAM 6.30
- 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
- GAM now uses a list of certificate authorities provided by Google rather than the old list provided by the httplib2 library. The file
roots.pem
is distributed with GAM binaries as a separate file. - The usual fixes and upgrades.
GAM 6.24
GAM 6.23
GAM 6.22
GAM 6.21
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