Este contenido no está disponible en el idioma seleccionado.

Chapter 1. Data Grid Operator 8.5


Get version details for Data Grid Operator 8.5 and information about issues.

1.1. Data Grid Operator 8.5.11

What is new in 8.5.11.

Configurable termination grace period for Infinispan pods

You can configure the termination grace period for Infinispan pods through the Infinispan Custom Resource (CR). Previously, the Operator always used a default value of 30 seconds. This enhancement provides flexibility for clusters with large caches that require more time to persist data during shutdown.

Limitations on deploying multiple Data Grid Operator versions

Due to the Operator Lifecycle Manager (OLM) and Custom Resource Definitions (CRDs) being deployed cluster-wide, you cannot deploy different versions of the Data Grid Operator on the same cluster. To avoid issues, deploy the Operator cluster-wide and use the spec.version field in your Data Grid server custom resources to control server version upgrades.

For more information, see Data Grid Operator 8.4.x and 8.5.x spec.version feature

1.2. Data Grid Operator 8.5.8

What is new in 8.5.8.

Graceful shutdown restricted for degraded cluster state

Graceful shutdown is now blocked if any cache is not in a HEALTHY state or if the cluster view has fewer members than the configured number of replicas. This prevents unintended scale-down operations during split-brain or rebalancing conditions that could result in data loss.

1.3. Data Grid Operator 8.5.6

What is new in 8.5.6.

The 8.5.6 release includes only bug fixes. For more information, see Fixed in Data Grid Operator 8.5.6.

1.4. Data Grid Operator 8.5.4

What is new in 8.5.4.

Setting CPU and memory limits in Batch CR

With this update, you can limit the number of CPU requests and memory allocation in a Batch Custom Resource (CR). For example:

apiVersion: infinispan.org/v2alpha1
kind: Batch
metadata:
  name: exampleBatch
spec:
  cluster: infinispan
  configMap: mybatch-config-map
  container:
    cpu: "2000m:1000m" 
1

    memory: "2Gi:1Gi"  
2
Copy to Clipboard Toggle word wrap
1
The CPU resources, where 2000m is the maximum limit (2 CPU cores) and 1000m is the guaranteed request (1 CPU core).
2
The memory resources, where 2Gi is the maximum limit and 1Gi is the guaranteed request.

Customizing log display in log traces

You can now customize the log display for Data Grid log traces by defining the spec.logging.pattern field in your Infinispan CR.

If you do not define a custom pattern, the default format is the following:

%d{HH:mm:ss,SSS} %-5p (%t) [%c] %m%throwable%n
Copy to Clipboard Toggle word wrap

For more information, see Adjusting log pattern.

Support for auto scaling with HorizontalPodAutoscaler

StatefulSets or Deployments can now be automatically scaled up or down based on specified metrics by defining a HorizontalPodAutoscaler resource in the same namespace as the Infinispan CR.

For more information, see Auto Scaling.

1.5. Data Grid Operator 8.5.3

What’s new in 8.5.3.

Automatic reloading of SSL/TLS certificates

Starting with Data Grid 8.5.1, Data Grid monitors keystore files for changes and automatically reloads them, without requiring a server or client restart, when certificates are renewed.

Therefore, with Data Grid Operator 8.5.3, StatefulSet rolling update is not triggered on key or truststore update in a server when managing Data Grid 8.5.1 Operands because it is not required.

1.6. Data Grid Operator 8.5.0

What’s new in 8.5.0.

Ability to configure InitContainer resource

You can now configure the InitContainer resource. Previously, if a LimitRange was in effect for the deployment namespace, then the InitContainer would be restricted to these resource values causing issues such as OutOfMemoryError. You can configure InitContainer resource configuration in the Data Grid CR as follows:

spec:
  dependencies:
    initContainer:
      cpu: "2000m:1000m"
      memory: "2Gi:1Gi"
Copy to Clipboard Toggle word wrap

Ability to define Batch resource CPU and memory request/limits

You can now define CPU and memory request/limits for Batch Job created by the Operator. You can define the resource request/limits in the Batch CR as follows:

apiVersion: infinispan.org/v2alpha1
kind: Batch
metadata:
  name: mybatch
spec:
  cluster: infinispan
  configMap: mybatch-config-map
  container:
    cpu: "2000m:1000m"
    memory: "2Gi:1Gi"
Copy to Clipboard Toggle word wrap

TLSv1.3 encryption for cross-site encryption

The default encryption protocol for cross-site is now TLSv1.3 instead of TLSv1.2.

Ability to define TopologyPodConstraints and Tolerations in StatefulSet

You can now configure more advanced high availability configurations by defining TopologyPodConstraints and Tolerations in spec.statefulSet.

Example

kind: Infinispan
...
spec:
  scheduling:
    affinity:
      ...
    tolerations:
      ...
    topologySpreadConstraints:
      ...
Copy to Clipboard Toggle word wrap

Cache service type removed

RHDG 8.5 removes the Cache service type cache. Instead, use the DataGrid service type to automate complex operations such as cluster upgrades and data migration.

Cloud events removed

RHDG 8.5 removes cloud events integration.

1.7. Data Grid Operator 8.5.x release information

The following table provides detailed version information for Data Grid Operator.

Note

Data Grid Operator versions do not always directly correspond to Data Grid versions because the release schedule is different.

Expand

Data Grid Operator version

Data Grid version

Operand versions

Features

8.5.11

8.5.5

8.5.5-1
8.5.4-1
8.5.3-2
8.5.3-1
8.5.2-2
8.5.2-1
8.5.1-1
8.5.0-3
8.5.0-2
8.5.0-1
8.4.8-1
8.4.7-1
8.4.6-2
8.4.6-1
8.4.5-2
8.4.5-1
8.4.4-1
8.4.3-2
8.4.3-1
8.4.2-1
8.4.1-3
8.4.1-2
8.4.1-1
8.4.0-2
8.4.0-1

Includes several bug fixes.

8.5.10

8.5.5

8.5.5-1
8.5.4-1
8.5.3-2
8.5.3-1
8.5.2-2
8.5.2-1
8.5.1-1
8.5.0-3
8.5.0-2
8.5.0-1
8.4.8-1
8.4.7-1
8.4.6-2
8.4.6-1
8.4.5-2
8.4.5-1
8.4.4-1
8.4.3-2
8.4.3-1
8.4.2-1
8.4.1-3
8.4.1-2
8.4.1-1
8.4.0-2
8.4.0-1

Includes several bug fixes.

8.5.9

8.5.5

8.5.5-1
8.5.4-1
8.5.3-2
8.5.3-1
8.5.2-2
8.5.2-1
8.5.1-1
8.5.0-3
8.5.0-2
8.5.0-1
8.4.8-1
8.4.7-1
8.4.6-2
8.4.6-1
8.4.5-2
8.4.5-1
8.4.4-1
8.4.3-2
8.4.3-1
8.4.2-1
8.4.1-3
8.4.1-2
8.4.1-1
8.4.0-2
8.4.0-1

Includes several bug fixes.

8.5.8

8.5.4

8.5.4-1
8.5.3-2
8.5.3-1
8.5.2-2
8.5.2-1
8.5.1-1
8.5.0-3
8.5.0-2
8.5.0-1
8.4.8-1
8.4.7-1
8.4.6-2
8.4.6-1
8.4.5-2
8.4.5-1
8.4.4-1
8.4.3-2
8.4.3-1
8.4.2-1
8.4.1-3
8.4.1-2
8.4.1-1
8.4.0-2
8.4.0-1

Includes several bug fixes.

8.5.7

8.5.3

8.5.3-2
8.5.3-1
8.5.2-2
8.5.2-1
8.5.1-1
8.5.0-3
8.5.0-2
8.5.0-1
8.4.8-1
8.4.7-1
8.4.6-2
8.4.6-1
8.4.5-2
8.4.5-1
8.4.4-1
8.4.3-2
8.4.3-1
8.4.2-1
8.4.1-3
8.4.1-2
8.4.1-1
8.4.0-2
8.4.0-1

Includes several bug fixes.

8.5.6

8.5.3

8.5.3-1
8.5.2-2
8.5.2-1
8.5.1-1
8.5.0-3
8.5.0-2
8.5.0-1
8.4.8-1
8.4.7-1
8.4.6-2
8.4.6-1
8.4.5-2
8.4.5-1
8.4.4-1
8.4.3-2
8.4.3-1
8.4.2-1
8.4.1-3
8.4.1-2
8.4.1-1
8.4.0-2
8.4.0-1

Includes several bug fixes.

8.5.5

8.5.2

8.5.2-2
8.5.2-1
8.5.1-1
8.5.0-3
8.5.0-2
8.5.0-1
8.4.8-1
8.4.7-1
8.4.6-2
8.4.6-1
8.4.5-2
8.4.5-1
8.4.4-1
8.4.3-2
8.4.3-1
8.4.2-1
8.4.1-3
8.4.1-2
8.4.1-1
8.4.0-2
8.4.0-1

Includes several bug fixes.

8.5.4

8.5.2

8.5.2-1
8.5.1-1
8.5.0-3
8.5.0-2
8.5.0-1
8.4.8-1
8.4.7-1
8.4.6-2
8.4.6-1
8.4.5-2
8.4.5-1
8.4.4-1
8.4.3-2
8.4.3-1
8.4.2-1
8.4.1-3
8.4.1-2
8.4.1-1
8.4.0-2
8.4.0-1

Includes several bug fixes.

8.5.3

8.5.1

8.5.1-1
8.5.0-3
8.5.0-2
8.5.0-1
8.4.8-1
8.4.7-1
8.4.6-2
8.4.6-1
8.4.5-2
8.4.5-1
8.4.4-1
8.4.3-2
8.4.3-1
8.4.2-1
8.4.1-3
8.4.1-2
8.4.1-1
8.4.0-2
8.4.0-1

Includes several bug fixes.

8.5.2

8.5.0

8.5.0-3
8.5.0-2
8.5.0-1
8.4.8-1
8.4.7-1
8.4.6-2
8.4.6-1
8.4.5-2
8.4.5-1
8.4.4-1
8.4.3-2
8.4.3-1
8.4.2-1
8.4.1-3
8.4.1-2
8.4.1-1
8.4.0-2
8.4.0-1

Includes several bug fixes.

8.5.1

8.5.0

8.5.0-2
8.5.0-1
8.4.8-1
8.4.7-1
8.4.6-2
8.4.6-1
8.4.5-2
8.4.5-1
8.4.4-1
8.4.3-2
8.4.3-1
8.4.2-1
8.4.1-3
8.4.1-2
8.4.1-1
8.4.0-2
8.4.0-1

Includes several bug fixes.

8.5.0

8.5.0

8.5.0-1
8.4.8-1
8.4.7-1
8.4.6-2
8.4.6-1
8.4.5-2
8.4.5-1
8.4.4-1
8.4.3-2
8.4.3-1
8.4.2-1
8.4.1-3
8.4.1-2
8.4.1-1
8.4.0-2
8.4.0-1

Includes several bug fixes.

Volver arriba
Red Hat logoGithubredditYoutubeTwitter

Aprender

Pruebe, compre y venda

Comunidades

Acerca de la documentación de Red Hat

Ayudamos a los usuarios de Red Hat a innovar y alcanzar sus objetivos con nuestros productos y servicios con contenido en el que pueden confiar. Explore nuestras recientes actualizaciones.

Hacer que el código abierto sea más inclusivo

Red Hat se compromete a reemplazar el lenguaje problemático en nuestro código, documentación y propiedades web. Para más detalles, consulte el Blog de Red Hat.

Acerca de Red Hat

Ofrecemos soluciones reforzadas que facilitan a las empresas trabajar en plataformas y entornos, desde el centro de datos central hasta el perímetro de la red.

Theme

© 2025 Red Hat