Skip to content

deps(go): bump the go-dependencies group across 1 directory with 2 updates#924

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

deps(go): bump the go-dependencies group across 1 directory with 2 updates#924
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go-dependencies-19cabfeea9

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 23, 2026

Bumps the go-dependencies group with 2 updates in the / directory: github.com/onsi/gomega and github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring.

Updates github.com/onsi/gomega from 1.39.0 to 1.39.1

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.39.1

1.39.1

Update all dependencies. This auto-updated the required version of Go to 1.24, consistent with the fact that Go 1.23 has been out of support for almost six months.

Changelog

Sourced from github.com/onsi/gomega's changelog.

1.39.1

Update all dependencies. This auto-updated the required version of Go to 1.24, consistent with the fact that Go 1.23 has been out of support for almost six months.

Commits

Updates github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.89.0 to 0.90.0

Release notes

Sourced from github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring's releases.

0.90.0 / 2026-03-19

  • [CHANGE/BUGFIX] Validate that the remote-write URL scheme is either http or https. #8455
  • [FEATURE] Add --repair-policy-for-statefulsets CLI argument to the operator. It defines how the operator manages StatefulSet's pods stuck at an incorrect revision. Users running Kubernetes v1.35+ are encouraged to enable this feature (see troubleshooting guide). #8443
  • [FEATURE] Add schedulerName support to the Prometheus, PrometheusAgent, Alertmanager and ThanosRuler CRDs. #8451
  • [ENHANCEMENT] Add --web.tls-curves CLI argument to the operator and admission-webhook binaries. #8385
  • [ENHANCEMENT] Support minimum TLS version for Thanos gRPC servers. #8438
  • [ENHANCEMENT] Add version label to ThanosRuler pods. #8441
  • [ENHANCEMENT] Add messageText support for Slack receiver in AlertmanagerConfig CRD. #8374
  • [ENHANCEMENT] Add messageText support for Slack receiver in Alertmanager secret config. #8375
  • [ENHANCEMENT] Add forceImplicitTLS support for SMTP email config in Alertmanager secret config. #8384 #8404
  • [ENHANCEMENT] Add forceImplicitTLS support for SMTP email config in AlertmanagerConfig CRD. #8386
  • [ENHANCEMENT] Add forceImplicitTLS support for SMTP global config in Alertmanager secret config. #8405
  • [ENHANCEMENT] Add forceImplicitTLS support for SMTP global config in Alertmanager CRD. #8406
  • [ENHANCEMENT] Add support for global Telegram bot token in Alertmanager CRD. #8372
  • [ENHANCEMENT] Add chatIDFile support for Telegram receiver in Alertmanager secret config. #8376
  • [ENHANCEMENT] Add wechatAPISecretFile support in Alertmanager global config. #8377
  • [ENHANCEMENT] Add authSecretFile support for email config in Alertmanager secret config. #8396
  • [ENHANCEMENT] Add nested field support for PagerDuty description in Alertmanager secret config. #8402
  • [ENHANCEMENT] Add email threading support in Alertmanager secret config. #8388
  • [ENHANCEMENT] Add field and label selectors for ConfigMap watches. #8368
  • [ENHANCEMENT] Improve ScrapeConfig API consistency and validation. #8422
  • [BUGFIX] Fix ThanosRuler config resource status not being updated on initial StatefulSet creation. #8358
  • [BUGFIX] Preserve LastTransitionTime in Prometheus status conditions. #8346
  • [BUGFIX] Make Mattermost text field optional in AlertmanagerConfig CRD. #8363
  • [BUGFIX] Remove nil error wrapping in v1alpha1 duplicate receiver validation. #8379
  • [BUGFIX] Aggregate Available condition across Prometheus shards. #8434
  • [BUGFIX] Reconcile resources with inconsistent status. #8397
  • [BUGFIX] Fix namespace lister/watcher compatibility with Kubernetes v1.35 client-go. #8431
  • [BUGFIX] Fix missing OAuth2 field in IonosSDConfig generation. #8433
  • [BUGFIX] Fix missing fields in AzureSDConfig. #8444
  • [BUGFIX] Validate Microsoft Teams V2 URL in AlertmanagerConfig CRD. #8227
  • [BUGFIX] Fix labelmap relabel action rejecting valid replacement values with template variables for Prometheus 2.x. #8337
Changelog

Sourced from github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring's changelog.

0.90.0 / 2026-03-19

  • [CHANGE/BUGFIX] Validate that the remote-write URL scheme is either http or https. #8455
  • [FEATURE] Add --repair-policy-for-statefulsets CLI argument to the operator. It defines how the operator manages StatefulSet's pods stuck at an incorrect revision. Users running Kubernetes v1.35+ are encouraged to enable this feature (see troubleshooting guide). #8443
  • [FEATURE] Add schedulerName support to the Prometheus, PrometheusAgent, Alertmanager and ThanosRuler CRDs. #8451
  • [ENHANCEMENT] Add --web.tls-curves CLI argument to the operator and admission-webhook binaries. #8385
  • [ENHANCEMENT] Support minimum TLS version for Thanos gRPC servers. #8438
  • [ENHANCEMENT] Add version label to ThanosRuler pods. #8441
  • [ENHANCEMENT] Add messageText support for Slack receiver in AlertmanagerConfig CRD. #8374
  • [ENHANCEMENT] Add messageText support for Slack receiver in Alertmanager secret config. #8375
  • [ENHANCEMENT] Add forceImplicitTLS support for SMTP email config in Alertmanager secret config. #8384 #8404
  • [ENHANCEMENT] Add forceImplicitTLS support for SMTP email config in AlertmanagerConfig CRD. #8386
  • [ENHANCEMENT] Add forceImplicitTLS support for SMTP global config in Alertmanager secret config. #8405
  • [ENHANCEMENT] Add forceImplicitTLS support for SMTP global config in Alertmanager CRD. #8406
  • [ENHANCEMENT] Add support for global Telegram bot token in Alertmanager CRD. #8372
  • [ENHANCEMENT] Add chatIDFile support for Telegram receiver in Alertmanager secret config. #8376
  • [ENHANCEMENT] Add wechatAPISecretFile support in Alertmanager global config. #8377
  • [ENHANCEMENT] Add authSecretFile support for email config in Alertmanager secret config. #8396
  • [ENHANCEMENT] Add nested field support for PagerDuty description in Alertmanager secret config. #8402
  • [ENHANCEMENT] Add email threading support in Alertmanager secret config. #8388
  • [ENHANCEMENT] Add field and label selectors for ConfigMap watches. #8368
  • [ENHANCEMENT] Improve ScrapeConfig API consistency and validation. #8422
  • [BUGFIX] Fix ThanosRuler config resource status not being updated on initial StatefulSet creation. #8358
  • [BUGFIX] Preserve LastTransitionTime in Prometheus status conditions. #8346
  • [BUGFIX] Make Mattermost text field optional in AlertmanagerConfig CRD. #8363
  • [BUGFIX] Remove nil error wrapping in v1alpha1 duplicate receiver validation. #8379
  • [BUGFIX] Aggregate Available condition across Prometheus shards. #8434
  • [BUGFIX] Reconcile resources with inconsistent status. #8397
  • [BUGFIX] Fix namespace lister/watcher compatibility with Kubernetes v1.35 client-go. #8431
  • [BUGFIX] Fix missing OAuth2 field in IonosSDConfig generation. #8433
  • [BUGFIX] Fix missing fields in AzureSDConfig. #8444
  • [BUGFIX] Validate Microsoft Teams V2 URL in AlertmanagerConfig CRD. #8227
  • [BUGFIX] Fix labelmap relabel action rejecting valid replacement values with template variables for Prometheus 2.x. #8337
Commits
  • aa10182 Merge pull request #8454 from slashpai/cut-v0.90
  • 2e2f04e Update CHANGELOG.md
  • a2cf4b2 fix: regex validation (#8337)
  • f43c89b chore: cut v0.90.0
  • 31d47e0 Merge pull request #8455 from simonpasquier/ensure-http-scheme-for-rw
  • 9f35e53 Merge pull request #8456 from prometheus-operator/dependabot/go_modules/scrip...
  • 58e0400 build(deps): bump google.golang.org/grpc in /scripts
  • e7087ef change: validate remote-write URL's scheme
  • 1597c4e Merge pull request #8453 from slashpai/cut-0.90
  • 810dd65 fix: regex validation
  • Additional commits viewable in compare view

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

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 23, 2026

Labels

The following labels could not be found: release-note-none. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 23, 2026
@github-actions
Copy link
Copy Markdown
Contributor

👋 Thanks for your contribution!

This PR is from a fork, so OpenShift E2E (GPU) tests require approval to run.

For maintainers/admins: Comment /ok-to-test to approve and trigger OpenShift E2E on this PR, or /retest to re-run OpenShift E2E (e.g. after a failure or new commits).

For contributors: Please wait for a maintainer or admin to approve running the tests.

@mamy-CS
Copy link
Copy Markdown
Collaborator

mamy-CS commented Mar 25, 2026

/ok-to-test

@github-actions
Copy link
Copy Markdown
Contributor

🚀 OpenShift E2E — approve and run (/ok-to-test)

View the OpenShift E2E workflow run

@github-actions
Copy link
Copy Markdown
Contributor

GPU Pre-flight Check ✅

GPUs are available for e2e-openshift tests. Proceeding with deployment.

Resource Total Allocated Available
GPUs 50 27 23
Cluster Value
Nodes 16 (7 with GPUs)
Total CPU 993 cores
Total Memory 10383 Gi
GPUs required 4 (min) / 6 (recommended)

@dependabot dependabot bot force-pushed the dependabot/go_modules/go-dependencies-19cabfeea9 branch 2 times, most recently from c316696 to 97c2084 Compare April 6, 2026 10:49
…dates

Bumps the go-dependencies group with 2 updates in the / directory: [github.com/onsi/gomega](https://github.com/onsi/gomega) and [github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring](https://github.com/prometheus-operator/prometheus-operator).


Updates `github.com/onsi/gomega` from 1.39.0 to 1.39.1
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.39.0...v1.39.1)

Updates `github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring` from 0.89.0 to 0.90.0
- [Release notes](https://github.com/prometheus-operator/prometheus-operator/releases)
- [Changelog](https://github.com/prometheus-operator/prometheus-operator/blob/main/CHANGELOG.md)
- [Commits](prometheus-operator/prometheus-operator@v0.89.0...v0.90.0)

---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
  dependency-version: 1.39.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring
  dependency-version: 0.90.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/go-dependencies-19cabfeea9 branch from 97c2084 to b877672 Compare April 13, 2026 11:24
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant