Skip to content

Use highest dapr version, not latest#918

Merged
acroca merged 1 commit intodapr:mainfrom
acroca:highest-version
Feb 13, 2026
Merged

Use highest dapr version, not latest#918
acroca merged 1 commit intodapr:mainfrom
acroca:highest-version

Conversation

@acroca
Copy link
Member

@acroca acroca commented Feb 13, 2026

The current code is using the latest 1.16 instead of the latest 1.17 release candidate because it's been released recently

Signed-off-by: Albert Callarisa <albert@diagrid.io>
@acroca acroca requested review from a team as code owners February 13, 2026 13:40
@acroca acroca changed the title fix: Use highest version, not latest Use highest DAPR version, not latest Feb 13, 2026
@acroca acroca changed the title Use highest DAPR version, not latest Use highest dapr version, not latest Feb 13, 2026
@acroca acroca added backport release-1.17 Used to backport PRs to the `release-1.17` branch backport release-1.16 backport release-1.15 labels Feb 13, 2026
@codecov
Copy link

codecov bot commented Feb 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.73%. Comparing base (bffb749) to head (7c75d3a).
⚠️ Report is 75 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #918      +/-   ##
==========================================
+ Coverage   86.63%   86.73%   +0.10%     
==========================================
  Files          84      103      +19     
  Lines        4473     7133    +2660     
==========================================
+ Hits         3875     6187    +2312     
- Misses        598      946     +348     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@acroca acroca added this pull request to the merge queue Feb 13, 2026
Merged via the queue into dapr:main with commit 27e164f Feb 13, 2026
16 checks passed
@acroca acroca deleted the highest-version branch February 13, 2026 14:05
github-actions bot pushed a commit that referenced this pull request Feb 13, 2026
Signed-off-by: Albert Callarisa <albert@diagrid.io>
(cherry picked from commit 27e164f)
@github-actions
Copy link

The backport to release-1.16 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release-1.16 release-1.16
# Navigate to the new working tree
cd .worktrees/backport-release-1.16
# Create a new branch
git switch --create backport-918-to-release-1.16
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 27e164fe54a8a1697b11cc14e7e5b9a5d3308f9c
# Push it to GitHub
git push --set-upstream origin backport-918-to-release-1.16
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release-1.16

Then, create a pull request where the base branch is release-1.16 and the compare/head branch is backport-918-to-release-1.16.

@github-actions
Copy link

The backport to release-1.15 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release-1.15 release-1.15
# Navigate to the new working tree
cd .worktrees/backport-release-1.15
# Create a new branch
git switch --create backport-918-to-release-1.15
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 27e164fe54a8a1697b11cc14e7e5b9a5d3308f9c
# Push it to GitHub
git push --set-upstream origin backport-918-to-release-1.15
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release-1.15

Then, create a pull request where the base branch is release-1.15 and the compare/head branch is backport-918-to-release-1.15.

acroca added a commit that referenced this pull request Feb 13, 2026
(cherry picked from commit 27e164f)

Signed-off-by: Albert Callarisa <albert@diagrid.io>
Co-authored-by: Albert Callarisa <albert@diagrid.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport release-1.15 backport release-1.16 backport release-1.17 Used to backport PRs to the `release-1.17` branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants