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 github.com/thomasklein94/packer-plugin-libvirt from 0.3.4 to 0.5.0 #13638

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 17, 2023

Bumps github.com/thomasklein94/packer-plugin-libvirt from 0.3.4 to 0.5.0.

Release notes

Sourced from github.com/thomasklein94/packer-plugin-libvirt's releases.

v0.5.0

Changelog

Breaking changes

  • afb27364fb6786b7bf3624261607131bd9d79908: deprecate!: dismiss target_dev attr on volumes (@​thomasklein94)

Features

  • 9f3cac35a5da4b8d61adb0e2c914dbc083678690: feat: add files volume source to create disks from local files (@​thomasklein94)
  • a1f3fe1f9b2496c35d2c284ba9e49f111e0c7996: feat: add files volume source to create disks from local files (@​thomasklein94)

Bug fixes

  • b5e4d33e9b25132ea4144f0614ce4a46809b3abb: fix: failed to parse uri if username contained a number (@​thomasklein94)
  • 43bc9ea5563a28674c598026d3aba65a730a315c: fix: now halts on volume clone errors (@​thomasklein94)

Others

  • 05d05997867e510d809c8e76c0653977550c0b8f: Release 0.5.0 (@​thomasklein94)
  • d45f13243242d8ff5f7b23ebb01385676e22c909: refactor: vol upload from local path extracted to separate func (@​thomasklein94)

v0.4.6

Changelog

Bug fixes

  • 6bff7b6242cb584ae367b81e7062218f9388c656: fix: allow ssh_host or winrmi_host overriding communicator host (@​thomasklein94)

Others

v0.4.5

Changelog

Features

  • 6c1e56253a672fe8ec396790bf28244597e57da9: feat: allow setting capacity on external sources prompting volume resize (@​thomasklein94)

Others

v0.4.4

Changelog

Bug fixes

  • 6449a2f22dd64fc34f5946fb2aa68ff1efc8e379: fix: set default CPU and Memory sizes (@​thomasklein94)

Others

v0.4.3

Changelog

Bug fixes

  • 2ab3a31f210f79ad3f7f9ff0b7ed8b131d7cabc7: fix: panic if no address found (@​thomasklein94)

Others

v0.4.2

Changelog

Others

  • 4ce737a432a46380835a47d709aef053f8f29053: Merge pull request #31 from Snaipe/feature/support-floppy (@​thomasklein94)
  • 032b71c3fe6bc47435e27ef7c81f5c205cca8181: Merge pull request #32 from Snaipe/misc/boyscouting (@​thomasklein94)
  • 444bfb8d9b1544931ea9bf1ef1eda4d8f2c9a537: Release v0.4.2 (@​thomasklein94)
  • bc3e12650dcc660fec8306a8442f440b901d781f: boyscouting: upgrade to libvirt.org/go/libvirtxml (@​Snaipe)

... (truncated)

Commits
  • 05d0599 Release 0.5.0
  • a1f3fe1 feat: add files volume source to create disks from local files
  • 9f3cac3 feat: add files volume source to create disks from local files
  • afb2736 deprecate!: dismiss target_dev attr on volumes
  • 8876f9c fix: typo in storage units
  • 43bc9ea fix: now halts on volume clone errors
  • d45f132 refactor: vol upload from local path extracted to separate func
  • 2b04fc0 fix: typo in backingStore source config struct tag
  • b5e4d33 fix: failed to parse uri if username contained a number
  • 3e0d908 Release 0.4.6
  • 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)

Bumps [github.com/thomasklein94/packer-plugin-libvirt](https://github.com/thomasklein94/packer-plugin-libvirt) from 0.3.4 to 0.5.0.
- [Release notes](https://github.com/thomasklein94/packer-plugin-libvirt/releases)
- [Changelog](https://github.com/thomasklein94/packer-plugin-libvirt/blob/main/.goreleaser.yml)
- [Commits](thomasklein94/packer-plugin-libvirt@v0.3.4...v0.5.0)

---
updated-dependencies:
- dependency-name: github.com/thomasklein94/packer-plugin-libvirt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 17, 2023
Copy link
Contributor

@powersj powersj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One mention of a breaking change. After a real quick scan we do not appear to use that today.

@powersj powersj added the ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review. label Jul 18, 2023
@srebhan srebhan added the chore label Jul 21, 2023
@srebhan srebhan merged commit 5ce1c93 into master Jul 21, 2023
26 checks passed
@srebhan srebhan deleted the dependabot/go_modules/github.com/thomasklein94/packer-plugin-libvirt-0.5.0 branch July 21, 2023 08:43
@github-actions github-actions bot added this to the v1.27.3 milestone Jul 21, 2023
powersj pushed a commit that referenced this pull request Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore dependencies Pull requests that update a dependency file ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants