-
Notifications
You must be signed in to change notification settings - Fork 530
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
Re-merge 1.15 release branch into master #1176
Open
alicejgibbons
wants to merge
114
commits into
dapr:master
Choose a base branch
from
alicejgibbons:release-1.15
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
…duce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-7267250
…educe vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-ANYIO-7361842
Signed-off-by: Joël Séguillon <[email protected]>
Signed-off-by: Mike Nguyen <[email protected]>
Signed-off-by: Mike Nguyen <[email protected]>
Signed-off-by: Fernando Rocha <[email protected]>
…actices and Dapr package (1.15.0 rc01) Signed-off-by: Whit Waldo <[email protected]>
Signed-off-by: Whit Waldo <[email protected]>
Signed-off-by: Fernando Rocha <[email protected]>
Signed-off-by: KentHsu <[email protected]> Signed-off-by: Alice Gibbons <[email protected]>
Signed-off-by: Fernando Rocha <[email protected]>
Signed-off-by: Fernando Rocha <[email protected]>
Co-authored-by: Mike Nguyen <[email protected]> Signed-off-by: Fernando Rocha <[email protected]>
Co-authored-by: Mike Nguyen <[email protected]> Signed-off-by: Fernando Rocha <[email protected]>
Co-authored-by: Mike Nguyen <[email protected]> Signed-off-by: Fernando Rocha <[email protected]>
Signed-off-by: Mike Nguyen <[email protected]>
Signed-off-by: Alice Gibbons <[email protected]>
Signed-off-by: Alice Gibbons <[email protected]>
Signed-off-by: Fernando Rocha <[email protected]>
Signed-off-by: Fernando Rocha <[email protected]>
Co-authored-by: Mike Nguyen <[email protected]> Signed-off-by: Fernando Rocha <[email protected]>
Signed-off-by: Mike Nguyen <[email protected]>
Signed-off-by: Mike Nguyen <[email protected]>
Signed-off-by: Mike Nguyen <[email protected]>
Signed-off-by: Mike Nguyen <[email protected]>
Signed-off-by: Mike Nguyen <[email protected]>
Fix/tests on release
Need RC.2 containing fix for deprecation flags. see dapr/cli#1478 Signed-off-by: Paul Yuknewicz <[email protected]>
Signed-off-by: Marc Duiker <[email protected]>
Signed-off-by: Marc Duiker <[email protected]>
Signed-off-by: Marc Duiker <[email protected]>
Signed-off-by: Marc Duiker <[email protected]>
Signed-off-by: Marc Duiker <[email protected]>
Update workflow quickstarts
Signed-off-by: Mike Nguyen <[email protected]>
Signed-off-by: Alice Gibbons <[email protected]>
release: bump go examples to rc1
Signed-off-by: Fernando Rocha <[email protected]>
Signed-off-by: Fernando Rocha <[email protected]>
Signed-off-by: Fernando Rocha <[email protected]>
Signed-off-by: Fernando Rocha <[email protected]>
* Adds python conversation api sdk quickstart. Updates python sdk version. Updates parameter name in conversation quickstart in Go. Signed-off-by: Elena Kolevska <[email protected]> * Fixes .net http quickstart for Conversation API Signed-off-by: Elena Kolevska <[email protected]> * rename Signed-off-by: Elena Kolevska <[email protected]> * Fixes js conversation quickstart Signed-off-by: Elena Kolevska <[email protected]> * Older dependency Signed-off-by: Elena Kolevska <[email protected]> * Sets up a clean virtual environment for every quickstart Signed-off-by: Elena Kolevska <[email protected]> * Apply suggestions from code review Co-authored-by: Mark Fussell <[email protected]> Signed-off-by: Elena Kolevska <[email protected]> * Adds uvicorn in requirements.txt Signed-off-by: Elena Kolevska <[email protected]> * Runs the install step Signed-off-by: Elena Kolevska <[email protected]> --------- Signed-off-by: Elena Kolevska <[email protected]> Signed-off-by: Elena Kolevska <[email protected]> Co-authored-by: Mark Fussell <[email protected]>
… needed to the example (dapr#1170) Signed-off-by: Whit Waldo <[email protected]> Co-authored-by: Yaron Schneider <[email protected]> Co-authored-by: Alice Gibbons <[email protected]>
Signed-off-by: Alice Gibbons <[email protected]>
Dotnet Jobs SDK qs
Signed-off-by: Elena Kolevska <[email protected]> Co-authored-by: Yaron Schneider <[email protected]>
Signed-off-by: Alice Gibbons <[email protected]>
Signed-off-by: Alice Gibbons <[email protected]>
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
The last PR didn't capture all the changes in the release branch so this is trying to ensure we have all those.
Issue reference
We strive to have all PRs 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: