Skip to content

Releases: mendix/cf-mendix-buildpack

Hotfix v4.28.2: Mitigate CVE-2022-21449

25 Apr 09:18
Compare
Choose a tag to compare

This hotfix mitigates CVE-2022-21449 by updating Adoptium to the latest (8u322, 11.0.15) versions. It also removes Oracle Java from the buildpack.

Hotfix v4.28.1: Update telegraf config to ignore metrics from influxdb listener plugin

21 Apr 08:23
Compare
Choose a tag to compare

If APPMETRICS_TARGET is set, we use statsd input telegraf plugin. Ignore any metrics originating from influxdb listener plugin.

v4.28.0

21 Apr 06:35
Compare
Choose a tag to compare

This release contains the following changes:

  • Improvements to scheduled events (#520, 9f2fd9f)
  • Improvements to the AppDynamics integration (#508)

Hotfix v4.27.4

14 Apr 14:03
Compare
Choose a tag to compare

This hotfix fixes runtime scheduled events behaviour for Mendix >= 9.12 for multi-instance applications.

v4.27.3

11 Apr 11:34
Compare
Choose a tag to compare

This release contains the following fixes:

  • 8d21698: fix runner.py for local testing / CLI; include dataclasses in release
  • #516

v4.27.0

30 Mar 11:52
Compare
Choose a tag to compare

This release contains the following changes and fixes:

  • #507: improvements for storage deletion behaviour for recent Mendix versions
  • 05c54b3: documentation improvements for Datadog metrics
  • bd59aa4: improvements for Data Broker Business Events

v4.26.3: Fix user signal handling

18 Mar 09:26
Compare
Choose a tag to compare

This hotfix attempts to fix user signal handling for SIGUSR1and SIGUSR2. These signals will now cause a sys.exit(1) even if the Mendix metrics module is disabled.

v4.26.2: Disable S3 STS support when CAs are set for Mendix 9.6.0

15 Mar 08:46
Compare
Choose a tag to compare

In #504 this feature was enabled for Mendix >= 9.6, but the actual fix is in 9.6.1.

v4.26.1

07 Mar 15:33
Compare
Choose a tag to compare

v4.25.3 Fix regression to push app related metrics to StatsD

04 Feb 13:49
Compare
Choose a tag to compare

Hot fix. Fix regression to enable pushing missing metrics to Datadog.
The STATSD registry are being added to Metrics.Registries for paid apps.
This allows to send application related metrics in micrometer mode.