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 the common group with 29 updates #6741

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 22, 2024

Bumps the common group with 29 updates:

Package From To
github.com/Azure/azure-sdk-for-go/sdk/azcore 1.10.0 1.11.1
github.com/Azure/azure-sdk-for-go/sdk/azidentity 1.5.1 1.5.2
github.com/alicebob/miniredis/v2 2.31.1 2.32.1
github.com/antchfx/htmlquery 1.3.0 1.3.1
github.com/cheggaaa/pb/v3 3.1.4 3.1.5
github.com/containerd/containerd 1.7.16 1.7.17
github.com/fatih/color 1.16.0 1.17.0
github.com/go-git/go-git/v5 5.11.0 5.12.0
github.com/hashicorp/go-retryablehttp 0.7.5 0.7.6
github.com/hashicorp/hc-install 0.6.3 0.7.0
github.com/hashicorp/hcl/v2 2.19.1 2.20.1
github.com/hashicorp/terraform-exec 0.20.0 0.21.0
github.com/knqyf263/go-rpmdb 0.0.0-20231008124120-ac49267ab4e1 0.1.0
github.com/owenrumney/go-sarif/v2 2.3.0 2.3.1
github.com/package-url/packageurl-go 0.1.2 0.1.3
github.com/spdx/tools-golang 0.5.4-0.20231108154018-0c0f394b5e1a 0.5.4
github.com/tetratelabs/wazero 1.7.0 1.7.2
github.com/twitchtv/twirp 8.1.2+incompatible 8.1.3+incompatible
go.etcd.io/bbolt 1.3.9 1.3.10
golang.org/x/crypto 0.22.0 0.23.0
golang.org/x/mod 0.16.0 0.17.0
golang.org/x/net 0.24.0 0.25.0
golang.org/x/sync 0.6.0 0.7.0
golang.org/x/term 0.19.0 0.20.0
golang.org/x/text 0.14.0 0.15.0
google.golang.org/protobuf 1.34.0 1.34.1
helm.sh/helm/v3 3.14.2 3.15.0
k8s.io/api 0.30.0 0.30.1
modernc.org/sqlite 1.29.7 1.29.10

Updates github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.10.0 to 1.11.1

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/azcore's releases.

sdk/azcore/v1.11.1

1.11.1 (2024-04-02)

Bugs Fixed

  • Pollers that use the Location header won't consider http.StatusRequestTimeout a terminal failure.
  • runtime.Poller[T].Result won't consider non-terminal error responses as terminal.

sdk/azcore/v1.11.0

1.11.0 (2024-04-01)

Features Added

  • Added StatusCodes to arm/policy.RegistrationOptions to allow supporting non-standard HTTP status codes during registration.
  • Added field InsecureAllowCredentialWithHTTP to azcore.ClientOptions and dependent authentication pipeline policies.
  • Added type MultipartContent to the streaming package to support multipart/form payloads with custom Content-Type and file name.

Bugs Fixed

  • runtime.SetMultipartFormData won't try to stringify []byte values.
  • Pollers that use the Location header won't consider http.StatusTooManyRequests a terminal failure.

Other Changes

  • Update dependencies.
Commits
  • 76e5495 Prep azcore@v1.11.1 for release (#22680)
  • 2650473 Increment package version after release of messaging/azeventhubs (#22677)
  • 51ef615 runtime.Poller.Result won't be done on non-terminal error (#22675)
  • aef7678 Increment package version after release of messaging/azservicebus (#22678)
  • a67b4de Increment package version after release of messaging/eventgrid/azeventgrid (#...
  • e978d51 [azopenai] Updating doc comments based on feedback from an issue, as well as ...
  • 4116d5d Don't consider 408 as terminal failure for Location poller (#22674)
  • e036aea Sync eng/common directory with azure-sdk-tools for PR 7989 (#22673)
  • 53f73ad Sync eng/common directory with azure-sdk-tools for PR 7988 (#22672)
  • 9e78ee2 [azeventgrid] Prepping for first GA of the Event Grid Basic package. (#22667)
  • Additional commits viewable in compare view

Updates github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.5.1 to 1.5.2

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/azidentity's releases.

sdk/azidentity/v1.5.2

1.5.2 (2024-04-09)

Bugs Fixed

  • ManagedIdentityCredential now specifies resource IDs correctly for Azure Container Instances

Other Changes

  • Restored v1.4.0 error behavior for empty tenant IDs
  • Upgraded dependencies
Commits
  • 299ebfe Prepare internal for release (#22339)
  • d00123d Update packages (#22338)
  • 0a332e3 Fix issue in Verify-Link.ps1 after PS 7.4 update (#22336)
  • c8ae7ed Sync eng/common directory with azure-sdk-tools for PR 7615 (#22335)
  • 9ae828c Replace ErrAuthenticationRequired with AuthenticationRequiredError (#22317)
  • 7c50f09 [Release] sdk/resourcemanager/springappdiscovery/armspringappdiscovery/0.1.0 ...
  • b36de61 Added spec location verification to the release pipeline (#22301)
  • 00f2b8b Go SDK for Azure Web PubSub Data plane (#21929)
  • 0aa2409 Sync eng/common directory with azure-sdk-tools for PR 7585 (#22312)
  • 572ba1f JSON marshaling helpers will preserve Content-Type (#22309)
  • Additional commits viewable in compare view

Updates github.com/alicebob/miniredis/v2 from 2.31.1 to 2.32.1

Release notes

Sourced from github.com/alicebob/miniredis/v2's releases.

SINTERCARD and [P]EXPIRETIME

  • support for SINTERCARD (thanks @​s-barr-fetch)
  • support for EXPIRETIME and PEXPIRETIME (thanks @​wszaranski)
  • fix GEO* units to be case insensitive
Changelog

Sourced from github.com/alicebob/miniredis/v2's changelog.

v2.32.1

  • support for SINTERCARD (thanks @​s-barr-fetch)
  • support for EXPIRETIME and PEXPIRETIME (thanks @​wszaranski)
  • fix GEO* units to be case insensitive
Commits

Updates github.com/antchfx/htmlquery from 1.3.0 to 1.3.1

Release notes

Sourced from github.com/antchfx/htmlquery's releases.

v1.3.1

Commits

Updates github.com/cheggaaa/pb/v3 from 3.1.4 to 3.1.5

Commits
  • 7667f98 Merge pull request #211 from cheggaaa/dependabot/go_modules/v3/github.com/mat...
  • 85958a1 Merge pull request #214 from vyasgun/pr/enable-virtual-terminal-processing
  • e0a2b19 windows print: enable virtual terminal processing
  • 54a4808 Bump github.com/mattn/go-runewidth from 0.0.14 to 0.0.15 in /v3
  • See full diff in compare view

Updates github.com/containerd/containerd from 1.7.16 to 1.7.17

Release notes

Sourced from github.com/containerd/containerd's releases.

containerd 1.7.17

Welcome to the v1.7.17 release of containerd!

The seventeenth patch release for containerd 1.7 contains various fixes and updates.

Highlights

  • Use LOOP_CONFIGURE when creating loop devices (#10209)
  • Update unpacker to fetch all provided content (#10233)
  • Preserve CL_UNPRIVILEGED locked flags during remount of bind mounts (#10210)
  • Update metadata snapshotter to lease on already exists (#10198)
  • Handle unsupported config versions (#10165)
  • Fix deadlock when writing to pipe blocks (containerd/ttrpc#168)

Please try out the release binaries and report any issues at https://github.com/containerd/containerd/issues.

Contributors

  • Stefan Berger
  • Derek McGowan
  • Austin Vazquez
  • Alexandru Matei
  • Maksym Pavlenko
  • Akihiro Suda
  • Bryant Biggs
  • Kevin Parsons
  • Kirtana Ashok
  • Phil Estes
  • Kazuyoshi Kato
  • Kohei Tokunaga
  • Swagat Bora

Changes

  • Prepare release notes for v1.7.17 (#10235)
    • 114b07b97 Prepare release notes for v1.7.17
  • Use LOOP_CONFIGURE when creating loop devices (#10209)
    • 803aaa680 Remove internal LoopConfig struct
    • 7bd3be948 Swap internal ioctl implementation with golang.org/x/sys
    • a0739dc0e Use LOOP_CONFIGURE when creating loop devices
  • Update unpacker to fetch all provided content (#10233)
    • 1573ea598 Update ctr image pull all platforms
    • 32b594f1b Update unpacker to always fetch all
  • Update hcsshim tag to v0.11.5 (#10232)
  • Update ttrpc tag to 1.2.4 (#10221)

... (truncated)

Commits
  • 3a4de45 Merge pull request #10235 from dmcgowan/prepare-v1.7.17
  • 114b07b Prepare release notes for v1.7.17
  • 2441c2d Merge pull request #10209 from austinvazquez/cherry-pick-a782fd6da2fa9fa350ef...
  • 62af107 Merge pull request #10233 from dmcgowan/1.7-unpack-fetch-all
  • a3c0f2f Merge pull request #10232 from kiashok/update-shim-0.11.4
  • 1573ea5 Update ctr image pull all platforms
  • 32b594f Update unpacker to always fetch all
  • 5a03a3a Update hcsshim tag to v0.11.5
  • b5aec32 Merge pull request #10221 from kiashok/update-ttrpc-release-1.7
  • 36bbb4d Merge pull request #10210 from swagatbora90/preserve-flags-cherry-pick-1.7
  • Additional commits viewable in compare view

Updates github.com/fatih/color from 1.16.0 to 1.17.0

Release notes

Sourced from github.com/fatih/color's releases.

v1.17.0

What's Changed

New Contributors

Full Changelog: fatih/color@v1.16.0...v1.17.0

Commits
  • b6598b1 Merge pull request #228 from klauspost/fix-println-issue-218
  • 00b1811 Fix multi-parameter println spacing
  • 04994a8 Merge pull request #224 from fatih/dependabot/go_modules/golang.org/x/sys-0.18.0
  • 7526cad Merge branch 'main' into dependabot/go_modules/golang.org/x/sys-0.18.0
  • 8d058ca Merge pull request #222 from fatih/ci-updates
  • 2ac809f Bump golang.org/x/sys from 0.17.0 to 0.18.0
  • 51a7bbf ci: update Go and Staticcheck versions
  • 799c49c Merge pull request #217 from fatih/dependabot/github_actions/actions/setup-go-5
  • f8e0ec9 Merge branch 'main' into dependabot/github_actions/actions/setup-go-5
  • 298abd8 Merge pull request #221 from fatih/dependabot/go_modules/golang.org/x/sys-0.17.0
  • Additional commits viewable in compare view

Updates github.com/go-git/go-git/v5 from 5.11.0 to 5.12.0

Release notes

Sourced from github.com/go-git/go-git/v5's releases.

v5.12.0

What's Changed

New Contributors

Full Changelog: go-git/go-git@v5.11.0...v5.12.0

Commits
  • 302ddde Merge pull request #1060 from go-git/dependabot/go_modules/github.com/gliderl...
  • 6bba34d build: bump github.com/gliderlabs/ssh from 0.3.6 to 0.3.7
  • feaeb36 Merge pull request #937 from matejrisek/feature/rename-short-fields
  • 7959a42 Merge pull request #1052 from go-git/dependabot/go_modules/github.com/skeema/...
  • 4c17ce7 build: bump github.com/skeema/knownhosts from 1.2.1 to 1.2.2
  • 3f77e6f Merge pull request #1048 from pjbgf/fix-reset-validation
  • 6af38e0 Merge pull request #1047 from avoidalone/master
  • e6c3e58 Merge pull request #1044 from pjbgf/ff-merge
  • 04f7b23 *: fix some comments
  • f4f1a87 Merge pull request #971 from nodivbyzero/fix-177-diff-print-file-stats
  • Additional commits viewable in compare view

Updates github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.6

Changelog

Sourced from github.com/hashicorp/go-retryablehttp's changelog.

0.7.6 (May 9, 2024)

ENHANCEMENTS:

  • client: support a RetryPrepare function for modifying the request before retrying (#216)
  • client: support HTTP-date values for Retry-After header value (#138)
  • client: avoid reading entire body when the body is a *bytes.Reader (#197)

BUG FIXES:

  • client: fix a broken check for invalid server certificate in go 1.20+ (#210)
Commits

Updates github.com/hashicorp/hc-install from 0.6.3 to 0.7.0

Release notes

Sourced from github.com/hashicorp/hc-install's releases.

v0.7.0

ENHANCEMENTS:

BUG FIXES:

DEPENDENCIES:

INTERNAL:

New Contributors

Full Changelog: hashicorp/hc-install@v0.6.4...v0.7.0

v0.6.4

DEPENDENCIES:

Commits
  • 152a3b6 Release v0.7.0
  • 237ac6f Ensure license files are tracked during installation so they can be removed (...
  • 5a74938 github: Create CODEOWNERS (#210)
  • 40acb8c build(deps): bump the github-actions-breaking group with 2 updates (#211)
  • b19d1fc build(deps): bump hashicorp/setup-copywrite from 1.1.2 to 1.1.3 in the github...
  • e094597 Result of tsccr-helper -log-level=info gha update -latest . (#209)
  • b5c313e build(deps): bump hashicorp/action-setup-bob (#208)
  • 35884ef github: Set up Dependabot to manage HashiCorp-owned Actions versioning (#207)
  • 704a29e Add support for custom download URLs (#203)
  • 7de7b37 Ensure license file gets packaged along w/ the CLI binary (#205)
  • Additional commits viewable in compare view

Updates github.com/hashicorp/hcl/v2 from 2.19.1 to 2.20.1

Release notes

Sourced from github.com/hashicorp/hcl/v2's releases.

v2.20.1

Bugs Fixed

  • Return ExprSyntaxError when an invalid namespaced function is encountered during parsing (#668)

Internal

  • Standardize on only two value dumping/diffing libraries (#669)

v2.20.0

What's Changed

New Contributors

Full Changelog: hashicorp/hcl@v2.19.1...v2.20.0

Changelog

Sourced from github.com/hashicorp/hcl/v2's changelog.

v2.20.1 (March 26, 2024)

Bugs Fixed

  • Return ExprSyntaxError when an invalid namespaced function is encountered during parsing (#668)

Internal

  • Standardize on only two value dumping/diffing libraries (#669)

v2.20.0 (February 29, 2024)

Enhancements

  • Support for namespaced functions (#639)

Bugs Fixed

  • ext/dynblock: if iterator is invalid return this error instead of consequential errors (#656)

v2.19.0 (October 16, 2023)

Enhancements

  • ext/dynblock: dynblock.Expand now supports an optional hook for calling applications to check and potentially veto (by returning error diagnostics) particular for_each values. The behavior is unchanged for callers that don't set the new option. (#634)

Bugs Fixed

  • hclsyntax: Further fixes for treatment of "marked" values in the conditional expression, and better tracking of refined values into the conditional expression results, building on the fixes from v2.18.1. (#633)

v2.18.1 (October 5, 2023)

Bugs Fixed

  • hclsyntax: Conditional expressions will no longer panic when one or both of their results are "marked", as is the case for situations like how HashiCorp Terraform tracks its concept of "sensitive values". (#630)

v2.18.0 (August 30, 2023)

Enhancements

  • HCL now uses the tables from Unicode 15 when performing string normalization and character segmentation. HCL was previously using the Unicode 13 tables.

    For calling applications where consistent Unicode support is important, consider also upgrading to Go 1.21 at the same time as adopting HCL v2.18.0 so that the standard library unicode tables (used for case folding, etc) will also be from Unicode 15.

v2.17.1 (August 30, 2023)

Enhancements

  • hclsyntax: When evaluating string templates that have a long known constant prefix, HCL will truncate the known prefix to avoid creating excessively-large refinements. String prefix refinements are intended primarily for relatively-short fixed prefixes, such as https:// at the start of a URL known to use that scheme. (#617)
  • ext/tryfunc: The "try" and "can" functions now handle unknown values slightly more precisely, and so can return known values in more situations when given expressions referring to unknown symbols. (#622)

... (truncated)

Commits
  • 303be61 Update CHANGELOG for 2.20.1
  • 2a0a3f0 Standardize on only two value dumping/diffing libraries
  • 5160967 Merge pull request #668 from hashicorp/add-expr-syntax-error
  • cc3af98 fix test error message if wrong type
  • 54e4175 add SrcRange to ExprSyntaxError
  • 53ee54e chore: add test from #665
  • 1cbb0d4 feat: return ExprSyntaxError instead of nil when expression parsing fails for...
  • 57f8bbf update CHANGELOG.md for v2.20
  • 21a05d5 Merge pull request #663 from hashicorp/ci-workflow-updates
  • 1f6a0f7 Use make targets in CI
  • Additional commits viewable in compare view

Updates github.com/hashicorp/terraform-exec from 0.20.0 to 0.21.0

Release notes

Sourced from github.com/hashicorp/terraform-exec's releases.

v0.21.0

ENHANCEMENTS:

  • tfexec: Add -allow-deferral to (Terraform).Apply() and (Terraform).Plan() methods (#447)
Changelog

Sourced from github.com/hashicorp/terraform-exec's changelog.

0.21.0 (May 17, 2024)

ENHANCEMENTS:

  • tfexec: Add -allow-deferral to (Terraform).Apply() and (Terraform).Plan() methods (#447)
Commits
  • b6ae175 v0.21.0 [skip ci]
  • 67e92f4 build(deps): bump github.com/hashicorp/terraform-json from 0.22.0 to 0.22.1 (...
  • 64df8d2 build(deps): bump github.com/hashicorp/terraform-json from 0.21.0 to 0.22.0 (...
  • af05782 build(deps): Bump workflows to latest trusted versions (#450)
  • 1df7d52 build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 (#444)
  • 6ea7295 build(deps): bump hashicorp/setup-copywrite from 1.1.2 to 1.1.3 in the github...
  • a9c9728 tfexec: Add -allow-deferral experimental options to Plan and Apply comm...
  • c07c678 Reenable Dependabot for internal GitHub actions (#455)
  • 259b9e9 build(deps): bump github.com/hashicorp/hc-install from 0.6.3 to 0.6.4 (#443)
  • 46360f1 build(deps): bump github.com/zclconf/go-cty from 1.14.3 to 1.14.4 (#441)
  • Additional commits viewable in compare view

Updates github.com/knqyf263/go-rpmdb from 0.0.0-20231008124120-ac49267ab4e1 to 0.1.0

Commits

Updates github.com/owenrumney/go-sarif/v2 from 2.3.0 to 2.3.1

Release notes

Sourced from github.com/owenrumney/go-sarif/v2's releases.

v2.3.1

What's Changed

@dependabot dependabot bot requested a review from knqyf263 as a code owner May 22, 2024 06:06
@dependabot dependabot bot force-pushed the dependabot/go_modules/common-298832a881 branch 2 times, most recently from cf375a0 to 9f832c1 Compare May 22, 2024 12:44
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: common
- dependency-name: github.com/alicebob/miniredis/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common
- dependency-name: github.com/antchfx/htmlquery
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: common
- dependency-name: github.com/cheggaaa/pb/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: common
- dependency-name: github.com/containerd/containerd
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: common
- dependency-name: github.com/fatih/color
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common
- dependency-name: github.com/go-git/go-git/v5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common
- dependency-name: github.com/hashicorp/go-retryablehttp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: common
- dependency-name: github.com/hashicorp/hc-install
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common
- dependency-name: github.com/hashicorp/hcl/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common
- dependency-name: github.com/hashicorp/terraform-exec
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common
- dependency-name: github.com/knqyf263/go-rpmdb
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common
- dependency-name: github.com/owenrumney/go-sarif/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: common
- dependency-name: github.com/package-url/packageurl-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: common
- dependency-name: github.com/spdx/tools-golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: common
- dependency-name: github.com/tetratelabs/wazero
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: common
- dependency-name: github.com/twitchtv/twirp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: common
- dependency-name: go.etcd.io/bbolt
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: common
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common
- dependency-name: golang.org/x/mod
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common
- dependency-name: golang.org/x/sync
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common
- dependency-name: golang.org/x/term
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common
- dependency-name: golang.org/x/text
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: common
- dependency-name: helm.sh/helm/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common
- dependency-name: k8s.io/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: common
- dependency-name: modernc.org/sqlite
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: common
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/common-298832a881 branch from 9f832c1 to 22d0f5d Compare May 23, 2024 04:53
Copy link
Contributor Author

dependabot bot commented on behalf of github May 23, 2024

Superseded by #6756.

@dependabot dependabot bot closed this May 23, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/common-298832a881 branch May 23, 2024 05:01
Sign up for free to 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.

None yet

0 participants