diff --git a/charts/rollout-app/Chart.yaml b/charts/rollout-app/Chart.yaml index 4db6bc70..087b9f1f 100644 --- a/charts/rollout-app/Chart.yaml +++ b/charts/rollout-app/Chart.yaml @@ -2,14 +2,14 @@ apiVersion: v2 name: rollout-app description: Argo Rollout-based Application Helm Chart type: application -version: 0.8.0 +version: 1.0.0 appVersion: latest maintainers: - name: diranged email: matt@nextdoor.com dependencies: - name: istio-alerts - version: 0.3.1 + version: 0.4.0 repository: https://k8s-charts.nextdoor.com condition: istio-alerts.enabled - name: nd-common diff --git a/charts/rollout-app/README.md b/charts/rollout-app/README.md index d94c08a0..353c270d 100644 --- a/charts/rollout-app/README.md +++ b/charts/rollout-app/README.md @@ -2,7 +2,7 @@ Argo Rollout-based Application Helm Chart -![Version: 0.8.0](https://img.shields.io/badge/Version-0.8.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) [analysistemplate]: https://argoproj.github.io/argo-rollouts/features/analysis/?query=AnalysisTemplate#background-analysis [argo_rollouts]: https://argoproj.github.io/argo-rollouts/ @@ -18,6 +18,18 @@ how these work, and the various custom resource definitions. ## Upgrade Notes +### 0.7.0 -> 1.0.0 + +**BREAKING: Istio Alerts have changed** + +The Istio Alerts chart was updated to 4.0.0 which updates the alert on the 5XX +rate to only aggregate per service, rather than including the client source workload. + +Additionally, it added an alert which will attempt to detect if your selector +criteria is valid or not. This requires kube-state-metrics to be installed and +can be disabled via your values file if you do not wish to install +kube-state-metrics. + ### 0.2.x -> 0.3.x **BREAKING: Istio Alerts have changed** @@ -174,7 +186,7 @@ secretsEngine: sealed | Repository | Name | Version | |------------|------|---------| | file://../nd-common | nd-common | 0.3.1 | -| https://k8s-charts.nextdoor.com | istio-alerts | 0.3.1 | +| https://k8s-charts.nextdoor.com | istio-alerts | 0.4.0 | ## Values diff --git a/charts/rollout-app/README.md.gotmpl b/charts/rollout-app/README.md.gotmpl index 8e3a60dc..59a7af9e 100644 --- a/charts/rollout-app/README.md.gotmpl +++ b/charts/rollout-app/README.md.gotmpl @@ -17,6 +17,18 @@ how these work, and the various custom resource definitions. ## Upgrade Notes +### 0.7.0 -> 1.0.0 + +**BREAKING: Istio Alerts have changed** + +The Istio Alerts chart was updated to 4.0.0 which updates the alert on the 5XX +rate to only aggregate per service, rather than including the client source workload. + +Additionally, it added an alert which will attempt to detect if your selector +criteria is valid or not. This requires kube-state-metrics to be installed and +can be disabled via your values file if you do not wish to install +kube-state-metrics. + ### 0.2.x -> 0.3.x **BREAKING: Istio Alerts have changed** diff --git a/charts/simple-app/Chart.yaml b/charts/simple-app/Chart.yaml index dd97edad..ab6045df 100644 --- a/charts/simple-app/Chart.yaml +++ b/charts/simple-app/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: simple-app description: Default Microservice Helm Chart type: application -version: 1.7.0 +version: 1.7.1 appVersion: latest maintainers: - name: diranged diff --git a/charts/simple-app/README.md b/charts/simple-app/README.md index 2ba40bcb..09a8c14b 100644 --- a/charts/simple-app/README.md +++ b/charts/simple-app/README.md @@ -2,7 +2,7 @@ Default Microservice Helm Chart -![Version: 1.7.0](https://img.shields.io/badge/Version-1.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 1.7.1](https://img.shields.io/badge/Version-1.7.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) [deployments]: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/ [hpa]: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/ @@ -13,13 +13,18 @@ defaults for you like the Kubernetes [Horizontal Pod Autoscaler][hpa]. ## Upgrade Notes -### 1.2.x -> 1.7.x +### 1.6.x -> 1.7.x **BREAKING: Istio Alerts have changed** The Istio Alerts chart was updated to 4.0.0 which updates the alert on the 5XX rate to only aggregate per service, rather than including the client source workload. +Additionally, it added an alert which will attempt to detect if your selector +criteria is valid or not. This requires kube-state-metrics to be installed and +can be disabled via your values file if you do not wish to install +kube-state-metrics. + ### 1.1.2 -> 1.2.x **BREAKING: Istio Alerts have changed** diff --git a/charts/simple-app/README.md.gotmpl b/charts/simple-app/README.md.gotmpl index dac2cb59..18cc6a80 100644 --- a/charts/simple-app/README.md.gotmpl +++ b/charts/simple-app/README.md.gotmpl @@ -12,14 +12,18 @@ defaults for you like the Kubernetes [Horizontal Pod Autoscaler][hpa]. ## Upgrade Notes - -### 1.2.x -> 1.7.x +### 1.6.x -> 1.7.x **BREAKING: Istio Alerts have changed** The Istio Alerts chart was updated to 4.0.0 which updates the alert on the 5XX rate to only aggregate per service, rather than including the client source workload. +Additionally, it added an alert which will attempt to detect if your selector +criteria is valid or not. This requires kube-state-metrics to be installed and +can be disabled via your values file if you do not wish to install +kube-state-metrics. + ### 1.1.2 -> 1.2.x **BREAKING: Istio Alerts have changed** diff --git a/charts/stateful-app/Chart.yaml b/charts/stateful-app/Chart.yaml index 4019060f..510cbdf0 100644 --- a/charts/stateful-app/Chart.yaml +++ b/charts/stateful-app/Chart.yaml @@ -2,14 +2,14 @@ apiVersion: v2 name: stateful-app description: Default StatefulSet Helm Chart type: application -version: 0.17.0 +version: 1.0.0 appVersion: latest maintainers: - name: diranged email: matt@nextdoor.com dependencies: - name: istio-alerts - version: 0.3.1 + version: 0.4.0 repository: https://k8s-charts.nextdoor.com condition: istio-alerts.enabled - name: nd-common diff --git a/charts/stateful-app/README.md b/charts/stateful-app/README.md index c91bdd1b..2894690a 100644 --- a/charts/stateful-app/README.md +++ b/charts/stateful-app/README.md @@ -2,7 +2,7 @@ Default StatefulSet Helm Chart -![Version: 0.17.0](https://img.shields.io/badge/Version-0.17.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) [statefulsets]: https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/ [hpa]: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/ @@ -13,6 +13,18 @@ ServiceAccounts, Services, etc. ## Upgrade Notes +### 0.7.0 -> 1.0.0 + +**BREAKING: Istio Alerts have changed** + +The Istio Alerts chart was updated to 4.0.0 which updates the alert on the 5XX +rate to only aggregate per service, rather than including the client source workload. + +Additionally, it added an alert which will attempt to detect if your selector +criteria is valid or not. This requires kube-state-metrics to be installed and +can be disabled via your values file if you do not wish to install +kube-state-metrics. + ### 0.14.x -> 0.15.x The `livenessProbe` and `readinessProbe` changes made in @@ -266,7 +278,7 @@ secretsEngine: sealed | Repository | Name | Version | |------------|------|---------| | file://../nd-common | nd-common | 0.3.1 | -| https://k8s-charts.nextdoor.com | istio-alerts | 0.3.1 | +| https://k8s-charts.nextdoor.com | istio-alerts | 0.4.0 | ## Values diff --git a/charts/stateful-app/README.md.gotmpl b/charts/stateful-app/README.md.gotmpl index faa6ef76..1f601c29 100644 --- a/charts/stateful-app/README.md.gotmpl +++ b/charts/stateful-app/README.md.gotmpl @@ -12,6 +12,18 @@ ServiceAccounts, Services, etc. ## Upgrade Notes +### 0.7.0 -> 1.0.0 + +**BREAKING: Istio Alerts have changed** + +The Istio Alerts chart was updated to 4.0.0 which updates the alert on the 5XX +rate to only aggregate per service, rather than including the client source workload. + +Additionally, it added an alert which will attempt to detect if your selector +criteria is valid or not. This requires kube-state-metrics to be installed and +can be disabled via your values file if you do not wish to install +kube-state-metrics. + ### 0.14.x -> 0.15.x The `livenessProbe` and `readinessProbe` changes made in