Commit Graph

3961 Commits

Author SHA1 Message Date
Hannah Hunter 36b083f95f
clarification to support releases (#2654)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
2022-07-14 21:27:33 -07:00
Alessandro (Ale) Segala c0c63a70a1
Explain that `namespaceName` must be a FQDN to Service Bus (#2651)
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2022-07-14 16:24:43 -07:00
Bilgin Ibryam bed9d9ae68
quickstarts/issues/701: align docs with the quickstart changes (#2639)
Signed-off-by: Bilgin Ibryam <bibryam@gmail.com>
2022-07-13 16:24:57 -07:00
Hannah Hunter 5c9c61a1fb
add null (#2635)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-07-08 17:02:25 -07:00
greenie-msft 5512a29bac
Merge pull request #2617 from hhunter-ms/release-v1.8
updates to v1.8 for day of release
2022-07-07 15:46:58 -07:00
greenie-msft 6750681e8f
Merge branch 'v1.8' into release-v1.8 2022-07-07 15:43:06 -07:00
Hannah Hunter 8fba17c4a9 update js sdk versions
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-07-07 14:25:27 -05:00
Hannah Hunter b25592ad7d
upmerge v1.7 (#2630)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-07-07 12:16:12 -07:00
halspang e97e27bdd3
Add docs for .NET SDK per actor type configuration (#2565)
* Add docs for .NET SDK per actor type configuration

This commit adds an example of how to use the per actor type
configuration in the .NET SDK.

https://github.com/dapr/docs/issues/2176

Signed-off-by: Hal Spang <halspang@microsoft.com>

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>

* Fixed typos

* Create howto-actors.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-07-07 10:58:48 -07:00
greenie-msft b61aa28445
Merge branch 'v1.8' into release-v1.8 2022-07-07 08:54:07 -07:00
greenie-msft 657015ad8a
Merge pull request #2626 from greenie-msft/upmerge_v1.7_v1.8
Upmerge v1.7 v1.8
2022-07-06 21:03:40 -07:00
greenie-msft 79233c13d5
Merge branch 'v1.8' into upmerge_v1.7_v1.8 2022-07-06 20:56:00 -07:00
greenie-msft eeb968c721
Merge pull request #2625 from greenie-msft/upmerge_of_1.7_into_1.8_20220706
Upmerge of 1.7 into 1.8 20220706
2022-07-06 20:55:45 -07:00
greenie-msft 4919b44474
Merge branch 'v1.8' into upmerge_of_1.7_into_1.8_20220706 2022-07-06 20:44:42 -07:00
greenie-msft 2c4e8b4880
Merge branch 'v1.8' into upmerge_v1.7_v1.8 2022-07-06 20:43:33 -07:00
Shubham Sharma 4e05a03c27
Move section outside codetab (#2627)
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
2022-07-06 19:23:09 -07:00
Nick Greenfield d9c48f7151 Merge branch 'v1.7' into v1.8
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
2022-07-06 18:07:41 -07:00
Hannah Hunter dfbc33f110
Add middleware-routerchecker.md to v1.7 (#2623)
* add file

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* add to table

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* Update daprdocs/data/components/middleware/http.yaml

Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-07-06 17:25:15 -07:00
Nick Greenfield 281651ef8d Merge branch 'v1.7' into v1.8
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
2022-07-06 15:44:06 -07:00
Yaron Schneider beb55d781e
Revert "Adds settings for SASL SCRAM SHA-256 and SHA-512 (#2621)" (#2624)
This reverts commit 58ae69de54.
2022-07-06 15:43:30 -07:00
Hannah Hunter 6b89f527f9
add wasm and sentinel to table (#2622)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
2022-07-06 15:20:29 -07:00
Andrew 58ae69de54
Adds settings for SASL SCRAM SHA-256 and SHA-512 (#2621)
* Adds settings for SASL SCRAM SHA-256 and SHA-512

Signed-off-by: Andrew <mindovermiles262@gmail.com>

* Update setup-apache-kafka.md

Signed-off-by: Andrew <mindovermiles262@gmail.com>
2022-07-06 15:19:26 -07:00
Hannah Hunter 73c7643a9e update
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-07-06 16:53:52 -05:00
Hannah Hunter 9007b59db4 update
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-07-06 16:47:40 -05:00
greenie-msft 474b483dfe
Update SDK submodules to latest commit on master/main (#2620)
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
2022-07-06 14:38:35 -07:00
greenie-msft 54544abea1
Merge pull request #2590 from greenie-msft/override_default_retries
Add content that explains how to override Dapr's default retries
2022-07-06 14:10:32 -07:00
greenie-msft c3663f4c35
Merge branch 'v1.8' into override_default_retries 2022-07-06 13:42:17 -07:00
halspang 58514c9906
Add documentation for Subscribe API in .NET SDK (#2606)
This commit adds an example for the subscribe API in the .NET SDK.
The .NET SDK provides two different means of using the subscirbe API
and both are included here.

https://github.com/dapr/docs/issues/2568

Signed-off-by: Hal Spang <halspang@microsoft.com>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-07-06 13:33:09 -07:00
Nick Greenfield 0dcc14115f Update content per feedback
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
2022-07-06 13:27:02 -07:00
greenie-msft 79e1b8588e
Apply suggestions from code review 2022-07-06 13:21:02 -07:00
greenie-msft c53e8ee474
Update daprdocs/content/en/operations/resiliency/policies.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-07-06 13:18:46 -07:00
Mark Fussell ac5a5371e5
Merge branch 'v1.8' into override_default_retries 2022-07-06 13:06:03 -07:00
Yaron Schneider 8eeaf204dc
Add code samples for distributed lock (#2610)
* add code samples for distributed lock

Signed-off-by: yaron2 <schneider.yaron@live.com>

* nit

Signed-off-by: yaron2 <schneider.yaron@live.com>

* changes

Signed-off-by: yaron2 <schneider.yaron@live.com>

* changes

Signed-off-by: yaron2 <schneider.yaron@live.com>

* Update daprdocs/content/en/developing-applications/building-blocks/distributed-lock/howto-use-distributed-lock.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>

* Update daprdocs/content/en/developing-applications/building-blocks/distributed-lock/howto-use-distributed-lock.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>

* Update daprdocs/content/en/developing-applications/building-blocks/distributed-lock/howto-use-distributed-lock.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>

* changes

Signed-off-by: yaron2 <schneider.yaron@live.com>

* changes

Signed-off-by: yaron2 <schneider.yaron@live.com>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-07-06 13:03:57 -07:00
Hannah Hunter 493fbe5a7b
fix links and typo (#2618)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-07-06 12:28:58 -07:00
Hannah Hunter 2b16640799 1.8 release
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-07-06 14:03:05 -05:00
Hannah Hunter 940dd4ed13
add demo videos (#2612)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-07-06 11:51:48 -07:00
Shubham Sharma 09ee0c441f
Add documentation for installing custom certificates to Dapr sidecar (#2572)
* Add content

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Refactor

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* 💄

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Address @greenie-msft comments

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Review comments by @mukundansundar

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Use alert for note

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Review comments by @mukundansundar

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Review comments by @msfussell

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Add section in http binding

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Typo

* Typo

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-07-06 11:42:00 -07:00
Alessandro (Ale) Segala 608c4f179c
Add docs for using Mariner-based images (#2549)
* Add docs for using Mariner-based images

Fixes #2514

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-07-06 11:27:58 -07:00
Hannah Hunter a380dcbecc
[State Mgmt] Docset refresh (#2541)
* initial refresh

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* a few more edits

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* updates per Mark

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-07-06 11:23:54 -07:00
Yaron Schneider 375911991d
Add s3 file upload example (#2614)
* add s3 file upload example

Signed-off-by: yaron2 <schneider.yaron@live.com>

* update example

Signed-off-by: yaron2 <schneider.yaron@live.com>
2022-07-06 10:57:56 -07:00
Mukundan Sundararajan 57676c2f2b
add docs for dapr annotate command (#2576)
* add docs for dapr annotate command

Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>

* fixed docs based on latest changes to CLI annotate command

Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>

* address review comments

Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-07-06 10:00:37 -07:00
greenie-msft b17d4883ca
Merge pull request #2585 from shubham1172/shubham1172/fix-js-sdk-docs
Update js-sdk submodule
2022-07-05 21:05:56 -07:00
Mark Fussell bfcfd49759
Merge branch 'v1.8' into shubham1172/fix-js-sdk-docs 2022-07-05 20:07:33 -07:00
Hannah Hunter f0d4758be5
[state store ttl] Added metadata.ttlInSeconds (#2583)
* initial change

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* remove from table

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* update title

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-07-05 18:09:31 -07:00
Hannah Hunter c4e14f83eb
review grammar; remove preview note (#2605)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-07-05 17:31:09 -07:00
Alessandro (Ale) Segala f6cb49523c
Add docs for sidecar injector watchdog (#2601)
* Added docs for sidecar injector watchdog

Fixes #2581

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

* Added YouTube video

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-07-05 15:44:33 -07:00
Hannah Hunter dd445be31f
[Bindings] Docset refresh (#2595)
* bindings initial refresh

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* updates per Mark

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-07-05 15:32:10 -07:00
Mark Fussell dbf836943a
Merge branch 'v1.8' into override_default_retries 2022-07-05 15:00:53 -07:00
Hannah Hunter 96165997ee
add suggested note (#2602)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-07-05 14:15:48 -07:00
greenie-msft e57d754ccd
Update daprdocs/content/en/operations/resiliency/policies.md 2022-07-05 13:36:18 -07:00