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

[v2] merge for v2.0.21 #1091

Merged
merged 7 commits into from
Mar 7, 2024
Merged

[v2] merge for v2.0.21 #1091

merged 7 commits into from
Mar 7, 2024

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    ffcb990 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#1084)

    * Bump github.com/stretchr/testify from 1.8.4 to 1.9.0
    
    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.8.4...v1.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * run make tidy and gazelle-update-repos
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Daisuke Maki <lestrrat+github@gmail.com>
    dependabot[bot] and lestrrat committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    38d258e View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Bump golang.org/x/crypto from 0.19.0 to 0.21.0 (#1086)

    * Bump golang.org/x/crypto from 0.19.0 to 0.21.0
    
    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.19.0 to 0.21.0.
    - [Commits](golang/crypto@v0.19.0...v0.21.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Run make tidy and gazelle-update-repos
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Daisuke Maki <lestrrat+github@gmail.com>
    dependabot[bot] and lestrrat committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    778ed27 View commit details
    Browse the repository at this point in the history
  2. Merge pull request from GHSA-hj3v-m684-v259

    * Add WithMaxDecompressBufferSize option
    
    * tweak test name
    
    * Update documentation
    
    * Tweak Changes
    lestrrat committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    d43f2ce View commit details
    Browse the repository at this point in the history
  3. Update Changes

    lestrrat committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    17e2da9 View commit details
    Browse the repository at this point in the history
  4. silence linter

    For this particular case, we are aware that the error value is non-nil
    but we also know that it's io.EOF
    lestrrat committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    cdfaccf View commit details
    Browse the repository at this point in the history
  5. fix keyset suboption documentation (#1090)

    * Fix documentation
    
    This was probably introduced by a search-and-replace
    
    * one more doc fix
    lestrrat committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    551073b View commit details
    Browse the repository at this point in the history