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

chore(deps): bump golang.org/x/sys from 0.23.0 to 0.24.0 #1566

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 12, 2024

Bumps golang.org/x/sys from 0.23.0 to 0.24.0.

Commits
  • 914deed unix: add missing ETHTOOL_FLAG_ constants
  • 4c7077e windows: add enums for IpAdapterUnicastAddress
  • 29298aa windows: delete TestGetKeyboardLayout
  • See full diff in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.23.0 to 0.24.0.
- [Commits](golang/sys@v0.23.0...v0.24.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner August 12, 2024 11:43
@dependabot dependabot bot added the 🛠️ dependencies Pull requests that update a dependency file label Aug 12, 2024
@jkroepke jkroepke merged commit d7f052f into master Aug 12, 2024
10 checks passed
@jkroepke jkroepke deleted the dependabot/go_modules/golang.org/x/sys-0.24.0 branch August 12, 2024 12:24
mx-psi pushed a commit to open-telemetry/opentelemetry-collector-contrib that referenced this pull request Aug 19, 2024
…rter to v0.27.1 (#34332)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/prometheus-community/windows_exporter](https://github.com/prometheus-community/windows_exporter)
| `v0.25.1` -> `v0.27.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fprometheus-community%2fwindows_exporter/v0.27.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fprometheus-community%2fwindows_exporter/v0.27.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fprometheus-community%2fwindows_exporter/v0.25.1/v0.27.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fprometheus-community%2fwindows_exporter/v0.25.1/v0.27.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>prometheus-community/windows_exporter
(github.com/prometheus-community/windows_exporter)</summary>

###
[`v0.27.1`](https://github.com/prometheus-community/windows_exporter/releases/tag/v0.27.1)

[Compare
Source](https://github.com/prometheus-community/windows_exporter/compare/v0.27.0...v0.27.1)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### 🐞 Bug Fixes

- mssql: fix nil panic, if YAML file is used a configuration by
[@&#8203;jkroepke](https://github.com/jkroepke) in
[prometheus-community/windows_exporter#1570

##### 🛠️ Dependencies

- chore(deps): bump golang.org/x/sys from 0.23.0 to 0.24.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[prometheus-community/windows_exporter#1566

**Full Changelog**:
prometheus-community/windows_exporter@v0.27.0...v0.27.1

###
[`v0.27.0`](https://github.com/prometheus-community/windows_exporter/releases/tag/v0.27.0)

[Compare
Source](https://github.com/prometheus-community/windows_exporter/compare/v0.26.2...v0.27.0)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### 💥 Breaking Changes

- textfile: disable collector by default by
[@&#8203;jkroepke](https://github.com/jkroepke) in
[prometheus-community/windows_exporter#1560
- chore: Refactor Config Collector API by
[@&#8203;jkroepke](https://github.com/jkroepke) in
[prometheus-community/windows_exporter#1558
- cleanup collector APIs 1 by
[@&#8203;jkroepke](https://github.com/jkroepke) in
[prometheus-community/windows_exporter#1547

##### ✨ Exciting New Features

- chore: deprecate teradici_pcoip and vmware_blast collector by
[@&#8203;jkroepke](https://github.com/jkroepke) in
[prometheus-community/windows_exporter#1559

##### 🐞 Bug Fixes

- installer: do not enable V1 counters by default by
[@&#8203;jkroepke](https://github.com/jkroepke) in
[prometheus-community/windows_exporter#1555
- scheduled_task: do not report windows_scheduled_task_last_result for
task that never run before by
[@&#8203;jkroepke](https://github.com/jkroepke) in
[prometheus-community/windows_exporter#1562

##### 🛠️ Dependencies

- chore(deps): bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[prometheus-community/windows_exporter#1550
- chore(deps): bump golang.org/x/sys from 0.22.0 to 0.23.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[prometheus-community/windows_exporter#1549

**Full Changelog**:
prometheus-community/windows_exporter@v0.26.2...v0.27.0

###
[`v0.26.2`](https://github.com/prometheus-community/windows_exporter/releases/tag/v0.26.2)

[Compare
Source](https://github.com/prometheus-community/windows_exporter/compare/v0.26.1...v0.26.2)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### 🐞 Bug Fixes

- printer: expose config struct properties by
[@&#8203;jkroepke](https://github.com/jkroepke) in
[prometheus-community/windows_exporter#1545
- terminal_services: Fix "The operation completed successfully." error
by [@&#8203;jkroepke](https://github.com/jkroepke) in
[prometheus-community/windows_exporter#1548

**Full Changelog**:
prometheus-community/windows_exporter@v0.26.1...v0.26.2

###
[`v0.26.1`](https://github.com/prometheus-community/windows_exporter/releases/tag/v0.26.1)

[Compare
Source](https://github.com/prometheus-community/windows_exporter/compare/v0.26.0...v0.26.1)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### 🐞 Bug Fixes

- fix: CPU Collector % Cx Time mismatch by
[@&#8203;jkroepke](https://github.com/jkroepke) in
[prometheus-community/windows_exporter#1542
- logical_disk: Fix failed to get disk ID for dynamic volumes by
[@&#8203;jkroepke](https://github.com/jkroepke) in
[prometheus-community/windows_exporter#1544

##### 🛠️ Dependencies

- chore(deps): bump actions/stale from 8 to 9 by
[@&#8203;dependabot](https://github.com/dependabot) in
[prometheus-community/windows_exporter#1541

**Full Changelog**:
prometheus-community/windows_exporter@v0.26.0...v0.26.1

###
[`v0.26.0`](https://github.com/prometheus-community/windows_exporter/releases/tag/v0.26.0)

[Compare
Source](https://github.com/prometheus-community/windows_exporter/compare/v0.25.1...v0.26.0)

#### What's Changed

-
fix([#&#8203;1390](https://github.com/prometheus-community/windows_exporter/issues/1390)):
global kingpin instead of app var by
[@&#8203;DiniFarb](https://github.com/DiniFarb) in
[prometheus-community/windows_exporter#1397
- docs!: Remove support for EOL Windows versions by
[@&#8203;breed808](https://github.com/breed808) in
[prometheus-community/windows_exporter#1396
- Fix collector.process.iis flag by
[@&#8203;jaco-van-zyl-derivco](https://github.com/jaco-van-zyl-derivco)
in
[prometheus-community/windows_exporter#1416
- fix: Apply query filter to metrics by
[@&#8203;breed808](https://github.com/breed808) in
[prometheus-community/windows_exporter#1392
- Restore Windows 2012 support. by
[@&#8203;jkroepke](https://github.com/jkroepke) in
[prometheus-community/windows_exporter#1446
- installer: Disable Windows Firewall Exception by default. Can be
re-enabled with ADD_FIREWALL_EXCEPTION=yes by
[@&#8203;jkroepke](https://github.com/jkroepke) in
[prometheus-community/windows_exporter#1447
- Improvement: Add owner_node on resource and resourcegroup for
mscluster by [@&#8203;webalexeu](https://github.com/webalexeu) in
[prometheus-community/windows_exporter#1395
- Add label volume_name to logical_disk collector by
[@&#8203;aburtasov](https://github.com/aburtasov) in
[prometheus-community/windows_exporter#1442
- Implement a Windows application manifest by
[@&#8203;jkroepke](https://github.com/jkroepke) in
[prometheus-community/windows_exporter#1445
- Ability to disable debug endpoints by
[@&#8203;jkroepke](https://github.com/jkroepke) in
[prometheus-community/windows_exporter#1448
- Do not add "--web.listen-address" to service if default values are
provided by [@&#8203;jkroepke](https://github.com/jkroepke) in
[prometheus-community/windows_exporter#1452
- iis: Add IIS info metric by
[@&#8203;jkroepke](https://github.com/jkroepke) in
[prometheus-community/windows_exporter#1450
- perflib: enrich error message by
[@&#8203;jkroepke](https://github.com/jkroepke) in
[prometheus-community/windows_exporter#1460
- Remove landing page by
[@&#8203;jkroepke](https://github.com/jkroepke) in
[prometheus-community/windows_exporter#1471
- Remove unused `*prometheus.Desc` return value from collectors
`collect()` function by
[@&#8203;breed808](https://github.com/breed808) in
[prometheus-community/windows_exporter#1475
- Implementing smbclient collector by
[@&#8203;rob-scheepens](https://github.com/rob-scheepens) in
[prometheus-community/windows_exporter#1408
- Add: push docker images to dockerhub by
[@&#8203;jkroepke](https://github.com/jkroepke) in
[prometheus-community/windows_exporter#1469
- scheduled_task: Move OLE connection to collect function by
[@&#8203;jkroepke](https://github.com/jkroepke) in
[prometheus-community/windows_exporter#1451
- Enable process V1 performance counters by default by
[@&#8203;jkroepke](https://github.com/jkroepke) in
[prometheus-community/windows_exporter#1477
- Add new RemoteFX network metrics by
[@&#8203;truck0321](https://github.com/truck0321) in
[prometheus-community/windows_exporter#1489
- Add Printer Exporter by
[@&#8203;soheilrt](https://github.com/soheilrt) in
[prometheus-community/windows_exporter#1485
- feat: allow setting of exporter process priority by
[@&#8203;breed808](https://github.com/breed808) in
[prometheus-community/windows_exporter#1488
- Fix omission of RemoteFX Graphics metrics by
[@&#8203;benash](https://github.com/benash) in
[prometheus-community/windows_exporter#1511
- Fix timezone caching issues by
[@&#8203;jkroepke](https://github.com/jkroepke) in
[prometheus-community/windows_exporter#1499
- Service V2 collector by
[@&#8203;jkroepke](https://github.com/jkroepke) in
[prometheus-community/windows_exporter#1497
- Add label user to process collector by
[@&#8203;aburtasov](https://github.com/aburtasov) in
[prometheus-community/windows_exporter#1472
- Update collector.diskdrive.md by
[@&#8203;jacbo0112](https://github.com/jacbo0112) in
[prometheus-community/windows_exporter#1502
- fix(README.md): Corrected image links by
[@&#8203;FRFlo](https://github.com/FRFlo) in
[prometheus-community/windows_exporter#1533
- Add hostprocess image builds by
[@&#8203;jkroepke](https://github.com/jkroepke) in
[prometheus-community/windows_exporter#1507
- fix default value of collectors.dfsr.sources-enabled by
[@&#8203;jkroepke](https://github.com/jkroepke) in
[prometheus-community/windows_exporter#1506
- logical disk: Fix metrics for non drive letter disks by
[@&#8203;jkroepke](https://github.com/jkroepke) in
[prometheus-community/windows_exporter#1498
- printer collector: Use ENUM pattern for printer status by
[@&#8203;jkroepke](https://github.com/jkroepke) in
[prometheus-community/windows_exporter#1500
- license collector by [@&#8203;jkroepke](https://github.com/jkroepke)
in
[prometheus-community/windows_exporter#1524
- Add terminal service session info by
[@&#8203;jkroepke](https://github.com/jkroepke) in
[prometheus-community/windows_exporter#1525

#### New Contributors

- [@&#8203;Winter-py](https://github.com/Winter-py) made their first
contribution in
[prometheus-community/windows_exporter#1409
-
[@&#8203;jaco-van-zyl-derivco](https://github.com/jaco-van-zyl-derivco)
made their first contribution in
[prometheus-community/windows_exporter#1416
- [@&#8203;simon04](https://github.com/simon04) made their first
contribution in
[prometheus-community/windows_exporter#1401
- [@&#8203;webalexeu](https://github.com/webalexeu) made their first
contribution in
[prometheus-community/windows_exporter#1395
- [@&#8203;truck0321](https://github.com/truck0321) made their first
contribution in
[prometheus-community/windows_exporter#1489
- [@&#8203;jacbo0112](https://github.com/jacbo0112) made their first
contribution in
[prometheus-community/windows_exporter#1495
- [@&#8203;soheilrt](https://github.com/soheilrt) made their first
contribution in
[prometheus-community/windows_exporter#1485
- [@&#8203;benash](https://github.com/benash) made their first
contribution in
[prometheus-community/windows_exporter#1511
- [@&#8203;FRFlo](https://github.com/FRFlo) made their first
contribution in
[prometheus-community/windows_exporter#1533

**Full Changelog**:
prometheus-community/windows_exporter@v0.25.1...v0.26.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM4LjI2LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyIsInJlbm92YXRlYm90Il19-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
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