Releases: redhat-marketplace/redhat-marketplace-operator
Releases · redhat-marketplace/redhat-marketplace-operator
Release 2.17.7
Release 2.17.6
- update kub-rbac-proxy
Release 2.17.5
- fix NPE in reporter
Release 2.17.4
- OpenShift 4.17 support
- Correct rhmAccountExists status for disconnected mode
Release 2.17.3
- Fix AccessChecker for MeterDefinitions using resourceFilters[].ownerCRD
- resolves false AccessDeniedErr's
- resolves no MeterDefinition status.workloadresource list being populated
- resolves no results or metered match
Release 2.17.2
- Fix: Explicitly delete pull secret on marketplaceconfig delete, as relying on garbage collection was a race condition. This could lead to marketplaceconfig being recreated by the reconciler.
- Fix: Correct the scope of the predicate to namespace for DeploymentReconciler. ConfigMap and Service kinds have cluster cache scope, a ConfigMap or Service with specific names could trigger reconciliation for the wrong namespace, leading to a "unknown namespace for the cache" error.
Release 2.17.1
- update to ubi9
- remove fips-detect, not compatible with openssl v3
- update dqlite
Release 2.17.0
- Prevent special characters from being used in data-service filepath for windows filesystems storageclass compatibility
- Wrap wTx with a retry for grpc client to dqlite for
database is locked
; prevent from propagating to clients of data-service for need to retry - Refactor SecretFetcherBuilder to fully handle jwt parse and claims, and prevent user config error edge cases
- Update marketplaceconfig and clusterregistration controller separate marketplace calls and streamline logic
Release 2.16.3
- check decode of pull-secret signature
- update otelgrpc, otelhttp
- handle transient reconciler errors during object deletion
Release 2.16.2
- modify unregistration when marketplaceconfig is deleted
- do not execute if in disconnected mode
- do not block finalizer removal on error, and retry on http call