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 #1056

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 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.0
go.mondoo.com/cnspec/v10 10.5.0 10.6.0
go.mondoo.com/mondoo-go 0.0.0-20240213081402-ca514f6fe731 0.0.0-20240303102235-bc102d6ef0cb
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.0

Release notes

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

v10.6.0

What's Changed

New Contributors

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

Commits
  • 0b16e4b 🎉 arista-10.0.4, atlassian-10.0.4, aws-10.2.8, azure-10.2.5, equinix-10.2.5, ...
  • 6cb42a3 Minor typo fix in field description (#3485)
  • 2ebf319 ⭐️ Adding a new function to fetch the delivery channel and related info (aws...
  • ff1c0bf ⭐️ Added support for advanced selector (aws) (#3441)
  • e13f4f2 ⭐️ Added Trust relationship policy to the role (aws) (#3445)
  • 1326076 🧹 do not fail s3 buckets resource when no location found, warn and continue (...
  • 449d063 🧹 Update deps for cnquery and providers 20240304 (#3467)
  • e3bd33d 🐛 avoid accidental empty properties (#3465)
  • 2f1c166 🟢 add missing tests for typecasts (#3464)
  • 49857bb ⭐ add typemaps for simple types (#3463)
  • Additional commits viewable in compare view

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

Release notes

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

v10.6.0

What's Changed

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

Commits
  • b70240e Bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.9.1 to 1.10.0 (#1148)
  • e72ab2e 🧹 Bump cnquery to v10.6.0 (#1152)
  • 759838d 🐛 show scan errors (#1151)
  • ab79a43 ⚙️ Add timeout when sending message to a service bus. Set content type if rep...
  • d73371a ✨ Trigger cnspec bump in dependant repos (#1137)
  • See full diff in compare view

Updates go.mondoo.com/mondoo-go from 0.0.0-20240213081402-ca514f6fe731 to 0.0.0-20240303102235-bc102d6ef0cb

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.0` |
| [go.mondoo.com/cnspec/v10](https://github.com/mondoohq/cnspec) | `10.5.0` | `10.6.0` |
| [go.mondoo.com/mondoo-go](https://github.com/mondoohq/mondoo-go) | `0.0.0-20240213081402-ca514f6fe731` | `0.0.0-20240303102235-bc102d6ef0cb` |
| 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.0
- [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.0)

Updates `go.mondoo.com/cnspec/v10` from 10.5.0 to 10.6.0
- [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.0)

Updates `go.mondoo.com/mondoo-go` from 0.0.0-20240213081402-ca514f6fe731 to 0.0.0-20240303102235-bc102d6ef0cb
- [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 6, 2024
Copy link

github-actions bot commented Mar 6, 2024

Test Results

  1 files   -   8   46 suites   - 8   14s ⏱️ - 4h 6m 55s
273 tests  -  20  255 ✅  -  38  0 💤 ±0  18 ❌ +18 
273 runs   - 160  255 ✅  - 178  0 💤 ±0  18 ❌ +18 

For more details on these failures, see this check.

Results for commit f31b6fc. ± Comparison against base commit 0c63010.

This pull request removes 20 tests.
go.mondoo.com/mondoo-operator/tests/integration ‑ TestAuditConfigCustomNamespaceSuite
go.mondoo.com/mondoo-operator/tests/integration ‑ TestAuditConfigCustomNamespaceSuite/TestReconcile_Admission
go.mondoo.com/mondoo-operator/tests/integration ‑ TestAuditConfigCustomNamespaceSuite/TestReconcile_AdmissionMissingSA
go.mondoo.com/mondoo-operator/tests/integration ‑ TestAuditConfigCustomNamespaceSuite/TestReconcile_Containers
go.mondoo.com/mondoo-operator/tests/integration ‑ TestAuditConfigCustomNamespaceSuite/TestReconcile_KubernetesResources
go.mondoo.com/mondoo-operator/tests/integration ‑ TestAuditConfigCustomNamespaceSuite/TestReconcile_Nodes
go.mondoo.com/mondoo-operator/tests/integration ‑ TestAuditConfigOOMSuite
go.mondoo.com/mondoo-operator/tests/integration ‑ TestAuditConfigOOMSuite/TestOOMControllerReporting
go.mondoo.com/mondoo-operator/tests/integration ‑ TestAuditConfigOOMSuite/TestOOMNodeScan
go.mondoo.com/mondoo-operator/tests/integration ‑ TestAuditConfigOOMSuite/TestOOMScanAPI
…

♻️ This comment has been updated with latest results.

@czunker czunker added the ok to test This will start our CI workflows for dependabot and fork PRs label Mar 7, 2024
@github-actions github-actions bot removed the ok to test This will start our CI workflows for dependabot and fork PRs label Mar 7, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 8, 2024

Superseded by #1058.

@dependabot dependabot bot closed this Mar 8, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/gomodupdates-3073ba1519 branch March 8, 2024 08:33
@github-actions github-actions bot locked and limited conversation to collaborators Mar 8, 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.

1 participant