Branch: refs/heads/stable-2.387
  Home:   https://github.com/jenkinsci/jenkins
  Commit: d31645d739cad2479810c8770cff2f9f9499d219
      
https://github.com/jenkinsci/jenkins/commit/d31645d739cad2479810c8770cff2f9f9499d219
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-02-10 (Fri, 10 Feb 2023)

  Changed paths:
    M test/pom.xml

  Log Message:
  -----------
  Bump script-security from 1228.vd93135a_2fb_25 to 1229.v4880b_b_e905a_6 
(#7600)

Bumps [script-security](https://github.com/jenkinsci/script-security-plugin) 
from 1228.vd93135a_2fb_25 to 1229.v4880b_b_e905a_6.
- [Release notes](https://github.com/jenkinsci/script-security-plugin/releases)
- 
[Changelog](https://github.com/jenkinsci/script-security-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jenkinsci/script-security-plugin/commits)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:script-security
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 20b84325508163f4ef9194d5bb50f5f54404ad3c)


  Commit: 35798ebf000c468e2b3da905e36e23798af1966b
      
https://github.com/jenkinsci/jenkins/commit/35798ebf000c468e2b3da905e36e23798af1966b
  Author: Martin Pokorny <[email protected]>
  Date:   2023-02-10 (Fri, 10 Feb 2023)

  Changed paths:
    M core/src/main/resources/hudson/model/Computer/index-top.jelly
    M core/src/main/resources/hudson/model/Computer/index.jelly
    M core/src/main/resources/hudson/model/Computer/sidepanel.jelly
    A 
core/src/main/resources/hudson/slaves/ComputerLauncher/app-bar-controls.jelly
    M core/src/main/resources/hudson/slaves/ComputerLauncher/main.jelly
    M 
core/src/main/resources/jenkins/model/Jenkins/MasterComputer/index-top.jelly

  Log Message:
  -----------
  [JENKINS-70394] Move 'set node temporarily offline/online' buttons to app-bar 
(#7577)

* Move 'set node temporarily offline/online' buttons to app-bar

As describe in JENKINS-70394 are the to set the node temp. online/offline not 
clickable, because the offline-cause warning covers this buttons.

* PR review

* fix node name on built-in node page

* Move additional controls to app-bar

Co-authored-by: Tim Jacomb <[email protected]>
(cherry picked from commit 10382b16299cc6b1bfaeabd81722fb48faf0afc9)


  Commit: cbbe479204244f69d1b6010e903ad6c1e6ff54b7
      
https://github.com/jenkinsci/jenkins/commit/cbbe479204244f69d1b6010e903ad6c1e6ff54b7
  Author: Daniel Beck <[email protected]>
  Date:   2023-02-10 (Fri, 10 Feb 2023)

  Changed paths:
    M core/src/main/java/jenkins/telemetry/Telemetry.java
    M test/src/test/java/jenkins/telemetry/TelemetryTest.java

  Log Message:
  -----------
  [JENKINS-70533] Skip submitting telemetry when exception is thrown (#7618)

Co-authored-by: Daniel Beck <[email protected]>
(cherry picked from commit 6b4dd606bf28e8c012160bdb16f15a40d1a0b258)


  Commit: 35988a12c4fe6a286d59f46078db3be111cbb422
      
https://github.com/jenkinsci/jenkins/commit/35988a12c4fe6a286d59f46078db3be111cbb422
  Author: Mark Waite <[email protected]>
  Date:   2023-02-10 (Fri, 10 Feb 2023)

  Changed paths:
    M war/pom.xml

  Log Message:
  -----------
  Update bundled Apache Mina-sshd plugins (#7623)

Embed Apache mina sshd plugins 2.9.2 (common and core)

Update `sshd-common` plugin and `sshd-core` plugin from
2.9.1-44.v476733c11f82 to 2.9.2-50.va_0e1f42659a_a

Changelog

https://github.com/apache/mina-sshd/blob/master/docs/changes/2.9.2.md
links to http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-45047
Unsafe deserialization in SimpleGeneratorHostKeyProvider

Jenkins core does not reference the SimpleGeneratorHostKeyProvider class.

It is referenced from sshd plugin at
https://github.com/jenkinsci/sshd-plugin/blob/251d59011530b4d3a4db4a3e6ee8f076c61c3bfe/src/main/java/org/jenkinsci/main/modules/sshd/SSHD.java#L162

Users can upgrade the plugin themselves during installation but it is
easier if we bundle the updated plugin version with new releases rather
than requiring that the user perform the update.

(cherry picked from commit 31974d3c1a29dce2b6383778bdc6de08ef2b39d9)


  Commit: 1fd0cb24a1269231f054460ed6d37b9b0d78aff1
      
https://github.com/jenkinsci/jenkins/commit/1fd0cb24a1269231f054460ed6d37b9b0d78aff1
  Author: Jesse Glick <[email protected]>
  Date:   2023-02-10 (Fri, 10 Feb 2023)

  Changed paths:
    M core/src/main/java/jenkins/agents/WebSocketAgents.java
    M pom.xml

  Log Message:
  -----------
  [JENKINS-70531] Apply timeout on WebSocket write operations (#7596)

* Apply timeout on WebSocket write operations
* https://github.com/jenkinsci/remoting/pull/621 released

(cherry picked from commit e0aee591d0d07d3fc00aa9d9ffc24bf15d4b1e71)


  Commit: 347732c713361f10d706bf3e5142986cf3d41428
      
https://github.com/jenkinsci/jenkins/commit/347732c713361f10d706bf3e5142986cf3d41428
  Author: Allan Burdajewicz <[email protected]>
  Date:   2023-02-10 (Fri, 10 Feb 2023)

  Changed paths:
    M core/src/main/java/hudson/TcpSlaveAgentListener.java

  Log Message:
  -----------
  [JENKINS-70334] Fix and simplify `TcpSlaveAgentListenerRescheduler` (#7547)

Co-authored-by: Basil Crow <[email protected]>
(cherry picked from commit 5755957b3ab2f2826edea20660b2a82f7537f456)


  Commit: bf418c7c9f793927861124b011eb9e0002fb018e
      
https://github.com/jenkinsci/jenkins/commit/bf418c7c9f793927861124b011eb9e0002fb018e
  Author: Alexander Brandes <[email protected]>
  Date:   2023-02-15 (Wed, 15 Feb 2023)

  Changed paths:
    M core/src/main/java/hudson/TcpSlaveAgentListener.java
    M core/src/main/java/jenkins/agents/WebSocketAgents.java
    M core/src/main/java/jenkins/telemetry/Telemetry.java
    M core/src/main/resources/hudson/model/Computer/index-top.jelly
    M core/src/main/resources/hudson/model/Computer/index.jelly
    M core/src/main/resources/hudson/model/Computer/sidepanel.jelly
    A 
core/src/main/resources/hudson/slaves/ComputerLauncher/app-bar-controls.jelly
    M core/src/main/resources/hudson/slaves/ComputerLauncher/main.jelly
    M 
core/src/main/resources/jenkins/model/Jenkins/MasterComputer/index-top.jelly
    M pom.xml
    M test/pom.xml
    M test/src/test/java/jenkins/telemetry/TelemetryTest.java
    M war/pom.xml

  Log Message:
  -----------
  Merge pull request #7650 from NotMyFault/backporting-2.387.1

Backporting for 2.387.1


Compare: 
https://github.com/jenkinsci/jenkins/compare/52786df39496...bf418c7c9f79

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/stable-2.387/52786d-bf418c%40github.com.

Reply via email to