[bot] Bump openshift/prometheus-operator to v0.94.0 - #400
[bot] Bump openshift/prometheus-operator to v0.94.0#400openshift-monitoring-bot[bot] wants to merge 102 commits into
Conversation
Signed-off-by: dongjiang <dongjiang1989@126.com>
…x-tracingconfig-bug fix: correct invalid JSON struct tags in TracingConfig
Bumps [github.com/thanos-io/thanos](https://github.com/thanos-io/thanos) from 0.42.2 to 0.42.3. - [Release notes](https://github.com/thanos-io/thanos/releases) - [Changelog](https://github.com/thanos-io/thanos/blob/v0.42.3/CHANGELOG.md) - [Commits](thanos-io/thanos@v0.42.2...v0.42.3) --- updated-dependencies: - dependency-name: github.com/thanos-io/thanos dependency-version: 0.42.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps the github-actions-deps group with 1 update: [docker/login-action](https://github.com/docker/login-action). Updates `docker/login-action` from 4.5.2 to 4.6.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@371161b...dbcb813) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-deps ... Signed-off-by: dependabot[bot] <support@github.com>
…dependabot/go_modules/github.com/thanos-io/thanos-0.42.3 build(deps): bump github.com/thanos-io/thanos from 0.42.2 to 0.42.3
…dependabot/github_actions/github-actions-deps-6382876e44 build(deps): bump docker/login-action from 4.5.2 to 4.6.0 in the github-actions-deps group
Bumps [github.com/prometheus-community/prom-label-proxy](https://github.com/prometheus-community/prom-label-proxy) from 0.14.0 to 0.15.0. - [Release notes](https://github.com/prometheus-community/prom-label-proxy/releases) - [Changelog](https://github.com/prometheus-community/prom-label-proxy/blob/main/CHANGELOG.md) - [Commits](prometheus-community/prom-label-proxy@v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: github.com/prometheus-community/prom-label-proxy dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…dependabot/go_modules/github.com/prometheus-community/prom-label-proxy-0.15.0 build(deps): bump github.com/prometheus-community/prom-label-proxy from 0.14.0 to 0.15.0
Signed-off-by: Hélia Barroso <helia_barroso@hotmail.com>
…rom_latest chore: update prometheus to latest 3.13.2
* Update thanos version to v0.42.4 Signed-off-by: dongjiang <dongjiang1989@126.com>
…ator-test-opsgenie feat: add OpsGenie test cases in operator_test.go
Bumps [github.com/prometheus/prometheus](https://github.com/prometheus/prometheus) from 0.313.1 to 0.313.2. - [Release notes](https://github.com/prometheus/prometheus/releases) - [Changelog](https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md) - [Commits](prometheus/prometheus@v0.313.1...v0.313.2) --- updated-dependencies: - dependency-name: github.com/prometheus/prometheus dependency-version: 0.313.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…dependabot/go_modules/github.com/prometheus/prometheus-0.313.2 build(deps): bump github.com/prometheus/prometheus from 0.313.1 to 0.313.2
Signed-off-by: dongjiang <dongjiang1989@126.com>
…ver (prometheus-operator#8721) * alertmanager: add test cases for testing sns validations * alertmanager: update test file change method name
add more test cases to discord in operator_test.go
Signed-off-by: Artem Muterko <artem@sopho.tech>
…ator#8743) Signed-off-by: Artem Muterko <artem@sopho.tech>
This commit imports `time/tzdata` which embeds the timezone information in the binary (the Alertmanager controller depends on Alertmanager which may look up time locations when used in mute/active intervals). While not strictly required, it helps downstream consumers which may use scratch/distroless images not including zone information like traditional OSes do. Signed-off-by: Simon Pasquier <spasquie@redhat.com>
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
…-release chore: update RELEASE.md
…tzdata chore: embed timezone information
…eus-operator#8225) Co-authored-by: Varun Deep Saini <varun.23bcs10048@ms.sst.scaler.com>
to cover webhook config
move slack to new func
to extend coverage
add valid field config and add the success test case
rename cases
…-slack Feat: add test case for Alertmanager Config validation Slack receiver
Introduce named enum types for Hetzner, Docker Swarm, and OpenStack availability fields to align with other SD enums (e.g. OpenStackRole, ScalewayRole). The CRD accepts a single canonical PascalCase value per enum entry; the operator lowercases values when generating the Prometheus configuration. - HetznerSDConfig.Role: string -> HetznerRole (Hcloud, Robot) - DockerSwarmSDConfig.Role: string -> DockerSwarmRole (Services, Tasks, Nodes) - OpenStackSDConfig.Availability: *string -> *OpenStackAvailability (Public, Admin, Internal) Related-to prometheus-operator#8420 Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
Bumps the github-actions-deps group with 1 update: [helm/kind-action](https://github.com/helm/kind-action). Updates `helm/kind-action` from 1.14.0 to 1.15.0 - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](helm/kind-action@ef37e7f...06c1ae1) --- updated-dependencies: - dependency-name: helm/kind-action dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-deps ... Signed-off-by: dependabot[bot] <support@github.com>
…dependabot/github_actions/github-actions-deps-9ad6aaa7c1 build(deps): bump helm/kind-action from 1.14.0 to 1.15.0 in the github-actions-deps group
…etheus-operator#8789) Introduce named enum types for Hetzner, Docker Swarm, and OpenStack availability fields to align with other SD enums (e.g. OpenStackRole, ScalewayRole). The CRD accepts a single canonical PascalCase value per enum entry; the operator lowercases values when generating the Prometheus configuration. - HetznerSDConfig.Role: string -> HetznerRole (Hcloud, Robot) - DockerSwarmSDConfig.Role: string -> DockerSwarmRole (Services, Tasks, Nodes) - OpenStackSDConfig.Availability: *string -> *OpenStackAvailability (Public, Admin, Internal) Related-to prometheus-operator#8420 Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.22.0 to 0.23.0. - [Commits](golang/sync@v0.22.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/sync dependency-version: 0.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…dependabot/go_modules/golang.org/x/sync-0.23.0 build(deps): bump golang.org/x/sync from 0.22.0 to 0.23.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.83.1 to 1.83.2. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.83.1...v1.83.2) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-version: 1.83.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…dependabot/go_modules/scripts/google.golang.org/grpc-1.83.2 build(deps): bump google.golang.org/grpc from 1.83.1 to 1.83.2 in /scripts
Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
chore: cut v0.94.0
v0.94.0
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
/lgtm |
|
@simonpasquier: This PR has been marked as verified by DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
|
Scheduling required tests: |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: openshift-monitoring-bot[bot], simonpasquier The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@openshift-monitoring-bot[bot]: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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. |
|
/hold |
Description
This is an automated version bump from CI.
The logs for this run can be found in the syncbot repo actions.