Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/unleash-plugin
  Commit: b14c0bebeb1ce96a14255ca53a4b330a2bd791a8
      
https://github.com/jenkinsci/unleash-plugin/commit/b14c0bebeb1ce96a14255ca53a4b330a2bd791a8
  Author: Markus Hoffrogge <[email protected]>
  Date:   2024-07-14 (Sun, 14 Jul 2024)

  Changed paths:
    M README.md
    M pom.xml

  Log Message:
  -----------
  Update pom with most recent unleash plugin versions

- README.md:
  - remove deprecation note


  Commit: 3ef76dbc78b350dc97c492fc54e87941c4110380
      
https://github.com/jenkinsci/unleash-plugin/commit/3ef76dbc78b350dc97c492fc54e87941c4110380
  Author: Markus Hoffrogge <[email protected]>
  Date:   2024-07-14 (Sun, 14 Jul 2024)

  Changed paths:
    M pom.xml
    M 
src/main/java/com/itemis/jenkins/plugins/unleash/UnleashMavenBuildWrapper.java
    M src/main/java/com/itemis/jenkins/plugins/unleash/util/MavenUtil.java
    A src/main/resources/index.jelly

  Log Message:
  -----------
  Update for most recent Jenkins version

- pom.xml:
  - update version to 3.0.0-SNAPSHOT
  - update jenkins parent pom: 3.57 -> 4.85
  - meet plugin hosting pre-reqs:
    - update groupId to io.jenkins.plugins
    - add scm developerConnection config
    - add src/main/resources/index.jelly with plugin description
  - override jenkins.version to 2.440.3
  - remove all obsolete version properties
  - import jenkins BOM:
    - io.jenkins.tools.bom:bom-2.440.x:3180.vc1df4d5b_8097
  - fix RequireUpperBoundDeps:
    - add compile dependency to javax.annotation:javax.annotation-api:1.3.2
  - exclude any transient dependency from io.github.mavenplugins:unleash-utils,
    since only a flat enum required from this artifact

- UnleashMavenBuildWrapper.java, MavenUtil.java:
  - fix raw types, unchecked and deprecation warnings


  Commit: bff80874ff3257a25e32cbdb0b767b924c8c2f13
      
https://github.com/jenkinsci/unleash-plugin/commit/bff80874ff3257a25e32cbdb0b767b924c8c2f13
  Author: Markus Hoffrogge <[email protected]>
  Date:   2024-07-14 (Sun, 14 Jul 2024)

  Changed paths:
    M pom.xml
    M src/main/java/com/itemis/jenkins/plugins/unleash/UnleashAction.java
    M 
src/main/java/com/itemis/jenkins/plugins/unleash/UnleashMavenBuildWrapper.java
    A src/main/resources/com/itemis/jenkins/plugins/unleash/Messages.properties

  Log Message:
  -----------
  Fix Jenkins security scan issues

- add localizable messages


  Commit: 18db4b979cc9587889ebae9dacff61bbca67c664
      
https://github.com/jenkinsci/unleash-plugin/commit/18db4b979cc9587889ebae9dacff61bbca67c664
  Author: Markus Hoffrogge <[email protected]>
  Date:   2024-07-14 (Sun, 14 Jul 2024)

  Changed paths:
    A .github/CODEOWNERS
    A .github/dependabot.yml
    A .github/release-drafter.yml
    A .github/workflows/jenkins-security-scan.yml
    A .github/workflows/release-drafter.yml
    A .mvn/extensions.xml
    A .mvn/maven.config
    A Jenkinsfile
    M pom.xml

  Log Message:
  -----------
  Add missing files from jenkinsci archetypes to meet JenkinsCI plugin 
guidelines


  Commit: 1277837fad205f2256a2c72f776570df20c6b7d8
      
https://github.com/jenkinsci/unleash-plugin/commit/1277837fad205f2256a2c72f776570df20c6b7d8
  Author: Markus Hoffrogge <[email protected]>
  Date:   2024-07-14 (Sun, 14 Jul 2024)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Improve pom.xml

- update project URL
- precise dependency exclusions


  Commit: cf487b24e054d335465ae7da2d30d8c6094639f5
      
https://github.com/jenkinsci/unleash-plugin/commit/cf487b24e054d335465ae7da2d30d8c6094639f5
  Author: Markus Hoffrogge <[email protected]>
  Date:   2024-07-14 (Sun, 14 Jul 2024)

  Changed paths:
    R README.md
    A README_DEV.md

  Log Message:
  -----------
  Move current README.md -> README_DEV.md


  Commit: f1cd4686a0fc9c6cb19575257ffed2899cc79670
      
https://github.com/jenkinsci/unleash-plugin/commit/f1cd4686a0fc9c6cb19575257ffed2899cc79670
  Author: Markus Hoffrogge <[email protected]>
  Date:   2024-07-14 (Sun, 14 Jul 2024)

  Changed paths:
    A README.md
    A docs/images/2016-07-27_14h05_10.png
    A docs/images/2016-08-25_14h50_44.png
    A docs/images/2016-08-25_14h51_17.png
    A docs/images/2016-08-25_14h52_08.png
    A docs/images/2016-08-25_14h53_56.png
    A docs/images/2016-08-25_14h54_06.png
    A docs/images/Screenshot-1.png
    A docs/images/Screenshot-5.png
    A docs/images/Screenshot.png

  Log Message:
  -----------
  Add README.md and doc files from plugins Jenkins Wiki


  Commit: 92c099594722520ec1a2d89727a8850ae2445b9b
      
https://github.com/jenkinsci/unleash-plugin/commit/92c099594722520ec1a2d89727a8850ae2445b9b
  Author: Markus Hoffrogge <[email protected]>
  Date:   2024-07-14 (Sun, 14 Jul 2024)

  Changed paths:
    M .github/dependabot.yml

  Log Message:
  -----------
  dependabot.yml: Ignore io.github.mavenplugins:unleash-utils:3.0.2


  Commit: c9de2ca64ef664118f2bc6c3100217597fc0589f
      
https://github.com/jenkinsci/unleash-plugin/commit/c9de2ca64ef664118f2bc6c3100217597fc0589f
  Author: Markus Hoffrogge <[email protected]>
  Date:   2024-07-14 (Sun, 14 Jul 2024)

  Changed paths:
    M .github/CODEOWNERS
    M .github/release-drafter.yml

  Log Message:
  -----------
  Replace archetype placeholders in CODEOWNERS and release-drafter.yml


  Commit: fed90faf6c4a92213d7e73db4b418c164a9cac9f
      
https://github.com/jenkinsci/unleash-plugin/commit/fed90faf6c4a92213d7e73db4b418c164a9cac9f
  Author: Markus Hoffrogge <[email protected]>
  Date:   2024-07-14 (Sun, 14 Jul 2024)

  Changed paths:
    M .github/workflows/release-drafter.yml

  Log Message:
  -----------
  GH workflow release-drafter.yml: add trigger workflow_dispatch

- add push trigger on branches 'release/*'


  Commit: a381a080f5ad278122cb6b1d73fc69ce8a1d8151
      
https://github.com/jenkinsci/unleash-plugin/commit/a381a080f5ad278122cb6b1d73fc69ce8a1d8151
  Author: Markus Hoffrogge <[email protected]>
  Date:   2024-07-14 (Sun, 14 Jul 2024)

  Changed paths:
    M README.md

  Log Message:
  -----------
  README.md: Replace version history by link to this projects GH releases


  Commit: eb1db7fb846d7a072adcfc19c583ff0e42cd75c2
      
https://github.com/jenkinsci/unleash-plugin/commit/eb1db7fb846d7a072adcfc19c583ff0e42cd75c2
  Author: Markus Hoffrogge <[email protected]>
  Date:   2024-07-14 (Sun, 14 Jul 2024)

  Changed paths:
    M src/main/java/com/itemis/jenkins/plugins/unleash/UnleashAction.java
    M 
src/main/java/com/itemis/jenkins/plugins/unleash/UnleashArgumentsAction.java
    M 
src/main/java/com/itemis/jenkins/plugins/unleash/UnleashMavenBuildWrapper.java
    M 
src/main/resources/com/itemis/jenkins/plugins/unleash/UnleashAction/index.jelly
    M src/main/webapp/help-actionUnleash-localReleaseArtifacts.html

  Log Message:
  -----------
  Provide tagNamePattern and scmMessagePrefix to edit on unleash trigger dialog

- tagNamePattern and scmMessagePrefix can now be overridden in the unleash 
trigger dialog
- enclose tagNamePattern and scmMessagePrefix with "" when passing as command 
line parameters
- fix a typo in help-actionUnleash-localReleaseArtifacts.html


  Commit: 211e36de5d51bd103b8c6658951a1241632e64f8
      
https://github.com/jenkinsci/unleash-plugin/commit/211e36de5d51bd103b8c6658951a1241632e64f8
  Author: Markus Hoffrogge <[email protected]>
  Date:   2024-07-14 (Sun, 14 Jul 2024)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  pom.xml: Add roles to developer nodes


Compare: 
https://github.com/jenkinsci/unleash-plugin/compare/61af38db3e03...211e36de5d51

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/unleash-plugin/settings/notifications

-- 
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/unleash-plugin/push/refs/heads/master/61af38-211e36%40github.com.

Reply via email to