aws-iam-authenticator
aws-iam-authenticator copied to clipboard
Bump the misc-dependencies group across 3 directories with 25 updates
Bumps the misc-dependencies group with 8 updates in the / directory:
| Package | From | To |
|---|---|---|
| golang.org/x/time | 0.11.0 |
0.12.0 |
| github.com/go-logr/logr | 1.4.2 |
1.4.3 |
| github.com/go-viper/mapstructure/v2 | 2.2.1 |
2.3.0 |
| github.com/spf13/cast | 1.8.0 |
1.9.2 |
| go.opentelemetry.io/otel | 1.35.0 |
1.36.0 |
| golang.org/x/mod | 0.24.0 |
0.25.0 |
| golang.org/x/net | 0.40.0 |
0.41.0 |
| golang.org/x/tools | 0.33.0 |
0.34.0 |
Bumps the misc-dependencies group with 5 updates in the /tests/e2e directory:
| Package | From | To |
|---|---|---|
| golang.org/x/time | 0.11.0 |
0.12.0 |
| github.com/go-logr/logr | 1.4.2 |
1.4.3 |
| go.opentelemetry.io/otel | 1.35.0 |
1.36.0 |
| golang.org/x/net | 0.40.0 |
0.41.0 |
| golang.org/x/tools | 0.33.0 |
0.34.0 |
Bumps the misc-dependencies group with 13 updates in the /tests/integration directory:
| Package | From | To |
|---|---|---|
| golang.org/x/time | 0.11.0 |
0.12.0 |
| github.com/go-logr/logr | 1.4.2 |
1.4.3 |
| go.opentelemetry.io/otel | 1.35.0 |
1.36.0 |
| golang.org/x/net | 0.40.0 |
0.41.0 |
| golang.org/x/tools | 0.33.0 |
0.34.0 |
| go.etcd.io/etcd/api/v3 | 3.6.0 |
3.6.1 |
| go.etcd.io/etcd/client/pkg/v3 | 3.6.0 |
3.6.1 |
| go.etcd.io/etcd/client/v3 | 3.6.0 |
3.6.1 |
| go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc | 0.60.0 |
0.61.0 |
| go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp | 0.60.0 |
0.61.0 |
| go.opentelemetry.io/otel/exporters/otlp/otlptrace | 1.35.0 |
1.36.0 |
| go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc | 1.35.0 |
1.36.0 |
| go.opentelemetry.io/proto/otlp | 1.6.0 |
1.7.0 |
Updates golang.org/x/time from 0.11.0 to 0.12.0
Commits
1616a7frate: skip time.Now call in Sometimes.Do unless necessary- See full diff in compare view
Updates github.com/go-logr/logr from 1.4.2 to 1.4.3
Release notes
Sourced from github.com/go-logr/logr's releases.
v1.4.3
Minor release.
What's Changed
- Fix slog tests for 1.25 by
@hoeppi-googlein go-logr/logr#361- Remove one exception from Slog testing by
@thockinin go-logr/logr#362New Contributors
@hoeppi-googlemade their first contribution in go-logr/logr#361Full Changelog: https://github.com/go-logr/logr/compare/v1.4.2...v1.4.3
Commits
38a1c47build(deps): bump github/codeql-action from 3.28.17 to 3.28.18f08beddbuild(deps): bump actions/setup-go from 5.4.0 to 5.5.06295e99build(deps): bump golangci/golangci-lint-action from 7.0.0 to 8.0.0028840dbuild(deps): bump github/codeql-action from 3.28.15 to 3.28.17511e5faMerge pull request #367 from go-logr/dependabot/github_actions/github/codeql-...d806463build(deps): bump github/codeql-action from 3.28.13 to 3.28.15158c311Merge pull request #366 from thockin/masterc79ddb3Update to support golangci-lint v220a64babuild(deps): bump github/codeql-action from 3.28.12 to 3.28.130385e14Add comments around slog exceptions- Additional commits viewable in compare view
Updates github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0
Release notes
Sourced from github.com/go-viper/mapstructure/v2's releases.
v2.3.0
What's Changed
- build(deps): bump actions/checkout from 4.1.7 to 4.2.0 by
@dependabotin go-viper/mapstructure#46- build(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 by
@dependabotin go-viper/mapstructure#47- [enhancement] Add check for
reflect.ValueinComposeDecodeHookFuncby@mahadzaryab1in go-viper/mapstructure#52- build(deps): bump actions/setup-go from 5.0.2 to 5.1.0 by
@dependabotin go-viper/mapstructure#51- build(deps): bump actions/checkout from 4.2.0 to 4.2.2 by
@dependabotin go-viper/mapstructure#50- build(deps): bump actions/setup-go from 5.1.0 to 5.2.0 by
@dependabotin go-viper/mapstructure#55- build(deps): bump actions/setup-go from 5.2.0 to 5.3.0 by
@dependabotin go-viper/mapstructure#58- ci: add Go 1.24 to the test matrix by
@sagikazarmarkin go-viper/mapstructure#74- build(deps): bump golangci/golangci-lint-action from 6.1.1 to 6.5.0 by
@dependabotin go-viper/mapstructure#72- build(deps): bump golangci/golangci-lint-action from 6.5.0 to 6.5.1 by
@dependabotin go-viper/mapstructure#76- build(deps): bump actions/setup-go from 5.3.0 to 5.4.0 by
@dependabotin go-viper/mapstructure#78- feat: add decode hook for netip.Prefix by
@tklauserin go-viper/mapstructure#85- Updates by
@sagikazarmarkin go-viper/mapstructure#86- build(deps): bump github/codeql-action from 2.13.4 to 3.28.15 by
@dependabotin go-viper/mapstructure#87- build(deps): bump actions/setup-go from 5.4.0 to 5.5.0 by
@dependabotin go-viper/mapstructure#93- build(deps): bump github/codeql-action from 3.28.15 to 3.28.17 by
@dependabotin go-viper/mapstructure#92- build(deps): bump github/codeql-action from 3.28.17 to 3.28.19 by
@dependabotin go-viper/mapstructure#97- build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 by
@dependabotin go-viper/mapstructure#96- Update README.md by
@peczenyjin go-viper/mapstructure#90- Add omitzero tag. by
@Crystalix007in go-viper/mapstructure#98- Use error structs instead of duplicated strings by
@m1k1oin go-viper/mapstructure#102- build(deps): bump github/codeql-action from 3.28.19 to 3.29.0 by
@dependabotin go-viper/mapstructure#101- feat: add common error interface by
@sagikazarmarkin go-viper/mapstructure#105- update linter by
@sagikazarmarkin go-viper/mapstructure#106- Feature allow unset pointer by
@rostislavedin go-viper/mapstructure#80New Contributors
@tklausermade their first contribution in go-viper/mapstructure#85@peczenyjmade their first contribution in go-viper/mapstructure#90@Crystalix007made their first contribution in go-viper/mapstructure#98@rostislavedmade their first contribution in go-viper/mapstructure#80Full Changelog: https://github.com/go-viper/mapstructure/compare/v2.2.1...v2.3.0
Commits
8c61ec1Merge pull request #80 from rostislaved/feature-allow-unset-pointerdf765f4Merge pull request #106 from go-viper/update-linter5f34b05update linter36de1e1Merge pull request #105 from go-viper/error-refactor6a283a3chore: update error type doc599cb73Merge pull request #101 from go-viper/dependabot/github_actions/github/codeql...ed3f921feat: remove value from error messagesa3f8b22revert: error message change9661f6dfeat: add common error interfacef12f6c7Merge pull request #102 from m1k1o/prettify-errors2- Additional commits viewable in compare view
Updates github.com/spf13/cast from 1.8.0 to 1.9.2
Release notes
Sourced from github.com/spf13/cast's releases.
v1.9.2
What's Changed
- fix: float string to number parsing by
@sagikazarmarkin spf13/cast#276Full Changelog: https://github.com/spf13/cast/compare/v1.9.1...v1.9.2
v1.9.1
What's Changed
- fix: indirection of typed nils by
@sagikazarmarkin spf13/cast#273Full Changelog: https://github.com/spf13/cast/compare/v1.9.0...v1.9.1
v1.9.0
Notable new features 🎉
- Casting from type aliases is now supported for basic types
- Added generic functions:
To/ToE,Must,ToNumber/ToNumberE- Increased test coverage
- Converting float numbers from string is now supported
What's Changed
- build(deps): bump github/codeql-action from 3.28.17 to 3.28.18 by
@dependabotin spf13/cast#248- build(deps): bump actions/dependency-review-action from 4.6.0 to 4.7.1 by
@dependabotin spf13/cast#247- build(deps): bump actions/setup-go from 5.4.0 to 5.5.0 by
@dependabotin spf13/cast#245- refactor: move number parsing to generic functions by
@sagikazarmarkin spf13/cast#250- Improve ToString/ToStringE performance by
@ganigeorgievin spf13/cast#244- Split caste.go into smaller files by
@sagikazarmarkin spf13/cast#251- refactor: remove unused initial int conversion by
@sagikazarmarkin spf13/cast#253- Generate code to make maintenance easier by
@sagikazarmarkin spf13/cast#252- feat: add To and ToNumber functions by
@sagikazarmarkin spf13/cast#255- build(deps): bump golangci/golangci-lint-action from 7.0.0 to 8.0.0 by
@dependabotin spf13/cast#243- Move tests next to their implementation by
@sagikazarmarkin spf13/cast#256- Refactor number tests by
@sagikazarmarkin spf13/cast#257- feat: return 0 when casting an empty string to a number by
@sagikazarmarkin spf13/cast#259- Support converting string float numbers to integer types by
@sagikazarmarkin spf13/cast#261- Test improvements by
@sagikazarmarkin spf13/cast#262- Improvements by
@sagikazarmarkin spf13/cast#263- refactor: return indirection result from indirect function by
@sagikazarmarkin spf13/cast#264- Slice improvements by
@sagikazarmarkin spf13/cast#265- refactor: move error message to a constant by
@sagikazarmarkin spf13/cast#267- chore: improve map cast functions by
@sagikazarmarkin spf13/cast#269- Resolve aliases by
@sagikazarmarkin spf13/cast#271New Contributors
@ganigeorgievmade their first contribution in spf13/cast#244Full Changelog: https://github.com/spf13/cast/compare/v1.8.0...v1.9.0
Commits
40e8e07Merge pull request #276 from spf13/improve-string-floatfa4ea64fix: float string to number parsingcb5df5fMerge pull request #273 from spf13/fix-indiretion1b425f3fix: indirection of typed nilsa79ffedMerge pull request #271 from spf13/alias3166f3btest: add more alias testsf8fe065chore: bump minimum Go version to 1.219ffddd4feat: add alias resolutiona6d26bdfeat: add alias resolution function633e5d0Merge pull request #269 from spf13/maps- Additional commits viewable in compare view
Updates go.opentelemetry.io/otel from 1.35.0 to 1.36.0
Changelog
Sourced from go.opentelemetry.io/otel's changelog.
[1.36.0/0.58.0/0.12.0] 2025-05-20
Added
- Add exponential histogram support in
go.opentelemetry.io/otel/exporters/prometheus. (#6421)- The
go.opentelemetry.io/otel/semconv/v1.31.0package. The package contains semantic conventions from thev1.31.0version of the OpenTelemetry Semantic Conventions. See the migration documentation for information on how to upgrade fromgo.opentelemetry.io/otel/semconv/v1.30.0. (#6479)- Add
Recording,Scope, andRecordtypes ingo.opentelemetry.io/otel/log/logtest. (#6507)- Add
WithHTTPClientoption to configure thehttp.Clientused bygo.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#6751)- Add
WithHTTPClientoption to configure thehttp.Clientused bygo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#6752)- Add
WithHTTPClientoption to configure thehttp.Clientused bygo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#6688)- Add
ValuesGetteringo.opentelemetry.io/otel/propagation, aTextMapCarrierthat supports retrieving multiple values for a single key. (#5973)- Add
Valuesmethod toHeaderCarrierto implement the newValuesGetterinterface ingo.opentelemetry.io/otel/propagation. (#5973)- Update
Baggageingo.opentelemetry.io/otel/propagationto retrieve multiple values for a key when the carrier implementsValuesGetter. (#5973)- Add
AssertEqualfunction ingo.opentelemetry.io/otel/log/logtest. (#6662)- The
go.opentelemetry.io/otel/semconv/v1.32.0package. The package contains semantic conventions from thev1.32.0version of the OpenTelemetry Semantic Conventions. See the migration documentation for information on how to upgrade fromgo.opentelemetry.io/otel/semconv/v1.31.0(#6782)- Add
Transformoption ingo.opentelemetry.io/otel/log/logtest. (#6794)- Add
Descoption ingo.opentelemetry.io/otel/log/logtest. (#6796)Removed
- Drop support for [Go 1.22]. (#6381, #6418)
- Remove
Resourcefield fromEnabledParametersingo.opentelemetry.io/otel/sdk/log. (#6494)- Remove
RecordFactorytype fromgo.opentelemetry.io/otel/log/logtest. (#6492)- Remove
ScopeRecords,EmittedRecord, andRecordFactorytypes fromgo.opentelemetry.io/otel/log/logtest. (#6507)- Remove
AssertRecordEqualfunction ingo.opentelemetry.io/otel/log/logtest, useAssertEqualinstead. (#6662)Changed
- ⚠️ Update
github.com/prometheus/client_golangtov1.21.1, which changes theNameValidationSchemetoUTF8Validation. This allows metrics names to keep original delimiters (e.g..), rather than replacing with underscores. This can be reverted by settinggithub.com/prometheus/common/model.NameValidationSchemetoLegacyValidationingithub.com/prometheus/common/model. (#6433)- Initialize map with
len(keys)inNewAllowKeysFilterandNewDenyKeysFilterto avoid unnecessary allocations ingo.opentelemetry.io/otel/attribute. (#6455)go.opentelemetry.io/otel/log/logtestis now a separate Go module. (#6465)go.opentelemetry.io/otel/sdk/log/logtestis now a separate Go module. (#6466)Recorderingo.opentelemetry.io/otel/log/logtestno longer separately stores records emitted by loggers with the same instrumentation scope. (#6507)- Improve performance of
BatchProcessoringo.opentelemetry.io/otel/sdk/logby not exporting when exporter cannot accept more. (#6569, #6641)Deprecated
- Deprecate support for
model.LegacyValidationforgo.opentelemetry.io/otel/exporters/prometheus. (#6449)Fixes
- Stop percent encoding header environment variables in
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpcandgo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#6392)- Ensure the
noopSpan.tracerProvidermethod is not inlined ingo.opentelemetry.io/otel/traceso thego.opentelemetry.io/autoinstrumentation can instrument non-recording spans. (#6456)- Use a
sync.Poolinstead of allocatingmetricdata.ResourceMetricsingo.opentelemetry.io/otel/exporters/prometheus. (#6472)
Commits
a85ae98Release v1.36.0/v0.58.0/v0.12.0 (#6793)3f85c35logtest: add Desc (#6796)d2fff76chore(deps): update module github.com/uudashr/iface to v1.4.0 (#6798)2d4c9dcAddsemconv/v1.32.0(#6782)fe523bdlogtest: add Transform (#6794)e578799fix(deps): update googleapis to 55703ea (#6795)af189e5chore(deps): update module github.com/golangci/misspell to v0.7.0 (#6792)836a2cechore(deps): update module github.com/alecthomas/chroma/v2 to v2.18.0 (#6790)93f8f13chore(deps): update github/codeql-action action to v3.28.18 (#6789)1556ff2chore(deps): update codecov/codecov-action action to v5.4.3 (#6785)- Additional commits viewable in compare view
Updates go.opentelemetry.io/otel/trace from 1.35.0 to 1.36.0
Changelog
Sourced from go.opentelemetry.io/otel/trace's changelog.
[1.36.0/0.58.0/0.12.0] 2025-05-20
Added
- Add exponential histogram support in
go.opentelemetry.io/otel/exporters/prometheus. (#6421)- The
go.opentelemetry.io/otel/semconv/v1.31.0package. The package contains semantic conventions from thev1.31.0version of the OpenTelemetry Semantic Conventions. See the migration documentation for information on how to upgrade fromgo.opentelemetry.io/otel/semconv/v1.30.0. (#6479)- Add
Recording,Scope, andRecordtypes ingo.opentelemetry.io/otel/log/logtest. (#6507)- Add
WithHTTPClientoption to configure thehttp.Clientused bygo.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#6751)- Add
WithHTTPClientoption to configure thehttp.Clientused bygo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#6752)- Add
WithHTTPClientoption to configure thehttp.Clientused bygo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#6688)- Add
ValuesGetteringo.opentelemetry.io/otel/propagation, aTextMapCarrierthat supports retrieving multiple values for a single key. (#5973)- Add
Valuesmethod toHeaderCarrierto implement the newValuesGetterinterface ingo.opentelemetry.io/otel/propagation. (#5973)- Update
Baggageingo.opentelemetry.io/otel/propagationto retrieve multiple values for a key when the carrier implementsValuesGetter. (#5973)- Add
AssertEqualfunction ingo.opentelemetry.io/otel/log/logtest. (#6662)- The
go.opentelemetry.io/otel/semconv/v1.32.0package. The package contains semantic conventions from thev1.32.0version of the OpenTelemetry Semantic Conventions. See the migration documentation for information on how to upgrade fromgo.opentelemetry.io/otel/semconv/v1.31.0(#6782)- Add
Transformoption ingo.opentelemetry.io/otel/log/logtest. (#6794)- Add
Descoption ingo.opentelemetry.io/otel/log/logtest. (#6796)Removed
- Drop support for [Go 1.22]. (#6381, #6418)
- Remove
Resourcefield fromEnabledParametersingo.opentelemetry.io/otel/sdk/log. (#6494)- Remove
RecordFactorytype fromgo.opentelemetry.io/otel/log/logtest. (#6492)- Remove
ScopeRecords,EmittedRecord, andRecordFactorytypes fromgo.opentelemetry.io/otel/log/logtest. (#6507)- Remove
AssertRecordEqualfunction ingo.opentelemetry.io/otel/log/logtest, useAssertEqualinstead. (#6662)Changed
- ⚠️ Update
github.com/prometheus/client_golangtov1.21.1, which changes theNameValidationSchemetoUTF8Validation. This allows metrics names to keep original delimiters (e.g..), rather than replacing with underscores. This can be reverted by settinggithub.com/prometheus/common/model.NameValidationSchemetoLegacyValidationingithub.com/prometheus/common/model. (#6433)- Initialize map with
len(keys)inNewAllowKeysFilterandNewDenyKeysFilterto avoid unnecessary allocations ingo.opentelemetry.io/otel/attribute. (#6455)go.opentelemetry.io/otel/log/logtestis now a separate Go module. (#6465)go.opentelemetry.io/otel/sdk/log/logtestis now a separate Go module. (#6466)Recorderingo.opentelemetry.io/otel/log/logtestno longer separately stores records emitted by loggers with the same instrumentation scope. (#6507)- Improve performance of
BatchProcessoringo.opentelemetry.io/otel/sdk/logby not exporting when exporter cannot accept more. (#6569, #6641)Deprecated
- Deprecate support for
model.LegacyValidationforgo.opentelemetry.io/otel/exporters/prometheus. (#6449)Fixes
- Stop percent encoding header environment variables in
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpcandgo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#6392)- Ensure the
noopSpan.tracerProvidermethod is not inlined ingo.opentelemetry.io/otel/traceso thego.opentelemetry.io/autoinstrumentation can instrument non-recording spans. (#6456)- Use a
sync.Poolinstead of allocatingmetricdata.ResourceMetricsingo.opentelemetry.io/otel/exporters/prometheus. (#6472)
Commits
a85ae98Release v1.36.0/v0.58.0/v0.12.0 (#6793)3f85c35logtest: add Desc (#6796)d2fff76chore(deps): update module github.com/uudashr/iface to v1.4.0 (#6798)2d4c9dcAddsemconv/v1.32.0(#6782)fe523bdlogtest: add Transform (#6794)e578799fix(deps): update googleapis to 55703ea (#6795)af189e5chore(deps): update module github.com/golangci/misspell to v0.7.0 (#6792)836a2cechore(deps): update module github.com/alecthomas/chroma/v2 to v2.18.0 (#6790)93f8f13chore(deps): update github/codeql-action action to v3.28.18 (#6789)1556ff2chore(deps): update codecov/codecov-action action to v5.4.3 (#6785)- Additional commits viewable in compare view
Updates golang.org/x/mod from 0.24.0 to 0.25.0
Commits
9d33331x/mod: add the ignore directiveae88a97all: change from sort functions to slices functions- See full diff in compare view
Updates golang.org/x/net from 0.40.0 to 0.41.0
Commits
6e41caego.mod: update golang.org/x dependencies15f7d40http2: correctly wrap ErrFrameTooLarge in Framer.ReadFrameef33bc0internal/http3: use bubbled context in synctest tests919c6bchttp2: use an array instead of a map in typeFrameParserbae01a7trace: add missing td tag- See full diff in compare view
Updates golang.org/x/sync from 0.14.0 to 0.15.0
Commits
8a14946errgroup: remove duplicated comment1869c69all: replace deprecated ioutild1ac909sync/errgroup: PanicError.Error print stack trace- See full diff in compare view
Updates golang.org/x/text from 0.25.0 to 0.26.0
Commits
8072180go.mod: update golang.org/x dependencies6cacac1go.mod: update tagx:ignore'd golang.org/x dependencies- See full diff in compare view
Updates golang.org/x/tools from 0.33.0 to 0.34.0
Commits
578c121go.mod: update golang.org/x dependenciesf114dcfgopls/internal/protocol: refine DocumentURI Clean method and its usages82ee0fdinternal/mcp: change paginateList to a generic helper64bfeccgopls/internal/golang: fix extract bug with anon functions4546fbdinternal/mcp: unify json tag parsing82473cegopls/doc/release: tweak v0.19f3c581fgopls/internal/protocol: add DocumentURI.Base accessord9bacabgopls/internal/server: improve "editing generated file" warning1afeefainternal/mcp: unexport FileResourceHandler33d5988gopls/internal/server: Organize Imports of generated files- Additional commits viewable in compare view
Updates github.com/go-logr/logr from 1.4.2 to 1.4.3
Release notes
Sourced from github.com/go-logr/logr's releases.
v1.4.3
Minor release.
What's Changed
- Fix slog tests for 1.25 by
@hoeppi-googlein go-logr/logr#361- Remove one exception from Slog testing by
@thockinin go-logr/logr#362New Contributors
@hoeppi-googlemade their first contribution in go-logr/logr#361Full Changelog: https://github.com/go-logr/logr/compare/v1.4.2...v1.4.3
Commits
38a1c47build(deps): bump github/codeql-action from 3.28.17 to 3.28.18f08beddbuild(deps): bump actions/setup-go from 5.4.0 to 5.5.06295e99build(deps): bump golangci/golangci-lint-action from 7.0.0 to 8.0.0028840dbuild(deps): bump github/codeql-action from 3.28.15 to 3.28.17511e5faMerge pull request #367 from go-logr/dependabot/github_actions/github/codeql-...d806463build(deps): bump github/codeql-action from 3.28.13 to 3.28.15158c311Merge pull request #366 from thockin/masterc79ddb3Update to support golangci-lint v220a64babuild(deps): bump github/codeql-action from 3.28.12 to 3.28.130385e14Add comments around slog exceptions- Additional commits viewable in compare view
Updates go.opentelemetry.io/otel from 1.35.0 to 1.36.0
Changelog
Sourced from go.opentelemetry.io/otel's changelog.
[1.36.0/0.58.0/0.12.0] 2025-05-20
Added
- Add exponential histogram support in
go.opentelemetry.io/otel/exporters/prometheus. (#6421)- The
go.opentelemetry.io/otel/semconv/v1.31.0package. The package contains semantic conventions from thev1.31.0version of the OpenTelemetry Semantic Conventions. See the migration documentation for information on how to upgrade fromgo.opentelemetry.io/otel/semconv/v1.30.0. (#6479)- Add
Recording,Scope, andRecordtypes ingo.opentelemetry.io/otel/log/logtest. (#6507)- Add
WithHTTPClientoption to configure thehttp.Clientused bygo.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#6751)- Add
WithHTTPClientoption to configure thehttp.Clientused bygo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#6752)- Add
WithHTTPClientoption to configure thehttp.Clientused bygo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#6688)- Add
ValuesGetteringo.opentelemetry.io/otel/propagation, aTextMapCarrierthat supports retrieving multiple values for a single key. (#5973)- Add
Valuesmethod toHeaderCarrierto implement the newValuesGetterinterface ingo.opentelemetry.io/otel/propagation. (#5973)- Update
Baggageingo.opentelemetry.io/otel/propagationto retrieve multiple values for a key when the carrier implementsValuesGetter. (#5973)- Add
AssertEqualfunction ingo.opentelemetry.io/otel/log/logtest. (#6662)- The
go.opentelemetry.io/otel/semconv/v1.32.0package. The package contains semantic conventions from thev1.32.0version of the OpenTelemetry Semantic Conventions. See the migration documentation for information on how to upgrade fromgo.opentelemetry.io/otel/semconv/v1.31.0(#6782)- Add
Transformoption ingo.opentelemetry.io/otel/log/logtest. (#6794)- Add
Descoption ingo.opentelemetry.io/otel/log/logtest. (#6796)Removed
- Drop support for [Go 1.22]. (#6381, #6418)
- Remove
Resourcefield fromEnabledParametersingo.opentelemetry.io/otel/sdk/log. (#6494)- Remove
RecordFactorytype fromgo.opentelemetry.io/otel/log/logtest. (#6492)- Remove
ScopeRecords,EmittedRecord, andRecordFactorytypes fromgo.opentelemetry.io/otel/log/logtest. (#6507)- Remove
AssertRecordEqualfunction ingo.opentelemetry.io/otel/log/logtest, useAssertEqualinstead. (#6662)Changed
- ⚠️ Update
github.com/prometheus/client_golangtov1.21.1, which changes theNameValidationSchemetoUTF8Validation. This allows metrics names to keep original delimiters (e.g..), rather than replacing with underscores. This can be reverted by settinggithub.com/prometheus/common/model.NameValidationSchemetoLegacyValidationingithub.com/prometheus/common/model. (#6433)- Initialize map with
len(keys)inNewAllowKeysFilterandNewDenyKeysFilterto avoid unnecessary allocations ingo.opentelemetry.io/otel/attribute. (#6455)go.opentelemetry.io/otel/log/logtestis now a separate Go module. (#6465)go.opentelemetry.io/otel/sdk/log/logtestis now a separate Go module. (#6466)Recorderingo.opentelemetry.io/otel/log/logtestno longer separately stores records emitted by loggers with the same instrumentation scope. (#6507)- Improve performance of
BatchProcessoringo.opentelemetry.io/otel/sdk/logby not exporting when exporter cannot accept more. (#6569, #6641)Deprecated
- Deprecate support for
model.LegacyValidationforgo.opentelemetry.io/otel/exporters/prometheus. (#6449)Fixes
- Stop percent encoding header environment variables in
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpcandgo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#6392)- Ensure the
noopSpan.tracerProvidermethod is not inlined ingo.opentelemetry.io/otel/traceso thego.opentelemetry.io/autoinstrumentation can instrument non-recording spans. (#6456)- Use a
sync.Poolinstead of allocatingmetricdata.ResourceMetricsingo.opentelemetry.io/otel/exporters/prometheus. (#6472)
Commits
a85ae98Release v1.36.0/v0.58.0/v0.12.0 (#6793)3f85c35logtest: add Desc (#6796)d2fff76chore(deps): update module github.com/uudashr/iface to v1.4.0 (#6798)2d4c9dcAddsemconv/v1.32.0(#6782)fe523bdlogtest: add Transform (#6794)e578799fix(deps): update googleapis to 55703ea (#6795)af189e5chore(deps): update module github.com/golangci/misspell to v0.7.0 (#6792)- Description%20has%20been%20truncated%0A" rel="nofollow" target="_blank" >
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: dependabot[bot] Once this PR has been reviewed and has the lgtm label, please assign micahhausler for approval. For more information see the Code Review Process.
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
Hi @dependabot[bot]. Thanks for your PR.
I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test label.
I understand the commands that are listed here.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.
@dependabot[bot]: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:
| Test name | Commit | Details | Required | Rerun command |
|---|---|---|---|---|
| pull-aws-iam-authenticator-integration | 58ae42c333afac94d64d57ec1ade821315406656 | link | true | /test pull-aws-iam-authenticator-integration |
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.
Looks like these dependencies are updatable in another way, so this is no longer needed.