Releases: newrelic/newrelic-agent-init-container
Releases · newrelic/newrelic-agent-init-container
New Relic Node Agent v12.6.0.0
v12.6.0.0_nodejs chore(deps): bump github/codeql-action in the github-actions group (#…
New Relic Node Agent v12.5.2.0
v12.5.2.0_nodejs chore(deps): bump github/codeql-action in the github-actions group (#…
New Relic .NET Agent v10.33.1.0
v10.33.1.0_dotnet chore(deps): bump github/codeql-action in the github-actions group (#…
New Relic .NET Agent v10.33.0.0
v10.33.0.0_dotnet chore(deps): bump github/codeql-action in the github-actions group (#…
New Relic Ruby Agent v9.15.0.0
v9.15.0.0_ruby chore(deps): bump github/codeql-action in the github-actions group (#…
New Relic PHP Agent v11.3.0.16.0
chore(deps): bump the github-actions group with 3 updates (#119) Bumps the github-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [github/codeql-action](https://github.com/github/codeql-action). Updates `actions/checkout` from 4.2.0 to 4.2.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/d632683dd7b4114ad314bca15554477dd762a938...eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871) Updates `actions/upload-artifact` from 4.4.1 to 4.4.3 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/604373da6381bf24206979c74d06a550515601b9...b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882) Updates `github/codeql-action` from 3.26.11 to 3.26.13 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea...f779452ac5af1c261dce0346a8f964149f49322b) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
New Relic .NET Agent v10.32.0.0
Fix Tests for New Operator Version (#117) * Update python test app for new operator version * Update python test app * Update testing workflows * Fix Makefile issues by using 1 namespace like CI * Silence github security warnings in test app * Updating all agent helm charts to be similar * Bump tests * Add read only docker hub token for rate limits * Remove unnecessary line * Restore missing PHP annotation * Fix PHP app name * Drop cert-manager from make all * Remove secret dependency for Makefile * Automatically update helm repos * Add waits to PHP curl requests in CI * Add suggestions from code review
New Relic Python Agent v10.2.0.0
Fix Tests for New Operator Version (#117) * Update python test app for new operator version * Update python test app * Update testing workflows * Fix Makefile issues by using 1 namespace like CI * Silence github security warnings in test app * Updating all agent helm charts to be similar * Bump tests * Add read only docker hub token for rate limits * Remove unnecessary line * Restore missing PHP annotation * Fix PHP app name * Drop cert-manager from make all * Remove secret dependency for Makefile * Automatically update helm repos * Add waits to PHP curl requests in CI * Add suggestions from code review
New Relic Python Agent v10.1.0.0
Fix Tests for New Operator Version (#117) * Update python test app for new operator version * Update python test app * Update testing workflows * Fix Makefile issues by using 1 namespace like CI * Silence github security warnings in test app * Updating all agent helm charts to be similar * Bump tests * Add read only docker hub token for rate limits * Remove unnecessary line * Restore missing PHP annotation * Fix PHP app name * Drop cert-manager from make all * Remove secret dependency for Makefile * Automatically update helm repos * Add waits to PHP curl requests in CI * Add suggestions from code review
New Relic PHP Agent v11.2.0.15.0
New Relic PHP Agent 11.2.0.15
New Features
- feat(agent): if possible, use composer runtime API to collect information about PHP packages used by the application for New Relic Vulnerability Management. This feature is controlled via the new
newrelic.vulnerability_management.composer_api.enabled
INI value (off by default). by @lavarou in newrelic/newrelic-php-agent#962 - Symfony 6 & 7 support verified.
Security
- security(daemon): upgrade golang to 1.23.1 by @zsistla in newrelic/newrelic-php-agent#964
Bug Fixes
- fix(agent): Fixes newrelic_notice_error() API for PHP 8+ when using the 4 parameter API variant by @mfulb in newrelic/newrelic-php-agent#960
Support statement
- New Relic recommends that you upgrade the agent regularly and at a minimum every 3 months. For more information on supported agent versions and EOL timelines, check out our PHP EOL policy.
- The PHP agent compatibility and requirements page should be consulted for the latest information on supported PHP versions and platforms.
For installations using an unsupported PHP version or platform, it's highly recommended that you disable the auto-update mechanisms for the PHP agent packages. This can be done by adding the PHP agent packages to an exclusion list for package upgrades. Or you could version pin the PHP agent package to an agent version that supports the old, unsupported feature(s). Failure to prevent upgrades may result in a newer agent release being installed and the removal of support for the required, unsupported features. This would disrupt APM data collection.