Skip to content

v0.5.2

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Oct 15:24
· 39 commits to main since this release
v0.5.2
eef2589

The bpfman-operator v0.5.2 release is a patch release that adds support for ppc64le and s390x, and contains several minor internal updates.

What's Changed

  • Add support for ppc64le and s390x (bpfman change)
  • Makefile: ensure run-on-kind works without local images by @frobware in #111
  • update containers/image golang pkg to fix a CVE by @msherif1234 in #123
  • Bump crictl to v1.31.0 by @anfredette in #126
  • Fix BUILDPLATFORM redefinition issue in some Containerfiles by @frobware in #121
  • ci: make sure BUILDPLATFORM is set in github actions by @Billy99 in #136
  • Makefile: Split build image tasks for better modularity by @frobware in #129
  • fix GH actions by @msherif1234 in #147
  • ci: run image-build.yaml when Containerfiles are updated by @Billy99 in #160
  • ci: add Podman validation to the build-images step by @frobware in #130

Full Changelog: v0.5.1...v0.5.2

Known Issues

  • The the OpenShift console should not be used to install the v0.5.2 bpfman community operator because it will use the latest version of the bpfman container image instead of the v0.5.2 based image, which may or may not work.

New Contributors