Skip to content

build(deps): bump the go-dependencies group across 1 directory with 8 updates#95

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go-dependencies-95d3dd8f16
Open

build(deps): bump the go-dependencies group across 1 directory with 8 updates#95
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go-dependencies-95d3dd8f16

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 5, 2026

Bumps the go-dependencies group with 5 updates in the / directory:

Package From To
github.com/go-openapi/runtime 0.29.2 0.29.5
github.com/prometheus/alertmanager 0.30.1 0.32.1
github.com/prometheus/prometheus 0.307.3 0.311.3
k8s.io/api 0.35.4 0.36.0
k8s.io/client-go 0.35.4 0.36.0

Updates github.com/go-openapi/runtime from 0.29.2 to 0.29.5

Release notes

Sourced from github.com/go-openapi/runtime's releases.

v0.29.5

0.29.5 - 2026-05-04

Full Changelog: go-openapi/runtime@v0.29.4...v0.29.5

10 commits in this release.


Implemented enhancements

  • feat(client): prefer multipart and support url-encoded file uploads by @​fredbi in #428 ...

Fixed bugs

Documentation

Miscellaneous tasks

Updates


People who contributed to this release


New Contributors

... (truncated)

Commits
  • 316127b chore: prepare release v0.29.5
  • d7fb83c feat(client): prefer multipart and support url-encoded file uploads (#428)
  • 1114423 fix(statuses): align http status text with current standard (#427)
  • c69b34d fix(validation): match content-type with MIME parameters (#426)
  • dd5f9c7 fix(auth): detect nil interface vs nil interface (#425)
  • 8b594b4 doc: aligned docs with org-level docs (#424)
  • 32bf6a0 doc: updated contributors file
  • 8fe7420 fix: handle literal colons in URL paths for denco router (#422)
  • 5b8c120 build(deps): bump the go-openapi-dependencies group across 2 directories with...
  • 57116dd doc: updated contributors file
  • Additional commits viewable in compare view

Updates github.com/go-openapi/strfmt from 0.25.0 to 0.26.2

Release notes

Sourced from github.com/go-openapi/strfmt's releases.

v0.26.2

0.26.2 - 2026-04-29

Full Changelog: go-openapi/strfmt@v0.26.1...v0.26.2

13 commits in this release.


Documentation

Performance

Miscellaneous tasks

Updates

  • build(deps): bump the other-dependencies group across 2 directories with 2 updates by @​dependabot[bot] in #245 ...
  • build(deps): bump the development-dependencies group with 8 updates by @​dependabot[bot] in #242 ...
  • build(deps): bump golang.org/x/net from 0.52.0 to 0.53.0 in the golang-org-dependencies group across 1 directory by @​dependabot[bot] in #241 ...
  • build(deps): bump github.com/jackc/pgx/v5 from 5.8.0 to 5.9.1 in /internal/testintegration in the other-dependencies group across 1 directory by @​dependabot[bot] in #240 ...
  • build(deps): bump the go-openapi-dependencies group across 2 directories with 1 update by @​dependabot[bot] in #238 ...
  • build(deps): bump golang.org/x/net from 0.50.0 to 0.52.0 in the golang-org-dependencies group across 1 directory by @​dependabot[bot] in #228 ...

People who contributed to this release


strfmt license terms

[![License][license-badge]][license-url]

... (truncated)

Commits
  • fb29dd2 chore: prepare release v0.26.2
  • c8c1e4e doc: aligned docs with org-wide documentation. (#247)
  • ebb2f2f perf(duration): faster and stricter ParseDuration. (#246)
  • c09c1cd build(deps): bump the other-dependencies group across 2 directories with 2 up...
  • 1dfdf84 build(deps): bump the development-dependencies group with 8 updates
  • 290bce4 build(deps): bump golang.org/x/net
  • 49afd07 build(deps): bump github.com/jackc/pgx/v5 (#240)
  • b04e233 doc: updated contributors file
  • 9cdd252 build(deps): bump the go-openapi-dependencies group across 2 directories with...
  • 5b911b6 build(deps): bump golang.org/x/net
  • Additional commits viewable in compare view

Updates github.com/prometheus/alertmanager from 0.30.1 to 0.32.1

Release notes

Sourced from github.com/prometheus/alertmanager's releases.

0.32.1 / 2026-04-29

  • [BUGFIX] dispatcher: Fix issue with dispatching to a contended route. #5179
  • [BUGFIX] ui: Provide prebuilt ui assets in release. #5191
  • [ENHANCEMENT] ui: Support building artifacts in containers with Docker or Podman. #5102

0.32.1-rc.0 / 2026-04-27

  • [BUGFIX] dispatcher: Fix issue with dispatching to a contended route. #5179
  • [BUGFIX] ui: Provide prebuilt ui assets in release. #5191
  • [ENHANCEMENT] ui: Support building artifacts in containers with Docker or Podman. #5102

0.32.0 / 2026-04-08

  • [CHANGE] go get github.com/prometheus/alertmanager/ui will now fail as compiled UI assets are no longer checked into the repository. Downstream builds that rely on these assets being present in the source tree must now build the UI from source. #5113
  • [CHANGE] The '--enable-feature=auto-gomaxprocs' option is deprecated and will be removed in v0.33. This flag currently has no effect and can be safely removed from any startup scripts. #5090
  • [CHANGE] Update internal function signatures across multiple packages. This affects any project that integrates Alertmanager code.
  • [ENHANCEMENT] Add static asset caching. #5113
  • [ENHANCEMENT] Reduce memory allocations through pre-sizing collections and batch allocation. #5020
  • [ENHANCEMENT] Replace help with documentation in navigation bar. #4943
  • [ENHANCEMENT] docs(ha): Update high availability documentation. #5136
  • [ENHANCEMENT] docs: Add auth_secret_file for smtp in document. #5036
  • [ENHANCEMENT] docs: Add description for global telegram_bot_token. #5114
  • [ENHANCEMENT] docs: Add note about notifier timeouts. #5077
  • [ENHANCEMENT] docs: Fix force_implicit_tls config field name. #5030
  • [ENHANCEMENT] docs: Link community supported integrations. #4978
  • [ENHANCEMENT] docs: Remove duplicate header. #5034
  • [ENHANCEMENT] docs: Update mutual tls reference in high availability documentation. #5120
  • [ENHANCEMENT] tracing: Use noop spans when tracing disabled. #5118
  • [ENHANCEMENT] ui: Serve pre-compressed assets. #5133
  • [FEATURE] Add silence annotations. #4965
  • [FEATURE] Add silence logging option. #4163
  • [FEATURE] Add support for multiple matcher set silences. #4957
  • [FEATURE] Add the reason for notifying in dedup stage. #4971
  • [FEATURE] mattermost: Flatten attachments into top-level config. #5009
  • [FEATURE] mattermost: Support global webhook url. #4998
  • [FEATURE] slack: Add default color from template. #5014
  • [FEATURE] slack: Allow receiver to edit existing messages. #5007
  • [FEATURE] template: Add dict, map and append functions. #5093
  • [FEATURE] webhook: Add full payload templating support for notifier. #5011
  • [BUGFIX] config: Check for empty cluster tls client config. #5126
  • [BUGFIX] config: Don't crash upon reading empty config for notifier. #4979
  • [BUGFIX] config: Fix ipv6 address handling in hostport.string(). #5040
  • [BUGFIX] mattermost: Omit empty text field in notifications. #4985
  • [BUGFIX] telegram: Send fallback message when notification exceeds character limit. #5074
  • [BUGFIX] tracing: Properly shutdown tracer provider. #5131
  • [BUGFIX] ui: Fix escaping for matcher values with quotes. #4862
  • [BUGFIX] ui: Handle special chars in silence regex-matchers. #4942
  • [BUGFIX] ui: Support utf-8 label names in matchers. #5089

0.31.1 / 2026-02-11

  • [BUGFIX] docs: Fix email TLS configuration example. #4976
  • [BUGFIX] docs: Add telegram bot token options to global config docs. #4999

... (truncated)

Changelog

Sourced from github.com/prometheus/alertmanager's changelog.

0.32.1 / 2026-04-29

  • [BUGFIX] dispatcher: Fix issue with dispatching to a contended route. #5179
  • [BUGFIX] ui: Provide prebuilt ui assets in release. #5191
  • [ENHANCEMENT] ui: Support building artifacts in containers with Docker or Podman. #5102

0.32.0 / 2026-04-08

  • [CHANGE] go get github.com/prometheus/alertmanager/ui will now fail as compiled UI assets are no longer checked into the repository. Downstream builds that rely on these assets being present in the source tree must now build the UI from source. #5113
  • [CHANGE] The '--enable-feature=auto-gomaxprocs' option is deprecated and will be removed in v0.33. This flag currently has no effect and can be safely removed from any startup scripts. #5090
  • [CHANGE] Update internal function signatures across multiple packages. This affects any project that integrates Alertmanager code.
  • [ENHANCEMENT] Add static asset caching. #5113
  • [ENHANCEMENT] Reduce memory allocations through pre-sizing collections and batch allocation. #5020
  • [ENHANCEMENT] Replace help with documentation in navigation bar. #4943
  • [ENHANCEMENT] docs(ha): Update high availability documentation. #5136
  • [ENHANCEMENT] docs: Add auth_secret_file for smtp in document. #5036
  • [ENHANCEMENT] docs: Add description for global telegram_bot_token. #5114
  • [ENHANCEMENT] docs: Add note about notifier timeouts. #5077
  • [ENHANCEMENT] docs: Fix force_implicit_tls config field name. #5030
  • [ENHANCEMENT] docs: Link community supported integrations. #4978
  • [ENHANCEMENT] docs: Remove duplicate header. #5034
  • [ENHANCEMENT] docs: Update mutual tls reference in high availability documentation. #5120
  • [ENHANCEMENT] tracing: Use noop spans when tracing disabled. #5118
  • [ENHANCEMENT] ui: Serve pre-compressed assets. #5133
  • [FEATURE] Add silence annotations. #4965
  • [FEATURE] Add silence logging option. #4163
  • [FEATURE] Add support for multiple matcher set silences. #4957
  • [FEATURE] Add the reason for notifying in dedup stage. #4971
  • [FEATURE] mattermost: Flatten attachments into top-level config. #5009
  • [FEATURE] mattermost: Support global webhook url. #4998
  • [FEATURE] slack: Add default color from template. #5014
  • [FEATURE] slack: Allow receiver to edit existing messages. #5007
  • [FEATURE] template: Add dict, map and append functions. #5093
  • [FEATURE] webhook: Add full payload templating support for notifier. #5011
  • [BUGFIX] config: Check for empty cluster tls client config. #5126
  • [BUGFIX] config: Don't crash upon reading empty config for notifier. #4979
  • [BUGFIX] config: Fix ipv6 address handling in hostport.string(). #5040
  • [BUGFIX] mattermost: Omit empty text field in notifications. #4985
  • [BUGFIX] telegram: Send fallback message when notification exceeds character limit. #5074
  • [BUGFIX] tracing: Properly shutdown tracer provider. #5131
  • [BUGFIX] ui: Fix escaping for matcher values with quotes. #4862
  • [BUGFIX] ui: Handle special chars in silence regex-matchers. #4942
  • [BUGFIX] ui: Support utf-8 label names in matchers. #5089

0.31.1 / 2026-02-11

  • [BUGFIX] docs: Fix email TLS configuration example. #4976
  • [BUGFIX] docs: Add telegram bot token options to global config docs. #4999

0.31.0 / 2026-02-02

... (truncated)

Commits

Updates github.com/prometheus/prometheus from 0.307.3 to 0.311.3

Commits
  • eb173f5 Merge pull request #18594 from roidelapluie/roidelapluie/cut-rel-3.11.3
  • 5ba3545 Release 3.11.3
  • 26dae7f Merge pull request #18590 from roidelapluie/roidelapluie/azadsecret
  • ecbde5f Merge pull request #18588 from roidelapluie/roidelapluie/react-escape
  • 04055ee Merge pull request #18584 from roidelapluie/roidelapluie/snappylength
  • 38f23b9 ui: fix stored XSS in old UI heatmap chart tick labels
  • 5ccebcd remote/azuread: use Secret type for OAuth client_secret
  • 3273935 remote: validate snappy decoded length before allocation in read endpoint
  • f0f0fdd Merge pull request #18517 from roidelapluie/roidelapluie/cut-3.11.2
  • f08b983 Release 3.11.2
  • Additional commits viewable in compare view

Updates k8s.io/api from 0.35.4 to 0.36.0

Commits
  • 545bb97 Update dependencies to v0.36.0 tag
  • 879d396 Merge remote-tracking branch 'origin/master' into release-1.36
  • 030d81f Update github.com/moby/spdystream from v0.5.0 to v0.5.1
  • aef6eb6 Add granular authorization for DRA ResourceClaim status updates
  • 91061ea Merge pull request #136589 from tosi3k/preemption-mode
  • e6b81e2 Add Workload-Aware Preemption fields to Workload and PodGroup APIs
  • f8fce2e Merge pull request #136989 from nojnhuh/podgroup-resourceclaim
  • b928f5e Workload API: PodGroup ResourceClaims (KEP-5729)
  • 61bd78e Merge pull request #137190 from everpeace/KEP-5491-alpha
  • 6bf46eb Merge pull request #137028 from nmn3m/feature/dra-resource-pool-status
  • Additional commits viewable in compare view

Updates k8s.io/apimachinery from 0.35.4 to 0.36.0

Commits
  • debe1eb Update dependencies to v0.36.0 tag
  • efb7f26 Merge remote-tracking branch 'origin/master' into release-1.36
  • d966e56 Update github.com/moby/spdystream from v0.5.0 to v0.5.1
  • 79b3632 Merge pull request #137864 from yongruilin/dv-dra-mismatch
  • a8822f7 Add slice and map union member support with tests
  • 7dba2d0 Use IsZero instead of IsNil for union ratcheting check
  • d95710f Fix union validation ratcheting when oldObj is nil
  • 729062d Merge pull request #137849 from bryantbiggs/deps/update-kube-openapi
  • 13b12e6 dependencies: bump kube-openapi to drop ginkgo/gomega indirect deps
  • 27f4670 Merge pull request #136657 from Jefftree/sharding-test
  • Additional commits viewable in compare view

Updates k8s.io/client-go from 0.35.4 to 0.36.0

Commits
  • 1d95f02 Update dependencies to v0.36.0 tag
  • f22a53e Merge remote-tracking branch 'origin/master' into release-1.36
  • a948641 Update github.com/moby/spdystream from v0.5.0 to v0.5.1
  • 7e44ffc Add Workload-Aware Preemption fields to Workload and PodGroup APIs
  • df2d882 Merge pull request #136989 from nojnhuh/podgroup-resourceclaim
  • 4eece52 Workload API: PodGroup ResourceClaims (KEP-5729)
  • 3d35c51 Merge pull request #137190 from everpeace/KEP-5491-alpha
  • 0434117 Merge pull request #137028 from nmn3m/feature/dra-resource-pool-status
  • ba785be Drop CSR analogy, mark ObjectMeta +required,reduce limits (maxItems=500, maxL...
  • 4a9c878 Add ResourcePoolStatusRequest API types and generated code
  • Additional commits viewable in compare view

Updates k8s.io/utils from 0.0.0-20251002143259-bc988d571ff4 to 0.0.0-20260210185600-b8788abfbbc2

Commits

@dependabot dependabot Bot requested a review from a team May 5, 2026 14:51
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 5, 2026
@openshift-ci openshift-ci Bot requested review from saswatamcode and tremes May 5, 2026 14:51
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented May 5, 2026

[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 saswatamcode for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented May 5, 2026

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a rhobs 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.

Details

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.

… updates

Bumps the go-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/go-openapi/runtime](https://github.com/go-openapi/runtime) | `0.29.2` | `0.29.5` |
| [github.com/prometheus/alertmanager](https://github.com/prometheus/alertmanager) | `0.30.1` | `0.32.1` |
| [github.com/prometheus/prometheus](https://github.com/prometheus/prometheus) | `0.307.3` | `0.311.3` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.35.4` | `0.36.0` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.35.4` | `0.36.0` |



Updates `github.com/go-openapi/runtime` from 0.29.2 to 0.29.5
- [Release notes](https://github.com/go-openapi/runtime/releases)
- [Commits](go-openapi/runtime@v0.29.2...v0.29.5)

Updates `github.com/go-openapi/strfmt` from 0.25.0 to 0.26.2
- [Release notes](https://github.com/go-openapi/strfmt/releases)
- [Commits](go-openapi/strfmt@v0.25.0...v0.26.2)

Updates `github.com/prometheus/alertmanager` from 0.30.1 to 0.32.1
- [Release notes](https://github.com/prometheus/alertmanager/releases)
- [Changelog](https://github.com/prometheus/alertmanager/blob/main/CHANGELOG.md)
- [Commits](prometheus/alertmanager@v0.30.1...v0.32.1)

Updates `github.com/prometheus/prometheus` from 0.307.3 to 0.311.3
- [Release notes](https://github.com/prometheus/prometheus/releases)
- [Changelog](https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md)
- [Commits](prometheus/prometheus@v0.307.3...v0.311.3)

Updates `k8s.io/api` from 0.35.4 to 0.36.0
- [Commits](kubernetes/api@v0.35.4...v0.36.0)

Updates `k8s.io/apimachinery` from 0.35.4 to 0.36.0
- [Commits](kubernetes/apimachinery@v0.35.4...v0.36.0)

Updates `k8s.io/client-go` from 0.35.4 to 0.36.0
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.35.4...v0.36.0)

Updates `k8s.io/utils` from 0.0.0-20251002143259-bc988d571ff4 to 0.0.0-20260210185600-b8788abfbbc2
- [Commits](https://github.com/kubernetes/utils/commits)

---
updated-dependencies:
- dependency-name: github.com/go-openapi/runtime
  dependency-version: 0.29.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/go-openapi/strfmt
  dependency-version: 0.26.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/prometheus/alertmanager
  dependency-version: 0.32.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/prometheus/prometheus
  dependency-version: 0.311.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: k8s.io/api
  dependency-version: 0.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: k8s.io/client-go
  dependency-version: 0.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: k8s.io/utils
  dependency-version: 0.0.0-20260210185600-b8788abfbbc2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/go-dependencies-95d3dd8f16 branch from d809cce to f89527c Compare May 7, 2026 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code needs-ok-to-test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants