-
Notifications
You must be signed in to change notification settings - Fork 207
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 <[email protected]> * fix: treat whitespace-only placement/scheduler addresses as empty Signed-off-by: inishchith <[email protected]> * fix: move scheduler and placement flags to pointer-aware Signed-off-by: inishchith <[email protected]> --------- Signed-off-by: inishchith <[email protected]>
* feat: update d/d to 1.16.0-rc3 (dapr#1527) * feat: update dapr version Signed-off-by: nelson.parente <[email protected]> * feat: bump golangcilint version Signed-off-by: nelson.parente <[email protected]> * fix: tests Signed-off-by: nelson.parente <[email protected]> * fix: resolve non-constant format string errors Signed-off-by: nelson.parente <[email protected]> * fix: linter errs Signed-off-by: nelson.parente <[email protected]> * feat: update dapr version Signed-off-by: nelson.parente <[email protected]> * fix: ensure certs do not exist Signed-off-by: nelson.parente <[email protected]> * fix: remove TODO in test Signed-off-by: nelson.parente <[email protected]> --------- Signed-off-by: nelson.parente <[email protected]> Signed-off-by: Javier Aliaga <[email protected]> * 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 <[email protected]> Signed-off-by: Javier Aliaga <[email protected]> * Fix generate certificates using new version Signed-off-by: Albert Callarisa <[email protected]> Signed-off-by: Javier Aliaga <[email protected]> * Fix tests Signed-off-by: joshvanl <[email protected]> Signed-off-by: Javier Aliaga <[email protected]> * chore: Update go version Signed-off-by: Javier Aliaga <[email protected]> * ci: Update pinned versions Signed-off-by: Javier Aliaga <[email protected]> * chore: Increase e2e template test sleep Signed-off-by: Javier Aliaga <[email protected]> * chore: Use go 1.24 Signed-off-by: Javier Aliaga <[email protected]> * fix: Print stop jobs result Signed-off-by: Javier Aliaga <[email protected]> * chore: Remove close app as they are cancelled when the context is cancelled Signed-off-by: Javier Aliaga <[email protected]> * chore: Increase wait period Signed-off-by: Javier Aliaga <[email protected]> * chore: Run processor app in different ports Signed-off-by: Javier Aliaga <[email protected]> --------- Signed-off-by: nelson.parente <[email protected]> Signed-off-by: Javier Aliaga <[email protected]> Signed-off-by: Albert Callarisa <[email protected]> Signed-off-by: joshvanl <[email protected]> Co-authored-by: Nelson Parente <[email protected]> Co-authored-by: Albert Callarisa <[email protected]> Co-authored-by: joshvanl <[email protected]>
Signed-off-by: yaron2 <[email protected]>
Signed-off-by: joshvanl <[email protected]>
Signed-off-by: joshvanl <[email protected]>
Signed-off-by: joshvanl <[email protected]>
Signed-off-by: joshvanl <[email protected]>
nelson-parente
approved these changes
Sep 30, 2025
Contributor
Author
|
@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: