Commit Graph

7814 Commits

Author SHA1 Message Date
Hannah Hunter 19f812c0db remove 3500, only use as an example in API docs
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2025-03-03 15:23:07 -05:00
Jake Engelberg 7c40430f03
spelling-fix: kubernetes-persisting-scheduler.md (#4566)
instalation -> installation

Signed-off-by: Jake Engelberg <152900222+jake-engelberg@users.noreply.github.com>
2025-03-03 10:12:09 -08:00
Hannah Hunter 287cfd7691
Merge pull request #4564 from marcduiker/v1.15
Revert back to built-in Docsy template that includes GA script
2025-03-03 08:39:18 -05:00
Marc Duiker fb53445f38
Revert back to built-in template that includes GA
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
2025-03-03 10:54:52 +01:00
Josh van Leeuwen 0992cd48c2
Updates latest version to 1.15.1 (#4562)
Also marks all `v1.12.x` releases to not-supported. We only support N-2
versions, where N is the latest version.

Signed-off-by: joshvanl <me@joshvanl.dev>
2025-02-28 15:12:58 -08:00
Hannah Hunter b74c247d01 update python examples for workflow; update conversation quickstart to python sdk
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2025-02-28 16:32:37 -05:00
Hannah Hunter 3688a1d684
Merge pull request #4559 from dapr/hhunter-ms-patch-6
"todo" in conversation overview
2025-02-27 14:48:38 -05:00
Hannah Hunter 4f32042c13
Update conversation-overview.md
fix todo

Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2025-02-27 14:08:32 -05:00
Hannah Hunter 02ba12d06c
Merge pull request #4468 from hhunter-ms/endgame_1.15-updates
[Endgame] Prep v1.15 branch for v1.15 release
2025-02-27 12:20:17 -05:00
Hannah Hunter 9077f56f5d
Update daprdocs/content/en/operations/support/support-release-policy.md
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2025-02-27 12:17:10 -05:00
Hannah Hunter 61f4b60a11
Merge branch 'v1.15' into endgame_1.15-updates 2025-02-27 09:31:39 -05:00
Hannah Hunter 3d8e8a9217 Merge branch 'endgame_1.15-updates' of https://github.com/hhunter-ms/docs into endgame_1.15-updates 2025-02-27 09:18:36 -05:00
Hannah Hunter c510665392 update sdk release versions
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2025-02-27 09:17:58 -05:00
Hannah Hunter e18a469cf3
Merge pull request #4557 from JoshVanL/ref-api-metadata-scheduler
Reference: Metadata API Scheduler
2025-02-26 12:09:02 -05:00
Hannah Hunter e7f95a050d
Merge branch 'v1.15' into ref-api-metadata-scheduler 2025-02-26 10:48:52 -05:00
Hannah Hunter 9c849cd1e7
bring in updated submodules (#4556)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2025-02-25 20:06:00 -08:00
Mark Fussell 8f9ce7f59b
Merge branch 'v1.15' into ref-api-metadata-scheduler 2025-02-25 20:05:50 -08:00
Hannah Hunter 61b82aa6e5
Upmerge 02/25 (#4555)
* update self-hosted-with-docker docs

Increase tmpfs size to prevent "no space left on device" error

Signed-off-by: fvanzee <5238563+fvanzee@users.noreply.github.com>

* Update deprecated exporter (#4543)

Co-authored-by: Uncensored <Uncensored@DESKTOP-SVLGO47>

* docs: also restart sidecar-injector

Signed-off-by: Joey Freeland <joey@free.land>

* Update daprdocs/content/en/operations/security/mtls.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Joey Freeland <30938344+jfreeland@users.noreply.github.com>

* Update mtls.md

Updating the dapr init -k command

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

* update kafka bulk metadata options

Signed-off-by: Gallardot <gallardot@apache.org>

* fix missing tabs end

Signed-off-by: Gallardot <gallardot@apache.org>

---------

Signed-off-by: fvanzee <5238563+fvanzee@users.noreply.github.com>
Signed-off-by: Joey Freeland <joey@free.land>
Signed-off-by: Joey Freeland <30938344+jfreeland@users.noreply.github.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Gallardot <gallardot@apache.org>
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Co-authored-by: fvanzee <>
Co-authored-by: Vladimir Damov <37113660+vdamov@users.noreply.github.com>
Co-authored-by: Uncensored <Uncensored@DESKTOP-SVLGO47>
Co-authored-by: Joey Freeland <joey.freeland@collins.com>
Co-authored-by: Joey Freeland <30938344+jfreeland@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Gallardot <gallardot@apache.org>
2025-02-25 19:33:42 -08:00
joshvanl 6010b1fc15 Reference: Metadata API Scheduler
Adds reference docs for new `scheduler` metadata field.

Added in https://github.com/dapr/dapr/pull/8518

Signed-off-by: joshvanl <me@joshvanl.dev>
2025-02-25 19:51:50 -03:00
Marc Duiker 0a7a60fd0c
Fix short code format (#4554)
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
2025-02-25 09:20:40 -08:00
Yaron Schneider 0b177eccd1
Update conversation api (#4546)
* update conversation api

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

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

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Yaron Schneider <schneider.yaron@live.com>

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

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Yaron Schneider <schneider.yaron@live.com>

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

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Yaron Schneider <schneider.yaron@live.com>

---------

Signed-off-by: yaron2 <schneider.yaron@live.com>
Signed-off-by: Yaron Schneider <schneider.yaron@live.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2025-02-24 10:32:54 -08:00
Cassie Coyle da9c8f8842
Scheduler etcd flags & metrics (#4550)
* tweaks

Signed-off-by: Cassandra Coyle <cassie@diagrid.io>

* tweaks

Signed-off-by: Cassandra Coyle <cassie@diagrid.io>

---------

Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2025-02-24 09:13:34 -08:00
Hannah Hunter 647166d263
Merge branch 'v1.15' into endgame_1.15-updates 2025-02-24 12:07:50 -05:00
Hannah Hunter 7307d8ee43
Merge pull request #4547 from elena-kolevska/cloudevents
Adds example for publishing cloud events with Python
2025-02-24 09:18:26 -05:00
Elena Kolevska aa8105b72e Adds example for publishing cloud events with Python
Signed-off-by: Elena Kolevska <elena@kolevska.com>
2025-02-21 14:51:01 +00:00
Hannah Hunter a3cba05612
Merge branch 'v1.15' into endgame_1.15-updates 2025-02-20 09:13:03 -05:00
Filinto Duran 336dcdfe84
add image pull info (#4545)
* add info about image pull policy

Signed-off-by: Filinto Duran <1373693+filintod@users.noreply.github.com>

* Update multi-app-overview.md

Add note

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

* Update multi-app-template.md

Added example

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

---------

Signed-off-by: Filinto Duran <1373693+filintod@users.noreply.github.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2025-02-19 17:22:08 -08:00
Hannah Hunter b15df6b623
Merge pull request #4542 from hhunter-ms/issue_4537
Reorder TOC
2025-02-18 12:35:09 -05:00
Hannah Hunter 95434d462a
Merge branch 'v1.15' into issue_4537 2025-02-18 12:23:57 -05:00
Hannah Hunter 260c073eb4
Merge pull request #4539 from elena-kolevska/scheduler
Information on Scheduler scalability changes
2025-02-18 12:23:35 -05:00
Mark Fussell fb2f03bc1c
Merge branch 'v1.15' into issue_4537 2025-02-18 09:11:51 -08:00
Elena Kolevska e231d4da6e
Apply suggestions from code review
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Elena Kolevska <elena-kolevska@users.noreply.github.com>
2025-02-18 17:06:56 +00:00
Hannah Hunter f330572b54 forgot to add file
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2025-02-18 11:29:46 -05:00
Elena Kolevska daca745261 Merge branch 'scheduler' of github.com:elena-kolevska/docs into scheduler 2025-02-17 13:32:43 +00:00
Elena Kolevska dc40d7f75e Applies comment from review 2025-02-17 13:27:11 +00:00
Elena Kolevska 2618109d2c
Merge branch 'v1.15' into scheduler 2025-02-17 13:21:20 +00:00
Hannah Hunter 1408ba2e60
move and rename sdk serialization doc (#4541)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2025-02-14 15:37:50 -08:00
Hannah Hunter 866d2358ed reorder toc
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2025-02-14 15:39:26 -05:00
Hannah Hunter 589ad1c144
Merge pull request #4535 from hhunter-ms/issue_4522
[Conversation API] Add missing metadata fields
2025-02-14 14:45:28 -05:00
Hannah Hunter 6357a5bcc6
Merge branch 'v1.15' into issue_4522 2025-02-14 14:42:28 -05:00
Hannah Hunter 402d497e69
Merge pull request #4540 from hhunter-ms/issue_4538
Remove Bridge to Kubernetes integration doc
2025-02-14 14:42:01 -05:00
Hannah Hunter 86a91341aa
Update daprdocs/content/en/reference/api/conversation_api.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2025-02-14 14:28:09 -05:00
Hannah Hunter 38f37a1f9e
Update daprdocs/content/en/reference/api/conversation_api.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2025-02-14 14:28:02 -05:00
Hannah Hunter e50f948740
Update daprdocs/content/en/reference/api/conversation_api.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2025-02-14 14:27:46 -05:00
Hannah Hunter 99bc8eb64e remove soon to be deprecated tool from docs
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2025-02-14 13:49:17 -05:00
Hannah Hunter dbdd7433f6
Merge branch 'v1.15' into issue_4522 2025-02-14 13:27:30 -05:00
Hannah Hunter e9886d53b4 some edits
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2025-02-14 13:08:22 -05:00
Hannah Hunter e5c0ad3b2a updates from Yaron
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2025-02-14 12:57:08 -05:00
Elena Kolevska 859e135e13 Empty lines
Signed-off-by: Elena Kolevska <elena@kolevska.com>
2025-02-14 16:42:58 +00:00
Elena Kolevska f9207413a1 Adds scheduler ha/nonha info
Signed-off-by: Elena Kolevska <elena@kolevska.com>
2025-02-14 16:39:09 +00:00