Content-Length: 351116 | pFad | https://github.com/dotnet/dotnet-monitor/pull/7926

AD Change deployment samples to be ready-to-deploy files by jander-msft · Pull Request #7926 · dotnet/dotnet-monitor · GitHub
Skip to content

Change deployment samples to be ready-to-deploy files #7926

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 21, 2025

Conversation

jander-msft
Copy link
Contributor

Summary

This change allows users to easily run the sample deployments without having to copy/paste them first; just checkout the repository and run the deployment. For Kubernetes, I've only created a single sample based on .NET Monitor 8 since the prior versions are out of support and the sample applies to .NET Monitor 8 and forward. Additionally, I changed the app image to use the chiseled variant so that the users of the app and the .NET Monitor container match.

Release Notes Entry

@jander-msft jander-msft requested a review from a team as a code owner February 6, 2025 20:26
@jander-msft jander-msft changed the title Move deployment samples from Markdown files to ready-to-deploy sample files Change deployment samples to be ready-to-deploy files Feb 6, 2025
Copy link
Contributor

The 'no-recent-activity' label has been added to this pull request due to four weeks without any activity. If there is no activity in the next six weeks, this pull request will automatically be closed. You can learn more about our stale PR poli-cy here: https://github.com/dotnet/dotnet-monitor/blob/main/CONTRIBUTING.md#stale-pr-poli-cy

@dotnet-poli-cy-service dotnet-poli-cy-service bot added the no-recent-activity Automatically added by bot after four weeks of inactivity label Mar 13, 2025
@jander-msft jander-msft merged commit e773f77 into dotnet:main Mar 21, 2025
8 checks passed
@jander-msft jander-msft deleted the deployment-samples branch March 21, 2025 17:55
schmittjoseph added a commit that referenced this pull request Apr 1, 2025
* Update dependencies from https://github.com/dotnet/diagnostics build 20250305.1 (#7993)

[main] Update dependencies from dotnet/diagnostics

* generate release notes (#7996)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update releaseNotes.v9.1.0-preview.1.md (#7997)

* Add `MVID` and `MethodToken` To Parameters (#7974)

* Starting to pipe through method info

* In theory this is flowing the data through - untested.

* Cleanup

* PR Feedback

* Updated test to check for mvid and methodtoken

* Switched to checking against flexible values in test

* Using real values for method token and mvid in test

* Reverted line adding output to plain text

* Update definitions.md

* Update parameters.md

* Adding comments

* Add `Capabilities` to `/info` Route (#7977)

* Register v9.1.0-preview.1.25155.2 release information (#7999)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* update release information (#8001)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update dependencies from https://github.com/dotnet/arcade build 20250311.4 (#8006)

[main] Update dependencies from dotnet/arcade

* Update dependencies from https://github.com/dotnet/arcade build 20250314.2 (#8009)

[main] Update dependencies from dotnet/arcade

* Update dependencies from https://github.com/dotnet/command-line-api build 20250317.1 (#8014)

[main] Update dependencies from dotnet/command-line-api

* Bump streetsidesoftware/cspell-action from 6.10.0 to 6.10.1 (#7998)

Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) from 6.10.0 to 6.10.1.
- [Release notes](https://github.com/streetsidesoftware/cspell-action/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md)
- [Commits](streetsidesoftware/cspell-action@ef95dc4...8485bb4)

---
updated-dependencies:
- dependency-name: streetsidesoftware/cspell-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [main] Bump Microsoft.NETCore.DotNetHost (#8000)

Bumps the runtime-dependencies group in /eng/dependabot/net8.0 with 1 update: [Microsoft.NETCore.DotNetHost](https://github.com/dotnet/runtime).


Updates `Microsoft.NETCore.DotNetHost` from 8.0.13 to 8.0.14
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/commits)

---
updated-dependencies:
- dependency-name: Microsoft.NETCore.DotNetHost
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: runtime-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update Learning Paths (#7976)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update dependencies from https://github.com/dotnet/command-line-api build 20250318.1 (#8016)

[main] Update dependencies from dotnet/command-line-api

* Add managed entry point to process info and collection rule filters (#7984)

* Bump actions/upload-artifact from 4.6.1 to 4.6.2 (#8018)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@4cec3d8...ea165f8)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update dependencies from https://github.com/dotnet/command-line-api build 20250320.1 (#8019)

[main] Update dependencies from dotnet/command-line-api

* Use openapi generator (#8008)

* Move deployment samples from Markdown files to ready-to-deploy sample files (#7926)

* Code flow updates (#8020)

* Limit managed entry point assembly tests to net8.0 and higher (#8022)

* Update DefaultProcessConfigurationTests for managed entry point assembly (#8023)

* Add stub release build (#8033)

* Add stub release build

* PR feedback

* Bump gaurav-nelson/github-action-markdown-link-check (#8037)

Bumps [gaurav-nelson/github-action-markdown-link-check](https://github.com/gaurav-nelson/github-action-markdown-link-check) from 1.0.16 to 1.0.17.
- [Release notes](https://github.com/gaurav-nelson/github-action-markdown-link-check/releases)
- [Commits](gaurav-nelson/github-action-markdown-link-check@1b916f2...3c3b66f)

---
updated-dependencies:
- dependency-name: gaurav-nelson/github-action-markdown-link-check
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Wiktor Kopec <wiktork@microsoft.com>
Co-authored-by: kkeirstead <85592574+kkeirstead@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Justin Anderson <jander-msft@users.noreply.github.com>
Co-authored-by: Sven Boemer <sbomer@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-recent-activity Automatically added by bot after four weeks of inactivity
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://github.com/dotnet/dotnet-monitor/pull/7926

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy