Commit Graph

614 Commits

Author SHA1 Message Date
greenie-msft 7deff4f04e
Upmerge v1.5 to v1.6 20211227 (#2064)
* Added pub sub documentation

* Changed port number in the command

* Modified based on the review comments - 1

* Modified based on the review comments - 2

* Changed python commands

* Changed python commands

* Modified based on the review comments - 3

* Fix publish a topic examples

Step 3 and 4 of the "How-To: Publish & subscribe" publishes to the
wrong app id and pubsub. This commit fixes by changing the examples
that write to the app-id "testpubsub" to "orderprocessing"
and the pubsub "pubsub" to "order_pub_sub"

* Wrap oauth links in ignore comment

* Bumping tags to v1.5.0

* Update dapr versions for 1.5.1 hotfix

* Correct the default component init timeout

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

* Fix incorrect warning log-level

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

* Added bindings documentation

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

* Changed python commands

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

* Changed image for bindings

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

* Modified based on the review comments - 1

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

* Modified based on the review comments - 2

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

* Reverted a small change

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

* Added pub sub documentation

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

* Changed port number in the command

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

* Modified based on the review comments - 1

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

* Modified based on the review comments - 2

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

* Changed python commands

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

* Changed python commands

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

* Modified based on the review comments - 3

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

* Modified based on the review comments - 2

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

* Wrap oauth links in ignore comment

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

* Bumping tags to v1.5.0

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

* Modified based on the review comments -3

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

* Modified a line based on the review comment

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

* Fix publish a topic examples

Step 3 and 4 of the "How-To: Publish & subscribe" publishes to the
wrong app id and pubsub. This commit fixes by changing the examples
that write to the app-id "testpubsub" to "orderprocessing"
and the pubsub "pubsub" to "order_pub_sub"

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

* Update dapr versions for 1.5.1 hotfix

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

* Modified a line based on the review comment

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

* Modified based on the review comments

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

* Added pub sub documentation

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Changed port number in the command

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Modified based on the review comments - 1

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Added secrets store documentation

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Modified based on the review comments - 1

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Modified based on the review comments - 1

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Modified based on the review comments - 2

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Update daprdocs/content/en/developing-applications/building-blocks/secrets/howto-secrets.md

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Update daprdocs/content/en/developing-applications/building-blocks/secrets/howto-secrets.md

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Modified based on the review comments - 2

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Changed python commands

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Changed python commands

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Modified based on the review comments - 3

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Fix publish a topic examples

Step 3 and 4 of the "How-To: Publish & subscribe" publishes to the
wrong app id and pubsub. This commit fixes by changing the examples
that write to the app-id "testpubsub" to "orderprocessing"
and the pubsub "pubsub" to "order_pub_sub"

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Added full code snippets for service invocation

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Added full code snippets of secrets management

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Added full code snippets of state management

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Added full code snippets of pub sub

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Modified based on the review comments - 1

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Removed a line

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* resolved merge conflicts

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Modified based on the review comments - 1

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Added full code snippets of secrets management

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Added full code snippets of pub sub

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Modified based on the review comments - 1

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Removed a line

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Added full code snippets of secrets management

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Added full code snippets of pub sub

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Modified based on the review comments - 1

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Solved merge conflicts

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Modified go secrets code

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Update daprdocs/content/en/developing-applications/building-blocks/secrets/howto-secrets.md

Co-authored-by: Will <witsai@microsoft.com>

* Added DCO sign-off guidance for contributing to Dapr

Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>

* Address PR feedback

Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>

* Add DCO check to PR template

Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>

* simplify git command for DCO

Signed-off-by: Will Tsai <william.wl.tsai@gmail.com>

* Fix header

* Display state value instead of StateResponse object (#2046)

Signed-off-by: Jun Tian <tianjun.cpp@gmail.com>

Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>

* add ForcePathStyle support for s3 binding (#2054)

Signed-off-by: rainfd <rainfd@live.cn>

Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>

* Remove requests dep (#2055)

* Add DCO check to PR template

Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>

* Remove requests dep

Signed-off-by: GitHub <noreply@github.com>

Co-authored-by: Nick Greenfield <nigreenf@microsoft.com>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>

* update endpoint in s3 binding doc (#2049)

* update endpoint in s3 binding doc

Signed-off-by: lizzzcai <lizzzcai1@gmail.com>

* fix jaeger link

Signed-off-by: lizzzcai <lizzzcai1@gmail.com>

* update endpoint example to match region

Signed-off-by: lizzzcai <lizzzcai1@gmail.com>

Co-authored-by: Mark Fussell <mfussell@microsoft.com>

* Update autoscale-keda.md (#2047)

Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>

* Update service-mesh.md (#2044)

Minor typo

Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>

* Added missing HTTP verb to the documentation dapr/dapr#4030 (#2045)

Signed-off-by: GitHub <noreply@github.com>

Co-authored-by: Mark Fussell <mfussell@microsoft.com>

* Update logs-troubleshooting.md (#2023)

The label name `dapr-placement` has been changed to `dapr-placement-server`.

Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>

* update the DOTNET SDK

Signed-off-by: Mark Fussell <markfussell@gmail.com>

Co-authored-by: Amulya Varote <amulyavarote@r6415.redmond.corp.microsoft.com>
Co-authored-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>
Co-authored-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>
Co-authored-by: David Millman <dave@cs.unc.edu>
Co-authored-by: emctl <emccudden@gmail.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Co-authored-by: Will <witsai@microsoft.com>
Co-authored-by: Will Tsai <william.wl.tsai@gmail.com>
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
Co-authored-by: Jun Tian <find_my_way@foxmail.com>
Co-authored-by: RainFD <rainfd@live.cn>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Co-authored-by: ChethanUK <chethan.u1@gmail.com>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
Co-authored-by: Lize <lizzzcai1@gmail.com>
Co-authored-by: Andrew Cartwright <acartcat@gmail.com>
Co-authored-by: Shriroop Joshi <shriroopjoshi@users.noreply.github.com>
Co-authored-by: Christoph Hofmann <oss@hoffe.org>
Co-authored-by: Will 保哥 <doggy.huang@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2021-12-28 15:20:48 -08:00
Will 保哥 ac6975f7b4
Update logs-troubleshooting.md (#2023)
The label name `dapr-placement` has been changed to `dapr-placement-server`.

Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2021-12-24 10:29:12 -08:00
Lize 3d050ae974
update endpoint in s3 binding doc (#2049)
* update endpoint in s3 binding doc

Signed-off-by: lizzzcai <lizzzcai1@gmail.com>

* fix jaeger link

Signed-off-by: lizzzcai <lizzzcai1@gmail.com>

* update endpoint example to match region

Signed-off-by: lizzzcai <lizzzcai1@gmail.com>

Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2021-12-24 10:01:43 -08:00
Nick Greenfield 8e54a5632e Update dapr versions for 1.5.1 hotfix 2021-12-06 13:55:03 -08:00
Nick Greenfield 23a51c1441 Wrap oauth links in ignore comment 2021-12-06 11:27:38 -08:00
greenie-msft 58ea96bc10
Merge branch 'v1.5' into patch-8 2021-12-02 14:10:35 -08:00
greenie-msft 28f7e6274b
Merge branch 'v1.5' into patch-8 2021-12-02 13:57:04 -08:00
greenie-msft b9ef0753e9
Merge branch 'v1.5' into patch-7 2021-12-02 13:56:27 -08:00
Massimo Crippa 3f30729457
fix: small typo replace semicolons with colons
there are a couple of semicolons that should be colons
2021-11-26 16:43:45 +01:00
Bernd Verst 5c50a4eec3
Correct the default component init timeout 2021-11-23 20:28:30 -08:00
Bernd Verst d4acb556af
Fix incorrect warning log-level 2021-11-23 20:26:45 -08:00
Mark Fussell 4cbb87a6ae
Update daprdocs/content/en/operations/security/mtls.md
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
2021-11-18 21:20:30 -08:00
Mark Fussell a02eab7734
Update daprdocs/content/en/operations/security/mtls.md
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
2021-11-18 21:19:52 -08:00
Mark Fussell 8a90f9706a Merge remote-tracking branch 'upstream/v1.5' into v1.5 2021-11-18 21:12:12 -08:00
greenie-msft 559707c27d
Merge branch 'v1.5' into v1.5 2021-11-18 15:55:33 -08:00
Aaron Crawfis 342f395c1f
Merge branch 'v1.5' into aacrawfi/containerapps 2021-11-18 15:34:55 -08:00
greenie-msft f68d8e88c8
Merge branch 'v1.5' into v1.5 2021-11-18 14:20:32 -08:00
Ricardo Niepel 78edebf656
Fixing link "Using namespaces with pub/sub" 2021-11-18 17:56:35 +01:00
Mark Fussell 9a550c60b2 Updates from adding the Configuration API 2021-11-17 23:44:49 -08:00
Mark Fussell 153a3c54e5 Merge branch 'v1.5' of https://github.com/msfussell/docs into v1.5 2021-11-16 00:25:19 -08:00
Mark Fussell 5487aa9b54 Updates due to configuration API building block 2021-11-16 00:24:37 -08:00
wangzhiyu b731ca6877 correct resource name of default control plane configuration 2021-11-15 16:43:32 +08:00
Aaron Crawfis 740b2a09c4 Remove region-specific URLs 2021-11-12 14:46:51 -08:00
Aaron Crawfis 8a18ec8504 Move container apps under serverless directory 2021-11-12 14:44:09 -08:00
Aaron Crawfis c07ce8c89f Fix extra merge issues 2021-11-12 14:22:45 -08:00
Aaron Crawfis 859e7232ce Merge branch 'v1.5' into aacrawfi/containerapps 2021-11-12 14:20:28 -08:00
Will 032aaae992
Merge branch 'v1.5' into corrections-to-versioning 2021-11-12 10:05:47 -08:00
Will Tsai e23e7cf745 make corrections to PHP and Dashboard versions 2021-11-12 10:00:23 -08:00
Mark Fussell 3e5952f717
Adding the JS SDK to the list for 1.5.0 release 2021-11-12 09:17:18 -08:00
Aaron Crawfis 55d7ac76a9
Merge branch 'v1.4' into aacrawfi/containerapps 2021-11-11 16:43:43 -08:00
Will 9a2c7cb616
Update daprdocs/content/en/operations/support/support-release-policy.md 2021-11-11 15:18:05 -08:00
Ori Zohar 9d6fbfc434
Merge branch 'v1.5' into release-v1.5 2021-11-11 15:12:27 -08:00
Will Tsai b30d8594c7 add iARM64 Mac support 2021-11-11 14:49:17 -08:00
Will 84ed158390
Update daprdocs/content/en/operations/support/support-release-policy.md
fixed spacing
2021-11-11 12:25:51 -08:00
Will a79065a094
Update daprdocs/content/en/operations/support/support-release-policy.md
v1.3.x should be supported in the v1.4 docs
2021-11-11 12:24:44 -08:00
Nick Greenfield a38d26a13c Release v1.5 (Day of release changes to v1.5) 2021-11-09 15:26:55 -08:00
greenie-msft d2bccac344
Update support-release-policy.md 2021-11-09 14:51:16 -08:00
greenie-msft ae86afa37d
Update support-release-policy.md 2021-11-09 14:49:20 -08:00
greenie-msft 62036810b2
Merge branch 'v1.4' into v1.5-v1.4-changes 2021-11-09 14:43:07 -08:00
Nick Greenfield 4f4dad3adb Release v1.5 (Day of release changes to v1.4) 2021-11-09 14:35:31 -08:00
Will Tsai bfb626fd44 fix Go SDK version number 2021-11-09 14:34:23 -08:00
Aaron Crawfis 96a794bcd3
Apply suggestions from code review
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2021-11-08 08:02:26 -08:00
Aaron Crawfis 2606120876
Apply suggestions from code review
Co-authored-by: Will <witsai@microsoft.com>
2021-11-05 16:34:31 -07:00
Bernd Verst f62c78ab03 Microsoft Docs links should be language neutral 2021-11-04 15:12:01 -07:00
Will 9fe6222ea5
Merge branch 'dapr:v1.4' into ga-to-stable-edits 2021-11-04 14:46:25 -07:00
Artur Souza 7e824909c0
Update daprdocs/content/en/operations/components/certification-lifecycle.md
Co-authored-by: Will <witsai@microsoft.com>
2021-11-02 16:48:46 -07:00
Artur Souza 65ccee0d64
Update daprdocs/content/en/operations/components/certification-lifecycle.md
Co-authored-by: Will <witsai@microsoft.com>
2021-11-02 16:48:41 -07:00
Artur Souza 7763c9c036
Update daprdocs/content/en/operations/components/certification-lifecycle.md
Co-authored-by: Will <witsai@microsoft.com>
2021-11-02 16:48:36 -07:00
Artur Souza 8b7bd7b782
Update daprdocs/content/en/operations/components/certification-lifecycle.md
Co-authored-by: Will <witsai@microsoft.com>
2021-11-02 16:48:30 -07:00
Artur Souza 91cf710c9b
Update daprdocs/content/en/operations/components/certification-lifecycle.md
Co-authored-by: Will <witsai@microsoft.com>
2021-11-02 16:48:25 -07:00
Artur Souza c5c9673f14
Update daprdocs/content/en/operations/components/certification-lifecycle.md
Co-authored-by: Will <witsai@microsoft.com>
2021-11-02 16:48:19 -07:00
Artur Souza e8a80fb86e
Update daprdocs/content/en/operations/components/certification-lifecycle.md
Co-authored-by: Will <witsai@microsoft.com>
2021-11-02 16:48:05 -07:00
Artur Souza 88f3d66599
Update daprdocs/content/en/operations/components/certification-lifecycle.md
Co-authored-by: Will <witsai@microsoft.com>
2021-11-02 16:47:43 -07:00
Artur Souza 7e495ef27b
Update certification-lifecycle.md 2021-11-02 15:50:22 -07:00
Aaron Crawfis 5cf1dd9b4b Add parameter for new tab capability 2021-11-02 14:59:59 -07:00
Aaron Crawfis e5bddb86d4 Add container apps hosting option 2021-11-02 14:34:53 -07:00
Artur Souza f7e9b81686
Update daprdocs/content/en/operations/components/certification-lifecycle.md
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
2021-10-29 14:10:42 -07:00
Artur Souza dd84e53aac
Update daprdocs/content/en/operations/components/certification-lifecycle.md
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
2021-10-29 14:10:26 -07:00
Artur Souza 8ceab600ef
Merge branch 'v1.5' into stable_criteria 2021-10-29 14:05:20 -07:00
Artur Souza 893db7207e
Update daprdocs/content/en/operations/components/certification-lifecycle.md
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
2021-10-29 14:05:15 -07:00
Artur Souza f8239a708b
Update daprdocs/content/en/operations/components/certification-lifecycle.md
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
2021-10-29 14:05:07 -07:00
Artur Souza 07cd794039
Update daprdocs/content/en/operations/components/certification-lifecycle.md
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
2021-10-29 14:04:56 -07:00
Artur Souza c6bab3ecea
Update daprdocs/content/en/operations/components/certification-lifecycle.md
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
2021-10-29 14:04:46 -07:00
Artur Souza 13e91a25e1
Update daprdocs/content/en/operations/components/certification-lifecycle.md
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
2021-10-29 14:04:31 -07:00
Artur Souza 11c99ab946
Update daprdocs/content/en/operations/components/certification-lifecycle.md
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
2021-10-29 14:04:07 -07:00
Long f2a3883027 feedback
Signed-off-by: Long <long.dai@intel.com>
2021-10-28 13:49:28 +00:00
Long 267c49e72c feedback
Signed-off-by: Long <long.dai@intel.com>
2021-10-28 13:49:28 +00:00
Long 039e8abc47 feedback
Signed-off-by: Long <long.dai@intel.com>
2021-10-28 13:49:28 +00:00
Long aeed29a8d2 feedback
Signed-off-by: Long <long.dai@intel.com>
2021-10-28 13:49:28 +00:00
Long 23efdbf29a troubleshooting: comment how to create pods
Signed-off-by: Long <long.dai@intel.com>
2021-10-28 13:49:28 +00:00
Artur Souza 669ffa2e02
Update daprdocs/content/en/operations/components/certification-lifecycle.md
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
2021-10-26 21:15:49 -07:00
Artur Souza 0937470698
Update daprdocs/content/en/operations/components/certification-lifecycle.md
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
2021-10-26 21:15:43 -07:00
Artur Souza 5eee24602a
Update daprdocs/content/en/operations/components/certification-lifecycle.md
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
2021-10-26 21:15:34 -07:00
Artur Souza 566bb7b90c
Update daprdocs/content/en/operations/components/certification-lifecycle.md
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
2021-10-26 21:15:26 -07:00
Artur Souza d5397af130
Update daprdocs/content/en/operations/components/certification-lifecycle.md
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
2021-10-26 21:15:16 -07:00
Phil Kedy 11d2697f94 Tweaks per PR 2021-10-26 18:32:29 -04:00
Artur Souza 0680f429c3 New GA criteria. Rename GA to Stable. 2021-10-22 14:27:01 -07:00
Phil Kedy aa8d5bfc45 Adding instructions to update CRDs prior to upgrading via Helm 2021-10-18 18:21:55 -04:00
Will 36bb4e5c01
upmerge v1.4 into v1.5 (#1851)
* Closing issue #1410

* Update setup-sqlserver.md

Incorporating feedback

* Adding DaprCon card at top of main page

* Close i tag

* Bump runtime version references to 1.4.3 and supported versions table

* Fixing closing b tag

* Address PR review comments

* Corrected upgrade paths

* Update kubectl links

* Update supported versions table

Co-authored-by: Donovan Brown <dlb@dlbonline.com>
Co-authored-by: Ori Zohar <orzohar@microsoft.com>
Co-authored-by: Nick Greenfield <nigreenf@microsoft.com>
2021-10-14 14:03:34 -07:00
Nick Greenfield 392ac6bd2a Update supported versions table 2021-10-07 13:28:42 -07:00
Nick Greenfield 3997e83dca Update kubectl links 2021-10-07 11:48:43 -07:00
Nick Greenfield de67a30d51 Corrected upgrade paths 2021-10-07 11:08:51 -07:00
Nick Greenfield cbc8034324 Address PR review comments 2021-10-07 10:57:38 -07:00
Nick Greenfield 9a34fade36 Bump runtime version references to 1.4.3 and supported versions table 2021-10-07 09:48:43 -07:00
Nick Greenfield 82a460195b Move access control community call video to the bottom of the page under a Community Call Demo section. 2021-09-24 18:19:29 -07:00
Ori Zohar ce435e9e92 Update upgrade paths 2021-09-23 08:58:33 -07:00
Ori Zohar 1869b61769 Changes to reflect v1.4.1 hotfix 2021-09-23 08:53:18 -07:00
Ori Zohar de6c0f9044 Merge branch 'v1.3' into upmerge-v1.4-20210917 2021-09-17 14:55:10 -07:00
Ori Zohar 3dd9c8e48b
Minor style tweaks 2021-09-17 09:09:16 -07:00
Ori Zohar c370406e56
Merge branch 'v1.3' into 1440SecretKeyRefExplanation 2021-09-16 08:45:55 -07:00
Ori Zohar e4f07eb8f5
Merge branch 'v1.3' into release-v1.4-v1.3-changes 2021-09-15 11:42:07 -07:00
Ori Zohar bf412afe56 Updating docs to mention hotfix v1.3.1 2021-09-15 11:25:10 -07:00
Will Tsai 0ad4c1689f Merge branch 'release-v1.4-v1.3-changes' of https://github.com/willtsai/docs into release-v1.4-v1.3-changes 2021-09-15 10:37:51 -07:00
Will Tsai f408b7c5f5 updating version numbers in upgrade paths to account for v1.3.1 2021-09-15 10:06:46 -07:00
Will Tsai bfb99da671 updating version numbers in upgrade paths to account for v1.3.1 2021-09-15 09:44:40 -07:00
Will Tsai 18e95de62a updated support-release-policy upgrade path table to account for v1.3.1 patch 2021-09-14 17:23:45 -07:00
Will Tsai 8e8941b18e replacing hardcoded version numbers with shortcodes 2021-09-14 16:36:09 -07:00
Ori Zohar 520b7d02b1
Merge branch 'v1.4' into release-v1.4 2021-09-14 15:27:29 -07:00
Ori Zohar 8c9b66d52c
Preview feature updates for v1.4 (#1787)
* updating preview features

* preview features doc updates

* preview alerts and table edits
2021-09-14 14:39:08 -07:00
Phil Kedy a7a96b336f PubSub Routing docs 2021-09-14 16:24:10 -04:00
greenie-msft dc2116132b
Merge branch 'v1.4' into update_dapr_versions_text_to_v1.4 2021-09-14 13:13:02 -07:00
Will f729deba46
update version number for .NET SDK 2021-09-14 11:17:12 -07:00
Will 77dc3c99f9
Merge branch 'dapr:v1.3' into release-v1.4 2021-09-14 10:49:35 -07:00
Nick Greenfield 07369c3813 Merge branch 'v1.3' into v1.4 2021-09-14 09:59:23 -07:00
Vishesh Agarwal e8dcb23b1f
Minor spelling error 2021-09-13 17:24:02 -07:00
Will Tsai d82eed69a0 updated version numbers in support-release-policy.md 2021-09-13 10:00:33 -07:00
Nick Greenfield b177460193 Be explicit in dapr version short code and ignore quickstart links from validation 2021-09-10 13:38:33 -07:00
Will Tsai 6ca2f74efb adding to Upgrade paths in support-release-policy.md to reflect v1.4 2021-09-09 17:18:55 -07:00
Nick Greenfield a13da53ee5 Add conditional in dapr-latest-version shortcode for short version of explicit version 2021-09-09 16:47:17 -07:00
Will Tsai d089656e61 updating versions to v1.4 2021-09-09 16:25:44 -07:00
Nick Greenfield c9b45fdd52 update shortcode to dapr-latest-version 2021-09-09 15:57:54 -07:00
Ori Zohar 417fbf73fe
Update version in helm deployment section 2021-09-09 14:58:05 -07:00
Nick Greenfield db4e51e9cb Create variable for latest Dapr version and update all version references to useit 2021-09-09 14:38:20 -07:00
georgestevens99 a4ff9d44b4 Merge branch '1440SecretKeyRefExplanation' of https://github.com/georgestevens99/docs into 1440SecretKeyRefExplanation 2021-09-07 14:35:32 -04:00
georgestevens99 ad5a8d7676 Update component-secrets.md
Applied Mark Fussell's feedback replacing Standard and Special case names with more descriptive names.  Plus cleaned up the grammer and text in a few areas.
2021-09-07 14:26:51 -04:00
Ori Zohar 875a9c9a03
Merge branch 'v1.3' into 1440SecretKeyRefExplanation 2021-09-02 15:54:17 -07:00
georgestevens99 2cf5ce5e13 Update component-secrets.md
Changed the wording of "How-To: Reference secrets in components" to satisfy the requirements in issue #1440.
2021-08-31 19:15:54 -04:00
georgestevens99 b420062481 Update component-secrets.md 2021-08-31 15:58:01 -04:00
Ricard Forcada 678f18bd51 Updated suggestions PR 2021-08-29 09:05:29 +02:00
Ricard 4e36e72f7f
Added extra information regarding service invokation mtls
Added extra information regarding service invokation mtls
2021-08-23 20:44:34 +02:00
Ricard cd0bd7ad8f
Add reference to service invokation operations documentation
Add reference to service invokation operations documentation using mTLS
2021-08-23 20:42:40 +02:00
Ricard 3dbb75fb25
Fix invokation example on powershell when using mTLS
#1739 Environment variables should be fullfiled using -raw to avoid windows to treat end of lines.
2021-08-23 20:16:57 +02:00
Aaron Crawfis 4addf47492 Minor updates and linking 2021-08-20 13:38:33 -07:00
Ori Zohar bc46822042
Merge branch 'v1.3' into daprd-doc 2021-08-20 13:36:46 -07:00
Ori Zohar f7b9ea49cd minor fixes 2021-08-20 13:13:28 -07:00
Long cbdab00bad clean up all whitenoise
Signed-off-by: Long <long0dai@foxmail.com>
2021-08-19 14:27:06 +00:00
Ori Zohar 6ed6ed39f0
Update jaeger.md 2021-08-10 16:37:28 -07:00
Ori Zohar 9d1e95f9e5 Bringing updates to Jaeger docs from v1.2 2021-08-10 14:14:33 -07:00
Ori Zohar 41e6ee42e3
Merge branch 'v1.3' into fix-responsive-videos 2021-08-05 16:15:24 -07:00
Nick Greenfield 115bfbd65b Fix newrelic links 2021-08-05 15:11:41 -07:00
Ori Zohar e82fb79284
Merge branch 'v1.3' into fix-responsive-videos 2021-08-05 15:10:56 -07:00
Khalid Abuhakmeh 5c8a0f9f4d Fix responsive videos
The videos were breaking the layout of the documentation pages
and making it difficult to click on the right menu items.

Also tackled the Japanese translated pages.
2021-08-04 09:42:59 -04:00
Ori Zohar 70593a3acb
Merge branch 'v1.3' into update_kibana_docs 2021-08-03 15:16:11 -07:00
Lorenzo Montanari c65ad76996
Fixed a small typo (#1696) 2021-08-02 08:03:41 -07:00
Ori Zohar a7561f8005
Merge branch 'v1.3' into release-v1.3 2021-07-26 16:54:33 -07:00
Nick Greenfield 300f89324a Fix reference links to point to correct page 2021-07-26 11:16:27 -07:00
Nick Greenfield fb438dae44 Merge branch 'v1.2' into v1.3 2021-07-26 10:41:09 -07:00
Ori Zohar c48aa94ce7
Update support-release-policy.md 2021-07-23 13:40:43 -07:00
greenie-msft 6f203d2f5d
Add actors partitioning reminders link 2021-07-23 12:41:49 -07:00
Ori Zohar fdcc6643d9
Merge branch 'v1.3' into preview_features 2021-07-23 11:06:06 -07:00
seachen 4d93f4c95e Merge branch 'jaeger/docs_20210717' of https://github.com/1046102779/docs into jaeger/docs_20210717 2021-07-23 14:08:59 +08:00
seachen e2a08485a7 docs/jaeger: add jaeger production configuration 2021-07-23 14:08:49 +08:00
yellow chicks 44b9378fee
Merge branch 'v1.2' into jaeger/docs_20210717 2021-07-23 13:15:18 +08:00
seachen 9f02c68fba docs/jaeger: add jaeger production configuration 2021-07-23 13:15:01 +08:00
seachen ac59f40922 docs/jaeger: add jaeger production configuration 2021-07-23 13:10:25 +08:00
Ori Zohar 93aacf8f17
Merge branch 'v1.3' into ds-ha 2021-07-22 15:08:19 -07:00
Bernd Verst 20c2de3736
Fix profiling flag example (#1675)
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2021-07-22 15:08:13 -07:00
Dmitry Shmulevich 2b7be0ef0b Add info about enabling HA mode 2021-07-22 15:05:30 -07:00
Mark Fussell e0eebc95c8
Update jaeger.md 2021-07-22 14:58:25 -07:00
sk593 b01c969335 added arguments and annotations spec 2021-07-22 15:02:20 -05:00