Releases: mendix/cf-mendix-buildpack
v4.25.2
Hotfix : Fix regression to enable database metrics in telegraf only when needed
With micrometer metrics enabled by default for all apps (#481), database metrics related telegraf input plugin was enabled. This introduced a regression, as now for all apps we started running postgres queries. This change fixes the regression.
Going forward,
- For freeapps, we never include any database metrics via telegraf.
- For paidapps, any customers who have set DD_API_KEY or APPMETRICS_TARGET would get the database metrics via telegraf.
v4.25.0
Hotfix: Fix Data Broker Business Events errors for config injection
This hotfix makes sure that app deployment does not fail incase kafka
vcap is incorrect, empty, etc. The kafka
vcap may empty if the deployment configuration creation was not successful by upstream systems
v4.24.0
This release contains the following changes:
- #483 removes official support for Mendix 9 < 9.6 to align with the Mendix version support policy
- #485 adds extra logging for storage configuration scenarios
Additionally, this release improves the documentation on including client certificates and setting access restrictions.
Hotfix v4.23.5
This updates the datadog agent to 7.32.3, which patches CVE-2021-44228 and CVE-2021-45046
More details - https://github.com/DataDog/datadog-cloudfoundry-buildpack/releases/tag/4.28.0
Hotfix v4.23.4
Update AppDynamics agent with deleted JndiLookup class from log4j-core library to mitigate the risks of CVE-2021-45046
Hotfix v4.23.3
Update datadog-cloudfoundry-buildpack
from 4.22.0
-> 4.27.0
, which updates the datadog agent to 7.32.2
to mitigate Log4Shell vulnerability.
More details here: https://github.com/DataDog/datadog-cloudfoundry-buildpack/blob/master/CHANGELOG.md#4270--2021-12-13
Hotfix v4.23.2
This hotfix release contains #487 and updates AppDynamics to a version not vulnerable to the Log4Shell vulnerability.
Hotfix v4.23.1
This hotfix reverts prioritizing VCAP storage settings over user-supplied storage settings.
VCAP storage might again be be prioritized in the future.