Commit Graph

33 Commits

Author SHA1 Message Date
Piotr Kiełkowicz 0af557e264
Update opentelemetry.io links (#3232) 2024-01-16 11:19:54 +00:00
Piotr Kiełkowicz 9ccd2174be
Automate script versioning (#2984) 2023-09-29 20:14:19 +02:00
Piotr Kiełkowicz 85f42df8cf
Include opentelemetry.io in releasing process (#2930)
* Include opentelemetry.io in releasing process

* Update docs/README.md

Co-authored-by: Fabrizio Ferri-Benedetti <fferribenedetti@splunk.com>

---------

Co-authored-by: Robert Pająk <pellared@hotmail.com>
Co-authored-by: Fabrizio Ferri-Benedetti <fferribenedetti@splunk.com>
2023-09-08 17:54:39 +00:00
Piotr Kiełkowicz f74b933663
Reproducible builds (#2812)
* Reproducible builds

* Update releasing process to include snupkg
2023-08-08 18:59:34 +00:00
Piotr Kiełkowicz 53c11b2b7e
Versioning based on release tag (#2772) 2023-07-27 05:19:30 +00:00
Paulo Janotti 70c784857f
Add nuget packages to release (#2695)
* Add NuGet package to release workflow

* Re-org build-nuget-package "needs"

* Allow build workflow to properly set the version suffix

* Use env. var to pass NuGet version suffix

* Change step id

* Fix NuGet version suffix for PRs.

* Pass the NuGet version suffix to test jobs

* Adjust job output per reusable workflow recommendation

* Move declaration of NuGet version suffix env var

* Set env var in a dedicated step

* Fix shell

* Update release instructions

* Make package icon consistent with SDK

* Remove unused png files

* Fix NuSpec projects after icon update

* Use nuget.org instead of dealing with api key

---------

Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
2023-06-23 21:16:06 +00:00
Piotr Kiełkowicz 54984087e7
Document produced metrics (#2359) 2023-03-23 09:02:21 +00:00
Piotr Kiełkowicz 7946766adf
Feature stability - documentation (#2330)
Co-authored-by: Fabrizio Ferri-Benedetti <fferribenedetti@splunk.com>
2023-03-17 13:00:50 +00:00
Paulo Janotti 888e2cd216
Add NuGet packages (#2286)
* Add NuGet packages

* Fix link to nuget.config

* Apply dotnet-format fixes

* Consistent emphasis-style on README.md

* Update docs/README.md

Co-authored-by: Fabrizio Ferri-Benedetti <fferribenedetti@splunk.com>

* Update docs/README.md

Co-authored-by: Fabrizio Ferri-Benedetti <fferribenedetti@splunk.com>

* Update docs/internal/using-the-nuget-packages.md

Co-authored-by: Fabrizio Ferri-Benedetti <fferribenedetti@splunk.com>

* Update docs/internal/using-the-nuget-packages.md

Co-authored-by: Fabrizio Ferri-Benedetti <fferribenedetti@splunk.com>

* Update docs/internal/using-the-nuget-packages.md

Co-authored-by: Fabrizio Ferri-Benedetti <fferribenedetti@splunk.com>

* Update docs/internal/using-the-nuget-packages.md

Co-authored-by: Fabrizio Ferri-Benedetti <fferribenedetti@splunk.com>

* Update docs/internal/using-the-nuget-packages.md

Co-authored-by: Fabrizio Ferri-Benedetti <fferribenedetti@splunk.com>

* Update docs/internal/using-the-nuget-packages.md

Co-authored-by: Fabrizio Ferri-Benedetti <fferribenedetti@splunk.com>

* Update docs/internal/using-the-nuget-packages.md

Co-authored-by: Fabrizio Ferri-Benedetti <fferribenedetti@splunk.com>

* Reduce the default timeout for tests going to the web

* Add instructions on how to setup bin/ci-artifacts

* Fix doc formatting

* PR review suggestion

* Use same as style as PR 2287

---------

Co-authored-by: Fabrizio Ferri-Benedetti <fferribenedetti@splunk.com>
Co-authored-by: Rajkumar Rangaraj <rajrang@microsoft.com>
2023-03-10 16:16:47 -08:00
Robert Pająk 345beca02a
Add AspNetCoreMvc as playground example (#1877) 2023-01-02 16:05:12 +01:00
Dawid Szmigielski 2929ecce2b
Automate creating of the release draft (#1736) 2022-12-08 11:54:31 +01:00
Robert Pająk bac9c02c0a
Recreate examples (#1708) 2022-12-07 08:22:36 +01:00
Robert Pająk 773dce6bda
Release 0.5.0 (#1649)
* Update releasing

* Add ASPNETCORE_HOSTINGSTARTUPASSEMBLIES to envvars.sh

* Fix plugin publish in examples
2022-11-24 14:26:23 +01:00
Robert Pająk d02b9ccd23
Release 0.4.0-beta.1 (#1506) 2022-10-27 09:03:13 +02:00
Piotr Kiełkowicz 03cc269232
Link check (#1503) 2022-10-26 11:06:22 +00:00
Robert Pająk fd7a851ad0
Rename download.sh to otel-dotnet-auto-install.sh (#1501) 2022-10-26 07:00:54 +00:00
Rasmus Kuusmann 6535133e33
Correct DotNet name case (#1489) 2022-10-24 11:37:28 +00:00
Rasmus Kuusmann 65ab4e0b9f
Refine PowerShell install module (#1473) 2022-10-21 09:25:01 +02:00
Rajkumar Rangaraj 5c746e4c0a
OpenTelemetry.AutoInstrumentation NuGet package (#1368)
* Create Nuget package

* Update changelog

* Move nowarn message to Directory.Build.props

* PR feedback.

* testyaml

* Move to workflow

* Move from nuke to workflow.

* Remove test work

* Fix releasing doc

* PR feedback

* Nuspec changes

* PR feedback
2022-10-13 12:05:06 -07:00
Robert Pająk bca7ef0042
Fix file list in releasing doc (#1416) 2022-10-13 06:50:11 +02:00
Piotr Kiełkowicz da42322b08
Limit PublicAPI (#1302)
* Bump Microsoft.NETFramework.ReferenceAssemblies to 1.0.3

* Scaffolding for Public API analyzer

* Make whole Public API internal

* adjust class and method visibility

* document minimal public api

* exclude empty project from api analysis

* update release process - PR feedback

Co-authored-by: Paulo Janotti <pjanotti@splunk.com>
2022-10-03 20:34:20 +00:00
Robert Pająk a5fce34828
Add a convenient Bash script for installation (#1243) 2022-09-21 07:34:56 +00:00
Piotr Kiełkowicz 7adbbc76c8
Update version tag after 0.3.0 release (#1129)
* Update version tag after 0.3.0 release

* add test to force us updating it
2022-08-29 11:51:06 -07:00
Piotr Kiełkowicz bc0880f91a
Move content from Core project to OpenTelemetry.AutoInstrumentation (#1128) 2022-08-26 11:55:04 -07:00
Paulo Janotti 059620bcea
Release 0.3.0 beta.1 (#1124)
* Release 0.3.0-beta.1

* Update list of files on releasing.md

* Update version in files used by build

* Update CHANGELOG.md

* Update doc link on README to v0.3.0
2022-08-24 11:57:38 -07:00
Piotr Kiełkowicz cadc189791
Releasing process. Update OpenTelemetry Operator (#1023)
Rleasing process. Update OpenTelemetry Operator

Co-authored-by: Rajkumar Rangaraj <rajrang@microsoft.com>
2022-08-02 18:33:18 +00:00
Robert Pająk 122ed8cd75
Update latest version hyperlink (#981) 2022-07-26 05:28:44 +00:00
Robert Pająk 6229eb7589
Release 0.2.0-beta.1 (#923)
* Fix BindingRedirect example

* Update releasing process
2022-07-07 06:16:05 +00:00
Robert Pająk 75d0f22219
Run nuke Workflow before release (#897) 2022-06-28 21:40:07 +02:00
Robert Pająk d7ad144e64
Release 0.1.0-beta.1 (#575)
* Bump version from 0.0.1 to 0.1.0

* Update CHANGELOG.md

* Move reference to CONTRIBUTING.md higher

* Refine README.md

- Document InstallationLocation
- Extract - instead of install

* Update the hyperlink to The Book of the Runtime
2022-04-21 21:42:57 +00:00
Robert Pająk b1c92f968a
Run integration tests on .NET 4.6.2 (#574) 2022-04-21 22:47:58 +02:00
Fabrizio Ferri-Benedetti 65d8bc0ec6
Edit documentation (#483)
* Edit documentation

* Update docs/config.md

Co-authored-by: Paulo Janotti <pjanotti@splunk.com>

* Update examples/README.md

Co-authored-by: Paulo Janotti <pjanotti@splunk.com>

* Move note on profiler env var prefixes

* Revert sample to example

* Update README.md

Co-authored-by: Paulo Janotti <pjanotti@splunk.com>
2022-04-14 09:59:14 -07:00
Robert Pająk 78d1b1d0f1
Document the releasing process (#472)
* Add releasing process

* Add 0 step
2022-04-11 14:03:23 -07:00