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 sigs.k8s.io/release-utils from 0.6.0 to 0.7.3 #2102

Merged
merged 1 commit into from Aug 14, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 26, 2022

Bumps sigs.k8s.io/release-utils from 0.6.0 to 0.7.3.

Release notes

Sourced from sigs.k8s.io/release-utils's releases.

v0.7.3

Changes by Kind

Feature

  • Allow overriding of all variables in the version package by using the -ldflags -X flag. (#61, @​saschagrunert) [SIG Release]

Dependencies

Added

  • github.com/Masterminds/semver/v3: v3.1.1

Changed

Removed

Nothing has changed.

Full Changelog: kubernetes-sigs/release-utils@v0.7.2...v0.7.3

v0.7.2

Changes by Kind

Bug or Regression

  • Return the git version from the one that is passed from the ldflags due to an issue in upstream (#54, @​cpanato) [SIG Release]

Dependencies

Added

  • github.com/blang/semver/v4: v4.0.0

Changed

Removed

v0.7.1

Changes by Kind

Bug or Regression

  • Return the git version from the one that is passed from the ldflags due to an issue upstream (#54, @​cpanato) [SIG Release]

... (truncated)

Commits
  • fb5bea0 Merge pull request #63 from kubernetes-sigs/dependabot/go_modules/github.com/...
  • 89ad0c7 Fix build
  • 1f92a1f build(deps): bump github.com/carolynvs/magex from 0.8.1 to 0.9.0
  • 3581e4f Merge pull request #61 from saschagrunert/version-override
  • f231fba Merge pull request #62 from kubernetes-sigs/dependabot/go_modules/github.com/...
  • 6f7f873 build(deps): bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0
  • d7969ce Allow the override of all version package variables
  • 40397ef Merge pull request #60 from saschagrunert/semver-v4
  • 090c90f Switch to github.com/blang/semver/v4
  • 352552e Merge pull request #58 from kubernetes-sigs/dependabot/go_modules/github.com/...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 26, 2022
@dlorenc
Copy link
Member

dlorenc commented Aug 14, 2022

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/sigs.k8s.io/release-utils-0.7.3 branch from d2e18b5 to 79a7aac Compare August 14, 2022 01:48
@dlorenc
Copy link
Member

dlorenc commented Aug 14, 2022

@dependabot rebase

Bumps [sigs.k8s.io/release-utils](https://github.com/kubernetes-sigs/release-utils) from 0.6.0 to 0.7.3.
- [Release notes](https://github.com/kubernetes-sigs/release-utils/releases)
- [Commits](kubernetes-sigs/release-utils@v0.6.0...v0.7.3)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/release-utils
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/sigs.k8s.io/release-utils-0.7.3 branch from 79a7aac to c5d9ca4 Compare August 14, 2022 02:54
@codecov-commenter
Copy link

Codecov Report

Merging #2102 (c5d9ca4) into main (112d1ec) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #2102   +/-   ##
=======================================
  Coverage   26.23%   26.23%           
=======================================
  Files         130      130           
  Lines        7617     7617           
=======================================
  Hits         1998     1998           
  Misses       5362     5362           
  Partials      257      257           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@dlorenc dlorenc merged commit e4a1dff into main Aug 14, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/sigs.k8s.io/release-utils-0.7.3 branch August 14, 2022 03:11
@github-actions github-actions bot added this to the v1.11.0 milestone Aug 14, 2022
cldmnky pushed a commit to cldmnky/cosign that referenced this pull request Aug 21, 2022
Bumps [sigs.k8s.io/release-utils](https://github.com/kubernetes-sigs/release-utils) from 0.6.0 to 0.7.3.
- [Release notes](https://github.com/kubernetes-sigs/release-utils/releases)
- [Commits](kubernetes-sigs/release-utils@v0.6.0...v0.7.3)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/release-utils
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants