From 67c6674d2ecbcc0543066bfde10c08710548465d Mon Sep 17 00:00:00 2001 From: Rasmus Kuusmann Date: Tue, 27 Jun 2023 12:30:57 +0300 Subject: [PATCH 1/3] update docs Signed-off-by: Rasmus Kuusmann --- docs/bump-upstream.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/bump-upstream.md b/docs/bump-upstream.md index 8393a47e..e21dff18 100644 --- a/docs/bump-upstream.md +++ b/docs/bump-upstream.md @@ -8,13 +8,15 @@ - [`src/Splunk.OpenTelemetry.AutoInstrumentation/Splunk.OpenTelemetry.AutoInstrumentation.csproj`](../src/Splunk.OpenTelemetry.AutoInstrumentation/Splunk.OpenTelemetry.AutoInstrumentation.csproj) - [`test/Splunk.OpenTelemetry.AutoInstrumentation.IntegrationTests/SmokeTests.cs`](../test/Splunk.OpenTelemetry.AutoInstrumentation.IntegrationTests/SmokeTests.cs) -2. Update the `test/Splunk.OpenTelemetry.AutoInstrumentation.IntegrationTests/BuildTests.DistributionStructure_*.verified.txt` +1. Update the `test/Splunk.OpenTelemetry.AutoInstrumentation.IntegrationTests/BuildTests.DistributionStructure_*.verified.txt` files. -3. Update the [required env vars table](./advanced-config.md#manual-instrumentation). +1. Update the [required env vars table](./advanced-config.md#manual-instrumentation). -4. Update the scripts based on changes in upstream: +1. Update the scripts based on changes in upstream: - [`splunk-otel-dotnet-install.sh`](../splunk-otel-dotnet-install.sh) - [`Splunk.OTel.DotNet.psm1`](../Splunk.OTel.DotNet.psm1) -5. Update the [GitHub workflows](../.github/workflows) on changes in upstream. +1. Update the [GitHub workflows](../.github/workflows) on changes in upstream. + +1. Update `splunk-otel-dotnet-signer` in the GitLab to aquire checksums (See releasing docs in the repo). From de30d898f01fd73011a5160c73842cfa8425579f Mon Sep 17 00:00:00 2001 From: Rasmus Kuusmann Date: Tue, 27 Jun 2023 15:15:25 +0300 Subject: [PATCH 2/3] Update docs/bump-upstream.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Piotr Kiełkowicz --- docs/bump-upstream.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/bump-upstream.md b/docs/bump-upstream.md index e21dff18..587f20ab 100644 --- a/docs/bump-upstream.md +++ b/docs/bump-upstream.md @@ -19,4 +19,4 @@ 1. Update the [GitHub workflows](../.github/workflows) on changes in upstream. -1. Update `splunk-otel-dotnet-signer` in the GitLab to aquire checksums (See releasing docs in the repo). +1. Update internal repository. Follow internal documentation. From 6cd788a05ad18bd40dcd51548a0f850d61b1d2c4 Mon Sep 17 00:00:00 2001 From: Rasmus Kuusmann Date: Tue, 27 Jun 2023 15:33:50 +0300 Subject: [PATCH 3/3] move to the right file Signed-off-by: Rasmus Kuusmann --- RELEASING.md | 2 ++ docs/bump-upstream.md | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index d238b213..e8d96c11 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -37,3 +37,5 @@ No changes in the code are needed to correctly version this package. to publish necessary updates to the [documentation](https://github.com/splunk/public-o11y-docs). 1. Update version in [microservices-demo](https://github.com/signalfx/microservices-demo/blob/main/src/cartservice/Dockerfile). + +1. Update internal repository. Follow internal documentation. diff --git a/docs/bump-upstream.md b/docs/bump-upstream.md index 587f20ab..5610f5f6 100644 --- a/docs/bump-upstream.md +++ b/docs/bump-upstream.md @@ -18,5 +18,3 @@ - [`Splunk.OTel.DotNet.psm1`](../Splunk.OTel.DotNet.psm1) 1. Update the [GitHub workflows](../.github/workflows) on changes in upstream. - -1. Update internal repository. Follow internal documentation.