This repository has been archived by the owner on Dec 15, 2021. It is now read-only.
Releases: newrelic/newrelic-istio-adapter
Releases · newrelic/newrelic-istio-adapter
Release 2.0.3
Release 2.0.2
Changed
- The project
.gitignore
now contains the name of the Kubernetes manifest generated by running the README described process to deploy the adapter.
Update
- The helm-charts docs now include information on the
logLevel
variable.
Added
- Helm configuration to specify HTTP(S) proxies the adapter should use. #16
- CODEOWNER file.
Fixed
2.0.1
Added
- GID and UID 2000 to Dockerfile. The
newrelic-istio-adapter
container now runs as non-root user.
Update
- Helm chart tracks a release tag instead of
latest
. This prevents any breaking change from the master branch from breaking installs of the adapter. - Release version bump scripts keep the Docker image tag to install of the adapter to be current.
2.0.0
Added
- Travis CI configuration to validate and build this project.
- A
--log-level
command flag to specify the user desired minimum logging level. - A
log
package to unify the adapter logging function.
Changed
- Switched to using the upstream New Relic Go telemetry SDK instead of the internal
nrsdk
package. - Unified the adapter logging. Logs should now have a unified format and be configurable globaly to set the logging level.
- The
metric.BuildHandler
andtrace.BuildHandler
functions no longer take an Istio adapterLogger
interface as an argument. - The helm-charts now have a
logLevel
value to specify the adapter logging level during the deploy.
Removed
- The
--debug
command flag is now replaced by setting the--log-level
flag todebug
.