-
Notifications
You must be signed in to change notification settings - Fork 33
chore(deps): Bump the production-dependencies group across 1 directory with 6 updates #448
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 the production-dependencies group across 1 directory with 6 updates #448
Conversation
…y with 6 updates Bumps the production-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.10.1` | `1.10.2` | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.33.5` | `0.34.2` | | [github.com/cyphar/filepath-securejoin](https://github.com/cyphar/filepath-securejoin) | `0.5.1` | `0.6.1` | | [github.com/docker/cli](https://github.com/docker/cli) | `29.0.3+incompatible` | `29.1.2+incompatible` | | [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.18.1` | `1.18.2` | | [github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring](https://github.com/prometheus-operator/prometheus-operator) | `0.85.0` | `0.87.0` | Updates `github.com/spf13/cobra` from 1.10.1 to 1.10.2 - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.10.1...v1.10.2) Updates `k8s.io/apimachinery` from 0.33.5 to 0.34.2 - [Commits](kubernetes/apimachinery@v0.33.5...v0.34.2) Updates `github.com/cyphar/filepath-securejoin` from 0.5.1 to 0.6.1 - [Release notes](https://github.com/cyphar/filepath-securejoin/releases) - [Changelog](https://github.com/cyphar/filepath-securejoin/blob/main/CHANGELOG.md) - [Commits](cyphar/filepath-securejoin@v0.5.1...v0.6.1) Updates `github.com/docker/cli` from 29.0.3+incompatible to 29.1.2+incompatible - [Commits](docker/cli@v29.0.3...v29.1.2) Updates `github.com/klauspost/compress` from 1.18.1 to 1.18.2 - [Release notes](https://github.com/klauspost/compress/releases) - [Commits](klauspost/compress@v1.18.1...v1.18.2) Updates `github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring` from 0.85.0 to 0.87.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.85.0...v0.87.0) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: k8s.io/apimachinery dependency-version: 0.34.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: github.com/cyphar/filepath-securejoin dependency-version: 0.6.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: github.com/docker/cli dependency-version: 29.1.2+incompatible dependency-type: indirect update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: github.com/klauspost/compress dependency-version: 1.18.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring dependency-version: 0.87.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Hi @dependabot[bot]. Thanks for your PR. PRs from untrusted users cannot be marked as trusted with I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the production-dependencies group with 6 updates in the / directory:
1.10.11.10.20.33.50.34.20.5.10.6.129.0.3+incompatible29.1.2+incompatible1.18.11.18.20.85.00.87.0Updates
github.com/spf13/cobrafrom 1.10.1 to 1.10.2Release notes
Sourced from github.com/spf13/cobra's releases.
Commits
88b30abchore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 (#2336)346d408fix: actions/setup-go v6 (#2337)fc81d20refactor: change minUsagePadding from var to const (#2325)117698arefactor: replace several vars with consts (#2328)e2dd29dAdd documentation for repeated flags functionality (#2316)0629892Fix linter (#2327)Updates
k8s.io/apimachineryfrom 0.33.5 to 0.34.2Commits
b72d93dMerge remote-tracking branch 'origin/master' into release-1.34cd8b91cclarify that staging repos are automatically published8c59599add pointer to CONTRIBUTING.md for more details on contributing, clarify read...ec3cea5link to what a staging repository ise4db694docs: clarify that this is a staging repository and not for direct contributions04507a3Merge pull request #132942 from thockin/kyaml50e39b1Merge pull request #132935 from benluddy/cbor-bump-custom-marshalers7d108e8Re-vendor sigs.k8s.io/yaml @ v1.6.058c4eb0Merge pull request #133130 from ylink-lfs/chore/residual_boolptr_removal38a24e6chore: residual boolptr and intptr removalUpdates
github.com/cyphar/filepath-securejoinfrom 0.5.1 to 0.6.1Release notes
Sourced from github.com/cyphar/filepath-securejoin's releases.
... (truncated)
Changelog
Sourced from github.com/cyphar/filepath-securejoin's changelog.
Commits
9c4135bVERSION: release 0.6.1d952befmerge v0.5.x branch into maindeb72a4CHANGELOG: fix unreleased links336bf8fmerge #87 into cyphar/filepath-securejoin:v0.5.x23c6e21VERSION: back to development6311ca8VERSION: release v0.5.291da803merge #86 into cyphar/filepath-securejoin:v0.5.x4dbce7cgopathrs: close the fd after dup in openat21eaadd6merge #85 into cyphar/filepath-securejoin:mainc1c2a53gopathrs: close the fd after dup in openat2Updates
github.com/docker/clifrom 29.0.3+incompatible to 29.1.2+incompatibleCommits
890dccaMerge pull request #6688 from vvoland/update-god544885update to go1.25.5c197aa7Merge pull request #6687 from thaJeztah/use_subtestsba683d8opts/swarmopts: use sub-tests0aedba5Merge pull request #6669 from vvoland/29-norcdd2be02gha/e2e: Switch to rc and 29 latest360952cMerge pull request #6680 from thaJeztah/bump_modules8fc15eaMerge pull request #6579 from dvdksn/doc-daemon-buildc-example1abfbf2vendor: github.com/moby/moby/client v0.2.1e0d30dbdocs: update buildgc example config to use new buildkit v0.17 optionsUpdates
github.com/klauspost/compressfrom 1.18.1 to 1.18.2Release notes
Sourced from github.com/klauspost/compress's releases.
Commits
444d5d9Fix invalid encoding on level 9 with single value input (#1115)503c028build(deps): bump github/codeql-action in the github-actions group (#1111)701ca28flate: reduce stateless allocations (#1106)e0b47ffUpdate changelogUpdates
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoringfrom 0.85.0 to 0.87.0Release notes
Sourced from github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring's releases.
Changelog
Sourced from github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring's changelog.
Commits
0ff52b3Cut 0.87.0 (#8109)ddbbdf4chore: cut v0.87.0d4e674cSkip medium.com links in mdox configurationd1ff82efeat: add support for monospace in pushoverConfig (#8018)df692bfFeat: set Azure Manage Identity Client ID default to empty value (#7815)3f31a1dMerge pull request #8105 from prometheus-operator/dependabot/go_modules/githu...5be255abuild(deps): bump github.com/prometheus/common from 0.67.2 to 0.67.3b128cbbchore: bump k8s dependencies to v0.34.2 (#8096)7300032chore: bump k8s dependencies to v0.34.2c8c9492chore: update golangci-lint version to v2.6.1 (#8093)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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