Releases: GoogleCloudPlatform/marketplace-k8s-app-tools
Releases · GoogleCloudPlatform/marketplace-k8s-app-tools
Upgrade to helm v3
Add envsubst onbuild deployer and upgrade to helm3
Revert deployer permissions
Revert deployer permissions (change from 0.10.2
) to 'cluster-admin' due to unexpected permission failures in deployment.
Reduce deployer permissions
To improve security, reduce deployer permissions from cluster-admin
within the namespace to admin
and modification of Application CRs.
Support GPU requests in schema.yaml clusterConstraints
Add support and validation for GPU in clusterConstraints (#481) * Add support and validation for GPU in clusterConstraints * Remove unnecessary None check * Address review comments
Python 3
Delete deployer RBAC resources via OwnerRefs
Instead of explicitly deleting the deployer's Role{,Binding}, only delete the deployer service account and let OwnerRefs delete its now owned Role{,Binding}. Fix for #347
Partners must update to their base deployer image in order to take advantage of this change.
Log all manifests applied by install
0.9.9 Update TODO statements (#453)
Fix creation of cluster-scoped resources and allow apiGroups=[""]
Allow empty string for {Cluster,}Role apiGroups (#448) * Validate SERVICE_ACCOUNT roles * Add check for resources and verbs in rules * Allow empty string for apiGroups
Bug fix for mpdev doctor
0.9.7 Fix wrong constructor call (#442)
Avoid setting OwnerRefs on cluster-scoped resources
To comply with the Kubernetes spec.