V1.20.0 Filestore for GKE, Improved Windows support, & git-hosted Packer Modules #1560
mr0re1
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Key New Features
windows-startup-script
;New Modules
gke-persistent-volume
: automatically creates persistent volumes and persistent volume claims for shared storage.windows-startup-script
: a simple module that curates scripts for customizing Windows VMs.Module Improvements
vm_instance
:vpc
:gke-node-pool
:gke-cluster
:gke-job-template
: add templating for persistent volume claimscustom_image
:disk_type
support;htcondor-install
:schedmd-slurm-gcp-v5-controller
: allow providing short references for image projectbatch-job-template
: use Batch HPC CentOS images as default imageVersion updates
slurm-gcp
5.7.4google-cloud-daos
from v0.4.0 to v0.4.1What's Changed
resreader.go
code clean up by @mr0re1 inresreader.go
code clean up #1445log.Fatal
inpkg/config
by @mr0re1 in Do not uselog.Fatal
inpkg/config
#1444Module.RequiredApis
by @mr0re1 in RemoveModule.RequiredApis
#1446docs/module-guidelines.md
by @mr0re1 in Adddocs/module-guidelines.md
#1423Module.RequiresApis
for backward compatibility by @mr0re1 in Add inertModule.RequiresApis
for backward compatibility #1450omitempty
where applicable by @mr0re1 in Reduce size of expanded blueprint by addingomitempty
where applicable #1452Module.DeploymentSource
, compute it on demand by @mr0re1 in RemoveModule.DeploymentSource
, compute it on demand #1453cmd/root*.go
by @mr0re1 in Fix static_check warnings incmd/root*.go
#1460TestNetworkStorage
to accomodategke-persistent-volume
by @mr0re1 in RelaxTestNetworkStorage
to accomodategke-persistent-volume
#1483WrapSettingsWith
by @mr0re1 in DeprecatedWrapSettingsWith
#1466ghpc deploy
by @mr0re1 in Print advanced instructions afterghpc deploy
#1463terraform_backend_defaults
section to some examples by @mr0re1 in Addterraform_backend_defaults
section to some examples #1469Path
builder to reduce human error. by @mr0re1 in Use strictPath
builder to reduce human error. #1489settingsToIgnore
fromuseModule
by @mr0re1 in RemovesettingsToIgnore
fromuseModule
#1486Module.Use
for better error messaging by @mr0re1 in Add custom unmarshaler forModule.Use
for better error messaging #1473regexall
instead ofstrcontains
to stay compatible with terraform 1.2 by @rohitramu in Useregexall
instead ofstrcontains
to stay compatible with terraform 1.2 #1493automatic_restart
tovm-instance
by @mr0re1 in Addautomatic_restart
tovm-instance
#1288pipefail
to Makefile to prevent swallowing failed tests by @mr0re1 in Addpipefail
to Makefile to prevent swallowing failed tests #1498enforce_coverage
since it doesn't … by @mr0re1 in Remove "failed tests" check fromenforce_coverage
since it doesn't … #1499getAbsSourcePath
as it re-implementsfilepath.Abs
by @mr0re1 in RemovegetAbsSourcePath
as it re-implementsfilepath.Abs
#1505flatten
andmerge
functions inEval
. by @mr0re1 in Enableflatten
andmerge
functions inEval
. #1513vpc
andbatch-login-node
by @mr0re1 in Stop using deprecated variables invpc
andbatch-login-node
#1514New Contributors
Full Changelog: v1.19.1...v1.20.0
This discussion was created from the release V1.20.0 Filestore for GKE, Improved Windows support, & git-hosted Packer Modules.
Beta Was this translation helpful? Give feedback.
All reactions