From 3a58db356e46c832b3643cf7db9c4f7de2b3894d Mon Sep 17 00:00:00 2001 From: Jesse Glick Date: Fri, 21 Mar 2014 10:08:59 -0400 Subject: [PATCH] instance-identity 1.4 --- changelog.html | 2 ++ war/pom.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog.html b/changelog.html index f0d4d2e7b6..6bb96981a6 100644 --- a/changelog.html +++ b/changelog.html @@ -58,6 +58,8 @@ Upcoming changes
  • Corrected permission checks for copy-job and create-job CLI commands. (issue 22262) +
  • + identity.key, used to secure some communications with Jenkins, now stored encrypted with the master key.
  • Ability for custom view types to disable automatic refresh. (issue 21190) diff --git a/war/pom.xml b/war/pom.xml index 199893bc10..d1a6ad4e4a 100644 --- a/war/pom.xml +++ b/war/pom.xml @@ -109,7 +109,7 @@ THE SOFTWARE. org.jenkins-ci.modules instance-identity - 1.3 + 1.4 org.jenkins-ci.modules -- GitLab