Skip to content

Commit

Permalink
Post-v0.13.0 release process update (#128)
Browse files Browse the repository at this point in the history
Restore CI/CD following v0.13.0 release.
  • Loading branch information
jmacd authored Dec 21, 2023
1 parent a41aa05 commit c43e40a
Show file tree
Hide file tree
Showing 18 changed files with 34 additions and 134 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
go-version: "1.21"

- name: Build all modules
run: make build || true
run: make build

- name: Test all modules
run: make test || true
run: make test
11 changes: 0 additions & 11 deletions collector/cmd/otelarrowcol/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -173,14 +173,3 @@ require (
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)











20 changes: 20 additions & 0 deletions collector/cmd/otelarrowcol/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -826,6 +826,26 @@ github.com/open-telemetry/opentelemetry-collector-contrib/extension/pprofextensi
github.com/open-telemetry/opentelemetry-collector-contrib/extension/pprofextension v0.90.1/go.mod h1:9KucBpgt7VOSqcTmDuKzL4a7uRP+lX/2XKhmIioDTIw=
github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.90.1 h1:ft3LwGzqLXAYaMprkuwxSG5TSOyG2D+XfJ1WV3ZpxGc=
github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.90.1/go.mod h1:Kw1ZyEtVfeOTaBeNnJ4tWFw3E5TtqGwwpNDjMqT4Zp4=
github.com/open-telemetry/otel-arrow v0.13.0 h1:xRMTDds7vVoXTMlXPFg92gHzHlVDTEAXxcE46vZgCy8=
github.com/open-telemetry/otel-arrow v0.13.0/go.mod h1:obKIF/Z+RhmjBj7Nh8lkzszUVXLz34aKr+77qyFuIhU=
github.com/open-telemetry/otel-arrow/collector v0.13.0 h1:K5dlNlR2bJipJRj81UkKAWUdSqxzKouX1w1za6Vnjbc=
github.com/open-telemetry/otel-arrow/collector v0.13.0/go.mod h1:ZV2IYaRWDC4VD1EzsSstLvDoGg1s4Fh/JquEaeSHpmQ=
github.com/open-telemetry/otel-arrow/collector/connector/validationconnector v0.13.0 h1:/DuF6c+TuB5mgK3oI5T5F9vqqy+4gq4tOsNqWqjLuLw=
github.com/open-telemetry/otel-arrow/collector/connector/validationconnector v0.13.0/go.mod h1:9zXMrz48n2trY3iKb92v7qYCE4y0VH5WoQ4jNisu3rU=
github.com/open-telemetry/otel-arrow/collector/exporter/fileexporter v0.13.0 h1:8FUhEXJ54TjDQn8Iga2sp873KewvmUU3MZtbilrb2v4=
github.com/open-telemetry/otel-arrow/collector/exporter/fileexporter v0.13.0/go.mod h1:X33BqJjVppCClSXutXxeFdtvYfDrjkyCKKtZH5k1f/U=
github.com/open-telemetry/otel-arrow/collector/exporter/otelarrowexporter v0.13.0 h1:fqnt5nwuJl4AGoG12m9T208F799CXPoIxutmCq01wZw=
github.com/open-telemetry/otel-arrow/collector/exporter/otelarrowexporter v0.13.0/go.mod h1:sx8PoJdVWunCcIWG/6vp7RLANx8yvP3qamI7ngKTFLY=
github.com/open-telemetry/otel-arrow/collector/processor/concurrentbatchprocessor v0.13.0 h1:sPMPKFov0X2Nl/w+cpSGMfjGTT1clBTAU+hVzBYidag=
github.com/open-telemetry/otel-arrow/collector/processor/concurrentbatchprocessor v0.13.0/go.mod h1:7sakYRo4h7oBE/TTNfOfh/Pb3RUyeP+ZYfoNvmw30ds=
github.com/open-telemetry/otel-arrow/collector/processor/experimentprocessor v0.13.0 h1:w98eBSt0VV4XKUYRdBMCM7wiAqiOipeeYSkyFujbs+U=
github.com/open-telemetry/otel-arrow/collector/processor/experimentprocessor v0.13.0/go.mod h1:c+I5os5DhHNxfK2c7rvbHP7c2L63enFmfqiPqrvwAwY=
github.com/open-telemetry/otel-arrow/collector/processor/obfuscationprocessor v0.13.0 h1:VlB5/7xpgHlSG67zJerXtqKH90hj1RJU3BSp38uQV28=
github.com/open-telemetry/otel-arrow/collector/processor/obfuscationprocessor v0.13.0/go.mod h1:yNdqFgu2oq2IOf+MGLB9iCbZEdHomFg1IwcpH392R9E=
github.com/open-telemetry/otel-arrow/collector/receiver/filereceiver v0.13.0 h1:YSZaApm4LRQmG5Cg9/oEcCcY78Vj1dT4QFbwK+9XsVQ=
github.com/open-telemetry/otel-arrow/collector/receiver/filereceiver v0.13.0/go.mod h1:Axr5TNmWk+8/nHlgaYxJroOOvhKx+N89JA0MXOg7JWQ=
github.com/open-telemetry/otel-arrow/collector/receiver/otelarrowreceiver v0.13.0 h1:AtCW/3D3IIw8FTvl6hiVHMyaKnELBAwu2WLgoyt+xnc=
github.com/open-telemetry/otel-arrow/collector/receiver/otelarrowreceiver v0.13.0/go.mod h1:DIY7r1a/ESrqykxTyWEXvBqpwmxK+1AnZh7HqSWSK28=
github.com/opentracing/opentracing-go v1.0.2/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o=
github.com/opentracing/opentracing-go v1.0.3-0.20180606204148-bd9c31933947/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o=
github.com/opentracing/opentracing-go v1.1.0/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o=
Expand Down
11 changes: 0 additions & 11 deletions collector/connector/validationconnector/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,3 @@ require (
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)











2 changes: 2 additions & 0 deletions collector/connector/validationconnector/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=
github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
github.com/open-telemetry/otel-arrow v0.13.0 h1:xRMTDds7vVoXTMlXPFg92gHzHlVDTEAXxcE46vZgCy8=
github.com/open-telemetry/otel-arrow v0.13.0/go.mod h1:obKIF/Z+RhmjBj7Nh8lkzszUVXLz34aKr+77qyFuIhU=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/rogpeppe/go-internal v1.11.0 h1:cWPaGQEPrBb5/AsnsZesgZZ9yb1OQ+GOISoDNXVBh4M=
Expand Down
11 changes: 0 additions & 11 deletions collector/examples/printer/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,3 @@ require (
google.golang.org/grpc v1.59.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)











11 changes: 0 additions & 11 deletions collector/exporter/fileexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,3 @@ require (
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)











2 changes: 2 additions & 0 deletions collector/exporter/fileexporter/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=
github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
github.com/open-telemetry/otel-arrow/collector v0.13.0 h1:K5dlNlR2bJipJRj81UkKAWUdSqxzKouX1w1za6Vnjbc=
github.com/open-telemetry/otel-arrow/collector v0.13.0/go.mod h1:ZV2IYaRWDC4VD1EzsSstLvDoGg1s4Fh/JquEaeSHpmQ=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/prometheus/client_golang v1.17.0 h1:rl2sfwZMtSthVU752MqfjQozy7blglC+1SOtjMAMh+Q=
Expand Down
11 changes: 0 additions & 11 deletions collector/exporter/otelarrowexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,3 @@ require (
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)











4 changes: 4 additions & 0 deletions collector/exporter/otelarrowexporter/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@ github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjY
github.com/mostynb/go-grpc-compression v1.2.2 h1:XaDbnRvt2+1vgr0b/l0qh4mJAfIxE0bKXtz2Znl3GGI=
github.com/mostynb/go-grpc-compression v1.2.2/go.mod h1:GOCr2KBxXcblCuczg3YdLQlcin1/NfyDA348ckuCH6w=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/open-telemetry/otel-arrow v0.13.0 h1:xRMTDds7vVoXTMlXPFg92gHzHlVDTEAXxcE46vZgCy8=
github.com/open-telemetry/otel-arrow v0.13.0/go.mod h1:obKIF/Z+RhmjBj7Nh8lkzszUVXLz34aKr+77qyFuIhU=
github.com/open-telemetry/otel-arrow/collector v0.13.0 h1:K5dlNlR2bJipJRj81UkKAWUdSqxzKouX1w1za6Vnjbc=
github.com/open-telemetry/otel-arrow/collector v0.13.0/go.mod h1:ZV2IYaRWDC4VD1EzsSstLvDoGg1s4Fh/JquEaeSHpmQ=
github.com/pierrec/lz4/v4 v4.1.18 h1:xaKrnTkyoqfh1YItXl56+6KJNVYWlEEPuAQW9xsplYQ=
github.com/pierrec/lz4/v4 v4.1.18/go.mod h1:gZWDp/Ze/IJXGXf23ltt2EXimqmTUXEy0GFuRQyBid4=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
Expand Down
11 changes: 0 additions & 11 deletions collector/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,3 @@ require (
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)











11 changes: 0 additions & 11 deletions collector/processor/concurrentbatchprocessor/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,3 @@ require (
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)











11 changes: 0 additions & 11 deletions collector/processor/experimentprocessor/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,3 @@ require (
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)











11 changes: 0 additions & 11 deletions collector/processor/obfuscationprocessor/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,3 @@ require (
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)











11 changes: 0 additions & 11 deletions collector/receiver/filereceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,3 @@ require (
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)











11 changes: 0 additions & 11 deletions collector/receiver/otelarrowreceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,3 @@ require (
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)











4 changes: 4 additions & 0 deletions collector/receiver/otelarrowreceiver/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,10 @@ github.com/mostynb/go-grpc-compression v1.2.2/go.mod h1:GOCr2KBxXcblCuczg3YdLQlc
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/open-telemetry/otel-arrow v0.13.0 h1:xRMTDds7vVoXTMlXPFg92gHzHlVDTEAXxcE46vZgCy8=
github.com/open-telemetry/otel-arrow v0.13.0/go.mod h1:obKIF/Z+RhmjBj7Nh8lkzszUVXLz34aKr+77qyFuIhU=
github.com/open-telemetry/otel-arrow/collector v0.13.0 h1:K5dlNlR2bJipJRj81UkKAWUdSqxzKouX1w1za6Vnjbc=
github.com/open-telemetry/otel-arrow/collector v0.13.0/go.mod h1:ZV2IYaRWDC4VD1EzsSstLvDoGg1s4Fh/JquEaeSHpmQ=
github.com/pierrec/lz4/v4 v4.1.18 h1:xaKrnTkyoqfh1YItXl56+6KJNVYWlEEPuAQW9xsplYQ=
github.com/pierrec/lz4/v4 v4.1.18/go.mod h1:gZWDp/Ze/IJXGXf23ltt2EXimqmTUXEy0GFuRQyBid4=
github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
Expand Down
11 changes: 0 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,3 @@ require (
google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)











0 comments on commit c43e40a

Please sign in to comment.