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

Bump github.com/onsi/gomega from 1.30.0 to 1.31.0 #105

Merged
merged 3 commits into from
Jan 18, 2024

Commits on Jan 18, 2024

  1. Bump github.com/onsi/gomega from 1.30.0 to 1.31.0

    Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.30.0 to 1.31.0.
    - [Release notes](https://github.com/onsi/gomega/releases)
    - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
    - [Commits](onsi/gomega@v1.30.0...v1.31.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/gomega
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    b354641 View commit details
    Browse the repository at this point in the history
  2. refactor(integration): Only gexec.Build once

    Switches to SynchronizedBeforeSuite in order to build the blackbox
    binary only on the first pass, providing it to every subsequent parallel
    process.
    
    BeforeSuite runs before at the start of every parallel process. There's
    no need for us to be building the binary except at the very beginning.
    ctlong committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    b322aec View commit details
    Browse the repository at this point in the history
  3. fix(integration): Regenerate fixtures

    Regenerates the certs in fixtures, which had all expired.
    
    Updates regenerate-certs.sh to generate certs that don't expire for 10
    years.
    ctlong committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    5b8e4eb View commit details
    Browse the repository at this point in the history