Skip to content

Commit

Permalink
Updates dapr runtime to 1.15.0-rc.5 and dapr cli to 1.15.0-rc.1, rete…
Browse files Browse the repository at this point in the history
…ntion of prom data to 45 days (#246)

Updates Prometheus deployment to retain data for 45 days

Signed-off-by: Elena Kolevska <[email protected]>
  • Loading branch information
elena-kolevska authored Jan 21, 2025
1 parent 383bba3 commit 47890e7
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dapr-longhaul-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
working-directory: ./longhaul
run: |
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm upgrade --install dapr-prom prometheus-community/prometheus -n ${{ env.DAPR_MONITORING }} -f ./prometheus-config/values.yaml --version 14.12.0 --set server.retention="30d" --set server.remoteWrite[0].basic_auth.password="${{ secrets.GRAFANA_PROM_KEY }}"
helm upgrade --install dapr-prom prometheus-community/prometheus -n ${{ env.DAPR_MONITORING }} -f ./prometheus-config/values.yaml --version 14.12.0 --set server.retention="45d" --set server.remoteWrite[0].basic_auth.password="${{ secrets.GRAFANA_PROM_KEY }}"
kubectl get pods -n ${{ env.DAPR_MONITORING }}
# Deploy dapr to k8s
- name: Create dapr namespace, if it doesn't exist
Expand Down Expand Up @@ -151,4 +151,4 @@ jobs:
kubectl apply -f ./longhaul-test/scheduler-jobs-deploy.yml -n ${{ env.APP_NAMESPACE }} && kubectl rollout restart deploy/scheduler-jobs-app -n ${{ env.APP_NAMESPACE }}
kubectl apply -f ./longhaul-test/scheduler-actor-reminders-server-deploy.yml -n ${{ env.APP_NAMESPACE }} && kubectl rollout restart deploy/scheduler-actor-reminders-server-app -n ${{ env.APP_NAMESPACE }}
kubectl apply -f ./longhaul-test/scheduler-actor-reminders-client-deploy.yml -n ${{ env.APP_NAMESPACE }} && kubectl rollout restart deploy/scheduler-actor-reminders-client-app -n ${{ env.APP_NAMESPACE }}
kubectl apply -f ./longhaul-test/scheduler-workflow-deploy.yml -n ${{ env.APP_NAMESPACE }} && kubectl rollout restart deploy/scheduler-workflow-app -n ${{ env.APP_NAMESPACE }}
kubectl apply -f ./longhaul-test/scheduler-workflow-deploy.yml -n ${{ env.APP_NAMESPACE }} && kubectl rollout restart deploy/scheduler-workflow-app -n ${{ env.APP_NAMESPACE }}
2 changes: 1 addition & 1 deletion config/dapr_cli.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.14.1
1.15.0-rc.1
2 changes: 1 addition & 1 deletion config/dapr_runtime.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.15.0-rc.2
1.15.0-rc.5
2 changes: 1 addition & 1 deletion deploy/aks/monitoring/perf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,4 +200,4 @@ kubectl apply -f ./prometheus-pushgateway-configmap.yaml

#### Step 22: Create Grafana Dashboard

Grab the granfa link from azure portal and create a Grafana dashboard by importing the [JSON model](https://github.com/dapr/dapr/blob/78b7271f015fa935fd59299357787f3e86861300/tests/grafana/grafana-perf-test-dashboard.json). Ensure to update all [`uid` of `datasource`](https://github.com/dapr/dapr/blob/78b7271f015fa935fd59299357787f3e86861300/tests/grafana/grafana-perf-test-dashboard.json#L41) objects present in the JSON file to match your configuration.
Grab the Grafana link from azure portal and create a Grafana dashboard by importing the [JSON model](https://github.com/dapr/dapr/blob/78b7271f015fa935fd59299357787f3e86861300/tests/grafana/grafana-perf-test-dashboard.json). Ensure to update all [`uid` of `datasource`](https://github.com/dapr/dapr/blob/78b7271f015fa935fd59299357787f3e86861300/tests/grafana/grafana-perf-test-dashboard.json#L41) objects present in the JSON file to match your configuration.
9 changes: 9 additions & 0 deletions release_deploy_timeline.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
# deploy-longhaul-release timeline

### 1.15
- 2025-01-21 - Updated dapr version to 1.15.0-rc.5 and dapr cli to 1.15.0-rc.1
- 2025-01-14 - Updated dapr version to 1.15.0-rc.2
- 2024-12-17 - Updated dapr version to 1.15.0-rc.1

### 1.14
- 2024-09-17 - Updated dapr version to 1.14.4
- 2024-09-10 - Updated dapr version to 1.14.2
- 2024-08-08 - Updated dapr version to 1.14.0-rc.8
- 2024-07-29 - Updated dapr version to 1.14.0-rc.7
- 2024-07-19 - Updated dapr version to 1.14.0-rc.3 (from 1.13.3), dapr cli to 1.14.0-rc.5 (from master) and updated apps version to use sdk version 1.14.0-rc01 (from 1.13.0)
- 2024-07-18 Error while updating dapr version to 1.14.0-rc.3 (from 1.13.3), dapr cli to 1.14.0-rc.5 (from master) and updated apps version to use sdk version 1.14.0-rc01 (from 1.13.0)

### 1.13
- 2024-05-22 - Updated dapr version to 1.13.3 (from 1.13.2)
- 2024-04-27 - Reverted the deployment of the wrong helm charts
- 2024-04-26 - Mistakenly deployed the wrong helm charts
Expand Down

0 comments on commit 47890e7

Please sign in to comment.