The fifteenth patch release for containerd 1.7 contains various fixes; one for a
regression introduced in v1.7.14 in the way process exits were handled.
Highlights
Adds mediatype to OCI index record on export (#9990)
Runtime
Fix runc shim to only defer init process exits (#10037)
Add WithProxy option in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#4906)
Add WithProxy option in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlptracehttp. (#4906)
Add AddLink method to the Span interface in go.opentelemetry.io/otel/trace. (#5032)
The Enabled method is added to the Logger interface in go.opentelemetry.io/otel/log.
This method is used to notify users if a log record will be emitted or not. (#5071)
Add SeverityUndefinedconst to go.opentelemetry.io/otel/log.
This value represents an unset severity level. (#5072)
Add Empty function in go.opentelemetry.io/otel/log to return a KeyValue for an empty value. (#5076)
Add go.opentelemetry.io/otel/log/global to manage the global LoggerProvider.
This package is provided with the anticipation that all functionality will be migrate to go.opentelemetry.io/otel when go.opentelemetry.io/otel/log stabilizes.
At which point, users will be required to migrage their code, and this package will be deprecated then removed. (#5085)
Add support for Summary metrics in the go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp and go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc exporters. (#5100)
Add otel.scope.name and otel.scope.version tags to spans exported by go.opentelemetry.io/otel/exporters/zipkin. (#5108)
Add support for AddLink to go.opentelemetry.io/otel/bridge/opencensus. (#5116)
Add String method to Value and KeyValue in go.opentelemetry.io/otel/log. (#5117)
Add Exemplar support to go.opentelemetry.io/otel/exporters/prometheus. (#5111)
Add metric semantic conventions to go.opentelemetry.io/otel/semconv/v1.24.0. Future semconv packages will include metric semantic conventions as well. (#4528)
Changed
SpanFromContext and SpanContextFromContext in go.opentelemetry.io/otel/trace no longer make a heap allocation when the passed context has no span. (#5049)
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc and go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc now create a gRPC client in idle mode and with "dns" as the default resolver using grpc.NewClient. (#5151)
Because of that WithDialOption ignores grpc.WithBlock, grpc.WithTimeout, and grpc.WithReturnConnectionError.
Notice that grpc.DialContext which was used before is now deprecated.
Fixed
Clarify the documentation about equivalence guarantees for the Set and Distinct types in go.opentelemetry.io/otel/attribute. (#5027)
Add WithProxy option in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#4906)
Add WithProxy option in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlptracehttp. (#4906)
Add AddLink method to the Span interface in go.opentelemetry.io/otel/trace. (#5032)
The Enabled method is added to the Logger interface in go.opentelemetry.io/otel/log.
This method is used to notify users if a log record will be emitted or not. (#5071)
Add SeverityUndefinedconst to go.opentelemetry.io/otel/log.
This value represents an unset severity level. (#5072)
Add Empty function in go.opentelemetry.io/otel/log to return a KeyValue for an empty value. (#5076)
Add go.opentelemetry.io/otel/log/global to manage the global LoggerProvider.
This package is provided with the anticipation that all functionality will be migrate to go.opentelemetry.io/otel when go.opentelemetry.io/otel/log stabilizes.
At which point, users will be required to migrage their code, and this package will be deprecated then removed. (#5085)
Add support for Summary metrics in the go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp and go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc exporters. (#5100)
Add otel.scope.name and otel.scope.version tags to spans exported by go.opentelemetry.io/otel/exporters/zipkin. (#5108)
Add support for AddLink to go.opentelemetry.io/otel/bridge/opencensus. (#5116)
Add String method to Value and KeyValue in go.opentelemetry.io/otel/log. (#5117)
Add Exemplar support to go.opentelemetry.io/otel/exporters/prometheus. (#5111)
Add metric semantic conventions to go.opentelemetry.io/otel/semconv/v1.24.0. Future semconv packages will include metric semantic conventions as well. (#4528)
Changed
SpanFromContext and SpanContextFromContext in go.opentelemetry.io/otel/trace no longer make a heap allocation when the passed context has no span. (#5049)
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc and go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc now create a gRPC client in idle mode and with "dns" as the default resolver using grpc.NewClient. (#5151)
Because of that WithDialOption ignores grpc.WithBlock, grpc.WithTimeout, and grpc.WithReturnConnectionError.
Notice that grpc.DialContext which was used before is now deprecated.
Fixed
Clarify the documentation about equivalence guarantees for the Set and Distinct types in go.opentelemetry.io/otel/attribute. (#5027)
Add WithProxy option in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#4906)
Add WithProxy option in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlptracehttp. (#4906)
Add AddLink method to the Span interface in go.opentelemetry.io/otel/trace. (#5032)
The Enabled method is added to the Logger interface in go.opentelemetry.io/otel/log.
This method is used to notify users if a log record will be emitted or not. (#5071)
Add SeverityUndefinedconst to go.opentelemetry.io/otel/log.
This value represents an unset severity level. (#5072)
Add Empty function in go.opentelemetry.io/otel/log to return a KeyValue for an empty value. (#5076)
Add go.opentelemetry.io/otel/log/global to manage the global LoggerProvider.
This package is provided with the anticipation that all functionality will be migrate to go.opentelemetry.io/otel when go.opentelemetry.io/otel/log stabilizes.
At which point, users will be required to migrage their code, and this package will be deprecated then removed. (#5085)
Add support for Summary metrics in the go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp and go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc exporters. (#5100)
Add otel.scope.name and otel.scope.version tags to spans exported by go.opentelemetry.io/otel/exporters/zipkin. (#5108)
Add support for AddLink to go.opentelemetry.io/otel/bridge/opencensus. (#5116)
Add String method to Value and KeyValue in go.opentelemetry.io/otel/log. (#5117)
Add Exemplar support to go.opentelemetry.io/otel/exporters/prometheus. (#5111)
Add metric semantic conventions to go.opentelemetry.io/otel/semconv/v1.24.0. Future semconv packages will include metric semantic conventions as well. (#4528)
Changed
SpanFromContext and SpanContextFromContext in go.opentelemetry.io/otel/trace no longer make a heap allocation when the passed context has no span. (#5049)
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc and go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc now create a gRPC client in idle mode and with "dns" as the default resolver using grpc.NewClient. (#5151)
Because of that WithDialOption ignores grpc.WithBlock, grpc.WithTimeout, and grpc.WithReturnConnectionError.
Notice that grpc.DialContext which was used before is now deprecated.
Fixed
Clarify the documentation about equivalence guarantees for the Set and Distinct types in go.opentelemetry.io/otel/attribute. (#5027)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the all group with 10 updates:
0.6.1
0.6.2
1.7.14
1.7.15
0.5.0
0.6.0
1.17.7
1.17.8
0.49.0
0.50.0
1.24.0
1.25.0
1.24.0
1.25.0
1.24.0
1.25.0
0.18.0
0.19.0
0.19.0
0.20.0
Updates
github.com/Microsoft/go-winio
from 0.6.1 to 0.6.2Release notes
Sourced from github.com/Microsoft/go-winio's releases.
Commits
3c9576c
Update go1.21 and CI (#315)008bc6e
fileinfo: internally fix FileBasicInfo memory alignment (#312)bc421d9
Bug: Close hvsock handle on listen error; fix tests (#310)553a715
Merge pull request #302 from dblohm7/implevel21963303
pipe.go: add DialPipeAccessImpLevele6aebd6
fix: already typo (#303)eb5b095
sd.go: fix calculation of security descriptor length in SddlToSecurityDescrip...87c84cf
[lint] Remove deprecated tar.TypeRegA (#300)9f0d5dc
Switch from sycall to windows (#295)fec52bd
[lint] Fix errors from #276 (#296)Updates
github.com/containerd/containerd
from 1.7.14 to 1.7.15Release notes
Sourced from github.com/containerd/containerd's releases.
... (truncated)
Commits
926c958
Merge pull request #10039 from estesp/prep-1.7.154d4759b
Prep v1.7.15 release52fc8ab
Merge pull request #10037 from laurazard/backport-1.7-exec-fix21df467
runc-shim: only defer init process exits0dcf21c
Merge pull request #10012 from austinvazquez/release-1.7-fix-offline-compilation2a05421
Fix compile from version control system (source) use caseec5222f
Merge pull request #9990 from daghack/oci-add-mediatype-1.76605c47
adds mediatype to oci index recordbe5ec97
Merge pull request #9975 from thaJeztah/1.7_bump_protobufe6d91d8
vendor: github.com/golang/protobuf v1.5.4Updates
github.com/distribution/reference
from 0.5.0 to 0.6.0Release notes
Sourced from github.com/distribution/reference's releases.
Commits
ff14faf
Merge pull request #9 from ozairasim/exclude-domain-from-name-length-validation2a66312
Merge pull request #10 from xrstf/patch-1094e717
fix typo in readmeaaca75e
Exclude domain from name length check8507c7f
Merge pull request #7 from thaJeztah/cleanup_splitDockerDomain89ee7ec
refactor splitDockerDomain to include more documentationa3fb784
Merge pull request #5 from thaJeztah/rm_deprecated4894124
remove deprecated SplitHostnameUpdates
github.com/klauspost/compress
from 1.17.7 to 1.17.8Release notes
Sourced from github.com/klauspost/compress's releases.
Commits
c0ff47e
Update README.md657dc16
chore: remove repetitive words (#946)3f77d8c
build(deps): bump the github-actions group with 1 update (#944)de4073a
zstd: Add RLE detection+encoding (#938)165be36
zstd: Reject blocks where reserved values are not 0 (#885)4f3f95b
ci: Add testing replacement (#935)3976394
build(deps): bump the github-actions group with 1 update (#934)4d78e54
Remove sed for internal/fuzz/helpers.go (#933)46c00ca
doc: Remove an excess word in a documentation comment (#932)Updates
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
from 0.49.0 to 0.50.0Release notes
Sourced from go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp's releases.
... (truncated)
Changelog
Sourced from go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp's changelog.
Commits
fe40a83
Release v1.25.0/v0.50.0/v0.19.0/v0.5.0/v0.0.1 (#5361)d1c5f88
Address GO-2024-2687 (#5359)17fc3a3
otelslog: Add example (#5355)d15fe4f
build(deps): bump codecov/codecov-action from 4.1.0 to 4.1.1 (#5349)52bb3c5
dependabot updates Mon Apr 1 00:05:34 UTC 2024 (#5354)6104338
Add alpha release of otelslog to next release (#5335)3361285
Add benchmarks to otelslog (#5330)59ebbee
Add multi-logged integration tests to otelslog (#5329)336d5b6
Test spanRowFormatter, and mark the gosec issue as a false-positive (#5327)3ca855b
Implement the slog Handler functionality (#5314)Updates
go.opentelemetry.io/otel
from 1.24.0 to 1.25.0Changelog
Sourced from go.opentelemetry.io/otel's changelog.
Commits
6628407
Release v1.25.0/v0.47.0/v0.0.8/v0.1.0-alpha (#5154)82b49b4
Add otlploghttp package documentation (#5150)5bd5582
dependabot updates Thu Apr 4 20:43:44 UTC 2024 (#5155)6394b02
semconv: Add metric generation (#4880)35c9570
Prevent default ErrorHandler self-delegation (#5137)98fd439
Bump bump google.golang.org/grpc from 1.62.1 to 1.63.0 and use grpc.NewClient...0168437
Add exemplar support to the prometheus exporter (#5111)e6e4e4a
build(deps): bump benchmark-action/github-action-benchmark (#5142)73ee3bb
build(deps): bump codecov/codecov-action from 4.1.1 to 4.2.0 (#5140)14e3f6b
Add otlploghttp exporter skeleton (#5138)Updates
go.opentelemetry.io/otel/metric
from 1.24.0 to 1.25.0Changelog
Sourced from go.opentelemetry.io/otel/metric's changelog.
Commits
6628407
Release v1.25.0/v0.47.0/v0.0.8/v0.1.0-alpha (#5154)82b49b4
Add otlploghttp package documentation (#5150)5bd5582
dependabot updates Thu Apr 4 20:43:44 UTC 2024 (#5155)6394b02
semconv: Add metric generation (#4880)35c9570
Prevent default ErrorHandler self-delegation (#5137)98fd439
Bump bump google.golang.org/grpc from 1.62.1 to 1.63.0 and use grpc.NewClient...0168437
Add exemplar support to the prometheus exporter (#5111)e6e4e4a
build(deps): bump benchmark-action/github-action-benchmark (#5142)73ee3bb
build(deps): bump codecov/codecov-action from 4.1.1 to 4.2.0 (#5140)14e3f6b
Add otlploghttp exporter skeleton (#5138)Updates
go.opentelemetry.io/otel/trace
from 1.24.0 to 1.25.0Changelog
Sourced from go.opentelemetry.io/otel/trace's changelog.
Commits
6628407
Release v1.25.0/v0.47.0/v0.0.8/v0.1.0-alpha (#5154)82b49b4
Add otlploghttp package documentation (#5150)5bd5582
dependabot updates Thu Apr 4 20:43:44 UTC 2024 (#5155)6394b02
semconv: Add metric generation (#4880)35c9570
Prevent default ErrorHandler self-delegation (#5137)98fd439
Bump bump google.golang.org/grpc from 1.62.1 to 1.63.0 and use grpc.NewClient...0168437
Add exemplar support to the prometheus exporter (#5111)e6e4e4a
build(deps): bump benchmark-action/github-action-benchmark (#5142)73ee3bb
build(deps): bump codecov/codecov-action from 4.1.1 to 4.2.0 (#5140)14e3f6b
Add otlploghttp exporter skeleton (#5138)Updates
golang.org/x/sys
from 0.18.0 to 0.19.0Commits
cabba82
windows: use uint32 for serial comm flags for consistency1a50d97
windows: add serial comm functions95f07ec
x/sys/windows: add func windows.DisconnectNamedPipe(handle Handle) (err error)4be02d3
unix: expose mmap calls on z/OSUpdates
golang.org/x/tools
from 0.19.0 to 0.20.0Commits
11c692e
gopls/internal/test/marker/testdata: skip hover size tests on 32-bit armfc660e5
go.mod: update golang.org/x dependencies6590f47
internal/gcimporter: renable tests of issue50259.gof1d5252
gopls/internal/golang: Hover: show wasted % of struct space951bb40
gopls/internal/test/integration/misc: fix flaky testc9b0c65
gopls/internal/analysis/fillreturns: skip test if gotypesalias=1c623a28
gopls/internal/cache: fix crash in snapshot.Analyze with patch versionsf345449
gopls/internal/server: filter diagnostics to "best" views42d590c
gopls/internal/test/integration: add a WriteGoSum run option53d35a5
gopls/internal/golang: RenderPackageDoc: fix doc linksDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show