Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the github-dependencies group with 4 updates #14240

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2024

Bumps the github-dependencies group with 4 updates: github.com/IBM/keyprotect-go-client, github.com/aws/aws-sdk-go, github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring and github.com/prometheus-operator/prometheus-operator/pkg/client.

Updates github.com/IBM/keyprotect-go-client from 0.13.0 to 0.14.0

Release notes

Sourced from github.com/IBM/keyprotect-go-client's releases.

v0.14.0

Allow instance policy attributes to be optionally specified

v0.13.1

Fix disable KeyCreateImportAccess and AllowedIP instance policy behavior (disregard attribute inputs per API requirement)

Commits

Updates github.com/aws/aws-sdk-go from 1.53.0 to 1.53.5

Release notes

Sourced from github.com/aws/aws-sdk-go's releases.

Release v1.53.5 (2024-05-17)

Service Client Updates

  • service/application-autoscaling: Updates service API
  • service/codebuild: Updates service API and documentation
    • Aws CodeBuild now supports 36 hours build timeout
  • service/elasticloadbalancingv2: Updates service API and documentation
  • service/lakeformation: Updates service API and documentation
  • service/transfer: Updates service API and documentation
    • Enable use of CloudFormation traits in Smithy model to improve generated CloudFormation schema from the Smithy API model.

Release v1.53.4 (2024-05-16)

Service Client Updates

  • service/acm-pca: Updates service API and waiters
  • service/connect: Updates service documentation
  • service/kafka: Updates service API and documentation
  • service/mwaa: Updates service API and documentation
  • service/quicksight: Updates service API and documentation
    • This release adds DescribeKeyRegistration and UpdateKeyRegistration APIs to manage QuickSight Customer Managed Keys (CMK).
  • service/sagemaker: Updates service API and documentation
    • Introduced WorkerAccessConfiguration to SageMaker Workteam. This allows customers to configure resource access for workers in a workteam.
  • service/secretsmanager: Updates service API and documentation
    • Documentation updates for AWS Secrets Manager

Release v1.53.3 (2024-05-15)

Service Client Updates

  • service/bedrock-agent-runtime: Updates service documentation
  • service/codebuild: Updates service API and documentation
    • CodeBuild Reserved Capacity VPC Support
  • service/datasync: Updates service API
  • service/grafana: Updates service API, documentation, and paginators
  • service/medical-imaging: Updates service API and documentation
  • service/securityhub: Updates service API and documentation

Release v1.53.2 (2024-05-14)

Service Client Updates

  • service/connect: Updates service API, documentation, and paginators
  • service/s3: Updates service API and examples
    • Updated a few x-id in the http uri traits

Release v1.53.1 (2024-05-13)

... (truncated)

Commits

Updates github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.73.2 to 0.74.0

Release notes

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

0.74.0 / 2024-05-17

  • [CHANGE/BUGFIX] Change the proxyConnectHeader field of the proxy configuration in the ScrapeConfig CRD from a map of strings to a map of string slices. #6541
  • [CHANGE] Automatically set the GOMAXPROCS variable according to the CPU limits of the process cgroup. #6576
  • [FEATURE] Add support for the Nomad Service Discovery to the ScrapeConfig CRD. #6485
  • [FEATURE] Add relabelings field for Alertmanager's endpoints in the Prometheus CRD. #6467
  • [FEATURE] Add alertRelabelings field for the Alertmanager's endpoints in the Prometheus CRD. #6450
  • [FEATURE] Add support for the Azure SDK authentication to the Azure Service Discovery in the ScrapeConfig CRD. #6595
  • [FEATURE] Add support for the Azure SDK authentication to the remote-write configuration in the Prometheus and PrometheusAgent CRDs. #6596
  • [ENHANCEMENT] Add Go runtime scheduler metrics to the operator. #6563
  • [ENHANCEMENT] Add go_sync_mutex_wait_total_seconds_total metric to the operator. #6581
  • [BUGFIX] Allow templated strings for the responder's type in OpsGenie configuration. #6378
  • [BUGFIX] Fix nil pointer panic in the AlertmanagerConfig Webex receiver. #6582
  • [BUGFIX] Apply TLS scrape class settings to all PodMonitor, Probe and ScrapeConfig objects. #6573
Changelog

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

0.74.0 / 2024-05-17

  • [CHANGE/BUGFIX] Change the proxyConnectHeader field of the proxy configuration in the ScrapeConfig CRD from a map of strings to a map of string slices. #6541
  • [CHANGE] Automatically set the GOMAXPROCS variable according to the CPU limits of the process cgroup. #6576
  • [FEATURE] Add support for the Nomad Service Discovery to the ScrapeConfig CRD. #6485
  • [FEATURE] Add relabelings field for Alertmanager's endpoints in the Prometheus CRD. #6467
  • [FEATURE] Add alertRelabelings field for the Alertmanager's endpoints in the Prometheus CRD. #6450
  • [FEATURE] Add support for the Azure SDK authentication to the Azure Service Discovery in the ScrapeConfig CRD. #6595
  • [FEATURE] Add support for the Azure SDK authentication to the remote-write configuration in the Prometheus and PrometheusAgent CRDs. #6596
  • [ENHANCEMENT] Add Go runtime scheduler metrics to the operator. #6563
  • [ENHANCEMENT] Add go_sync_mutex_wait_total_seconds_total metric to the operator. #6581
  • [BUGFIX] Allow templated strings for the responder's type in OpsGenie configuration. #6378
  • [BUGFIX] Fix nil pointer panic in the AlertmanagerConfig Webex receiver. #6582
  • [BUGFIX] Apply TLS scrape class settings to all PodMonitor, Probe and ScrapeConfig objects. #6573
Commits
  • cd506c4 Merge pull request #6602 from simonpasquier/cut-0.74.0
  • ef34de2 chore: cut v0.74.0
  • 35340a6 [WIP] Feat: Add alert_relabel_configs to the Prometheus and PrometheusAgent...
  • 49472c7 Merge pull request #6491 from prometheus-operator/feature-flags
  • 282afa4 Merge pull request #6596 from slashpai/azure-sdk-rw
  • 6b1caac Add structure for feature flags
  • a7f0d26 Update promcfg.go
  • 3bea446 feat: support SDK auth in AzureAD RemoteWrite
  • f4b82d7 Merge pull request #6595 from slashpai/azure-sd
  • d24ff5b feat: support SDK auth in AzureSD
  • Additional commits viewable in compare view

Updates github.com/prometheus-operator/prometheus-operator/pkg/client from 0.73.2 to 0.74.0

Release notes

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

0.74.0 / 2024-05-17

  • [CHANGE/BUGFIX] Change the proxyConnectHeader field of the proxy configuration in the ScrapeConfig CRD from a map of strings to a map of string slices. #6541
  • [CHANGE] Automatically set the GOMAXPROCS variable according to the CPU limits of the process cgroup. #6576
  • [FEATURE] Add support for the Nomad Service Discovery to the ScrapeConfig CRD. #6485
  • [FEATURE] Add relabelings field for Alertmanager's endpoints in the Prometheus CRD. #6467
  • [FEATURE] Add alertRelabelings field for the Alertmanager's endpoints in the Prometheus CRD. #6450
  • [FEATURE] Add support for the Azure SDK authentication to the Azure Service Discovery in the ScrapeConfig CRD. #6595
  • [FEATURE] Add support for the Azure SDK authentication to the remote-write configuration in the Prometheus and PrometheusAgent CRDs. #6596
  • [ENHANCEMENT] Add Go runtime scheduler metrics to the operator. #6563
  • [ENHANCEMENT] Add go_sync_mutex_wait_total_seconds_total metric to the operator. #6581
  • [BUGFIX] Allow templated strings for the responder's type in OpsGenie configuration. #6378
  • [BUGFIX] Fix nil pointer panic in the AlertmanagerConfig Webex receiver. #6582
  • [BUGFIX] Apply TLS scrape class settings to all PodMonitor, Probe and ScrapeConfig objects. #6573
Changelog

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

0.74.0 / 2024-05-17

  • [CHANGE/BUGFIX] Change the proxyConnectHeader field of the proxy configuration in the ScrapeConfig CRD from a map of strings to a map of string slices. #6541
  • [CHANGE] Automatically set the GOMAXPROCS variable according to the CPU limits of the process cgroup. #6576
  • [FEATURE] Add support for the Nomad Service Discovery to the ScrapeConfig CRD. #6485
  • [FEATURE] Add relabelings field for Alertmanager's endpoints in the Prometheus CRD. #6467
  • [FEATURE] Add alertRelabelings field for the Alertmanager's endpoints in the Prometheus CRD. #6450
  • [FEATURE] Add support for the Azure SDK authentication to the Azure Service Discovery in the ScrapeConfig CRD. #6595
  • [FEATURE] Add support for the Azure SDK authentication to the remote-write configuration in the Prometheus and PrometheusAgent CRDs. #6596
  • [ENHANCEMENT] Add Go runtime scheduler metrics to the operator. #6563
  • [ENHANCEMENT] Add go_sync_mutex_wait_total_seconds_total metric to the operator. #6581
  • [BUGFIX] Allow templated strings for the responder's type in OpsGenie configuration. #6378
  • [BUGFIX] Fix nil pointer panic in the AlertmanagerConfig Webex receiver. #6582
  • [BUGFIX] Apply TLS scrape class settings to all PodMonitor, Probe and ScrapeConfig objects. #6573
Commits
  • cd506c4 Merge pull request #6602 from simonpasquier/cut-0.74.0
  • ef34de2 chore: cut v0.74.0
  • 35340a6 [WIP] Feat: Add alert_relabel_configs to the Prometheus and PrometheusAgent...
  • 49472c7 Merge pull request #6491 from prometheus-operator/feature-flags
  • 282afa4 Merge pull request #6596 from slashpai/azure-sdk-rw
  • 6b1caac Add structure for feature flags
  • a7f0d26 Update promcfg.go
  • 3bea446 feat: support SDK auth in AzureAD RemoteWrite
  • f4b82d7 Merge pull request #6595 from slashpai/azure-sd
  • d24ff5b feat: support SDK auth in AzureSD
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 github-dependencies group with 4 updates: [github.com/IBM/keyprotect-go-client](https://github.com/IBM/keyprotect-go-client), [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go), [github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring](https://github.com/prometheus-operator/prometheus-operator) and [github.com/prometheus-operator/prometheus-operator/pkg/client](https://github.com/prometheus-operator/prometheus-operator).


Updates `github.com/IBM/keyprotect-go-client` from 0.13.0 to 0.14.0
- [Release notes](https://github.com/IBM/keyprotect-go-client/releases)
- [Changelog](https://github.com/IBM/keyprotect-go-client/blob/master/CHANGELOG.md)
- [Commits](IBM/keyprotect-go-client@v0.13.0...v0.14.0)

Updates `github.com/aws/aws-sdk-go` from 1.53.0 to 1.53.5
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.53.0...v1.53.5)

Updates `github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring` from 0.73.2 to 0.74.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.73.2...v0.74.0)

Updates `github.com/prometheus-operator/prometheus-operator/pkg/client` from 0.73.2 to 0.74.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.73.2...v0.74.0)

---
updated-dependencies:
- dependency-name: github.com/IBM/keyprotect-go-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-dependencies
- dependency-name: github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: github.com/prometheus-operator/prometheus-operator/pkg/client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 20, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 27, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this May 27, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/github-dependencies-d009c48bf0 branch May 27, 2024 12:35
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants