crc
crc copied to clipboard
build(deps): bump github.com/Masterminds/semver/v3 from 3.2.1 to 3.3.0
Bumps github.com/Masterminds/semver/v3 from 3.2.1 to 3.3.0.
Release notes
Sourced from github.com/Masterminds/semver/v3's releases.
v3.3.0
What's Changed
- Fix: bad package in README by
@sdelicatain Masterminds/semver#226- Updating the GitHub Actions and versions of Go used by
@mattfarinain Masterminds/semver#229- Fix spelling in README by
@robinschneiderin Masterminds/semver#222- Adding go build cache to fuzz output by
@mattfarinain Masterminds/semver#232- Add caching to fuzz testing by
@mattfarinain Masterminds/semver#234- updating github actions by
@mattfarinain Masterminds/semver#235- feat: nil version equality by
@KnutZuidemain Masterminds/semver#213- add >= and <= by
@grosserin Masterminds/semver#238- doc: hyphen range constraint without whitespace by
@johnnychen94in Masterminds/semver#216- Removing reference to vert by
@mattfarinain Masterminds/semver#245- simplify StrictNewVersion by
@grosserin Masterminds/semver#241- Updating the testing version of Go used by
@mattfarinain Masterminds/semver#246- bumping min version in go.mod based on what's tested by
@mattfarinain Masterminds/semver#248- Updating changelog for 3.3.0 by
@mattfarinain Masterminds/semver#249New Contributors
@sdelicatamade their first contribution in Masterminds/semver#226@robinschneidermade their first contribution in Masterminds/semver#222@KnutZuidemamade their first contribution in Masterminds/semver#213@grossermade their first contribution in Masterminds/semver#238@johnnychen94made their first contribution in Masterminds/semver#216Full Changelog: https://github.com/Masterminds/semver/compare/v3.2.1...v3.3.0
Changelog
Sourced from github.com/Masterminds/semver/v3's changelog.
3.3.0 (2024-08-27)
Added
- #238: Add LessThanEqual and GreaterThanEqual functions (thanks
@grosser)- #213: nil version equality checking (thanks
@KnutZuidema)Changed
Commits
e6e3d4dMerge pull request #249 from mattfarina/update-changelog-3.3.0e80c4eaUpdating changelog for 3.3.080427adMerge pull request #248 from mattfarina/bump-min-versionb610837bumping min version in go.mod based on what's testeda4cccd8Merge pull request #246 from mattfarina/bump-go-1.237c178cfUpdating the testing version of Go used29f94c1Merge pull request #241 from grosser/grosser/validate2cf1b16Merge pull request #245 from mattfarina/remove-vertb55476aRemoving reference to vertd07450bsimplify StrictNewVersion- 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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please assign praveenkumar 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 crc-org 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.