Releases: pegasystems/pega-helm-charts
AWS GOV cloud support and encrypted tomcat in pega-helm-charts
#422 - Enable user to change waitFor time in the k8s-wait-for container.
#421 - AWS Gov Cloud support.
#420 - updating PKS , openshift and pega github read me for External Secrets Operator.
#419 - Support for passing certs and configure tomcat to use TLS ootb So that traffic is encrypted from the back end level (tomcat itself).
Minor fixes for PegaRULESLongRW data source
- #418 PegaRULESLongRW data source to actually take/use password and connection properties.
- This data source previously didn't take any password - assuming a secretsmanager jdbc driver approach - and hardcoded the connection properties. Now it uses same connection info as main PegaRULES data source, and appends the hardcoded (timeout) properties to the passed ones.
- This data source is not currently in use by Client Managed Cloud environments, confirmed by the fact that it did not take any password. Without CloudK specific handling, it was not a valid data source. Intended behavior was for it to use same JDBC connection URL as PegaRULES datasource, so now it can reuse the main PegaRULES jdbc url by setting
SET_RW
env var, and notJDBC_RW_URL
Minor security enhancements and updated hazelcast documentation changes.
Backward incompatible config changes and other fixes
This release contains backward incompatible config changes for the Addons chart.
The addons README provides the format to configure the new addons chart with.
Included in this release:
#417 - Fix bug where the installer chart would not honor connection properties set via the dedicated values.yaml property
#399 - Convert terratest to use Go modules
#405 - Enable hazelcast C/S mode for minimal and large deployments
#404 - Add note about cpu support
#392 - Configurable busybox and k8s-wait-for image locations
#391 - Updated Helm charts documentation for ElasticSearch 7.16.3
#385 - Changes to pega-deployment for certificate check
#396 - Increase failure threshold for startup probe.
#387 - Restrict deployment options to clustering-service for k8s environments
#364 - Change jdbc connectionProperties
#380 - Update Addons chart dependencies for k8s 1.22
#356 - add option to set resources requests
Change to deployment build process and hazelcast, SRS charts
Included in this release -
#382 - Changes to GitHub action release provider
#368 - Search and Reporting Service Support for 7.10.2 Elasticsearch Version
#363 - Hazelcast pod resource optimization
#362 - Removed unused param and using replica count as min cluster size
#367 - Added ops identifier label to identify pod as hazelcast type
v1.9.2
Minor fixes
Included in this release:
- #375 Allow
global.certificates
to be optionally specified.