Hazelcast 4.x/5.x servers are now supported this represents a breaking change if you have configured an external Hazelcast 3.x server.
If you are using Gateway v10.1 and below you will either need to set hazelcast.legacy.enabled=true and use the following gateway image docker.io/caapim/gateway:10.1.00_20220802 or update your external Hazelcast server.
The included Hazelcast subChart has been updated to reflect this change
3.0.0 Updates to Ingress Configuration
Ingress configuration has been updated to include multiple hosts, please see Ingress Configuration for more detail. You will need to update your values.yaml to reflect the changes.
3.0.0 General Updates
You can now configure Gateway Ports.
This does not cover Kubernetes Service level configuration which will need to be updated to reflect your changes.
New Management Service
Provides separation of concerns for external/management traffic. This was previously a manual step.
Description of the change
3.0.0 Updates to Hazelcast (as per PR #141)
Hazelcast 4.x/5.x servers are now supported this represents a breaking change if you have configured an external Hazelcast 3.x server.
3.0.0 Updates to Ingress Configuration
Ingress configuration has been updated to include multiple hosts, please see Ingress Configuration for more detail. You will need to update your values.yaml to reflect the changes.
3.0.0 General Updates
You can now configure Gateway Ports. This does not cover Kubernetes Service level configuration which will need to be updated to reflect your changes.
New Management Service
Autoscaling
Ingress Configuration
PM Tagger
Default values.yaml restructure
Added production-values.yaml
Benefits
Drawbacks
Applicable issues
Additional information Please read the docs before attempting an upgrade of your environment. Always start with non-critical environments.
Checklist
Chart.yaml
according to semver.[charts/gateway]
)values-production.yaml
apart fromvalues.yaml
, ensure that you implement the changes in both files