Skip to content

Commit

Permalink
Update dependencies (#52)
Browse files Browse the repository at this point in the history
corentinmusard authored Jan 30, 2025
1 parent 90a4ca6 commit 32b2991
Showing 8 changed files with 3,788 additions and 5,879 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.2.3] - 2025-01-30

### Fixed

- Update dependencies

## [2.2.2] - 2025-01-17

### Fixed
@@ -168,7 +174,8 @@ permissions:
- Support for `https` endpoints (proto over http).
- Update to node 20.x

[unreleased]: https://github.com/corentinmusard/otel-cicd-action/compare/v2.2.2...HEAD
[unreleased]: https://github.com/corentinmusard/otel-cicd-action/compare/v2.2.3...HEAD
[2.2.3]: https://github.com/corentinmusard/otel-cicd-action/compare/v2.2.2...v2.2.3
[2.2.2]: https://github.com/corentinmusard/otel-cicd-action/compare/v2.2.1...v2.2.2
[2.2.1]: https://github.com/corentinmusard/otel-cicd-action/compare/v2.2.0...v2.2.1
[2.2.0]: https://github.com/corentinmusard/otel-cicd-action/compare/v2.1.0...v2.2.0
8,695 changes: 3,405 additions & 5,290 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions dist/licenses.txt
Original file line number Diff line number Diff line change
@@ -90,7 +90,7 @@ THE SOFTWARE.
---

Name: undici
Version: 5.28.4
Version: 5.28.5
License: MIT
Private: false
Description: An HTTP/1.1 client, written from scratch for Node.js
@@ -2200,7 +2200,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
---

Name: long
Version: 5.2.3
Version: 5.2.4
License: Apache-2.0
Private: false
Description: A Long class for representing a 64-bit two's-complement integer value.
@@ -2415,7 +2415,7 @@ License Copyright:
---

Name: @opentelemetry/context-async-hooks
Version: 1.30.0
Version: 1.30.1
License: Apache-2.0
Private: false
Description: OpenTelemetry AsyncHooks-based Context Manager
@@ -2630,7 +2630,7 @@ License Copyright:
---

Name: @opentelemetry/exporter-trace-otlp-grpc
Version: 0.56.0
Version: 0.57.1
License: Apache-2.0
Private: false
Description: OpenTelemetry Collector Exporter allows user to send collected traces to the OpenTelemetry Collector
@@ -2845,7 +2845,7 @@ License Copyright:
---

Name: @opentelemetry/otlp-grpc-exporter-base
Version: 0.56.0
Version: 0.57.1
License: Apache-2.0
Private: false
Description: OpenTelemetry OTLP-gRPC Exporter base (for internal use only)
@@ -3060,7 +3060,7 @@ License Copyright:
---

Name: @opentelemetry/otlp-exporter-base
Version: 0.56.0
Version: 0.57.1
License: Apache-2.0
Private: false
Description: OpenTelemetry OTLP Exporter base (for internal use only)
@@ -3275,7 +3275,7 @@ License Copyright:
---

Name: @opentelemetry/core
Version: 1.29.0
Version: 1.30.1
License: Apache-2.0
Private: false
Description: OpenTelemetry Core provides constants and utilities shared by all OpenTelemetry SDK packages.
@@ -3490,7 +3490,7 @@ License Copyright:
---

Name: @opentelemetry/otlp-transformer
Version: 0.56.0
Version: 0.57.1
License: Apache-2.0
Private: false
Description: Transform OpenTelemetry SDK data into OTLP
@@ -3705,7 +3705,7 @@ License Copyright:
---

Name: @opentelemetry/sdk-metrics
Version: 1.29.0
Version: 1.30.1
License: Apache-2.0
Private: false
Description: OpenTelemetry metrics SDK
@@ -3919,13 +3919,13 @@ License Copyright:

---

Name: @opentelemetry/exporter-trace-otlp-proto
Version: 0.56.0
Name: @opentelemetry/resources
Version: 1.30.1
License: Apache-2.0
Private: false
Description: OpenTelemetry Collector Exporter allows user to send collected traces to the OpenTelemetry Collector using protobuf over HTTP
Description: OpenTelemetry SDK resources
Repository: undefined
Homepage: https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/exporter-trace-otlp-proto
Homepage: https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-resources
Author: OpenTelemetry Authors
License Copyright:
===
@@ -4134,13 +4134,13 @@ License Copyright:

---

Name: @opentelemetry/resources
Version: 1.30.0
Name: @opentelemetry/exporter-trace-otlp-proto
Version: 0.57.1
License: Apache-2.0
Private: false
Description: OpenTelemetry SDK resources
Description: OpenTelemetry Collector Exporter allows user to send collected traces to the OpenTelemetry Collector using protobuf over HTTP
Repository: undefined
Homepage: https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-resources
Homepage: https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/exporter-trace-otlp-proto
Author: OpenTelemetry Authors
License Copyright:
===
@@ -4350,7 +4350,7 @@ License Copyright:
---

Name: @opentelemetry/sdk-trace-base
Version: 1.30.0
Version: 1.30.1
License: Apache-2.0
Private: false
Description: OpenTelemetry Tracing
Loading

0 comments on commit 32b2991

Please sign in to comment.