Changes and Releases

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

  • Added

    • Add alerting rules for managed Ceph clusters (#31).
    • Add servicemonitor to enable monitoring on MCs (#30).

    Changed

    • Promoted rook-operator-app to the main giantswarm-catalog (#32).
    • Fixed limitation reason on monitoring page (#1065)
  • Added

    • Basic sli monitoring for prometheus-operator deployment

    Changed

    • Sync with upstream chart version kube-prometheus-stack-17.0.3
      • Upgrade prometheus-operator from 0.47.0 to 0.49.0
      • Upgrade prometheus from 2.26.1 to 2.28.1
      • Upgrade alertmanager from 0.21.0 to 0.22.2
      • Remove pre 1.14 prometheus rules and grafana dashboards
      • kubeApiServer.relabelings moved to kubeApiServer.serviceMonitor.relabelings
      • Use "helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded in all helm hooks
      • Change selectorLabels from app: prometheus to app.kubernetes.io/name: prometheus in prometheus deployment
  • Added

    • Basic sli monitoring for prometheus-operator deployment

    Changed

    • Sync with upstream chart version kube-prometheus-stack-17.0.3
      • Upgrade prometheus-operator from 0.47.0 to 0.49.0
      • Upgrade prometheus from 2.26.1 to 2.28.1
      • Upgrade alertmanager from 0.21.0 to 0.22.2
      • Remove pre 1.14 prometheus rules and grafana dashboards
      • kubeApiServer.relabelings moved to kubeApiServer.serviceMonitor.relabelings
      • Use "helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded in all helm hooks
      • Change selectorLabels from app: prometheus to app.kubernetes.io/name: prometheus in prometheus deployment
    • Removed the word ‘preview’ from Management API overview page headline (#1064)
    • Update some links (#1062)
    • Document changes in kubectl-gs commands towards cluster name, node pool name (#1059)
  • Throughout our UIs and documentation we are aligning our terminology regarding cluster and node pool details, to use consistent terminology matching our Management API. The unique, immutable identifier that was formerly called ID in our user interfaces, is now called the name. The user-friendly, changeable description of the cluster’s and node pool’s purpose was called name in our UIs and is now called the description. Warning: This terminology change results in a breaking change in the template cluster command, as the purpose of the flag --name has changed. Also several flags in other commands have been deprecated. If you are upgrading from an earlier releases, apply these changes to migrate any scripts:

    • When using template cluster, replace --name with --description to set the user-friendly cluster description, and replace --cluster-id with --name to set the cluster’s unique identifier.
    • When using template nodepool, replace --cluster-id with --cluster-name.

    Added

    • template app: Added the --namespace-annotations and --namespace-labels flags to allow users to specify the namespaceConfig of the generated App manifest. Read App CR’s target namespace configuration for more information.

    Changed

    • get clusters:
      • The output table header ID has been renamed to NAME.
    • get nodepools:
      • The --cluster-id flag is now deprecated, replaced with --cluster-name.
      • Output column headers have been renamed from ID to NAME and from CLUSTER ID to CLUSTER NAME.
    • template cluster:
      • Deprecated the --cluster-id flag.
      • Breaking: the --name flag changed purpose to set the cluster’s unique identifier.
      • The --description flag has been added to set the user-friendly description.
    • template nodepool:
      • Deprecated the --cluster-id flag, added the --cluster-name flag as a replacement.
      • Deprecated the --nodepool-name flag, add the --description flag as a replacement.
    • Document namespaceConfig flags for kubectl gs template app command (#1058)
  • Added

    • Add Chart.Description, Chart.Keywords and Chart.UpstreamChartVersion metadata to AppCatalogEntry CRD.
    • Add documentation of customer facing Azure annotations.