From d7a198e7c5d8070979e0736ad7e41dfb7827d718 Mon Sep 17 00:00:00 2001 From: Matt Wise <768067+diranged@users.noreply.github.com> Date: Thu, 31 Aug 2023 19:07:48 -0700 Subject: [PATCH] feat(rollout/simple/stateful): update istio-alerts dependency chart (#232) --- charts/rollout-app/Chart.yaml | 4 ++-- charts/rollout-app/README.md | 12 ++++++++++-- charts/rollout-app/README.md.gotmpl | 8 ++++++++ charts/simple-app/Chart.yaml | 4 ++-- charts/simple-app/README.md | 12 ++++++++++-- charts/simple-app/README.md.gotmpl | 8 ++++++++ charts/stateful-app/Chart.yaml | 4 ++-- charts/stateful-app/README.md | 12 ++++++++++-- charts/stateful-app/README.md.gotmpl | 8 ++++++++ 9 files changed, 60 insertions(+), 12 deletions(-) diff --git a/charts/rollout-app/Chart.yaml b/charts/rollout-app/Chart.yaml index 23b61817..e2099130 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.2.1 +version: 0.3.0 appVersion: latest maintainers: - name: diranged email: matt@nextdoor.com dependencies: - name: istio-alerts - version: 0.1.5 + version: 0.2.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 1b2533b3..cafdc11d 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.2.1](https://img.shields.io/badge/Version-0.2.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) +![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.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,14 @@ how these work, and the various custom resource definitions. ## Upgrade Notes +### 0.2.x -> 0.3.x + +**BREAKING: Istio Alerts have changed** + +Review https://github.com/Nextdoor/k8s-charts/pull/231 carefully - the `5xx` +and `HighLatency` alarms have changed in makeup and you may need to adjust the +thresholds for your application now. + ### 0.1.x -> 0.2.x **BREAKING: `.Values.virtualService.gateways` syntax changed** @@ -160,7 +168,7 @@ kmsSecretsRegion: us-west-2 (AWS region where the KMS key is located) | Repository | Name | Version | |------------|------|---------| | file://../nd-common | nd-common | 0.0.24 | -| https://k8s-charts.nextdoor.com | istio-alerts | 0.1.5 | +| https://k8s-charts.nextdoor.com | istio-alerts | 0.2.0 | ## Values diff --git a/charts/rollout-app/README.md.gotmpl b/charts/rollout-app/README.md.gotmpl index b50cae30..abe5278a 100644 --- a/charts/rollout-app/README.md.gotmpl +++ b/charts/rollout-app/README.md.gotmpl @@ -17,6 +17,14 @@ how these work, and the various custom resource definitions. ## Upgrade Notes +### 0.2.x -> 0.3.x + +**BREAKING: Istio Alerts have changed** + +Review https://github.com/Nextdoor/k8s-charts/pull/231 carefully - the `5xx` +and `HighLatency` alarms have changed in makeup and you may need to adjust the +thresholds for your application now. + ### 0.1.x -> 0.2.x **BREAKING: `.Values.virtualService.gateways` syntax changed** diff --git a/charts/simple-app/Chart.yaml b/charts/simple-app/Chart.yaml index 5a6426e0..8152690f 100644 --- a/charts/simple-app/Chart.yaml +++ b/charts/simple-app/Chart.yaml @@ -2,14 +2,14 @@ apiVersion: v2 name: simple-app description: Default Microservice Helm Chart type: application -version: 1.1.2 +version: 1.2.0 appVersion: latest maintainers: - name: diranged email: matt@nextdoor.com dependencies: - name: istio-alerts - version: 0.1.5 + version: 0.2.0 repository: https://k8s-charts.nextdoor.com condition: istio-alerts.enabled - name: nd-common diff --git a/charts/simple-app/README.md b/charts/simple-app/README.md index aea7fa07..ebb685f5 100644 --- a/charts/simple-app/README.md +++ b/charts/simple-app/README.md @@ -2,7 +2,7 @@ Default Microservice Helm Chart -![Version: 1.1.2](https://img.shields.io/badge/Version-1.1.2-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.2.0](https://img.shields.io/badge/Version-1.2.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) [deployments]: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/ [hpa]: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/ @@ -13,6 +13,14 @@ defaults for you like the Kubernetes [Horizontal Pod Autoscaler][hpa]. ## Upgrade Notes +### 1.1.2 -> 1.2.x + +**BREAKING: Istio Alerts have changed** + +Review https://github.com/Nextdoor/k8s-charts/pull/231 carefully - the `5xx` +and `HighLatency` alarms have changed in makeup and you may need to adjust the +thresholds for your application now. + ### 1.1.1 -> 1.1.2 The `livenessProbe` and `readinessProbe` changes made in @@ -305,7 +313,7 @@ kmsSecretsRegion: us-west-2 (AWS region where the KMS key is located) | Repository | Name | Version | |------------|------|---------| | file://../nd-common | nd-common | 0.0.24 | -| https://k8s-charts.nextdoor.com | istio-alerts | 0.1.5 | +| https://k8s-charts.nextdoor.com | istio-alerts | 0.2.0 | ## Values diff --git a/charts/simple-app/README.md.gotmpl b/charts/simple-app/README.md.gotmpl index 5ca67261..e5b3a150 100644 --- a/charts/simple-app/README.md.gotmpl +++ b/charts/simple-app/README.md.gotmpl @@ -12,6 +12,14 @@ defaults for you like the Kubernetes [Horizontal Pod Autoscaler][hpa]. ## Upgrade Notes +### 1.1.2 -> 1.2.x + +**BREAKING: Istio Alerts have changed** + +Review https://github.com/Nextdoor/k8s-charts/pull/231 carefully - the `5xx` +and `HighLatency` alarms have changed in makeup and you may need to adjust the +thresholds for your application now. + ### 1.1.1 -> 1.1.2 The `livenessProbe` and `readinessProbe` changes made in diff --git a/charts/stateful-app/Chart.yaml b/charts/stateful-app/Chart.yaml index c75fbdf7..4cff73cc 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.11.1 +version: 0.12.0 appVersion: latest maintainers: - name: diranged email: matt@nextdoor.com dependencies: - name: istio-alerts - version: 0.1.5 + version: 0.2.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 9ed0be12..82a4b77d 100644 --- a/charts/stateful-app/README.md +++ b/charts/stateful-app/README.md @@ -2,7 +2,7 @@ Default StatefulSet Helm Chart -![Version: 0.11.1](https://img.shields.io/badge/Version-0.11.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) +![Version: 0.12.0](https://img.shields.io/badge/Version-0.12.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,14 @@ ServiceAccounts, Services, etc. ## Upgrade Notes +### 0.11.x -> 0.12.x + +**BREAKING: Istio Alerts have changed** + +Review https://github.com/Nextdoor/k8s-charts/pull/231 carefully - the `5xx` +and `HighLatency` alarms have changed in makeup and you may need to adjust the +thresholds for your application now. + ### 0.10.x -> 0.11.x **BREAKING: `.Values.virtualService.gateways` syntax changed** @@ -246,7 +254,7 @@ kmsSecretsRegion: us-west-2 (AWS region where the KMS key is located) | Repository | Name | Version | |------------|------|---------| | file://../nd-common | nd-common | 0.0.24 | -| https://k8s-charts.nextdoor.com | istio-alerts | 0.1.5 | +| https://k8s-charts.nextdoor.com | istio-alerts | 0.2.0 | ## Values diff --git a/charts/stateful-app/README.md.gotmpl b/charts/stateful-app/README.md.gotmpl index 73c5dea9..5a6f2994 100644 --- a/charts/stateful-app/README.md.gotmpl +++ b/charts/stateful-app/README.md.gotmpl @@ -12,6 +12,14 @@ ServiceAccounts, Services, etc. ## Upgrade Notes +### 0.11.x -> 0.12.x + +**BREAKING: Istio Alerts have changed** + +Review https://github.com/Nextdoor/k8s-charts/pull/231 carefully - the `5xx` +and `HighLatency` alarms have changed in makeup and you may need to adjust the +thresholds for your application now. + ### 0.10.x -> 0.11.x **BREAKING: `.Values.virtualService.gateways` syntax changed**