fog / fog-libvirt

libvirt provider for fog
MIT License
16 stars 42 forks source link

Update ruby-libvirt requirement from >= 0.7.0, < 0.8.3 to >= 0.7.0, < 0.8.4 #150

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Updates the requirements on ruby-libvirt to permit the latest version.

Changelog

Sourced from ruby-libvirt's changelog.

0.8.3 (2024-05-13)

  • Fix runtime warnings with Ruby >= 3.2
  • Improve build system
  • Improve website

0.8.2 (2024-02-09)

  • Fix StoragePool#list_all_volumes
  • Fix regression in Domain#attach_device and Domain#detach_device

0.8.1 (2024-02-08)

  • Add missing virDomainUndefineFlagsValues constants
  • Require libvirt 2.0.0
  • Always use pkg-config for detecting libvirt
  • Drop most compile-time feature checks

0.8.0 (2021-11-15)

  • Fix default values for node_cpu_stats and node_memory_stats
  • Fix cpumap allocation for virDomainGetVcpus
  • Enforce UTF8 for strings and exceptions
  • Drop local have_const
  • Use sensible default for libvirt_domain_qemu_agent_command

0.7.1 (2018-02-18)

  • Fix a bad bug in block_resize (Marius Rieder)
  • Fix up some problems pointed out by clang
  • Fix up the tests for small semantic differences in how libvirt works

0.7.0 (2016-09-22)

  • Fix network lease API to allow arguments that libvirt allows
  • Implement VIRT_STORAGE_POOL_CREATE flags
  • Implement more VIR_STORAGE_VOL flags
  • Implement VIR_DOMAIN_QEMU_AGENT_COMMAND_SHUTDOWN
  • Implement virDomainDefineXMLFlags

... (truncated)

Commits
  • fef428d Release 0.8.3
  • 18a1584 ci: Fix manifest sorting
  • 09de8b4 ci: Replace AlmaLinux 8 with AlmaLinux 9
  • 4fc3245 ci: Update generated files
  • 6af55c1 ci: Add rules for pages publishing job
  • 3571549 ci: Split building and publishing of pages
  • 9a9d804 site: Update and reduce in scope
  • a9f1a2a site: Update generic stylesheet
  • 24c03a3 site: Add missing header background
  • 1d3f6eb site: Move stylesheets and graphics out of the way
  • 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 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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[bot] commented 1 month ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.