Skip to content

Commit

Permalink
chore: update e2e tests to 2.10.0 (#933)
Browse files Browse the repository at this point in the history
* chore: update e2e tests to 2.10.0

* fix docker compose
  • Loading branch information
seemk authored Aug 13, 2024
1 parent 5a7235a commit 41f0ed1
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-released-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
docker --version;
- name: Test ${{ matrix.name }} example
working-directory: test/examples
run: docker-compose -f e2e.docker-compose.yml ${{ matrix.target }} -f published.override.yml up --exit-code-from test
run: docker compose -f e2e.docker-compose.yml ${{ matrix.target }} -f published.override.yml up --exit-code-from test
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@opentelemetry/api": "^1.3.0",
"@splunk/otel": "2.8.0",
"@splunk/otel": "2.10.0",
"axios": "^0.28.0",
"express": "^4.17.1"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@opentelemetry/api": "^1.3.0",
"@splunk/otel": "2.8.0",
"@splunk/otel": "2.10.0",
"axios": "^0.28.0",
"env-cmd": "^10.1.0",
"express": "^4.17.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/log-injection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@opentelemetry/api": "^1.3.0",
"@splunk/otel": "2.8.0",
"@splunk/otel": "2.10.0",
"pino": "^6.13.3"
}
}
2 changes: 1 addition & 1 deletion examples/logs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"@opentelemetry/api": "^1.3.0",
"@splunk/otel": "2.8.0"
"@splunk/otel": "2.10.0"
}
}
2 changes: 1 addition & 1 deletion examples/mixed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@opentelemetry/api": "^1.3.0",
"@splunk/otel": "2.8.0",
"@splunk/otel": "2.10.0",
"pino": "^6.13.2"
}
}
2 changes: 1 addition & 1 deletion examples/profiling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"dependencies": {
"@opentelemetry/api": "^1.3.0",
"@splunk/otel": "2.8.0"
"@splunk/otel": "2.10.0"
}
}
2 changes: 1 addition & 1 deletion examples/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@opentelemetry/api": "^1.3.0",
"@splunk/otel": "2.7.0",
"@splunk/otel": "2.10.0",
"express": "^4.18.2"
},
"devDependencies": {
Expand Down

0 comments on commit 41f0ed1

Please sign in to comment.