Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotnet/dotnet-operator-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v11.3.0
Choose a base ref
...
head repository: dotnet/dotnet-operator-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v11.4.0
Choose a head ref
  • 5 commits
  • 36 files changed
  • 2 contributors

Commits on Jun 18, 2026

  1. deps(core): update aspire monorepo (#1155)

    This PR contains the following updates:
    
    | Package | Change |
    [Age](https://docs.renovatebot.com/merge-confidence/) |
    [Confidence](https://docs.renovatebot.com/merge-confidence/) |
    |---|---|---|---|
    | [Aspire.Hosting](https://redirect.github.com/microsoft/aspire) |
    `13.4.4` → `13.4.5` |
    ![age](https://developer.mend.io/api/mc/badges/age/nuget/Aspire.Hosting/13.4.5?slim=true)
    |
    ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Aspire.Hosting/13.4.4/13.4.5?slim=true)
    |
    |
    [Aspire.Hosting.Kubernetes](https://redirect.github.com/microsoft/aspire)
    | `13.4.4-preview.1.26314.3` → `13.4.5-preview.1.26316.12` |
    ![age](https://developer.mend.io/api/mc/badges/age/nuget/Aspire.Hosting.Kubernetes/13.4.5-preview.1.26316.12?slim=true)
    |
    ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Aspire.Hosting.Kubernetes/13.4.4-preview.1.26314.3/13.4.5-preview.1.26316.12?slim=true)
    |
    | [Aspire.Hosting.Testing](https://redirect.github.com/microsoft/aspire)
    | `13.4.4` → `13.4.5` |
    ![age](https://developer.mend.io/api/mc/badges/age/nuget/Aspire.Hosting.Testing/13.4.5?slim=true)
    |
    ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Aspire.Hosting.Testing/13.4.4/13.4.5?slim=true)
    |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>microsoft/aspire (Aspire.Hosting)</summary>
    
    ###
    [`v13.4.5`](https://redirect.github.com/microsoft/aspire/releases/tag/v13.4.5):
    Aspire 13.4.5
    
    ##### What's New in Aspire 13.4.5
    
    Patch release for Aspire 13.4 clearing a transitive MessagePack security
    advisory, tightening CLI validation for Playwright configuration, and
    adding coding-agent detection to CLI telemetry.
    
    ##### 🐛 Fixes
    
    - 🛡️ **Bumped StreamJsonRpc to 2.25.29 to clear the MessagePack
    GHSA-hv8m-jj95-wg3x (CVE-2026-48109) NU1903 advisory** — The transitive
    MessagePack 2.5.192 dependency pulled in via StreamJsonRpc 2.22.23 fell
    within the advisory's vulnerable LZ4 decompression range. Aspire does
    not use `MessagePackFormatter` or LZ4 — all StreamJsonRpc calls use
    `SystemTextJsonFormatter` over local Unix sockets — so the vulnerability
    was not reachable in practice. The bump clears the NU1903 warning for
    consumers of the `Aspire.Hosting` package.
    ([#&#8203;18204](https://redirect.github.com/microsoft/aspire/pull/18204),
    `@mitchdenny`)
    - 🎭 **`playwrightCliVersion` values that are not valid SemVer 2.0 now
    fail fast with a clear diagnostic** — Previously an invalid override
    (range expression, dist-tag like `latest`, or a `v`-prefixed string)
    would surface as a generic npm resolution failure. The value is now
    validated with strict SemVer parsing at startup; an error naming the
    configuration key and the offending value is emitted immediately.
    ([#&#8203;18205](https://redirect.github.com/microsoft/aspire/pull/18205),
    `@mitchdenny`)
    - 🤖 **CLI telemetry now detects and reports the calling coding agent** —
    When the Aspire CLI is invoked from inside a known coding agent
    environment (GitHub Copilot CLI, VS Code Copilot agent, etc.) the agent
    name is included in the main CLI telemetry event. GitHub Copilot CLI is
    specifically identified as `copilot-cli`.
    ([#&#8203;18240](https://redirect.github.com/microsoft/aspire/pull/18240),
    `@damianedwards`)
    
    ##### 🏷️ Housekeeping
    
    - 📄 Refreshed the `@microsoft/aspire-cli` npm package README to be
    TypeScript-only — updated examples to the current `ts-starter` template
    (`apphost.mts` / `aspire.mjs`), added a backing-services snippet showing
    `aspire add` for PostgreSQL and Redis, and documented `aspire dashboard
    run` as a standalone dashboard option.
    ([#&#8203;18221](https://redirect.github.com/microsoft/aspire/pull/18221),
    `@adamint`)
    
    ***
    
    *Full Changelog:
    [v13.4.4...v13.4.5](https://redirect.github.com/microsoft/aspire/compare/v13.4.4...v13.4.5)*
    
    *Full commit:
    [73114e86c64aeb9f3f3c7da8e37df1ae4281b27e](https://redirect.github.com/microsoft/aspire/commit/73114e86c64aeb9f3f3c7da8e37df1ae4281b27e)*
    
    > Generated by [Generate release notes for a new stable Aspire
    release](https://redirect.github.com/microsoft/aspire/actions/runs/27667814104/agentic_workflow)
    · ● 4.4M
    
    <!-- gh-aw-agentic-workflow: Generate release notes for a new stable
    Aspire release, engine: copilot, version: 1.0.40, model:
    claude-sonnet-4.6, id: 27667814104, workflow_id: release-notes-generate,
    run: https://github.com/microsoft/aspire/actions/runs/27667814104 -->
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: (in timezone Europe/Zurich)
    
    - Branch creation
      - "after 9pm,before 6am"
    - Automerge
      - At any time (no schedule defined)
    
    🚦 **Automerge**: Enabled.
    
    ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
    rebase/retry checkbox.
    
    👻 **Immortal**: This PR will be recreated if closed unmerged. Get
    [config
    help](https://redirect.github.com/renovatebot/renovate/discussions) if
    that's undesired.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/dotnet/dotnet-operator-sdk).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMTkuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIxOS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 18, 2026
    Configuration menu
    Copy the full SHA
    27b0deb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b652e87 View commit details
    Browse the repository at this point in the history
  3. deps(ci): update actions/checkout action to v7 (#1156)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [actions/checkout](https://redirect.github.com/actions/checkout) |
    action | major | `v6` → `v7` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>actions/checkout (actions/checkout)</summary>
    
    ###
    [`v7.0.0`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v700)
    
    [Compare
    Source](https://redirect.github.com/actions/checkout/compare/v7.0.0...v7.0.0)
    
    - Block checking out fork PR for pull\_request\_target and workflow\_run
    by [@&#8203;aiqiaoy](https://redirect.github.com/aiqiaoy) in
    [#&#8203;2454](https://redirect.github.com/actions/checkout/pull/2454)
    - Bump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the
    minor-actions-dependencies group across 1 directory by
    [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
    [#&#8203;2458](https://redirect.github.com/actions/checkout/pull/2458)
    - Bump flatted from 3.3.1 to 3.4.2 by
    [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
    [#&#8203;2460](https://redirect.github.com/actions/checkout/pull/2460)
    - Bump js-yaml from 4.1.0 to 4.2.0 by
    [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
    [#&#8203;2461](https://redirect.github.com/actions/checkout/pull/2461)
    - Bump [@&#8203;actions/core](https://redirect.github.com/actions/core)
    and
    [@&#8203;actions/tool-cache](https://redirect.github.com/actions/tool-cache)
    and Remove uuid by
    [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
    [#&#8203;2459](https://redirect.github.com/actions/checkout/pull/2459)
    - upgrade module to esm and update dependencies by
    [@&#8203;aiqiaoy](https://redirect.github.com/aiqiaoy) in
    [#&#8203;2463](https://redirect.github.com/actions/checkout/pull/2463)
    - Bump the minor-npm-dependencies group across 1 directory with 3
    updates by
    [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
    [#&#8203;2462](https://redirect.github.com/actions/checkout/pull/2462)
    
    ###
    [`v7`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v700)
    
    [Compare
    Source](https://redirect.github.com/actions/checkout/compare/v6.0.3...v7.0.0)
    
    - Block checking out fork PR for pull\_request\_target and workflow\_run
    by [@&#8203;aiqiaoy](https://redirect.github.com/aiqiaoy) in
    [#&#8203;2454](https://redirect.github.com/actions/checkout/pull/2454)
    - Bump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the
    minor-actions-dependencies group across 1 directory by
    [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
    [#&#8203;2458](https://redirect.github.com/actions/checkout/pull/2458)
    - Bump flatted from 3.3.1 to 3.4.2 by
    [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
    [#&#8203;2460](https://redirect.github.com/actions/checkout/pull/2460)
    - Bump js-yaml from 4.1.0 to 4.2.0 by
    [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
    [#&#8203;2461](https://redirect.github.com/actions/checkout/pull/2461)
    - Bump [@&#8203;actions/core](https://redirect.github.com/actions/core)
    and
    [@&#8203;actions/tool-cache](https://redirect.github.com/actions/tool-cache)
    and Remove uuid by
    [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
    [#&#8203;2459](https://redirect.github.com/actions/checkout/pull/2459)
    - upgrade module to esm and update dependencies by
    [@&#8203;aiqiaoy](https://redirect.github.com/aiqiaoy) in
    [#&#8203;2463](https://redirect.github.com/actions/checkout/pull/2463)
    - Bump the minor-npm-dependencies group across 1 directory with 3
    updates by
    [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
    [#&#8203;2462](https://redirect.github.com/actions/checkout/pull/2462)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: (in timezone Europe/Zurich)
    
    - Branch creation
      - "after 9pm,before 6am"
    - Automerge
      - At any time (no schedule defined)
    
    🚦 **Automerge**: Enabled.
    
    ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
    rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update
    again.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/dotnet/dotnet-operator-sdk).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMzEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjIzMS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 18, 2026
    Configuration menu
    Copy the full SHA
    996d51f View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2026

  1. deps(core): update aspire monorepo (#1157)

    This PR contains the following updates:
    
    | Package | Change |
    [Age](https://docs.renovatebot.com/merge-confidence/) |
    [Confidence](https://docs.renovatebot.com/merge-confidence/) |
    |---|---|---|---|
    | [Aspire.Hosting](https://redirect.github.com/microsoft/aspire) |
    `13.4.5` → `13.4.6` |
    ![age](https://developer.mend.io/api/mc/badges/age/nuget/Aspire.Hosting/13.4.6?slim=true)
    |
    ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Aspire.Hosting/13.4.5/13.4.6?slim=true)
    |
    |
    [Aspire.Hosting.Kubernetes](https://redirect.github.com/microsoft/aspire)
    | `13.4.5-preview.1.26316.12` → `13.4.6-preview.1.26319.6` |
    ![age](https://developer.mend.io/api/mc/badges/age/nuget/Aspire.Hosting.Kubernetes/13.4.6-preview.1.26319.6?slim=true)
    |
    ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Aspire.Hosting.Kubernetes/13.4.5-preview.1.26316.12/13.4.6-preview.1.26319.6?slim=true)
    |
    | [Aspire.Hosting.Testing](https://redirect.github.com/microsoft/aspire)
    | `13.4.5` → `13.4.6` |
    ![age](https://developer.mend.io/api/mc/badges/age/nuget/Aspire.Hosting.Testing/13.4.6?slim=true)
    |
    ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Aspire.Hosting.Testing/13.4.5/13.4.6?slim=true)
    |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>microsoft/aspire (Aspire.Hosting)</summary>
    
    ###
    [`v13.4.6`](https://redirect.github.com/microsoft/aspire/releases/tag/v13.4.6):
    Aspire 13.4.6
    
    *Release notes are being generated automatically and will be added to
    this release shortly. If they haven't appeared within a few hours, ping
    the Aspire team.*
    
    ***
    
    *Full commit:
    [87fe259e4fc244c599019a7b1304c85a1488f248](https://redirect.github.com/microsoft/aspire/commit/87fe259e4fc244c599019a7b1304c85a1488f248)*
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: (in timezone Europe/Zurich)
    
    - Branch creation
      - "after 9pm,before 6am"
    - Automerge
      - At any time (no schedule defined)
    
    🚦 **Automerge**: Enabled.
    
    ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
    rebase/retry checkbox.
    
    👻 **Immortal**: This PR will be recreated if closed unmerged. Get
    [config
    help](https://redirect.github.com/renovatebot/renovate/discussions) if
    that's undesired.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/dotnet/dotnet-operator-sdk).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMzEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjIzMS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 20, 2026
    Configuration menu
    Copy the full SHA
    822c4de View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2026

  1. deps(tools): update dependency nuget-license to v4.0.12 (#1158)

    This PR contains the following updates:
    
    | Package | Change |
    [Age](https://docs.renovatebot.com/merge-confidence/) |
    [Confidence](https://docs.renovatebot.com/merge-confidence/) |
    |---|---|---|---|
    | [nuget-license](https://redirect.github.com/sensslen/nuget-license) |
    `4.0.11` → `4.0.12` |
    ![age](https://developer.mend.io/api/mc/badges/age/nuget/nuget-license/4.0.12?slim=true)
    |
    ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/nuget-license/4.0.11/4.0.12?slim=true)
    |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>sensslen/nuget-license (nuget-license)</summary>
    
    ###
    [`v4.0.12`](https://redirect.github.com/sensslen/nuget-license/releases/tag/v4.0.12)
    
    [Compare
    Source](https://redirect.github.com/sensslen/nuget-license/compare/v4.0.11...v4.0.12)
    
    #### What's Changed
    
    - chore(deps): update dotnet monorepo by
    [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
    [#&#8203;572](https://redirect.github.com/sensslen/nuget-license/pull/572)
    - chore(deps): update actions/checkout action to v7 by
    [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
    [#&#8203;574](https://redirect.github.com/sensslen/nuget-license/pull/574)
    - chore(deps): update dependency selenium.webdriver to 4.45.0 by
    [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
    [#&#8203;571](https://redirect.github.com/sensslen/nuget-license/pull/571)
    - chore(deps): update dependency tunit to 1.56.0 by
    [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
    [#&#8203;565](https://redirect.github.com/sensslen/nuget-license/pull/565)
    - chore(deps): update dependency verify.tunit to 31.20.0 by
    [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
    [#&#8203;560](https://redirect.github.com/sensslen/nuget-license/pull/560)
    - Update GitHub Actions workflow for NuGet publishing by
    [@&#8203;sensslen](https://redirect.github.com/sensslen) in
    [#&#8203;577](https://redirect.github.com/sensslen/nuget-license/pull/577)
    - Make prerequisites obvious by
    [@&#8203;sensslen](https://redirect.github.com/sensslen) in
    [#&#8203;576](https://redirect.github.com/sensslen/nuget-license/pull/576)
    - Change contents permission from read to write by
    [@&#8203;sensslen](https://redirect.github.com/sensslen) in
    [#&#8203;578](https://redirect.github.com/sensslen/nuget-license/pull/578)
    
    **Full Changelog**:
    <sensslen/nuget-license@v4.0.11...v4.0.12>
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: (in timezone Europe/Zurich)
    
    - Branch creation
      - "after 9pm,before 6am"
    - Automerge
      - At any time (no schedule defined)
    
    🚦 **Automerge**: Enabled.
    
    ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
    rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update
    again.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/dotnet/dotnet-operator-sdk).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMzUuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 22, 2026
    Configuration menu
    Copy the full SHA
    4c4271e View commit details
    Browse the repository at this point in the history
Loading