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

Bump the gomodupdates group with 5 updates #1058

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 8, 2024

Bumps the gomodupdates group with 5 updates:

Package From To
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring 0.71.2 0.72.0
go.mondoo.com/cnquery/v10 10.5.0 10.6.1
go.mondoo.com/cnspec/v10 10.5.0 10.6.1
go.mondoo.com/mondoo-go 0.0.0-20240213081402-ca514f6fe731 0.0.0-20240307081130-83b805182b6b
google.golang.org/protobuf 1.32.0 1.33.0

Updates github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.71.2 to 0.72.0

Release notes

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

0.72.0 / 2024-03-04

In this release, we want to highlight the addition of ScrapeClasses.

ScrapeClasses is an experimental feature that allows declaring multiple scrape configurations in the Prometheus/PrometheusAgent objects that can be consumed by selected scrape-related resources, like ScrapeConfig, ServiceMonitor, PodMonitor and Probes. Initial support only allows the declaration of TLS configuration, but we plan to extend ScrapeClasses with more options in the future, e.g. Authorization, relabelings and scrape protocols.

  • [FEATURE] Add ScrapeClasses to Prometheus, PrometheusAgent, ScrapeConfig, ServiceMonitor, PodMonitor and Probe CRDs. #6199
  • [FEATURE] Add the enableCompression field to the ScrapeConfig CRD. #6236
  • [FEATURE] Add DigitalOcean service discovery to the ScrapeConfig CRD. #6220
  • [FEATURE] Add support for scrapeProtocols to the ScrapeConfig, ServiceMonitor and PodMonitor CRDs. #6235 #6268
  • [FEATURE] Add support for NS records to the DNS service discovery in the ScrapeConfig CRD. #6235
  • [FEATURE] Add support for keepFiringFor in the ThanosRuler CRD. #6283
  • [ENHANCEMENT] Enable usage of sharding with ScrapeConfig. #6135
  • [BUGFIX] Correctly mount file subpaths in ThanosRuler CRD. #6243
  • [BUGFIX] Fix conversion of the continue field in AlertmanagerConfig between v1alpha1 and v1beta1 versions. #6282
  • [BUGFIX] Fix failure of metadata informers when processing deleted objects. #6298
Changelog

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

0.72.0 / 2024-02-23

In this release we want to highlight the addition of ScrapeClasses.

ScrapeClasses is an experimental feature that allows declaring multiple scrape configurations in the Prometheus/PrometheusAgent objects that can be consumed by selected scrape-related resources, like ScrapeConfig, ServiceMonitor, PodMonitor and Probes. Initial support only allows the declaration of TLS configuration, but we plan to extend ScrapeClasses with more options in the future, e.g. Authorization, relabelings and scrape protocols.

  • [FEATURE] Add ScrapeClasses to Prometheus, PrometheusAgent, ScrapeConfig, ServiceMonitor, PodMonitor and Probe CRDs. #6199
  • [FEATURE] Add the enableCompression field to the ScrapeConfig CRD. #6236
  • [FEATURE] Add DigitalOcean service discovery to the ScrapeConfig CRD. #6220
  • [FEATURE] Add support for scrapeProtocols to the ScrapeConfig, ServiceMonitor and PodMonitor CRDs. #6235 #6268
  • [FEATURE] Add support for NS records to the DNS service discovery in the ScrapeConfig CRD. #6235
  • [FEATURE] Add support for keepFiringFor in the ThanosRuler CRD. #6283
  • [ENHANCEMENT] Enable usage of sharding with ScrapeConfig. #6135
  • [BUGFIX] Correctly mount file subpaths in ThanosRuler CRD. #6243
  • [BUGFIX] Fix conversion of the continue field in AlertmanagerConfig between v1alpha1 and v1beta1 versions. #6282
  • [BUGFIX] Fix failure of metadata informers when processing deleted objects. #6298
Commits
  • 95e0561 Prepare 0.72 release (#6329)
  • 3b623e5 [FIX] scrape class regression (#6345)
  • a70f194 feat: adding scrape class (#6199)
  • aedd090 Merge pull request #6323 from prometheus-operator/update-prom-version
  • eae7763 Update Default Prometheus version
  • eeb84d1 Update default Thanos version (#6317)
  • b772f53 Merge pull request #6322 from prometheus-operator/dependabot/go_modules/githu...
  • c4583ce build(deps): bump github.com/prometheus/prometheus from 0.49.1 to 0.50.0
  • 6e6f78f Update go dependencies before release (#6315)
  • c493b12 Merge pull request #6313 from simonpasquier/bump-v0.29.2
  • Additional commits viewable in compare view

Updates go.mondoo.com/cnquery/v10 from 10.5.0 to 10.6.1

Release notes

Sourced from go.mondoo.com/cnquery/v10's releases.

v10.6.1

What's Changed

Full Changelog: mondoohq/cnquery@v10.6.0...v10.6.1

v10.6.0

What's Changed

New Contributors

Full Changelog: mondoohq/cnquery@v10.5.0...v10.6.0

Commits
  • 50e4098 🐛 fix incognito scans (#3518)
  • 1b98d7f ⭐️ delayed asset discovery (#3496)
  • f4d23a7 🐛 Provide platform family for vulnmgmt (#3462)
  • 54e3819 ✨ add isLastBatch to StoreResults (#3508)
  • f82f59d 🧹 Update deps for cnquery and providers 20240306 (#3510)
  • c199397 🎉 arista-10.1.0, atlassian-10.1.0, aws-10.3.0, azure-10.3.0, core-10.3.0, equ...
  • 56ee04f 🐛 fix conflicting id for aws ec2 instances (#3500)
  • 7f2f837 🧪 experimental: decayed + banded scoring (#3466)
  • eed1b07 ✨ use globally unique connection IDs for providers (#3492)
  • 8386e8c 🤖 Automatically create release PR for providers when cnquery is released (#3493)
  • Additional commits viewable in compare view

Updates go.mondoo.com/cnspec/v10 from 10.5.0 to 10.6.1

Release notes

Sourced from go.mondoo.com/cnspec/v10's releases.

v10.6.1

What's Changed

Full Changelog: mondoohq/cnspec@v10.6.0...v10.6.1

v10.6.0

What's Changed

Full Changelog: mondoohq/cnspec@v10.5.0...v10.6.0

Commits

Updates go.mondoo.com/mondoo-go from 0.0.0-20240213081402-ca514f6fe731 to 0.0.0-20240307081130-83b805182b6b

Commits

Updates google.golang.org/protobuf from 1.32.0 to 1.33.0

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 gomodupdates group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring](https://github.com/prometheus-operator/prometheus-operator) | `0.71.2` | `0.72.0` |
| [go.mondoo.com/cnquery/v10](https://github.com/mondoohq/cnquery) | `10.5.0` | `10.6.1` |
| [go.mondoo.com/cnspec/v10](https://github.com/mondoohq/cnspec) | `10.5.0` | `10.6.1` |
| [go.mondoo.com/mondoo-go](https://github.com/mondoohq/mondoo-go) | `0.0.0-20240213081402-ca514f6fe731` | `0.0.0-20240307081130-83b805182b6b` |
| google.golang.org/protobuf | `1.32.0` | `1.33.0` |


Updates `github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring` from 0.71.2 to 0.72.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.71.2...v0.72.0)

Updates `go.mondoo.com/cnquery/v10` from 10.5.0 to 10.6.1
- [Release notes](https://github.com/mondoohq/cnquery/releases)
- [Changelog](https://github.com/mondoohq/cnquery/blob/main/.goreleaser.yml)
- [Commits](mondoohq/cnquery@v10.5.0...v10.6.1)

Updates `go.mondoo.com/cnspec/v10` from 10.5.0 to 10.6.1
- [Release notes](https://github.com/mondoohq/cnspec/releases)
- [Changelog](https://github.com/mondoohq/cnspec/blob/main/.goreleaser.yml)
- [Commits](mondoohq/cnspec@v10.5.0...v10.6.1)

Updates `go.mondoo.com/mondoo-go` from 0.0.0-20240213081402-ca514f6fe731 to 0.0.0-20240307081130-83b805182b6b
- [Commits](https://github.com/mondoohq/mondoo-go/commits)

Updates `google.golang.org/protobuf` from 1.32.0 to 1.33.0

---
updated-dependencies:
- dependency-name: github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
- dependency-name: go.mondoo.com/cnquery/v10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
- dependency-name: go.mondoo.com/cnspec/v10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
- dependency-name: go.mondoo.com/mondoo-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomodupdates
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
...

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 Mar 8, 2024
Copy link

github-actions bot commented Mar 8, 2024

Test Results

0 tests   0 ✅  0s ⏱️
0 suites  0 💤
0 files    0 ❌

Results for commit 0350dc0.

Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 11, 2024

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

@dependabot dependabot bot closed this Mar 11, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/gomodupdates-0b57932a86 branch March 11, 2024 08:46
@github-actions github-actions bot locked and limited conversation to collaborators Mar 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.

0 participants