Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Releases: d2iq-archive/kubeaddons-kaptain

stable-1.16-0.4.2

22 Jul 01:18
187c67b
Compare
Choose a tag to compare

Changes

  • KNative Serving Kubeaddon removed domain override and defaults to example.com from the Helm Chart

stable-1.16-0.4.1

08 Jun 22:50
d04299c
Compare
Choose a tag to compare

Minor update to adopt mesosphere/charts#617, which makes use of image tags instead of SHA based in Knative-serving components. This is necessary for Knative kubeaddon Airgap support.

stable-1.16-0.4.0

15 May 08:23
01102ce
Compare
Choose a tag to compare

This release bumped the Knative to 0.14.x. Specifically,

Other changes in this release:

  • Updated the Knative Serving default domain (defined in the config-domain configmap) to svc.cluster.local.
  • Disabled the custom metrics API service (in previous releases the custom metrics API service was not disabled correctly due to a bug in the corresponding helm chart), which may conflict with the custom metrics API service in Prometheus.

stable-1.16-0.3.0

21 Apr 22:34
fabc016
Compare
Choose a tag to compare

This release only includes a minor change from stable-1.16-0.2.0:

  • Renamed the NFS addon from kubeflow-nfsserverprovisioner to kubeflow-nfs, to avoid duplicate information in resource names and avoid the risk of exceeding resource naming length limits.

stable-1.16-0.2.0

02 Apr 17:29
cb2ad4b
Compare
Choose a tag to compare
  • Knative kubeaddon: Added the Knative 0.7.1 which bases on the Knative helm chart:

    • Knative eventing disabled.
    • Knative eventing-sources disabled.
    • Knative serving enabled, with:
      • Custom Metrics API Service is disabled.
      • HTTPS Istio gateway is disabled.
      • Added the ca.istio.io/override: "true" label to knative-serving namespace.
  • NFS Server Provisioner kubeaddon: Added the NFS Server Provisioner 2.3.0 which bases on the NFS Server Provisioner helm chart:

    • Added the kubeaddons.mesosphere.io/hack-requires-defaultstorageclass: "true" label to work around the default storage class dependency pre-requisite.