Skip to content

Releases: pegasystems/pega-helm-charts

AWS GOV cloud support and encrypted tomcat in pega-helm-charts

16 Jun 10:11
0816f34
Compare
Choose a tag to compare

#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

16 May 19:17
a221a71
Compare
Choose a tag to compare
  • #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 not JDBC_RW_URL

Minor security enhancements and updated hazelcast documentation changes.

09 May 14:40
ff208ed
Compare
Choose a tag to compare

Included in this release:-

#414 Added Support for downloading JDBC driver from an artifactory which is secured with authentication
#409 changes for external secrets mounting for DB_PASSWORD
#411 hazelcast documentation changes.

Backward incompatible config changes and other fixes

26 Apr 19:19
2dbb9eb
Compare
Choose a tag to compare

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

01 Feb 13:30
c0e938d
Compare
Choose a tag to compare

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

31 Jan 14:44
70b10a7
Compare
Choose a tag to compare

Commits

Minor fixes

11 Jan 22:01
69d9a02
Compare
Choose a tag to compare

Included in this release:

  • #375 Allow global.certificates to be optionally specified.

Support K8s 1.22+ and custom sidecars

10 Jan 22:20
a559353
Compare
Choose a tag to compare

Included in this release:

  • #373 Added required pathType to v1 Ingress definition
  • #371 Support custom sidecar containers in pega tier pod definitions

Support K8s 1.22+

06 Jan 18:24
0c0021c
Compare
Choose a tag to compare
  • #352 When k8s version 1.22+, use v1 Ingress and Role (v1beta1 support for these dropped in 1.22)
  • #359 Custom certificates injectable into Infinity
  • #370 Updated travis creds to fix release process
    • failed release v1.8.0 removed
    • failed release v1.8.1 removed (#369 attempted fix failed)

Enhancements to hazelcast chart

30 Nov 05:43
09c521d
Compare
Choose a tag to compare

Changes included in this release -

  • #358 Enhancement to hazelcast chart to collect GC logs
  • #361 Enable JMX and additional arguments to java_opts in hazelcast chart