replicatedhq / troubleshoot

Preflight Checks and Support Bundles Framework for Kubernetes Applications
https://troubleshoot.sh
Apache License 2.0
543 stars 93 forks source link

chore(deps): bump the security group with 4 updates #1558

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 4 months ago

Bumps the security group with 4 updates: github.com/microsoft/go-mssqldb, github.com/shirou/gopsutil/v3, github.com/spf13/viper and sigs.k8s.io/e2e-framework.

Updates github.com/microsoft/go-mssqldb from 1.7.1 to 1.7.2

Release notes

Sourced from github.com/microsoft/go-mssqldb's releases.

v1.7.2

Fixes regressions in handing of sql.Nullxxx types introduced by the Always Encrypted changes.

What's Changed

New Contributors

Full Changelog: https://github.com/microsoft/go-mssqldb/compare/v1.7.1...v1.7.2

Commits


Updates github.com/shirou/gopsutil/v3 from 3.24.4 to 3.24.5

Release notes

Sourced from github.com/shirou/gopsutil/v3's releases.

v3.24.5

What's Changed

cpu

process

Other Changes

New Contributors

Full Changelog: https://github.com/shirou/gopsutil/compare/v3.24.4...v3.24.5

Commits
  • 4336530 Merge pull request #1649 from shirou/feat/add_process_cwd_openbsd
  • cb52f7a Merge pull request #1651 from Dylan-M/aix_support
  • 125da53 Update the README charts with the AIX information
  • ff4ae36 Remove extraneous development note comments
  • df9c9bf Update min version in the readme to match new required min version.
  • 1d7b4a3 Revert accidental change of go version in go.mod (wasn't supposed to commit).
  • 9bf502f Fix logic errors, syntax errors, and typos
  • b133d60 Ignore host_aix_ppc64 for now
  • b4d95a4 Raise minimum go version to 1.18 (required by changes) and run go mod tidy
  • 0917790 Remove inappropriate package addition
  • 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 🐛

Dependency Updates ⬆️

... (truncated)

Commits
  • b9733f0 build(deps): bump actions/checkout from 4.1.4 to 4.1.6
  • 6ecc5c8 build(deps): bump cachix/install-nix-action from 26 to 27
  • 248c6fd build(deps): bump github/codeql-action from 3.25.4 to 3.25.7
  • abea773 Update references to bketelsen/crypt
  • f17acb4 build(deps): bump golangci/golangci-lint-action from 4.0.0 to 6.0.1
  • 8e285a5 build(deps): bump github/codeql-action from 3.25.2 to 3.25.4
  • 4017620 build(deps): bump actions/setup-go from 5.0.0 to 5.0.1
  • b67e814 build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.1 to 2.2.2
  • 4a182c7 build(deps): bump actions/dependency-review-action from 4.2.5 to 4.3.2
  • 45a0e12 build(deps): bump mheap/github-action-required-labels
  • Additional commits viewable in compare view


Updates sigs.k8s.io/e2e-framework from 0.3.0 to 0.4.0

Release notes

Sourced from sigs.k8s.io/e2e-framework's releases.

v0.4.0

Changes by Kind

Note: Requires minimum Go1.22.0

Feature

  • Added conditions.DaemonSetReady, a wait helper for determining a DaemonSet is ready. (#344, @​cartermckinnon) [SIG Testing]
  • Added a feature-gate argument to the supported flags that will enable setting ReverseTestFinishExecutionOrder so that Finish action can mimic t.Cleanup (#389, @​harshanarayana) [SIG Testing]
  • Added a way to create namespaces with custom labels and annotations (#382, @​Fricounet) [SIG Testing]
  • Dependencies update / Go upgrade to 1.22 and cleanup (#408, @​cpanato) [SIG Testing]

Bug or Regression

  • Fix a bug which both kwok and kind providers don't work expectedly when a cluster already exists. (#406, @​sanposhiho) [SIG Testing]
  • Fixed an issue with MutateAnnotations when the object had no existing annotations (#322, @​Smeb) [SIG Testing]
  • Fixes envconfg.RandomName() returning a string beginning with -` when an empty prefix is provided (#327, @​pmalek) [SIG Testing]
  • Gracefully exit when setup fails (#362, @​codegold79) [SIG Testing]
  • Stopped running the following assess if FailNow() was called during a test (#391, @​Fricounet) [SIG Testing]

Dependencies

Added

  • cloud.google.com/go/compute: v1.20.1
  • github.com/Azure/go-ansiterm: d185dfc
  • github.com/alecthomas/kingpin/v2: v2.3.2
  • github.com/alecthomas/units: b94a6e3
  • github.com/antlr/antlr4/runtime/Go/antlr/v4: 8188dc5
  • github.com/blang/semver/v4: v4.0.0
  • github.com/cenkalti/backoff/v4: v4.2.1
  • github.com/felixge/httpsnoop: v1.0.3
  • github.com/fxamacker/cbor/v2: v2.6.0
  • github.com/go-kit/log: v0.2.1
  • github.com/go-logfmt/logfmt: v0.5.1
  • github.com/go-logr/stdr: v1.2.2
  • github.com/google/cel-go: v0.17.8
  • github.com/google/gnostic-models: v0.6.8
  • github.com/grpc-ecosystem/grpc-gateway/v2: v2.16.0
  • github.com/inconshreveable/mousetrap: v1.1.0
  • github.com/jpillora/backoff: v1.0.0
  • github.com/julienschmidt/httprouter: v1.3.0
  • github.com/matttproud/golang_protobuf_extensions/v2: v2.0.0
  • github.com/moby/term: 1aeaba8
  • github.com/mwitkow/go-conntrack: 2f06839
  • github.com/spf13/cobra: v1.7.0
  • github.com/x448/float16: v0.8.4
  • github.com/xhit/go-str2duration/v2: v2.1.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.44.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc: v1.19.0

... (truncated)

Commits
  • 931c3c4 Merge pull request #418 from kubernetes-sigs/dependabot/github_actions/all-ed...
  • 6db355e Bump actions/checkout from 4.1.5 to 4.1.6 in the all group
  • 5ad8705 Merge pull request #417 from kubernetes-sigs/dependabot/go_modules/all-826210...
  • f0408fe Bump the all group across 1 directory with 5 updates
  • b1ad98c Merge pull request #416 from kubernetes-sigs/dependabot/github_actions/all-0d...
  • 3a43250 Bump goreleaser/goreleaser-action from 5.0.0 to 5.1.0 in the all group
  • 2135435 Merge pull request #408 from cpanato/updates
  • 93827e8 bump golangci-lint to 1.58.0
  • 041158b fix test
  • ba76f27 upgrade to go1.22 and update lints
  • 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 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
xavpaice commented 3 months ago

@dependabot recreate

dependabot[bot] commented 3 months ago

Looks like these dependencies are updatable in another way, so this is no longer needed.