Skip to content

Releases: openshift/file-integrity-operator

Release 1.3.0

11 Jul 13:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.3.0

Release v1.2.1

05 May 19:47
Compare
Choose a tag to compare

What's Changed

  • Bump golang.org/x/mod from 0.8.0 to 0.9.0 by @dependabot in #316
  • Release v1.2.0 by @rhmdnd in #312
  • Update maintainers by @rhmdnd in #318
  • Bump golang.org/x/net from 0.7.0 to 0.8.0 by @dependabot in #317
  • Update CI to use RHEL 9 and OpenShift 4.13 by @rhmdnd in #321
  • Bump github.com/onsi/gomega from 1.27.2 to 1.27.4 by @dependabot in #320
  • Bump k8s.io/apiextensions-apiserver from 0.26.2 to 0.26.3 by @dependabot in #325
  • Bump sigs.k8s.io/controller-runtime from 0.14.5 to 0.14.6 by @dependabot in #329
  • Bump github.com/prometheus-operator/prometheus-operator/pkg/client from 0.63.0 to 0.64.0 by @dependabot in #328
  • Bump github.com/go-logr/logr from 1.2.3 to 1.2.4 by @dependabot in #331
  • Use RHEL8 for building FIO container images in CI by @rhmdnd in #332

Full Changelog: v1.2.0...v1.2.1

Release v1.2.0

13 Mar 14:10
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.2.0

Release v1.0.0

02 Mar 02:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.32...v1.0.0

Release v0.1.32

24 Oct 20:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.31...v0.1.32

Release v0.1.31

20 Oct 03:15
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.30...v0.1.31

Release v0.1.30

25 Jul 19:46
Compare
Choose a tag to compare

What's Changed

Fixes

  • Fixed an issue where upgrades from older versions (0.1.24) would fail due to incorrect ownership of the File Integrity Operator service accounts. We recommend users upgrade to version 0.1.30 to avoid the issue.

Full Changelog: v0.1.29...v0.1.30

Release v0.1.29

19 Jul 23:44
Compare
Choose a tag to compare

What's Changed

Fixes

  • Restore role bindings for file-integrity-daemon to use Role instead of ClusterRole. Using ClusterRole inadvertently broke during upgrades due to expectations by Operator Lifecycle Manager. No action is required to consume this fix besides upgrading to 0.1.29. Please see the bug report for more details.

Internal Changes

Full Changelog: v0.1.28...v0.1.29

Release v0.1.28

14 Jul 21:20
Compare
Choose a tag to compare

What's Changed

Fixes

  • Improved contributor experience by making cleanup make targets more robust.
  • Fixes a bug where the operator isn't able to install into namespaces other than openshift-file-integrity.
  • Expose a new environment variable used by make catalog-deploy to deploy the operator in a non-default namespace.
  • The operator now uses the appropriate labels to prevent warnings about elevated privileges.

Internal Changes

  • Minor documentation fixes clarifying details of the release process.
  • Removed unused setup-envtest dependency required by older versions of Operator SDK. This is no longer needed since upgrading the Operator SDK version.
  • Removed unnecessary make targets for build directories since build/ is tracked as part of the repository.
  • Increased the grace period for end-to-end tests, giving setup functions enough time to prepare test environments, reducing transient test failures.
  • End-to-end tests now use a pod for generating files for test data instead of a daemon set to improve test speeds.

Documentation

  • The File Integrity Operator now explicitly contains an Apache 2.0 License.

Full Changelog: v0.1.27...v0.1.28

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