Skip to content

Releases: redhat-marketplace/redhat-marketplace-operator

Release 2.17.7

05 Dec 15:48
a0fe704
Compare
Choose a tag to compare
  • update to go 1.22.7
  • update to k8s 0.30.7
  • add DATA_SERVICE_REPLICAS config env

Release 2.17.6

29 Oct 12:57
81a6235
Compare
Choose a tag to compare
  • update kub-rbac-proxy

Release 2.17.5

22 Oct 13:34
e91c027
Compare
Choose a tag to compare
  • fix NPE in reporter

Release 2.17.4

15 Oct 17:21
ca8bbe7
Compare
Choose a tag to compare
  • OpenShift 4.17 support
  • Correct rhmAccountExists status for disconnected mode

Release 2.17.3

03 Oct 12:42
5c44fa3
Compare
Choose a tag to compare
  • 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

25 Sep 14:11
7403d50
Compare
Choose a tag to compare
  • 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

09 Sep 17:31
1d1d4ca
Compare
Choose a tag to compare
  • update to ubi9
  • remove fips-detect, not compatible with openssl v3
  • update dqlite

Release 2.17.0

29 Aug 18:50
930acec
Compare
Choose a tag to compare
  • 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

05 Aug 20:10
63bff8d
Compare
Choose a tag to compare
  • check decode of pull-secret signature
  • update otelgrpc, otelhttp
  • handle transient reconciler errors during object deletion

Release 2.16.2

24 Jul 18:08
984b5df
Compare
Choose a tag to compare
  • 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