Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(apps/prod/jenkins-beta): bump jenkins version and plugins #695

Merged
merged 1 commit into from
Oct 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/prod/jenkins-beta/release/values-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ agent:
podRetention: Never
containerCap: 200
image: "jenkins/inbound-agent"
tag: "4.11-1"
tag: 3148.v532a_7e715ee3-10
command: ""
args: ""
28 changes: 14 additions & 14 deletions apps/prod/jenkins-beta/release/values-controller-plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,27 +20,27 @@ controller:
- artifactId: kubernetes
source:
# renovate: datasource=jenkins-plugins depName=kubernetes
version: 3845.va_9823979a_744
version: 4029.v5712230ccb_f8
- artifactId: kubernetes-client-api
source:
# renovate: datasource=jenkins-plugins depName=kubernetes-client-api
version: 6.3.1-206.v76d3b_6b_14db_b
version: 6.8.1-224.vd388fca_4db_3b_
- artifactId: git
source:
# renovate: datasource=jenkins-plugins depName=git
version: 5.0.0
- artifactId: configuration-as-code
source:
# renovate: datasource=jenkins-plugins depName=configuration-as-code
version: 1569.vb_72405b_80249
version: 1714.v09593e830cfa
- artifactId: prometheus
source:
# renovate: datasource=jenkins-plugins depName=prometheus
version: 2.0.11
version: 2.3.3
- artifactId: blueocean
source:
# renovate: datasource=jenkins-plugins depName=blueocean
version: 1.25.8
version: 1.27.8
- artifactId: job-dsl
source:
# renovate: datasource=jenkins-plugins depName=job-dsl
Expand All @@ -51,23 +51,19 @@ controller:
- artifactId: pipeline-utility-steps
source:
# renovate: datasource=jenkins-plugins depName=pipeline-utility-steps
version: 2.13.2
version: 2.16.0
- artifactId: http_request
source:
# renovate: datasource=jenkins-plugins depName=http_request
version: 1.16
- artifactId: workflow-aggregator
source:
# renovate: datasource=jenkins-plugins depName=workflow-aggregator
version: 590.v6a_d052e5a_a_b_5
- artifactId: workflow-cps-global-lib
source:
# renovate: datasource=jenkins-plugins depName=workflow-cps-global-lib
version: 609.vd95673f149b_b
version: 596.v8c21c963d92d
- artifactId: instance-identity
source:
# renovate: datasource=jenkins-plugins depName=instance-identity
version: 142.v04572ca_5b_265
version: 173.va_37c494ec4e5
- artifactId: jenkins-pipeline-cache
source:
# renovate: datasource=github-releases depName=j3t/jenkins-pipeline-cache-plugin versioning=semver
Expand All @@ -79,11 +75,15 @@ controller:
- artifactId: generic-webhook-trigger
source:
# renovate: datasource=jenkins-plugins depName=generic-webhook-trigger
version: 1.85.2
version: 1.87.0
- artifactId: ssh-agent
source:
# renovate: datasource=jenkins-plugins depName=ssh-agent
version: 327.v230ecd01f86f
version: 333.v878b_53c89511
- artifactId: cloudevents
source:
# renovate: datasource=jenkins-plugins depName=cloudevents
version: 1.0.0
# for plugin build-failure-analyzer
# Exporting to prometheus
# Ref: https://github.com/jenkinsci/build-failure-analyzer-plugin/blob/master/docs/metrics.md
Expand Down
2 changes: 1 addition & 1 deletion apps/prod/jenkins-beta/release/values-controller.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# please see: https://github.com/jenkinsci/helm-charts/blob/main/charts/jenkins/VALUES_SUMMARY.md
controller:
tag: "2.387.3"
tag: 2.401.3
resources:
requests:
cpu: "4"
Expand Down