Skip to content

Releases: GoogleCloudPlatform/marketplace-k8s-app-tools

Make deployer IAM resource naming consistent

03 Dec 20:52
22133f0
Compare
Choose a tag to compare
0.9.5

Make deployer IAM resource naming consistent (#432)

Support a wider range of k8s API server versions

12 Nov 20:22
Compare
Choose a tag to compare
  • Deployer selects the best version of kubectl based on the version of the API server. K8s only guarantees compatibility within 1 version offset.
  • mpdev scripts now uses -it on supported TTY terminal, allowing for things like Ctrl-C to propagate to the container.

Validate clusterConstraints.publishedVersion as semver

07 Nov 21:04
b2c3337
Compare
Choose a tag to compare
Use semver.org regex for publishedVersion validation (#426)

* Use semver.org regex

* Add line breaks to regex declaration

Support required OAuth scopes

30 Oct 18:05
0346da9
Compare
Choose a tag to compare

Key changes:

  • Allow schema.yaml to define clusterConstraints.gcp.nodes.requiredOauthScopes
  • Only set the app as the owner of namespaced resources
  • Update to documentation on schema and billing integration

Avoids OwnerRefs on cluster-scoped resources

23 Oct 00:04
Compare
Choose a tag to compare
  • Avoid setting OwnerRef on cluster-scoped application resources
  • Remove OwnerRef on existing ClusterRole{,Binding}s for the application instance

Non-production; for unblocking Kubeflow.

Support x-google-marketplace MASKED_FIELD property type

04 Oct 23:55
dee611d
Compare
Choose a tag to compare

Allow users to include a property of x-google-marketplace type MASKED_FIELD in schema.yaml.

Enforce verification without parameters

23 Aug 21:41
a54d364
Compare
Choose a tag to compare

Documentation for Billing Integration.

Enforce application to pass mpdev verify execution without parameters.

Also various improvements and bug fixes.

Schema V2 and Managed Updates alpha

25 Jun 20:32
49139cd
Compare
Choose a tag to compare

Schema V2 streamlines and addresses some of the current shortcomings.

More documentation on Schema V2 (which supports Managed Updates) to come. See managed updates documentation for now.

Also various improvements and bug fixes.

Managed updates alpha06

25 Jun 17:37
49139cd
Compare
Choose a tag to compare
Pre-release
0.8.0-alpha06

Make gsutil work when gcloud is authenticated with a ServiceAccount (…

Managed updates alpha05

07 Jun 20:48
Compare
Choose a tag to compare
Pre-release
0.8.0-alpha05

Allow 'Feature' release type (#364)