From 78abf6e25df84ced2332a496472db22198f6fd5d Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Fri, 12 Jan 2024 13:04:24 -0800 Subject: [PATCH] release 3.51.0 (maintenance release) (#3825) --- CHANGELOG.asciidoc | 12 ++---------- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index cf0f20d04c..0585102268 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -37,20 +37,12 @@ for the latest (4.x) releases. The 3.x branch will be maintained until 2024-03-07 (6 months after the 4.0.0 release). -==== Unreleased - -[float] -===== Breaking changes +[[release-notes-3.51.0]] +==== 3.51.0 - 2024/01/12 [float] ===== Features -[float] -===== Bug fixes - -[float] -===== Chores - * Support `ELASTIC_APM_ACTIVATION_METHOD=K8S_ATTACH` (in addition to the current `K8S` value) to indicate the agent is being started by apm-k8s-attacher. Newer releases of apm-k8s-attacher will be using this diff --git a/package-lock.json b/package-lock.json index e43918e132..b43cc6159c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "elastic-apm-node", - "version": "3.50.0", + "version": "3.51.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "elastic-apm-node", - "version": "3.50.0", + "version": "3.51.0", "license": "BSD-2-Clause", "dependencies": { "@elastic/ecs-pino-format": "^1.2.0", diff --git a/package.json b/package.json index 4d7cdbf4c8..a25233190e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "elastic-apm-node", - "version": "3.50.0", + "version": "3.51.0", "description": "The official Elastic APM agent for Node.js", "main": "index.js", "types": "index.d.ts",