container-object-storage-interface-controller
container-object-storage-interface-controller copied to clipboard
chore(deps): bump the github-dependencies group across 1 directory with 2 updates
⚠️ Dependabot is rebasing this PR ⚠️
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps the github-dependencies group with 2 updates in the / directory: github.com/spf13/cobra and github.com/spf13/viper.
Updates github.com/spf13/cobra from 1.8.0 to 1.8.1
Release notes
Sourced from github.com/spf13/cobra's releases.
v1.8.1
✨ Features
- Add env variable to suppress completion descriptions on create by
@scopin spf13/cobra#1938🐛 Bug fixes
- Micro-optimizations by
@scopin spf13/cobra#1957🔧 Maintenance
- build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.3 to 2.0.4 by
@dependabotin spf13/cobra#2127- Consistent annotation names by
@nirsin spf13/cobra#2140- Remove fully inactivated linters by
@nirsin spf13/cobra#2148- Address golangci-lint deprecation warnings, enable some more linters by
@scopin spf13/cobra#2152🧪 Testing & CI/CD
- Add test for func in cobra.go by
@korovindenisin spf13/cobra#2094- ci: test golang 1.22 by
@cyrilicoin spf13/cobra#2113- Optimized and added more linting by
@scopin spf13/cobra#2099- build(deps): bump actions/setup-go from 4 to 5 by
@dependabotin spf13/cobra#2087- build(deps): bump actions/labeler from 4 to 5 by
@dependabotin spf13/cobra#2086- build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 by
@dependabotin spf13/cobra#2108- build(deps): bump actions/cache from 3 to 4 by
@dependabotin spf13/cobra#2102✏️ Documentation
- Fixes and docs for usage as plugin by
@nirsin spf13/cobra#2070- flags: clarify documentation that LocalFlags related function do not modify the state by
@niamsterin spf13/cobra#2064- chore: remove repetitive words by
@racerolein spf13/cobra#2122- Add LXC to the list of projects using Cobra
@VaradBelwalkarin spf13/cobra#2071- Update projects_using_cobra.md by
@marcuskohlbergin spf13/cobra#2089- [chore]: update projects using cobra by
@cmwylie19in spf13/cobra#2093- Add Taikun CLI to list of projects by
@Smidrain spf13/cobra#2098- Add Incus to the list of projects using Cobra by
@montag451in spf13/cobra#2118
... (truncated)
Commits
e94f6d0Address golangci-lint deprecation warnings, enable some more linters (#2152)8003b74Remove fully inactivated linters (#2148)5c2c1d6Consistent annotation names (#2140)5a1aceabuild(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.3 to 2.0.4 (#2127)0fc86c2docs: update user guide (#2128)6b5f577More linting (#2099)bd914e5fix: remove deprecated io/ioutils package (#2120)1f80fa2chore: remove repetitive words (#2122)c69ae4cci: test golang 1.22 (#2113)a30cee5build(deps): bump actions/cache from 3 to 4 (#2102)- Additional commits viewable in compare view
Updates github.com/spf13/viper from 1.18.2 to 1.19.0
Release notes
Sourced from github.com/spf13/viper's releases.
v1.19.0
What's Changed
Bug Fixes 🐛
- fix!: hide struct binding behind a feature flag by
@sagikazarmarkin spf13/viper#1720Dependency Updates ⬆️
- build(deps): bump github/codeql-action from 2.22.8 to 2.22.9 by
@dependabotin spf13/viper#1705- build(deps): bump actions/setup-go from 4.1.0 to 5.0.0 by
@dependabotin spf13/viper#1703- build(deps): bump github/codeql-action from 2.22.9 to 3.22.11 by
@dependabotin spf13/viper#1713- build(deps): bump github.com/pelletier/go-toml/v2 from 2.1.0 to 2.1.1 by
@dependabotin spf13/viper#1711- build(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 by
@dependabotin spf13/viper#1722- build(deps): bump github/codeql-action from 3.22.11 to 3.23.0 by
@dependabotin spf13/viper#1734- build(deps): bump actions/dependency-review-action from 3.1.4 to 3.1.5 by
@dependabotin spf13/viper#1731- build(deps): bump mheap/github-action-required-labels from 5.1.0 to 5.2.0 by
@dependabotin spf13/viper#1743- build(deps): bump github/codeql-action from 3.23.0 to 3.23.2 by
@dependabotin spf13/viper#1742- build(deps): bump actions/dependency-review-action from 3.1.5 to 4.0.0 by
@dependabotin spf13/viper#1739- build(deps): bump cachix/install-nix-action from 24 to 25 by
@dependabotin spf13/viper#1737- build(deps): bump github/codeql-action from 3.23.2 to 3.24.0 by
@dependabotin spf13/viper#1751- build(deps): bump github/codeql-action from 3.24.0 to 3.24.1 by
@dependabotin spf13/viper#1760- build(deps): bump actions/dependency-review-action from 4.0.0 to 4.1.0 by
@dependabotin spf13/viper#1761- build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 by
@dependabotin spf13/viper#1757- build(deps): bump mheap/github-action-required-labels from 5.2.0 to 5.3.0 by
@dependabotin spf13/viper#1759- build(deps): bump github/codeql-action from 3.24.1 to 3.24.3 by
@dependabotin spf13/viper#1763- build(deps): bump github.com/sagikazarmark/crypt from 0.17.0 to 0.18.0 by
@dependabotin spf13/viper#1774- build(deps): bump github/codeql-action from 3.24.3 to 3.24.5 by
@dependabotin spf13/viper#1770- build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by
@dependabotin spf13/viper#1776- build(deps): bump github/codeql-action from 3.24.5 to 3.24.6 by
@dependabotin spf13/viper#1775- build(deps): bump cachix/install-nix-action from 25 to 26 by
@dependabotin spf13/viper#1778- build(deps): bump actions/dependency-review-action from 4.1.0 to 4.1.3 by
@dependabotin spf13/viper#1767- build(deps): bump github/codeql-action from 3.24.6 to 3.24.9 by
@dependabotin spf13/viper#1790- build(deps): bump mheap/github-action-required-labels from 5.3.0 to 5.4.0 by
@dependabotin spf13/viper#1789- build(deps): bump actions/checkout from 4.1.1 to 4.1.2 by
@dependabotin spf13/viper#1780- build(deps): bump actions/dependency-review-action from 4.1.3 to 4.2.4 by
@dependabotin spf13/viper#1793- chore: upgrade crypt by
@sagikazarmarkin spf13/viper#1794- build(deps): bump github.com/pelletier/go-toml/v2 from 2.1.1 to 2.2.0 by
@dependabotin spf13/viper#1788- build(deps): bump actions/dependency-review-action from 4.2.4 to 4.2.5 by
@dependabotin spf13/viper#1796- build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.0 to 2.2.1 by
@dependabotin spf13/viper#1804- build(deps): bump github/codeql-action from 3.24.9 to 3.25.1 by
@dependabotin spf13/viper#1806- build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 by
@dependabotin spf13/viper#1807- build(deps): bump actions/checkout from 4.1.2 to 4.1.3 by
@dependabotin spf13/viper#1808- build(deps): bump actions/checkout from 4.1.3 to 4.1.4 by
@dependabotin spf13/viper#1813- build(deps): bump github/codeql-action from 3.25.1 to 3.25.2 by
@dependabotin spf13/viper#1811- build(deps): bump mheap/github-action-required-labels from 5.4.0 to 5.4.1 by
@dependabotin spf13/viper#1817- build(deps): bump actions/dependency-review-action from 4.2.5 to 4.3.2 by
@dependabotin spf13/viper#1821- build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.1 to 2.2.2 by
@dependabotin spf13/viper#1822- build(deps): bump actions/setup-go from 5.0.0 to 5.0.1 by
@dependabotin spf13/viper#1824- build(deps): bump github/codeql-action from 3.25.2 to 3.25.4 by
@dependabotin spf13/viper#1828- build(deps): bump golangci/golangci-lint-action from 4.0.0 to 6.0.1 by
@dependabotin spf13/viper#1829- build(deps): bump github/codeql-action from 3.25.4 to 3.25.7 by
@dependabotin spf13/viper#1844
... (truncated)
Commits
b9733f0build(deps): bump actions/checkout from 4.1.4 to 4.1.66ecc5c8build(deps): bump cachix/install-nix-action from 26 to 27248c6fdbuild(deps): bump github/codeql-action from 3.25.4 to 3.25.7abea773Update references to bketelsen/cryptf17acb4build(deps): bump golangci/golangci-lint-action from 4.0.0 to 6.0.18e285a5build(deps): bump github/codeql-action from 3.25.2 to 3.25.44017620build(deps): bump actions/setup-go from 5.0.0 to 5.0.1b67e814build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.1 to 2.2.24a182c7build(deps): bump actions/dependency-review-action from 4.2.5 to 4.3.245a0e12build(deps): bump mheap/github-action-required-labels- Additional commits viewable in compare view
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
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: dependabot[bot] Once this PR has been reviewed and has the lgtm label, please assign mukhoakash for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
Hi @dependabot[bot]. Thanks for your PR.
I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test label.
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.