Managed Apps

  • Added

    • Add ability to extend nginx-ingress-controllerwith specific values from appcatalog.
    • User value validation through a values.schema.json file based on the current values.yaml.

    Changed

    • Update image to v0.41.2. (#133)
  • Added

    • Added values.schema.json for validation of default values. (#90)
    • Made cert-manager version configurable. (#91)

    Changed

    • Updated cert-manager to v1.0.4. (#95)

    Fixed

    • Updated app version in Chart.yaml metadata to v1.0.3. (#91)
  • Added

    • Add minReadySeconds to deployment template as optional parameter

    Updated

    • architect-orb 0.11.0 -> 0.14.0
    • github workflow
  • Changed

    • Update RBAC API versions. (#84)
    • Update cert-manager to v1.0.3. (#86)
  • Added

    • SHA variable for images

    Changed

    • Upstream project location an references throughout the chart
    • Change upstream-sync script to new upstream project location and structure
    • Replace hyperkube image with kubectl image
    • Replace name “prometheus-operator” with “kube-prometheus-stack” in templates

    Updated

    • Sync with upstream chart version 10.1.0
    • prometheus-operator v0.38.1 -> v0.42.1
    • alertmanager v0.20.0 -> v0.21.0
    • configmap-reload v0.3.0 -> v0.4.0
    • prometheus-config-reloader v0.38.1 -> v0.42.1
    • prometheus v2.18.1 -> v2.21.0
    • new structure and format to all prometheus rules
  • Added

    • SHA variable for images

    Changed

    • Upstream project location an references throughout the chart
    • Change upstream-sync script to new upstream project location and structure
    • Replace hyperkube image with kubectl image
    • Replace name “prometheus-operator” with “kube-prometheus-stack” in templates

    Updated

    • Sync with upstream chart version 10.1.0
    • prometheus-operator v0.38.1 -> v0.42.1
    • alertmanager v0.20.0 -> v0.21.0
    • configmap-reload v0.3.0 -> v0.4.0
    • prometheus-config-reloader v0.38.1 -> v0.42.1
    • prometheus v2.18.1 -> v2.21.0
    • new structure and format to all prometheus rules
  • Breaking changes

    • Kong Ingress Controller 1.0 removes support for several deprecated flags and the KongCredential custom resource. Please see the controller changelog for details. Note that Helm 3 will not remove the KongCredential CRD by default: you should delete it manually after converting KongCredentials to credential Secrets. If you manage CRDs using Helm (check to see if your KongCredential CRD has a app.kubernetes.io/managed-by: Helm label), perform the credential Secret conversion before upgrading to chart 1.11.0 to avoid losing credential configuration.
    • The chart no longer uses the extensions API for PodSecurityPolicy, and now uses the modern policy API. This breaks compatibility with Kubernetes versions 1.11 and older. (#195)

    Updated

    • Update architect-orb to 0.11.0
    • Sync with upstream chart 1.11.0
    • Please check the upstream CHANGELOG.md

    Changed

    • Change upstream default branch in upstream-sync script
  • Fixed

    • Allowed tracing subchart’s serviceaccounts to use the PSP. (#7)
    • Corrected YAML anchor usage in values.yaml. (#9)
  • Changed

    • Updated to upstream v2.8.1. (#4)
    • Made namespace configurable to align with Giant Swarm best practises. (#4)
  • Changed

    • Upgrade upstream external-dns from v0.7.3 to v0.7.4.