Skip to content

Commit

Permalink
[chore] update dependencies to v0.88.0 (#2433)
Browse files Browse the repository at this point in the history
* Bump collector to v0.88.0

* Bump vers

* Update eks targets

* testbed tidy
  • Loading branch information
bryan-aguilar authored Oct 24, 2023
1 parent 3fb3ada commit efa2f2a
Show file tree
Hide file tree
Showing 8 changed files with 1,079 additions and 1,081 deletions.
52 changes: 19 additions & 33 deletions .github/config/testcases.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,35 @@
"type": "EKS",
"targets": [
{
"name": "collector-ci-amd64-1-22",
"name": "collector-ci-amd64-1-23",
"region": "us-west-2",
"excluded_tests": [
"containerinsights_eks_containerd"
]
},
{
"name": "collector-ci-amd64-1-23",
"name": "collector-ci-amd64-1-24",
"region": "us-west-2",
"excluded_tests": [
"containerinsights_eks_containerd"
"containerinsight_eks"
]
},
{
"name": "collector-ci-amd64-1-24",
"name": "collector-ci-amd64-1-25",
"region": "us-west-2",
"excluded_tests": [
"containerinsight_eks"
]
},
{
"name": "collector-ci-amd64-1-25",
"name": "collector-ci-amd64-1-26",
"region": "us-west-2",
"excluded_tests": [
"containerinsight_eks"
]
},
{
"name": "collector-ci-amd64-1-26",
"name": "collector-ci-amd64-1-27",
"region": "us-west-2",
"excluded_tests": [
"containerinsight_eks"
Expand All @@ -44,35 +44,35 @@
"type": "EKS_ARM64",
"targets": [
{
"name": "collector-ci-arm64-1-22",
"name": "collector-ci-arm64-1-23",
"region": "us-west-2",
"excluded_tests": [
"containerinsights_eks_containerd"
]
},
{
"name": "collector-ci-arm64-1-23",
"name": "collector-ci-arm64-1-24",
"region": "us-west-2",
"excluded_tests": [
"containerinsights_eks_containerd"
"containerinsight_eks"
]
},
{
"name": "collector-ci-arm64-1-24",
"name": "collector-ci-arm64-1-25",
"region": "us-west-2",
"excluded_tests": [
"containerinsight_eks"
]
},
{
"name": "collector-ci-arm64-1-25",
"name": "collector-ci-arm64-1-26",
"region": "us-west-2",
"excluded_tests": [
"containerinsight_eks"
]
},
{
"name": "collector-ci-arm64-1-26",
"name": "collector-ci-arm64-1-27",
"region": "us-west-2",
"excluded_tests": [
"containerinsight_eks"
Expand All @@ -81,40 +81,26 @@
]
},
{
"type": "EKS_ADOT_OPERATOR",
"type": "EKS_FARGATE",
"targets": [
{
"name": "operator-ci-amd64-1-22",
"name": "collector-ci-fargate-1-23",
"region": "us-west-2"
},
{
"name": "operator-ci-amd64-1-23",
"region": "us-west-2"
}
]
},
{
"type": "EKS_ADOT_OPERATOR_ARM64",
"targets": [
{
"name": "operator-ci-arm64-1-22",
"name": "collector-ci-fargate-1-24",
"region": "us-west-2"
},
{
"name": "operator-ci-arm64-1-23",
"name": "collector-ci-fargate-1-25",
"region": "us-west-2"
}
]
},
{
"type": "EKS_FARGATE",
"targets": [
},
{
"name": "collector-ci-fargate-1-22",
"name": "collector-ci-fargate-1-26",
"region": "us-west-2"
},
{
"name": "collector-ci-fargate-1-23",
"name": "collector-ci-fargate-1-27",
"region": "us-west-2"
}
]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ jobs:

- name: Set up QEMU
if: steps.e2etest-release.outputs.cache-hit != 'true'
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3

- name: Docker meta
id: meta
Expand Down
333 changes: 167 additions & 166 deletions go.mod

Large diffs are not rendered by default.

674 changes: 338 additions & 336 deletions go.sum

Large diffs are not rendered by default.

359 changes: 181 additions & 178 deletions testbed/go.mod

Large diffs are not rendered by default.

728 changes: 367 additions & 361 deletions testbed/go.sum

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions tools/workflow/linters/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
github.com/golangci/golangci-lint v1.54.2
go.opentelemetry.io/build-tools/dbotconf v0.11.0
go.opentelemetry.io/build-tools/dbotconf v0.12.0
golang.org/x/tools v0.13.0
honnef.co/go/tools v0.4.6
mvdan.cc/sh/v3 v3.7.0
Expand Down Expand Up @@ -167,7 +167,7 @@ require (
github.com/yeya24/promlinter v0.2.0 // indirect
github.com/ykadowak/zerologlint v0.1.3 // indirect
gitlab.com/bosi/decorder v0.4.0 // indirect
go.opentelemetry.io/build-tools v0.11.0 // indirect
go.opentelemetry.io/build-tools v0.12.0 // indirect
go.tmz.dev/musttag v0.7.2 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.26.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions tools/workflow/linters/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -553,10 +553,10 @@ go.opencensus.io v0.22.2/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
go.opencensus.io v0.22.3/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
go.opencensus.io v0.22.4/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
go.opencensus.io v0.22.5/go.mod h1:5pWMHQbX5EPX2/62yrJeAkowc+lfs/XD7Uxpq3pI6kk=
go.opentelemetry.io/build-tools v0.11.0 h1:yXTgCJM/vxWZEB8FbgVhKOAFnRlacG2Z3eoTQZ0/gYE=
go.opentelemetry.io/build-tools v0.11.0/go.mod h1:GFpz8YD/DG5shfY1J2f3uuK88zr61U5rVRGOhKMDE9M=
go.opentelemetry.io/build-tools/dbotconf v0.11.0 h1:hG0Zyln9Vv+kwNC+ip/EUcLnd9osTZ8dOYOxe/lHZy4=
go.opentelemetry.io/build-tools/dbotconf v0.11.0/go.mod h1:BxYX1iAki4EWzIVXeEPFM75ZWr9e9koqT7pTU5xzad4=
go.opentelemetry.io/build-tools v0.12.0 h1:ZqK1GuqBp9Mf1RthYO3/jjf9tPWzeHMcVDo0itFi/lI=
go.opentelemetry.io/build-tools v0.12.0/go.mod h1:I76Qvv9cN055XJfTHw9t257EUd5Yp0EofeTMESlZuRU=
go.opentelemetry.io/build-tools/dbotconf v0.12.0 h1:I+oaEtAMK+nd660l//r14d3AI1A8BB3A4hKArvUX/n4=
go.opentelemetry.io/build-tools/dbotconf v0.12.0/go.mod h1:K0Xszcb11bbFtVpjieY8gzGWLw9SNarDKvFW1Ti7w4U=
go.tmz.dev/musttag v0.7.2 h1:1J6S9ipDbalBSODNT5jCep8dhZyMr4ttnjQagmGYR5s=
go.tmz.dev/musttag v0.7.2/go.mod h1:m6q5NiiSKMnQYokefa2xGoyoXnrswCbJ0AWYzf4Zs28=
go.uber.org/goleak v1.2.0 h1:xqgm/S+aQvhWFTtR0XK3Jvg7z8kGV8P4X14IzwN3Eqk=
Expand Down

0 comments on commit efa2f2a

Please sign in to comment.