Skip to content

chore(deps): Bump kube from 0.93.1 to 0.96.0 - #23

Open
dependabot[bot] wants to merge 658 commits into
masterfrom
dependabot/cargo/kube-0.96.0
Open

chore(deps): Bump kube from 0.93.1 to 0.96.0#23
dependabot[bot] wants to merge 658 commits into
masterfrom
dependabot/cargo/kube-0.96.0

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubSep 7, 2025

Copy link
Copy Markdown
Contributor

Bumps kube from 0.93.1 to 0.96.0.

Release notes

Sourced from kube's releases.

0.96.0

Highlights

  • Features: webpki-roots added #1323, and predicates no longer require unstable-runtime#1578
  • Local auth: improve leniency/kubectl-alignment #1595, remove http proxy vars #1520
  • Dependencies: upgrades to tower and secrecy, and derivative swapped for educe

What's Changed

Added

Changed

Removed

Fixed

New Contributors

Full Changelog: kube-rs/kube@0.95.0...0.96.0

0.95.0

Kubernetes v1_31 support via k8s-openapi0.23

Please upgrade k8s-openapi along with kube to avoid conflicts.

New minimum versions: MSRV 1.77.2, MK8SV: 1.26

What's Changed

Changed

Full Changelog: kube-rs/kube@0.94.2...0.95.0

0.94.2

What's Changed

Fixes a runtime regression in watch_object.

Fixed

... (truncated)

Changelog

Sourced from kube's changelog.

0.96.0 / 2024-10-09

Highlights

  • Features: webpki-roots added #1323, and predicates no longer require unstable-runtime#1578
  • Local auth: improve leniency/kubectl-alignment #1595, remove http proxy vars #1520
  • Dependencies: upgrades to tower and secrecy, and derivative swapped for educe

What's Changed

Added

Changed

Removed

Fixed

0.95.0 / 2024-09-16

Kubernetes v1_31 support via k8s-openapi0.23

Please upgrade k8s-openapi along with kube to avoid conflicts.

New minimum versions: MSRV 1.77.2, MK8SV: 1.26

What's Changed

Changed

Full Changelog: kube-rs/kube@0.94.2...0.95.00.94.2 / 2024-09-13

What's Changed

Fixes a runtime regression in watch_object.

Fixed

0.94.1 / 2024-09-09

... (truncated)

Commits
  • 4d13cbd release 0.96.0
  • c01edb9 remove outdated comment about unstable feature use
  • 023ecc3 Merge pull request #1598 from nightkr/feature/objectref-from
  • 1ed864a Add ObjectRef::from as alias for ::from_obj
  • 62f95cd Stabilise runtime predicates (#1578)
  • 6688421 clippy fixes (#1596)
  • 3c3939f change auth behavior to match upstream on unknown/empty user - use null auth ...
  • 7920fc3 runtime: rename references from Flatten to Decode (#1520)
  • 27a2129 rustls: optionally use WebPKI roots to avoid panicking on Android & iOS (#1323)
  • bb9a44e Upgrades Tower to 0.5.1 (#1589)
  • Additional commits viewable 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)

thomasqueirozband others added 30 commits June 26, 2025 20:32
* Add source to integration.yml
* Fix dispatch_workflow
* Make checks part of needs
* Touch Cargo.toml
* Compile vdev in setup
* Revert Cargo.toml test
* Remove vdev build
---------
Co-authored-by: Pavlos Rontidis <pavlos.rontidis@gmail.com>
* fix(sources): make heroku_logs and demo_logs only output logs
* Add changelog
* Make changelog breaking
… (#23282)
Revert "fix(ci): require changes to run before downloading artifacts (#23281)"
This reverts commit 7f6c41e.
* Require changes before downloading artifacts
* Replace needs with an if
* feat(ci): add ability to specify checkout ref in msrv.yml
* Remove useless comment
* chore(deps): Bump nom from 7.1.3 to 8.0.0
Bumps [nom](https://github.com/rust-bakery/nom) from 7.1.3 to 8.0.0.
- [Changelog](https://github.com/rust-bakery/nom/blob/main/CHANGELOG.md)
- [Commits](rust-bakery/nom@7.1.3...8.0.0)
---
updated-dependencies:
- dependency-name: nom
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Use parse
* Remove deprecated tuple
* Add missing import
* Add nom to the workspace
* Fix tuple order from prev commit
* cargo vdev build licenses
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Thomas Schneider <thomas.schneider@datadoghq.com>
Co-authored-by: Pavlos Rontidis <pavlos.rontidis@gmail.com>
* chore(deps): Bump bollard from 0.16.1 to 0.17.0
Bumps [bollard](https://github.com/fussybeaver/bollard) from 0.16.1 to 0.17.0.
- [Release notes](https://github.com/fussybeaver/bollard/releases)
- [Commits](fussybeaver/bollard@v0.16.1...v0.17.0)
---
updated-dependencies:
- dependency-name: bollard
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Use new bollard APIs
* Update licenses
* Fix deprecation in tests
* Fix some tests but not all
* Make exclude_self part of integration test suite
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Thomas Schneider <thomas.schneider@datadoghq.com>
* chore(releasing): improve minor release documentation
* Add post release PR instructions
* Update .github/ISSUE_TEMPLATE/minor-release.md
* Update release steps
---------
Co-authored-by: Pavlos Rontidis <pavlos.rontidis@gmail.com>
* chore(deps): Bump governor from 0.7.0 to 0.8.1
Bumps [governor](https://github.com/boinkor-net/governor) from 0.7.0 to 0.8.1.
- [Release notes](https://github.com/boinkor-net/governor/releases)
- [Changelog](https://github.com/boinkor-net/governor/blob/master/release.toml)
- [Commits](boinkor-net/governor@v0.7.0...v0.8.1)
---
updated-dependencies:
- dependency-name: governor
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* cargo vdev build licenses
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Thomas Schneider <thomas.schneider@datadoghq.com>
Co-authored-by: Pavlos Rontidis <pavlos.rontidis@gmail.com>
* chore(deps): use connect_with_local_defaults for docker on all platforms
Signed-off-by: pigletfly <wangbing.adam@gmail.com>
fix
* Grab Cargo.* from master
---------
Co-authored-by: Thomas Schneider <thomas.schneider@datadoghq.com>
Co-authored-by: Pavlos Rontidis <pavlos.rontidis@gmail.com>
* chore(releasing): prepare v0.48.0 release (#23275)
* chore(releasing): Pinned VRL version to 0.25.0
* chore(releasing): Generated release CUE file
* chore(releasing): Updated website/cue/reference/administration/interfaces/kubectl.cue vector version to 0.48.0
* chore(releasing): Updated distribution/install.sh vector version to 0.48.0
* chore(releasing): Add 0.48.0 to versions.cue
* chore(releasing): Created release md file
* add release description
* set projected release date
* bump alpine version
* first round of improvements for each changelog
* add vrl query example
* update summary
* Apply suggestions from code review
Co-authored-by: Thomas <thomas.schneider@datadoghq.com>
---------
Co-authored-by: Thomas <thomas.schneider@datadoghq.com>
* Update to next version
* Revert VRL changes
* cargo vdev build manifests
---------
Co-authored-by: Pavlos Rontidis <pavlos.rontidis@gmail.com>
Bumps [proptest](https://github.com/proptest-rs/proptest) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/proptest-rs/proptest/releases)
- [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/proptest-rs/proptest/commits)
---
updated-dependencies:
- dependency-name: proptest
dependency-version: 1.7.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.14.0 to 0.15.0.
- [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md)
- [Commits](jeromefroe/lru-rs@0.14.0...0.15.0)
---
updated-dependencies:
- dependency-name: lru
dependency-version: 0.15.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
updated-dependencies:
- dependency-name: mock_instant
dependency-version: 0.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the patches group with 14 updates:
| Package | From | To |
| --- | --- | --- |
| [snafu](https://github.com/shepmaster/snafu) | `0.8.0` | `0.8.6` |
| [aws-runtime](https://github.com/smithy-lang/smithy-rs) | `1.5.7` | `1.5.8` |
| [aws-sigv4](https://github.com/smithy-lang/smithy-rs) | `1.3.2` | `1.3.3` |
| [aws-smithy-runtime-api](https://github.com/smithy-lang/smithy-rs) | `1.8.0` | `1.8.1` |
| [aws-smithy-types](https://github.com/smithy-lang/smithy-rs) | `1.3.1` | `1.3.2` |
| [async-compression](https://github.com/Nullus157/async-compression) | `0.4.24` | `0.4.25` |
| [h2](https://github.com/hyperium/h2) | `0.4.10` | `0.4.11` |
| [thread_local](https://github.com/Amanieu/thread_local-rs) | `1.1.8` | `1.1.9` |
| [libc](https://github.com/rust-lang/libc) | `0.2.172` | `0.2.174` |
| [wiremock](https://github.com/LukeMathWalker/wiremock-rs) | `0.6.3` | `0.6.4` |
| [memchr](https://github.com/BurntSushi/memchr) | `2.7.4` | `2.7.5` |
| [syn](https://github.com/dtolnay/syn) | `2.0.102` | `2.0.104` |
| [indicatif](https://github.com/console-rs/indicatif) | `0.17.11` | `0.17.12` |
| [owo-colors](https://github.com/owo-colors/owo-colors) | `4.2.1` | `4.2.2` |
Updates `snafu` from 0.8.0 to 0.8.6
- [Changelog](https://github.com/shepmaster/snafu/blob/main/CHANGELOG.md)
- [Commits](shepmaster/snafu@0.8.0...0.8.6)
Updates `aws-runtime` from 1.5.7 to 1.5.8
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits)
Updates `aws-sigv4` from 1.3.2 to 1.3.3
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits)
Updates `aws-smithy-runtime-api` from 1.8.0 to 1.8.1
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits)
Updates `aws-smithy-types` from 1.3.1 to 1.3.2
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits)
Updates `async-compression` from 0.4.24 to 0.4.25
- [Release notes](https://github.com/Nullus157/async-compression/releases)
- [Changelog](https://github.com/Nullus157/async-compression/blob/main/CHANGELOG.md)
- [Commits](Nullus157/async-compression@v0.4.24...v0.4.25)
Updates `h2` from 0.4.10 to 0.4.11
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md)
- [Commits](hyperium/h2@v0.4.10...v0.4.11)
Updates `thread_local` from 1.1.8 to 1.1.9
- [Release notes](https://github.com/Amanieu/thread_local-rs/releases)
- [Changelog](https://github.com/Amanieu/thread_local-rs/blob/master/CHANGELOG.md)
- [Commits](Amanieu/thread_local-rs@1.1.8...v1.1.9)
Updates `libc` from 0.2.172 to 0.2.174
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.174/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.172...0.2.174)
Updates `wiremock` from 0.6.3 to 0.6.4
- [Changelog](https://github.com/LukeMathWalker/wiremock-rs/blob/main/CHANGELOG.md)
- [Commits](LukeMathWalker/wiremock-rs@v0.6.3...v0.6.4)
Updates `memchr` from 2.7.4 to 2.7.5
- [Commits](BurntSushi/memchr@2.7.4...2.7.5)
Updates `syn` from 2.0.102 to 2.0.104
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.102...2.0.104)
Updates `indicatif` from 0.17.11 to 0.17.12
- [Release notes](https://github.com/console-rs/indicatif/releases)
- [Commits](console-rs/indicatif@0.17.11...0.17.12)
Updates `owo-colors` from 4.2.1 to 4.2.2
- [Release notes](https://github.com/owo-colors/owo-colors/releases)
- [Changelog](https://github.com/owo-colors/owo-colors/blob/main/CHANGELOG.md)
- [Commits](owo-colors/owo-colors@v4.2.1...v4.2.2)
---
updated-dependencies:
- dependency-name: snafu
dependency-version: 0.8.6
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: aws-runtime
dependency-version: 1.5.8
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: aws-sigv4
dependency-version: 1.3.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: aws-smithy-runtime-api
dependency-version: 1.8.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: aws-smithy-types
dependency-version: 1.3.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: async-compression
dependency-version: 0.4.25
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: h2
dependency-version: 0.4.11
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: thread_local
dependency-version: 1.1.9
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: libc
dependency-version: 0.2.174
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: wiremock
dependency-version: 0.6.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: memchr
dependency-version: 2.7.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: syn
dependency-version: 2.0.104
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: indicatif
dependency-version: 0.17.12
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: owo-colors
dependency-version: 4.2.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
updated-dependencies:
- dependency-name: security-framework
dependency-version: 3.2.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the aws group with 4 updates: [aws-sdk-kms](https://github.com/awslabs/aws-sdk-rust), [aws-sdk-secretsmanager](https://github.com/awslabs/aws-sdk-rust), [aws-sdk-sns](https://github.com/awslabs/aws-sdk-rust) and [aws-sdk-sts](https://github.com/awslabs/aws-sdk-rust).
Updates `aws-sdk-kms` from 1.65.0 to 1.75.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)
Updates `aws-sdk-secretsmanager` from 1.68.0 to 1.76.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)
Updates `aws-sdk-sns` from 1.65.0 to 1.73.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)
Updates `aws-sdk-sts` from 1.65.0 to 1.73.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)
---
updated-dependencies:
- dependency-name: aws-sdk-kms
dependency-version: 1.75.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: aws-sdk-secretsmanager
dependency-version: 1.76.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: aws-sdk-sns
dependency-version: 1.73.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: aws-sdk-sts
dependency-version: 1.73.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [roaring](https://github.com/RoaringBitmap/roaring-rs) from 0.10.12 to 0.11.0.
- [Release notes](https://github.com/RoaringBitmap/roaring-rs/releases)
- [Commits](RoaringBitmap/roaring-rs@v0.10.12...v0.11.0)
---
updated-dependencies:
- dependency-name: roaring
dependency-version: 0.11.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.9.0 to 2.10.0.
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.9.0...2.10.0)
---
updated-dependencies:
- dependency-name: indexmap
dependency-version: 2.10.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix(ci): install datadog-ci correctly
* should not need prune on each vm
* feat(website): navigation overhaul
* about -> introduction overhaul cont
* setup changes
* fix broken links
* fix more broken links
* fix broken link
…322)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.10.0 to 3.11.1.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@v3.10.0...v3.11.1)
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-version: 3.11.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
updated-dependencies:
- dependency-name: syslog_loose
dependency-version: 0.22.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabotBotand others added 24 commits September 2, 2025 17:49
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.20.0 to 3.21.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.20.0...v3.21.0)
---
updated-dependencies:
- dependency-name: tempfile
dependency-version: 3.21.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.10.0 to 2.11.0.
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.10.0...2.11.0)
---
updated-dependencies:
- dependency-name: indexmap
dependency-version: 2.11.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 4.2.4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@5a3ec84...0400d5f)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: 4.2.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.17.0 to 1.18.0.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.17.0...v1.18.0)
---
updated-dependencies:
- dependency-name: uuid
dependency-version: 1.18.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(vdev): prepare for crates.io
* tweaks
Bumps [notify](https://github.com/notify-rs/notify) from 8.1.0 to 8.2.0.
- [Release notes](https://github.com/notify-rs/notify/releases)
- [Changelog](https://github.com/notify-rs/notify/blob/main/CHANGELOG.md)
- [Commits](notify-rs/notify@notify-8.1.0...notify-8.2.0)
---
updated-dependencies:
- dependency-name: notify
dependency-version: 8.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* wip
* WIP2
* wip3
* ran cargo fmt
* refactoring otel source
* wip
* ran cargo fmt
* commit the otel proto desc
* refactoring
* fix re-build mess
* unrelated web-playground build fix
* avoid duplication in tests
* dbg tests
* dbg tests
* ran cargo fmt
* chore(dev): cargo vdev build licenses
* wip - cleanup
* ran cargo fmt
* chore(deps): cargo update -p vrl
* chore(dev): cargo vdev build licenses
* e2e - wip
* cleanup
* ran cargo fmt
* set default
* wip
* vdev cruft
* ran cargo fmt
* cleanup
* fix new config
* use JSON names - wip
* ran cargo fmt
* chore(dev): cargo vdev build licenses
* update VRL
* ran cargo fmt
* chore(dev): cargo vdev build licenses
* handle metrics too
* ran cargo fmt
* vrl update fixes
* ran cargo fmt
* wip
* chore(dev): cargo vdev build licenses
* fix typo and add first version of the changelog
* ran cargo fmt
* fix typo and add first version of the changelog
* add author
* Apply suggestions from code review
Co-authored-by: Ursula Chen <58821586+urseberry@users.noreply.github.com>
* tweaks to changelog
* gen comp docs
* fix changelog typo
---------
Co-authored-by: Ursula Chen <58821586+urseberry@users.noreply.github.com>
Bumps [syslog_loose](https://github.com/FungusHumungus/syslog-loose) from 0.22.0 to 0.23.0.
- [Changelog](https://github.com/StephenWakely/syslog-loose/blob/master/CHANGELOG.md)
- [Commits](StephenWakely/syslog-loose@v0.22.0...v0.23.0)
---
updated-dependencies:
- dependency-name: syslog_loose
dependency-version: 0.23.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat(vdev): introduce release workflow
* fix tag format
* fix fmt
* rmv extra newline
* remove defaults and update pkg-url to use the new tag pattern
* chore(ci): Bump github/codeql-action from 3.29.7 to 3.30.0
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.29.7 to 3.30.0.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@51f7732...2d92b76)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 3.30.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update .github/workflows/scorecard.yml
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Thomas <thomas.schneider@datadoghq.com>
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@74a5d14...184bdaa)
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-version: 3.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [netlink-packet-core](https://github.com/rust-netlink/netlink-packet-core) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/rust-netlink/netlink-packet-core/releases)
- [Changelog](https://github.com/rust-netlink/netlink-packet-core/blob/main/CHANGELOG)
- [Commits](rust-netlink/netlink-packet-core@v0.7.0...v0.8.0)
---
updated-dependencies:
- dependency-name: netlink-packet-core
dependency-version: 0.8.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pavlos Rontidis <pavlos.rontidis@gmail.com>
* chore(ci): simplify bootstrap-macos.sh
* revert cargo.lock changes
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@11bd719...08c6903)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 5.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.36.1 to 0.37.0.
- [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md)
- [Commits](GuillaumeGomez/sysinfo@v0.36.1...v0.37.0)
---
updated-dependencies:
- dependency-name: sysinfo
dependency-version: 0.37.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [security-framework](https://github.com/kornelski/rust-security-framework) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/kornelski/rust-security-framework/releases)
- [Commits](kornelski/rust-security-framework@v3.2.0...v3.3.0)
---
updated-dependencies:
- dependency-name: security-framework
dependency-version: 3.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* debug commit
* need to be on the workspace dir, not vdev
* revert unlrelated cargo.lock changes
* remove trailing lines
…s (#23721)
Bumps the patches group with 28 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [aws-runtime](https://github.com/smithy-lang/smithy-rs) | `1.5.9` | `1.5.10` |
| [async-compression](https://github.com/Nullus157/async-compression) | `0.4.27` | `0.4.30` |
| [bollard](https://github.com/fussybeaver/bollard) | `0.19.1` | `0.19.2` |
| [databend-client](https://github.com/databendlabs/bendsql) | `0.28.0` | `0.28.2` |
| [governor](https://github.com/boinkor-net/governor) | `0.10.0` | `0.10.1` |
| [h2](https://github.com/hyperium/h2) | `0.4.11` | `0.4.12` |
| [inventory](https://github.com/dtolnay/inventory) | `0.3.20` | `0.3.21` |
| [percent-encoding](https://github.com/servo/rust-url) | `2.3.1` | `2.3.2` |
| [redis](https://github.com/redis-rs/redis-rs) | `0.32.4` | `0.32.5` |
| [libc](https://github.com/rust-lang/libc) | `0.2.174` | `0.2.175` |
| [wiremock](https://github.com/LukeMathWalker/wiremock-rs) | `0.6.4` | `0.6.5` |
| [openssl-src](https://github.com/alexcrichton/openssl-src-rs) | `300.5.1+3.5.1` | `300.5.2+3.5.2` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.98` | `1.0.99` |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.88` | `0.1.89` |
| [cfg-if](https://github.com/rust-lang/cfg-if) | `1.0.1` | `1.0.3` |
| [clap](https://github.com/clap-rs/clap) | `4.5.42` | `4.5.47` |
| [glob](https://github.com/rust-lang/glob) | `0.3.2` | `0.3.3` |
| [regex](https://github.com/rust-lang/regex) | `1.11.1` | `1.11.2` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.142` | `1.0.143` |
| [snafu](https://github.com/shepmaster/snafu) | `0.8.6` | `0.8.9` |
| [toml](https://github.com/toml-rs/toml) | `0.9.4` | `0.9.5` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.18.0` | `1.18.1` |
| [memmap2](https://github.com/RazrFalcon/memmap2-rs) | `0.9.7` | `0.9.8` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.95` | `1.0.101` |
| [syn](https://github.com/dtolnay/syn) | `2.0.104` | `2.0.106` |
| [twox-hash](https://github.com/shepmaster/twox-hash) | `2.1.1` | `2.1.2` |
| [clap-verbosity-flag](https://github.com/clap-rs/clap-verbosity-flag) | `3.0.3` | `3.0.4` |
| [clap_complete](https://github.com/clap-rs/clap) | `4.5.55` | `4.5.57` |
Updates `aws-runtime` from 1.5.9 to 1.5.10
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits)
Updates `aws-credential-types` from 1.2.4 to 1.2.6
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits)
Updates `aws-sigv4` from 1.3.3 to 1.3.4
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits)
Updates `aws-smithy-http` from 0.62.2 to 0.62.3
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits)
Updates `aws-smithy-runtime` from 1.8.4 to 1.9.1
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits)
Updates `aws-smithy-runtime-api` from 1.8.5 to 1.9.0
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits)
Updates `async-compression` from 0.4.27 to 0.4.30
- [Release notes](https://github.com/Nullus157/async-compression/releases)
- [Commits](Nullus157/async-compression@v0.4.27...async-compression-v0.4.30)
Updates `bollard` from 0.19.1 to 0.19.2
- [Release notes](https://github.com/fussybeaver/bollard/releases)
- [Changelog](https://github.com/fussybeaver/bollard/blob/master/RELEASE.md)
- [Commits](fussybeaver/bollard@v0.19.1...v0.19.2)
Updates `databend-client` from 0.28.0 to 0.28.2
- [Release notes](https://github.com/databendlabs/bendsql/releases)
- [Commits](databendlabs/bendsql@v0.28.0...v0.28.2)
Updates `governor` from 0.10.0 to 0.10.1
- [Release notes](https://github.com/boinkor-net/governor/releases)
- [Changelog](https://github.com/boinkor-net/governor/blob/master/release.toml)
- [Commits](boinkor-net/governor@v0.10.0...v0.10.1)
Updates `h2` from 0.4.11 to 0.4.12
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md)
- [Commits](hyperium/h2@v0.4.11...v0.4.12)
Updates `inventory` from 0.3.20 to 0.3.21
- [Release notes](https://github.com/dtolnay/inventory/releases)
- [Commits](dtolnay/inventory@0.3.20...0.3.21)
Updates `percent-encoding` from 2.3.1 to 2.3.2
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](https://github.com/servo/rust-url/commits)
Updates `redis` from 0.32.4 to 0.32.5
- [Release notes](https://github.com/redis-rs/redis-rs/releases)
- [Commits](https://github.com/redis-rs/redis-rs/commits)
Updates `libc` from 0.2.174 to 0.2.175
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.175/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.174...0.2.175)
Updates `wiremock` from 0.6.4 to 0.6.5
- [Changelog](https://github.com/LukeMathWalker/wiremock-rs/blob/main/CHANGELOG.md)
- [Commits](LukeMathWalker/wiremock-rs@v0.6.4...v0.6.5)
Updates `openssl-src` from 300.5.1+3.5.1 to 300.5.2+3.5.2
- [Release notes](https://github.com/alexcrichton/openssl-src-rs/releases)
- [Commits](https://github.com/alexcrichton/openssl-src-rs/commits)
Updates `anyhow` from 1.0.98 to 1.0.99
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.98...1.0.99)
Updates `async-trait` from 0.1.88 to 0.1.89
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.88...0.1.89)
Updates `cfg-if` from 1.0.1 to 1.0.3
- [Release notes](https://github.com/rust-lang/cfg-if/releases)
- [Changelog](https://github.com/rust-lang/cfg-if/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cfg-if@v1.0.1...v1.0.3)
Updates `clap` from 4.5.42 to 4.5.47
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.42...clap_complete-v4.5.47)
Updates `glob` from 0.3.2 to 0.3.3
- [Release notes](https://github.com/rust-lang/glob/releases)
- [Changelog](https://github.com/rust-lang/glob/blob/master/CHANGELOG.md)
- [Commits](rust-lang/glob@v0.3.2...v0.3.3)
Updates `regex` from 1.11.1 to 1.11.2
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.11.1...1.11.2)
Updates `serde_json` from 1.0.142 to 1.0.143
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.142...v1.0.143)
Updates `snafu` from 0.8.6 to 0.8.9
- [Changelog](https://github.com/shepmaster/snafu/blob/main/CHANGELOG.md)
- [Commits](shepmaster/snafu@0.8.6...0.8.9)
Updates `toml` from 0.9.4 to 0.9.5
- [Commits](toml-rs/toml@toml-v0.9.4...toml-v0.9.5)
Updates `uuid` from 1.18.0 to 1.18.1
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.18.0...v1.18.1)
Updates `memmap2` from 0.9.7 to 0.9.8
- [Changelog](https://github.com/RazrFalcon/memmap2-rs/blob/master/CHANGELOG.md)
- [Commits](RazrFalcon/memmap2-rs@v0.9.7...v0.9.8)
Updates `proc-macro2` from 1.0.95 to 1.0.101
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.95...1.0.101)
Updates `syn` from 2.0.104 to 2.0.106
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.104...2.0.106)
Updates `twox-hash` from 2.1.1 to 2.1.2
- [Changelog](https://github.com/shepmaster/twox-hash/blob/main/CHANGELOG.md)
- [Commits](shepmaster/twox-hash@v2.1.1...v2.1.2)
Updates `clap-verbosity-flag` from 3.0.3 to 3.0.4
- [Changelog](https://github.com/clap-rs/clap-verbosity-flag/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap-verbosity-flag@v3.0.3...v3.0.4)
Updates `clap_complete` from 4.5.55 to 4.5.57
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.55...clap_complete-v4.5.57)
---
updated-dependencies:
- dependency-name: aws-runtime
dependency-version: 1.5.10
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: aws-credential-types
dependency-version: 1.2.6
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: aws-sigv4
dependency-version: 1.3.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: aws-smithy-http
dependency-version: 0.62.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: aws-smithy-runtime
dependency-version: 1.9.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: patches
- dependency-name: aws-smithy-runtime-api
dependency-version: 1.9.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: patches
- dependency-name: async-compression
dependency-version: 0.4.30
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: bollard
dependency-version: 0.19.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: databend-client
dependency-version: 0.28.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: governor
dependency-version: 0.10.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: h2
dependency-version: 0.4.12
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: inventory
dependency-version: 0.3.21
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: percent-encoding
dependency-version: 2.3.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: redis
dependency-version: 0.32.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: libc
dependency-version: 0.2.175
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: wiremock
dependency-version: 0.6.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: openssl-src
dependency-version: 300.5.2+3.5.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: anyhow
dependency-version: 1.0.99
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: async-trait
dependency-version: 0.1.89
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: cfg-if
dependency-version: 1.0.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: clap
dependency-version: 4.5.47
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: glob
dependency-version: 0.3.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: regex
dependency-version: 1.11.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: serde_json
dependency-version: 1.0.143
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: snafu
dependency-version: 0.8.9
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: toml
dependency-version: 0.9.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: uuid
dependency-version: 1.18.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: memmap2
dependency-version: 0.9.8
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: proc-macro2
dependency-version: 1.0.101
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: syn
dependency-version: 2.0.106
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: twox-hash
dependency-version: 2.1.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: clap-verbosity-flag
dependency-version: 3.0.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: clap_complete
dependency-version: 4.5.57
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pavlos Rontidis <pavlos.rontidis@gmail.com>
Each SMP experiment now requests 6 cpus instead of 7
…#23655)
* feat(config): Add support for v1.1 of datadog secrets manager
* Update docs generator to generate unconstrained types
- This is necessary as the secrets exec config now contains a member of
type `Value`
* Introduce new unit tests for the exec backend
* Add changelog file
* Stray line to format
* Rename mock exec script and make it executable
- That way its implementation can change without modifying the
executables call site in the code.
* Update src/secrets/exec.rs
* Install python 3.10 on windows CI runs
* Invoke python mock exec program via the python command
- Shebang invocation at top of script not working on windows builds
where python is installed and located at the path
* Revert "Install python 3.10 on windows CI runs"
This reverts commit c4f9570e6d51714ff01601401f7a50304815bba2.
* Reapply "Install python 3.10 on windows CI runs"
This reverts commit fb5120159928dbd90b5070df5aa132b7006e1850.
---------
Co-authored-by: Pavlos Rontidis <pavlos.rontidis@gmail.com>
Co-authored-by: Thomas <thomasqueirozb@gmail.com>
Bumps [kube](https://github.com/kube-rs/kube) from 0.93.1 to 0.96.0.
- [Release notes](https://github.com/kube-rs/kube/releases)
- [Changelog](https://github.com/kube-rs/kube/blob/main/CHANGELOG.md)
- [Commits](kube-rs/kube@0.93.1...0.96.0)
---
updated-dependencies:
- dependency-name: kube
dependency-version: 0.96.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabot@github

dependabotBot commented on behalf of githubSep 7, 2025

Copy link
Copy Markdown
ContributorAuthor

Labels

The following labels could not be found: domain: deps, no-changelog. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

20 participants

@thomasqueirozb@pront@pigletfly@rdwr-tomers@esensar@GreyLilac09@fbs@jorgehermo9@erlangparasu@nzxwang@pezkins@pm5@jszwedko@jchap-pnnl@graphcareful@ynachi@5Dev24@jlambatl@vladimir-dd@benjamin-awd