Skip to content

Commit

Permalink
feat(rollout/simple/stateful): update istio-alerts dependency chart (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
diranged authored Sep 1, 2023
1 parent c830808 commit d7a198e
Show file tree
Hide file tree
Showing 9 changed files with 60 additions and 12 deletions.
4 changes: 2 additions & 2 deletions charts/rollout-app/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
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
Expand Down
12 changes: 10 additions & 2 deletions charts/rollout-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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**
Expand Down Expand Up @@ -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

Expand Down
8 changes: 8 additions & 0 deletions charts/rollout-app/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
4 changes: 2 additions & 2 deletions charts/simple-app/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
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
Expand Down
12 changes: 10 additions & 2 deletions charts/simple-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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
Expand Down Expand Up @@ -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

Expand Down
8 changes: 8 additions & 0 deletions charts/simple-app/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/stateful-app/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
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
Expand Down
12 changes: 10 additions & 2 deletions charts/stateful-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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**
Expand Down Expand Up @@ -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

Expand Down
8 changes: 8 additions & 0 deletions charts/stateful-app/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down

0 comments on commit d7a198e

Please sign in to comment.