Skip to content

fix(deps): bump the gomod-group group across 1 directory with 4 updates#290

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/gomod-group-ed10315298
Open

fix(deps): bump the gomod-group group across 1 directory with 4 updates#290
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/gomod-group-ed10315298

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 11, 2026

Copy link
Copy Markdown
Contributor

Bumps the gomod-group group with 4 updates in the / directory: github.com/Azure/go-amqp, github.com/openkcm/api-sdk, github.com/openkcm/plugin-sdk and go.opentelemetry.io/collector/pdata.

Updates github.com/Azure/go-amqp from 1.6.0 to 1.7.0

Release notes

Sourced from github.com/Azure/go-amqp's releases.

v1.7.0

Features Added

  • Add OnDeliveryStateChanged callback to SenderOptions and ReceiverOptions.
Changelog

Sourced from github.com/Azure/go-amqp's changelog.

1.7.0 (2026-06-08)

  • Add OnDeliveryStateChanged callback to SenderOptions and ReceiverOptions.
Commits

Updates github.com/openkcm/api-sdk from 0.17.0 to 0.18.0

Release notes

Sourced from github.com/openkcm/api-sdk's releases.

v0.18.0

0.18.0 (2026-05-28)

Features

Bug Fixes

  • deps: bump google.golang.org/grpc from 1.79.3 to 1.80.0 in the gomod-group group (#92) (a5894da)
  • deps: bump google.golang.org/grpc from 1.80.0 to 1.81.0 in the gomod-group group (#97) (e032445)
Changelog

Sourced from github.com/openkcm/api-sdk's changelog.

0.18.0 (2026-05-28)

Features

Bug Fixes

  • deps: bump google.golang.org/grpc from 1.79.3 to 1.80.0 in the gomod-group group (#92) (a5894da)
  • deps: bump google.golang.org/grpc from 1.80.0 to 1.81.0 in the gomod-group group (#97) (e032445)
Commits
  • e11b732 chore(main): release 0.18.0 (#100)
  • 92945af fix(deps): bump google.golang.org/grpc from 1.81.0 to 1.81.1 in the gomod-gro...
  • 7bdf6a1 feat: add system locked status (#96)
  • e032445 fix(deps): bump google.golang.org/grpc from 1.80.0 to 1.81.0 in the gomod-gro...
  • cbe1ae1 chore: migrate to protoc (#93)
  • a5894da fix(deps): bump google.golang.org/grpc from 1.79.3 to 1.80.0 in the gomod-gro...
  • See full diff in compare view

Updates github.com/openkcm/plugin-sdk from 0.12.0 to 0.13.0

Release notes

Sourced from github.com/openkcm/plugin-sdk's releases.

v0.13.0

0.13.0 (2026-06-09)

Features

  • add grant/remove trust for keystore management plugin (#157) (24dc562)

Bug Fixes

  • deps: bump the gomod-group group across 1 directory with 2 updates (#156) (dc441bb)
Changelog

Sourced from github.com/openkcm/plugin-sdk's changelog.

0.13.0 (2026-06-09)

Features

  • add grant/remove trust for keystore management plugin (#157) (24dc562)

Bug Fixes

  • deps: bump the gomod-group group across 1 directory with 2 updates (#156) (dc441bb)
Commits
  • 9589c8c chore(main): release 0.13.0 (#159)
  • 24dc562 feat: add grant/remove trust for keystore management plugin (#157)
  • dc441bb fix(deps): bump the gomod-group group across 1 directory with 2 updates (#156)
  • See full diff in compare view

Updates go.opentelemetry.io/collector/pdata from 1.59.0 to 1.60.0

Release notes

Sourced from go.opentelemetry.io/collector/pdata's releases.

v1.60.0/v0.154.0

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.154.0

End User Changelog

🛑 Breaking changes 🛑

  • cmd/builder: The --skip-get-modules flag will no longer regenerate your go.mod file. (#15390) This is mostly a bug fix, as it led to adverse behaviour that was unintended in the described flow in the README. Now when you run --skip-get-modules, your go.mod file will truly be untouched by ocb as the info log claims.

💡 Enhancements 💡

  • pkg/config/configtls: Add include_insecure_cipher_suites to configtls to enable insecure cipher suites. Insecure cipher suites are disabled by default for security. (#13829)
  • pkg/confighttp: Add ExposedHeaders field to CORSConfig to allow setting the Access-Control-Expose-Headers response header. (#15119)

🧰 Bug fixes 🧰

  • cmd/mdatagen: Removes the extra line in the README.md between status and description (#15306)
  • pkg/exporterhelper: Fix nil-pointer panic in sending_queue::batch Unmarshal when sending_queue::sizer is set and sending_queue::batch::enabled is false. (#14687) When sending_queue::sizer was set and sending_queue::batch::enabled: false cleared the batch Optional to None, the sizer-inheritance branch in queuebatch.Config.Unmarshal dereferenced a nil Optional and crashed the collector at startup. The branch now also requires Batch.HasValue().

API Changelog

💡 Enhancements 💡

  • cmd/mdatagen: Handle numeric validators in generated config structs (#14806) Supported validators include minimum, maximum, exclusiveMinimum and exclusiveMaximum.
  • pkg/config/configtls: Add include_insecure_cipher_suites to configtls to enable insecure cipher suites. Insecure cipher suites are disabled by default for security. (#13829)
  • pkg/confighttp: Add ExposedHeaders field to CORSConfig to allow setting the Access-Control-Expose-Headers response header. (#15119)

v1.59.0/v0.153.0

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.153.0

End User Changelog

🛑 Breaking changes 🛑

  • pkg/configoptional: Stabilize feature gate configoptional.AddEnabledField (#15333)
  • pkg/confmap: Stabilize confmap.newExpandedValueSanitizer feature gate (#15339)
  • pkg/exporterhelper: mark exporter.PersistRequestContext as stable (#15330)

... (truncated)

Changelog

Sourced from go.opentelemetry.io/collector/pdata's changelog.

v1.60.0/v0.154.0

💡 Enhancements 💡

  • cmd/mdatagen: Handle numeric validators in generated config structs (#14806) Supported validators include minimum, maximum, exclusiveMinimum and exclusiveMaximum.
  • pkg/config/configtls: Add include_insecure_cipher_suites to configtls to enable insecure cipher suites. Insecure cipher suites are disabled by default for security. (#13829)
  • pkg/confighttp: Add ExposedHeaders field to CORSConfig to allow setting the Access-Control-Expose-Headers response header. (#15119)
Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the gomod-group group with 4 updates in the / directory: [github.com/Azure/go-amqp](https://github.com/Azure/go-amqp), [github.com/openkcm/api-sdk](https://github.com/openkcm/api-sdk), [github.com/openkcm/plugin-sdk](https://github.com/openkcm/plugin-sdk) and [go.opentelemetry.io/collector/pdata](https://github.com/open-telemetry/opentelemetry-collector).


Updates `github.com/Azure/go-amqp` from 1.6.0 to 1.7.0
- [Release notes](https://github.com/Azure/go-amqp/releases)
- [Changelog](https://github.com/Azure/go-amqp/blob/main/CHANGELOG.md)
- [Commits](Azure/go-amqp@v1.6.0...v1.7.0)

Updates `github.com/openkcm/api-sdk` from 0.17.0 to 0.18.0
- [Release notes](https://github.com/openkcm/api-sdk/releases)
- [Changelog](https://github.com/openkcm/api-sdk/blob/main/CHANGELOG.md)
- [Commits](openkcm/api-sdk@v0.17.0...v0.18.0)

Updates `github.com/openkcm/plugin-sdk` from 0.12.0 to 0.13.0
- [Release notes](https://github.com/openkcm/plugin-sdk/releases)
- [Changelog](https://github.com/openkcm/plugin-sdk/blob/main/CHANGELOG.md)
- [Commits](openkcm/plugin-sdk@v0.12.0...v0.13.0)

Updates `go.opentelemetry.io/collector/pdata` from 1.59.0 to 1.60.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector@pdata/v1.59.0...pdata/v1.60.0)

---
updated-dependencies:
- dependency-name: github.com/Azure/go-amqp
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-group
- dependency-name: github.com/openkcm/api-sdk
  dependency-version: 0.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-group
- dependency-name: github.com/openkcm/plugin-sdk
  dependency-version: 0.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-group
- dependency-name: go.opentelemetry.io/collector/pdata
  dependency-version: 1.60.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-group
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies go Pull requests that update go code labels Jun 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants