Skip to content

v0.1.6: YUM Package Manager Support, ARM64 Architecture Support, Enhanced Testing Infrastructure, Improved Documentation, Enhanced CI/CD pipeline with multi-OS testing, Improved project structure and organization

Latest

Choose a tag to compare

@bluet bluet released this 01 Nov 09:06
11d88cc

What's Changed

  • add read only yum support (yum search, yum info) by @aijanai in #10
  • Follow-up to PR #10: Fix YUM package manager review issues by @bluet in #14
  • feat(yum): Document behavior contracts and improve status detection by @bluet in #17
  • fix(security): prevent command injection vulnerability in package managers (Issue #23) by @bluet in #25
  • feat: implement CommandRunner architecture for APT and YUM package managers (Issue #20) by @bluet in #26
  • Bump github.com/urfave/cli/v2 from 2.27.6 to 2.27.7 by @dependabot[bot] in #33
  • Add APT purge support via CustomCommandArgs by @brunodam in #36
  • Support ARM64 architecture when running docker tests by @brunodam in #35
  • Prepare v0.1.6 release with YUM package manager support by @Copilot in #38

New Contributors

  • @brunodam made their first contribution in #36
  • @Copilot made their first contribution in #38

Full Changelog: v0.1.5...v0.1.6