From 1d9c3726b9d03900107d3f584bf3bc0d17fb8bf9 Mon Sep 17 00:00:00 2001 From: vreff <104409744+vreff@users.noreply.github.com> Date: Tue, 24 Mar 2026 13:43:30 -0400 Subject: [PATCH 1/2] [chore] bump confidential http gitref (#21671) --- plugins/plugins.private.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/plugins.private.yaml b/plugins/plugins.private.yaml index e8026a238d7..33989e2939e 100644 --- a/plugins/plugins.private.yaml +++ b/plugins/plugins.private.yaml @@ -52,5 +52,5 @@ plugins: installPath: "." confidential-http: - moduleURI: "github.com/smartcontractkit/confidential-compute/enclave/apps/confidential-http/capability" - gitRef: "c35ae2937dcb63196d87c3dea27ebd0ef5701c29" + gitRef: "187018af88ce265ca70b86222f8587e3fcb7ff32" installPath: "./cmd/confidential-http" From 88afc2ae1873ecb8e331218eea574d0eadca708e Mon Sep 17 00:00:00 2001 From: vreff <104409744+vreff@users.noreply.github.com> Date: Wed, 25 Mar 2026 18:37:35 -0400 Subject: [PATCH 2/2] update version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dd3f1262e04..ecea60628f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chainlink", - "version": "2.39.0", + "version": "2.39.2", "description": "node of the decentralized oracle network, bridging on and off-chain computation", "main": "index.js", "scripts": {