Skip to content

Releases: GoogleCloudPlatform/marketplace-k8s-app-tools

Upgrade to helm v3

22 Jun 23:01
12db656
Compare
Choose a tag to compare

Add envsubst onbuild deployer and upgrade to helm3

Revert deployer permissions

18 May 21:31
53089b9
Compare
Choose a tag to compare

Revert deployer permissions (change from 0.10.2) to 'cluster-admin' due to unexpected permission failures in deployment.

Reduce deployer permissions

14 May 18:54
189fa0f
Compare
Choose a tag to compare

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

13 Mar 20:14
a184472
Compare
Choose a tag to compare
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

04 Feb 01:37
fd8b9e6
Compare
Choose a tag to compare
  • Upgraded all python 2 code to python 3.
  • bug fixes

Delete deployer RBAC resources via OwnerRefs

07 Jan 02:45
6860bf7
Compare
Choose a tag to compare

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

23 Dec 19:34
a847a05
Compare
Choose a tag to compare
0.9.9

Update TODO statements (#453)

Fix creation of cluster-scoped resources and allow apiGroups=[""]

19 Dec 00:08
8e1511a
Compare
Choose a tag to compare
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

12 Dec 22:09
226ef63
Compare
Choose a tag to compare
0.9.7

Fix wrong constructor call (#442)

Avoid setting OwnerRefs on cluster-scoped resources

04 Dec 23:55
9a00f63
Compare
Choose a tag to compare