Skip to content

Releases: openshift/file-integrity-operator

Release v0.1.27

11 Jul 19:33
Compare
Choose a tag to compare

What's Changed

Fixes

Full Changelog: v0.1.26...v0.1.27

Release v0.1.26

01 Jul 19:23
Compare
Choose a tag to compare

What's Changed

Internal Changes

  • Included controller-gen as a dependency using tools.go.
  • Removed remote naming assumptions from Makefile release targets, making the release process more consistent.
  • Added a deploy-local target that deploys the operator using the cluster's image registry. This is primarily for development purposes.
  • Multiple fixes to help stabilize end-to-end testing.

Full Changelog: v0.1.25...v0.1.26

Release v0.1.25

29 Jun 15:16
Compare
Choose a tag to compare

What's Changed

Enhancements

  • Added support for using the File Integrity Operator on s390x and ppc64le
    architectures.

Internal Changes

  • Updated operator framework to use operator-sdk version 1.15.0.
  • Added formal support for watching all namespaces using AllNamespaces in a
    backwards compatible way to adhere to changes required by the operator-sdk
    update.
  • Removed unused test framework code that was obsolete after updating the
    operator-sdk framework dependency.
  • Added additional flexibility to the container build process to support
    building content across different operating systems.
  • Upgraded golang dependency to version 1.17

New Contributors

Full Changelog: v0.1.24...v0.1.25

Release v0.1.24

25 Apr 14:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.23...v0.1.24

Release v0.1.23

01 Apr 15:28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.22...v0.1.23

Release v0.1.22

14 Jan 15:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.21...v0.1.22

Release v0.1.21

01 Dec 15:31
Compare
Choose a tag to compare

[0.1.21] - 2021-10-26

Changes

  • Use oc apply instead of oc create for namespace
  • Handle IO error in init database more leniently

Release v0.1.20

06 Oct 15:15
Compare
Choose a tag to compare

[0.1.20] - 2021-10-05

Changes

  • Makefile: Make image bundle depend on $TAG
  • Fix nil deref in daemonSet upgrade path

Release v0.1.19

24 Sep 17:42
Compare
Choose a tag to compare

[0.1.19] - 2021-09-24

Changes

  • Delete old aide-ds- prefixed daemonSets if they exist
  • Makefile: Add test-catalog targets
  • Makefile: Apply monitoring resources during deploy-local
  • Makefile: Rename IMAGE_FORMAT var
  • Use ClusterRole/ClusterRoleBinding for monitoring perms
  • Add MCO and CVO related config excludes
  • adapt prometheusrule to only alert on currently existing nodes

Release v0.1.18

20 Aug 17:22
Compare
Choose a tag to compare
  • Optimize per-node reinit calls
  • Handle metrics service during operator start
  • Bug 1862022: Per-node reinit during update
  • Update Dockerfile.ci goland and base image
  • Use fedora-minimal:34 base image