diff --git a/Dockerfile b/Dockerfile index ef8ac99..aa078cf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM jenkins/jenkins:2.263 +FROM jenkins/jenkins:2.267 ARG DEV_HOST=localhost ARG CREATE_ADMIN=true diff --git a/Dockerfile-alpine.dockerfile b/Dockerfile-alpine.dockerfile index 6e1e3d0..a0c951f 100644 --- a/Dockerfile-alpine.dockerfile +++ b/Dockerfile-alpine.dockerfile @@ -1,4 +1,4 @@ -FROM jenkins/jenkins:2.263-alpine +FROM jenkins/jenkins:2.267-alpine ARG DEV_HOST=localhost ARG CREATE_ADMIN=true diff --git a/RELEASE.md b/RELEASE.md index 54de21b..fdd75c8 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,7 +1,7 @@ # 🚀 New features and improvements # 📦 Dependency Updates -- jenkins 2.263 +- jenkins 2.267 - jenkins plugins # 📝 Documentation updates diff --git a/master/plugins.txt b/master/plugins.txt index 9fe9e71..a88505e 100644 --- a/master/plugins.txt +++ b/master/plugins.txt @@ -1,7 +1,7 @@ authorize-project:1.3.0 -blueocean:1.24.1 -cloudbees-folder:6.14 -configuration-as-code:1.45 +blueocean:1.24.3 +cloudbees-folder:6.15 +configuration-as-code:1.46 configuration-as-code-groovy:1.1 dark-theme:0.0.10 git:4.4.5 @@ -13,7 +13,7 @@ job-dsl:1.77 job-restrictions:0.8 locale:1.4 mailer:1.32.1 -matrix-auth:2.6.3 +matrix-auth:2.6.4 maven-plugin:3.8 ownership:0.13.0 pipeline-utility-steps:2.6.1 @@ -22,7 +22,7 @@ security-inspector:0.5 simple-theme-plugin:0.6 timestamper:1.11.8 workflow-aggregator:2.6 -workflow-cps:2.83 +workflow-cps:2.85 workflow-job:2.40 workflow-cps-global-lib:2.17 yet-another-docker-plugin:0.2.0 diff --git a/pom.xml b/pom.xml index bc6f8f8..cd1c0b1 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.jenkins-ci.plugins plugin - 4.12 + 4.13 com.cx.jenkins.image @@ -22,7 +22,7 @@ - 2.263 + 2.267 8 2.4.20 @@ -80,7 +80,7 @@ io.jenkins.blueocean blueocean - 1.24.1 + 1.24.3 org.jenkins-ci.plugins @@ -128,7 +128,7 @@ io.jenkins configuration-as-code - 1.45 + 1.46 io.jenkins.plugins @@ -138,7 +138,7 @@ org.jenkins-ci.plugins cloudbees-folder - 6.14 + 6.15 io.jenkins.plugins @@ -236,7 +236,7 @@ org.jenkins-ci.plugins matrix-auth - 2.6.3 + 2.6.4 org.jenkins-ci.plugins @@ -367,7 +367,7 @@ org.jenkins-ci.plugins.workflow workflow-cps - 2.83 + 2.85 org.jenkins-ci.plugins.workflow