Releases: openshift/file-integrity-operator
Releases · openshift/file-integrity-operator
Release v0.1.27
What's Changed
Fixes
- Release v0.1.26 by @rhmdnd in #254
- bug 2101393: operator: Set namespace label for alert by @jhrozek in #240
Full Changelog: v0.1.26...v0.1.27
Release v0.1.26
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
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
- @gauravpbankar made their first contribution in #233
Full Changelog: v0.1.24...v0.1.25
Release v0.1.24
What's Changed
- Update OWNERS file by @mrogers950 in #222
- Bug 2072058: Use correct data keys for script configMaps by @mrogers950 in #224
Full Changelog: v0.1.23...v0.1.24
Release v0.1.23
What's Changed
- CSV: We support FIPS by @jhrozek in #214
- Add FileIntegrityConfig MaxBackups by @mrogers950 in #217
- Bug 2049206: Re-create AIDE configMaps with missing owner by @mrogers950 in #218
- e2e: Add the operator logs to artifacts by @mrogers950 in #219
- deps: Bump the github.com/prometheus/client_golang dependency by @jhrozek in #221
- Break apart the make target for release by @rhmdnd in #220
New Contributors
Full Changelog: v0.1.22...v0.1.23
Release v0.1.22
What's Changed
- Bug 2033311: Move aide.reinit to /run by @mrogers950 in #212
Full Changelog: v0.1.21...v0.1.22
Release v0.1.21
[0.1.21] - 2021-10-26
Changes
- Use
oc apply
instead ofoc create
for namespace - Handle IO error in init database more leniently
Release v0.1.20
[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
[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
- 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