Changes and Releases

Updates on Giant Swarm workload cluster releases, apps, UI improvements and documentation changes.

  • Changes

    Remove users management and passage client in https://github.com/giantswarm/happa/pull/4645

    Other Changes

    Full Changelog: https://github.com/giantswarm/happa/compare/v1.70.0...v1.71.0

  • In this release:

  • Changed

    • upgrade grafana chart: 8.6.4 => 8.9.0
    • upgrade grafana : 11.3.1 => 11.5.1
  • In this release: Deployments table improvements:

    • page size was changed to 50 items. Allowed for a user to change page size to 100 items;
    • sort by name by default;
    • CLUSTER TYPE column values were fixed for App CRs deployed by a bundle. Grafana link on cluster details page was changed to point to the new Cluster Overview Dashboard. See ./docs/releases/v0.51.1-changelog.md for more information.
  • Changed

    • Update Falco to upstream version 0.40.0.
  • Changed

    • Add team label to karpenter dashboard.
    • Add grafana organization label to public dashboards

    Removed

    • Remove CAPI Overview dashboard.
  • Added

    • Allow selecting channel (“standard” or “experimental”) for each individual CRD

    Changed

    • Upgrade Gateway API CRDs to v1.2.1
  • In this release:

    • Deployments page with overview of all apps deployed throughout clusters was added. Deployments list changes:
    • Information in SOURCE column was changed. Now it shows type of source and source name. Information about chart name was moved to a separate column called CHART NAME;
    • NAMESPACE/NAME column was split into two separate columns;
    • CLUSTER column was changed. Missing cluster names are being correctly filled and values are displayed as links to cluster details pages;
    • CLUSTER TYPE column was added to deployments list. Clusters list changes:
    • AWS ACCOUNT ID column was fixed to display values in groups of four digits. See ./docs/releases/v0.51.0-changelog.md for more information.
  • Removed

    • Removed unused chart value .secret.firestoreServiceAccountKey and .secret.
  • Depending on your current setup, this release may contain breaking changes. We go into these in more detail below and therefore ask you to read them carefully and check whether and to what extent they affect your setup.

    Added

    • Chart: Sync to upstream. (#768https://github.com/giantswarm/ingress-nginx-app/pull/768)
      • Deployment: Add controller.progressDeadlineSeconds.
      • Pod Disruption Budget: Add controller.unhealthyPodEvictionPolicy.
      • Prometheus Rule: Add controller.metrics.prometheusRule.annotations.
      • Metrics Service: Add controller.metrics.service.enabled.
      • Default Backend: Add defaultBackend.maxUnavailable.
      • Default Backend: Add defaultBackend.unhealthyPodEvictionPolicy.

    Changed

    • Chart: Sync to upstream. (#768https://github.com/giantswarm/ingress-nginx-app/pull/768)
      • Controller: Update image to v1.12.0.
        NOTE: Please read the upstream changelog carefully, especially the entries marked with ⚠️. In addition, the following should be noted:
        • The --enable-annotation-validation CLI flag is already enabled by default in this app since v3.2.0.
        • The allow-cross-namespace-resources ConfigMap option getting deactivated affects you if you are currently referencing resources such as Secrets in Ingress resource annotations from namespaces other than the Ingress resource itself.
        • The annotations-risk-level ConfigMap option getting lowered to High affects you if you are currently using annotations with an annotation risk level of Critical. Especially snippet annotations belong to this annotation risk level. So even though you activated snippet annotations via ConfigMap option in the past, you now also need to increase the annotations-risk-level ConfigMap option back to Critical.
        • The strict-validate-path-type ConfigMap option is already enabled by default in this app since v3.2.0.
      • Values: Rename image to global.image.

    Removed

    • Chart: Sync to upstream. (#768https://github.com/giantswarm/ingress-nginx-app/pull/768)
      • Chart: Remove Pod Security Policies.
        NOTE: Pod Security Policies have already been removed from Kubernetes in v1.25. Therefore, this version is not compatible with Kubernetes v1.24 and below.
      • Values: Remove configmap.
        NOTE: The configmap value is deprecated since v3.0.0. Please use controller.config instead.
      • Deployment: Remove giantswarm.io/monitoring_basic_sli label.
      • Deployment: Remove OpenTelemetry init container.
        NOTE: OpenTelemetry is still supported, but since the module is built into the controller image since v1.10, we hereby remove the init container and image which were used to install it upon controller startup.