-
Notifications
You must be signed in to change notification settings - Fork 209
Merge 1.16 master #1557
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Merge 1.16 master #1557
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…r#1535) * fix: allow explicit disable of placement with empty host fixes: dapr/dapr#9000 Signed-off-by: inishchith <inishchith@gmail.com> * fix: treat whitespace-only placement/scheduler addresses as empty Signed-off-by: inishchith <inishchith@gmail.com> * fix: move scheduler and placement flags to pointer-aware Signed-off-by: inishchith <inishchith@gmail.com> --------- Signed-off-by: inishchith <inishchith@gmail.com>
* feat: update d/d to 1.16.0-rc3 (dapr#1527) * feat: update dapr version Signed-off-by: nelson.parente <nelson_parente@live.com.pt> * feat: bump golangcilint version Signed-off-by: nelson.parente <nelson_parente@live.com.pt> * fix: tests Signed-off-by: nelson.parente <nelson_parente@live.com.pt> * fix: resolve non-constant format string errors Signed-off-by: nelson.parente <nelson_parente@live.com.pt> * fix: linter errs Signed-off-by: nelson.parente <nelson_parente@live.com.pt> * feat: update dapr version Signed-off-by: nelson.parente <nelson_parente@live.com.pt> * fix: ensure certs do not exist Signed-off-by: nelson.parente <nelson_parente@live.com.pt> * fix: remove TODO in test Signed-off-by: nelson.parente <nelson_parente@live.com.pt> --------- Signed-off-by: nelson.parente <nelson_parente@live.com.pt> Signed-off-by: Javier Aliaga <javier@diagrid.io> * Update the versions in the upgrade test It will now test 1.14.5, 1.15.11 and 1.16.0-rc.7. Signed-off-by: Albert Callarisa <albert@diagrid.io> Signed-off-by: Javier Aliaga <javier@diagrid.io> * Fix generate certificates using new version Signed-off-by: Albert Callarisa <albert@diagrid.io> Signed-off-by: Javier Aliaga <javier@diagrid.io> * Fix tests Signed-off-by: joshvanl <me@joshvanl.dev> Signed-off-by: Javier Aliaga <javier@diagrid.io> * chore: Update go version Signed-off-by: Javier Aliaga <javier@diagrid.io> * ci: Update pinned versions Signed-off-by: Javier Aliaga <javier@diagrid.io> * chore: Increase e2e template test sleep Signed-off-by: Javier Aliaga <javier@diagrid.io> * chore: Use go 1.24 Signed-off-by: Javier Aliaga <javier@diagrid.io> * fix: Print stop jobs result Signed-off-by: Javier Aliaga <javier@diagrid.io> * chore: Remove close app as they are cancelled when the context is cancelled Signed-off-by: Javier Aliaga <javier@diagrid.io> * chore: Increase wait period Signed-off-by: Javier Aliaga <javier@diagrid.io> * chore: Run processor app in different ports Signed-off-by: Javier Aliaga <javier@diagrid.io> --------- Signed-off-by: nelson.parente <nelson_parente@live.com.pt> Signed-off-by: Javier Aliaga <javier@diagrid.io> Signed-off-by: Albert Callarisa <albert@diagrid.io> Signed-off-by: joshvanl <me@joshvanl.dev> Co-authored-by: Nelson Parente <nelson_parente@live.com.pt> Co-authored-by: Albert Callarisa <albert@diagrid.io> Co-authored-by: joshvanl <me@joshvanl.dev>
Signed-off-by: yaron2 <schneider.yaron@live.com>
Signed-off-by: joshvanl <me@joshvanl.dev>
Signed-off-by: joshvanl <me@joshvanl.dev>
Signed-off-by: joshvanl <me@joshvanl.dev>
nelson-parente
approved these changes
Sep 30, 2025
@yaron2 please review & merge |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Please explain the changes you've made
Issue reference
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will close: #[issue number]
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: