Skip to content

Upmerge 07 09 - From v1.15 to v1.16#4714

Merged
msfussell merged 73 commits into
dapr:v1.16from
msfussell:upmerge_07-09
Jul 9, 2025
Merged

Upmerge 07 09 - From v1.15 to v1.16#4714
msfussell merged 73 commits into
dapr:v1.16from
msfussell:upmerge_07-09

Conversation

@msfussell

Copy link
Copy Markdown
Member

Thank you for helping make the Dapr documentation better!

Please follow this checklist before submitting:

  • Commits are signed with Developer Certificate of Origin (DCO - learn more)
  • Read the contribution guide
  • Commands include options for Linux, MacOS, and Windows within codetabs
  • New file and folder names are globally unique
  • Page references use shortcodes instead of markdown or URL links
  • Images use HTML style and have alternative text
  • Places where multiple code/command options are given have codetabs

In addition, please fill out the following to help reviewers understand this pull request:

Description

Issue reference

hhunter-ms and others added 30 commits February 27, 2025 14:08
fix todo

Signed-off-by: Hannah Hunter <[email protected]>
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 <[email protected]>
Revert back to built-in Docsy template that includes GA script
instalation -> installation

Signed-off-by: Jake Engelberg <[email protected]>
dapr / PVC uninstall specifics, about how a manual deletion of PVCs is required to define a new volume.

Signed-off-by: Jake Engelberg <[email protected]>
Remove specific port number, replace with placeholder
Add missing sample argument for Dapr sidecar app port config sample

Signed-off-by: Jonel Dominic Tapang <[email protected]>
Co-authored-by: Hannah Hunter <[email protected]>
* update patch version to latest

Signed-off-by: Hannah Hunter <[email protected]>

* update shortcode

Signed-off-by: Hannah Hunter <[email protected]>

---------

Signed-off-by: Hannah Hunter <[email protected]>
Signed-off-by: msfussell <[email protected]>
…tion options (dapr#4573)

Signed-off-by: Anton Troshin <[email protected]>
Co-authored-by: Mark Fussell <[email protected]>
Added .NET streaming subscription example to pubsub page
"Scop" fixed to "Scope"

Signed-off-by: James Pegg <[email protected]>
* Update self-hosted-with-docker.md - make scheduler running

Signed-off-by: Mathieu Benoit <[email protected]>

* Update self-hosted-with-docker.md - --scheduler-host-address

Signed-off-by: Mathieu Benoit <[email protected]>

* Update self-hosted-with-docker.md - Use smaller container images for placement and scheduler

Signed-off-by: Mathieu Benoit <[email protected]>

---------

Signed-off-by: Mathieu Benoit <[email protected]>
Update to .NET 8 runtime

Signed-off-by: Alice Gibbons <[email protected]>
…t` on Windows (dapr#4602)

Signed-off-by: Whit Waldo <[email protected]>
Co-authored-by: Mark Fussell <[email protected]>
adam6878 and others added 25 commits April 29, 2025 14:09
Signed-off-by: Mike Nguyen <[email protected]>
Co-authored-by: Mark Fussell <[email protected]>
Co-authored-by: Nelson Parente <[email protected]>
* Adds a new component config option for Redis PubSub

Signed-off-by: Elena Kolevska <[email protected]>

* Updates for dynamic ttl

Signed-off-by: Elena Kolevska <[email protected]>

---------

Signed-off-by: Elena Kolevska <[email protected]>
Co-authored-by: Whit Waldo <[email protected]>
Co-authored-by: Nelson Parente <[email protected]>
Signed-off-by: Marc Duiker <[email protected]>
Co-authored-by: Mark Fussell <[email protected]>
…Dapr Secret Management (dapr#4636)

Signed-off-by: Whit Waldo <[email protected]>
Co-authored-by: Mark Fussell <[email protected]>
* Modernized .NET example to include modern syntax for controller example and add a minimal API version for completeness

Signed-off-by: Whit Waldo <[email protected]>

* Removed //dependencies text as no one does this

Signed-off-by: Whit Waldo <[email protected]>

* Modernized example for binding outputs in .NET

Signed-off-by: Whit Waldo <[email protected]>

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

Co-authored-by: Mark Fussell <[email protected]>
Signed-off-by: Whit Waldo <[email protected]>

---------

Signed-off-by: Whit Waldo <[email protected]>
Co-authored-by: Mark Fussell <[email protected]>
Signed-off-by: Whit Waldo <[email protected]>
Co-authored-by: Mark Fussell <[email protected]>
Signed-off-by: Bilgin Ibryam <[email protected]>
Co-authored-by: Mark Fussell <[email protected]>
Signed-off-by: Bilgin Ibryam <[email protected]>
Co-authored-by: Mark Fussell <[email protected]>
…#4622)

* Modernized the .NET examples for interacting with state in Dapr

Signed-off-by: Whit Waldo <[email protected]>

* Update daprdocs/content/en/developing-applications/building-blocks/state-management/howto-get-save-state.md

Co-authored-by: Mark Fussell <[email protected]>
Signed-off-by: Whit Waldo <[email protected]>

* Update daprdocs/content/en/developing-applications/building-blocks/state-management/howto-get-save-state.md

Co-authored-by: Mark Fussell <[email protected]>
Signed-off-by: Whit Waldo <[email protected]>

---------

Signed-off-by: Whit Waldo <[email protected]>
Co-authored-by: Mark Fussell <[email protected]>
* dapr-latest-version.html: update to v1.15.4

Signed-off-by: joshvanl <[email protected]>

* Update release to 1.15.5

Signed-off-by: joshvanl <[email protected]>

* Update daprdocs/content/en/operations/support/support-release-policy.md

Signed-off-by: Mark Fussell <[email protected]>

---------

Signed-off-by: joshvanl <[email protected]>
Signed-off-by: Mark Fussell <[email protected]>
Co-authored-by: Mark Fussell <[email protected]>
Signed-off-by: Joe Bowbeer <[email protected]>
Co-authored-by: Mark Fussell <[email protected]>
* Update pubsub-raw.md

Updating Raw PubSub doc to be more specific about content type and delivery details.

Signed-off-by: Alice Gibbons <[email protected]>

* Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-raw.md

Signed-off-by: Mark Fussell <[email protected]>

---------

Signed-off-by: Alice Gibbons <[email protected]>
Signed-off-by: Mark Fussell <[email protected]>
Co-authored-by: Mark Fussell <[email protected]>
* Update workflow pattern diagrams

Signed-off-by: Marc Duiker <[email protected]>

* Update workflow diagrams to new style

Signed-off-by: Marc Duiker <[email protected]>

* Update diagrams

Signed-off-by: Marc Duiker <[email protected]>

* Update workflow k8s diagram

Signed-off-by: Marc Duiker <[email protected]>

---------

Signed-off-by: Marc Duiker <[email protected]>
Co-authored-by: Mark Fussell <[email protected]>
Updates license to Apache 2.0

Signed-off-by: Yaron Schneider <[email protected]>
@msfussell
msfussell requested review from a team as code owners July 9, 2025 17:54

@marcduiker marcduiker left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@msfussell
msfussell merged commit 4039056 into dapr:v1.16 Jul 9, 2025
4 checks passed
@msfussell
msfussell deleted the upmerge_07-09 branch July 9, 2025 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.