Skip to content

2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jul 10:05
· 52 commits to main since this release

v2.0.0

Release Summary

The deprecation of the 'connections' parameter is continued by dropping support for multiple connections.
Inventory configurations with a single connection remain working for now.
This backwards compatibility will be dropped in version 3.0.0 of the collection.

Inventory source caching is now working and allows to reduce the load on the control plane of a cluster from which an inventory is built.

Minor Changes

  • Several small cleanups #122
  • feat(kubevirt_vm): Add support for RunStrategy #124

Breaking Changes / Porting Guide

  • chore: Bump version to 2.0.0 #125
  • cleanup(inventory): Drop support for multiple connections #117

Bugfixes

  • fix(inventory): Fix inventory source caching #119