Skip to content

Releases: GoogleCloudPlatform/marketplace-k8s-app-tools

Fix Owner References Issue

27 May 22:12
4fb570f
Compare
Choose a tag to compare

Prior to this fix, the GarbageCollector in kube-controller-manager was not deleting the deployer job after the application was deleted. This error started occurring on k8s 1.20+

Increase deletion timeout

17 Mar 17:50
ab4e33e
Compare
Choose a tag to compare

Use the same timeout as the installation.

0.10.12

11 Mar 21:55
b755f59
Compare
Choose a tag to compare

Allow selection of storage class provisioner in mpdev:

Introducing optional property storage_class_provisioner

Usage:
mpdev verify --deployer="$DEPLOYER" --wait_timeout="$WAIT_TIMEOUT" --image_pull_secret="$IMAGE_PULL_SECRET" --storage_class_provisioner=kubernetes.io/vsphere-volume

Supported values:
kubernetes.io/vsphere-volume
kubernetes.io/gce-pd

If no value is provided, kubernetes.io/gce-pd is used by default

Require specific cluster-scoped permissions

12 Feb 21:55
5bdaac8
Compare
Choose a tag to compare

Improve user security and transparency by requiring cluster-scoped permissions to be specific (vs. cluster-admin).

Update kubectl versions in deployer image

03 Dec 17:42
8e7c2bc
Compare
Choose a tag to compare

Updates kubectl versions and removes older versions to decrease image size

Cleanup dangling APIServices

17 Nov 01:48
4ecf535
Compare
Choose a tag to compare
  • Cleanup unavailable APIServices
  • Allow consuming scripts/verify parameters from GCS

Fix schema validation warning

05 Oct 19:42
f7c9e5c
Compare
Choose a tag to compare
Fix load_schema_and_validate() (#528)

* Fix load_schema_and_validate()

* Update validation warning end marker

Add assistedClusterCreation

26 Aug 19:30
5f5488b
Compare
Choose a tag to compare

Releases the x-google-marketplace.assistedClusterCreation schema feature.

Publicize custom deployer permissions

23 Jul 23:42
ea16d50
Compare
Choose a tag to compare
  • Adds documentation for the deployerServiceAccount property
  • Validates that deployerServiceAccount permissions are appropriate

Add description to SERVICE_ACCOUNT property and improve test hermeticy

20 Jul 18:56
10c92d4
Compare
Choose a tag to compare

Add a description to the SERVICE_ACCOUNT property to enable explaining important permissions to the user.

Make mpdev verify tests more hermetic by setting the namespace as the owner of cluster-scoped resources so that they are deleted after the test (not performed in mpdev install).